/* :root {
  --toast-loading: #cd1c2e;
  --toast-error: #cd1c2e;
  --toast-success: #66b999;
  --primary-color: #66b999;
  --primary-hover-color: #459d89;
  --primary-color-dark: #459d89;
  --primary-color-light: #99e2b4;
  --site-light-color: #f6f1f1;
  --text-highlight: #000;
  --text-color: #fff;
} */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --main-color: #00893c;
  --text-color: #000;
  --toast-loading: #cd1c2e;
  --toast-error: #cd1c2e;
  --toast-success: #00893c;
  --primary-color: #00893c;
  --primary-hover-color: #00893c;
  --primary-color-dark: #00893c;
  --primary-color-light: #99e2b4;
  --site-light-color: #f6f1f1;
  --text-highlight: #000;
  --text-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*,
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.custom-closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  background: var(--primary-color-dark);
  color: white;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
body {
  background: #fff;
  font-weight: 400;
}
a {
  color: #000;
  word-break: break-all;
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  display: flex !important;
  align-items: center;
  z-index: 1100;
  padding: 0 1.5rem;
  border-bottom: 1px solid #eee;
}
input,
select,
textarea {
  padding: 6px 12px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  border-radius: 12px;
}
textarea {
  border-radius: 12px;
}
select {
  padding-right: 8px;
}
input:focus,
select:focus,
textarea:focus {
  border: 2px solid var(--primary-color) !important;
  box-shadow: none !important;
  outline: none !important;
}
input[type="submit"] {
  font-weight: 400;
}
input[type="checkbox"] {
  transform: scale(1.2);
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 30px #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #fff !important;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
aside {
  position: fixed;
  left: 0;
  width: 230px;
  top: 60px;
  bottom: 0;
  background-color: red;
  overflow-y: auto;
}
aside::-webkit-scrollbar {
  width: 1px;
}
main {
  background-color: #fff;
  margin: auto;
  min-height: calc(100vh - 80px);
}
.mainContainer {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.content {
  padding: 0;
}
.topBar {
  height: 36px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  height: 60px;
}
.fw500 {
  font-weight: 500;
}
.sidebarCategories li .listData {
  display: flex;
  flex-direction: row;
  padding: 14px 18px;
  cursor: pointer;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes swipe {
  0% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}
.text-skeleton {
  border-radius: 2px;
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 75%, 0.2) 35%,
    hsla(0, 0%, 51%, 0.24) 47%,
    hsla(0, 0%, 75%, 0.2) 63%
  );
  background-size: 300% 100%;
  border-radius: 4px;
}
.subImageLoading {
  width: 64px;
  height: 64px;
  margin-right: 0.5rem;
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 75%, 0.2) 35%,
    hsla(0, 0%, 51%, 0.24) 47%,
    hsla(0, 0%, 75%, 0.2) 63%
  );
  animation: swipe 2s infinite;
  background-size: 400% 100%;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.sidebarCategories li a {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  transition: all 0.5s ease;
  text-decoration: none;
  width: 100%;
}
.sidebarCategories li:hover {
  background-color: var(--primary-hover-color);
}
.bannerSection {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.bannerSection .bannerPromotions {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* home page category css  */
.sellerCategoryContainer {
  display: inline-flex;
  gap: 12px;
}

.homeCat {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: 100% !important;
  height: auto !important;
  gap: 16px;
  /* border-radius: 12px; */
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background: #dbfff1;
}

.sellerCategoryContainer .category {
  width: 140px;
  height: 160px;
}

/* ++++++++++++++++++++++++ */

.listProduct {
  gap: 0.5rem;
  justify-content: center;
}
.listProduct,
.listProductItem {
  display: flex;
  flex-direction: column;
}
.listProductItem {
  gap: 1rem;
}
.listProductItem img {
  min-width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: contain;
}
.listProductName {
  height: 18px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.listProductItem .productPrice {
  color: var(--primary-color);
  font-size: 13px;
}
.listProductItem .productPriceDel {
  color: var(--primary-color);
  font-size: 10px;
}
.categoryArrow {
  transition: all 0.5s ease;
}
.sidebarCategories li:hover .categoryArrow {
  transform: translateX(4px);
}
.sidebarCategories .categoryName {
  flex: 1 1;
  font-size: 14px;
  height: 18px;
  overflow: hidden;
  font-weight: 500;
  margin-right: 6px;
  color: #000 !important;
}
.sidebarCategories .categoryImage {
  width: 28px;
  height: 28px;
  margin-right: 18px;
  overflow: hidden;
}
.searchContainer {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  max-width: 680px;
}
nav .logoContainer {
  flex: 2 1;
  object-fit: contain;
  justify-self: flex-start;
  display: flex;
}
nav .profileInfo {
  flex: 2 1;
}
nav .searchContainer {
  flex: 5 1;
  height: 40px;
  padding-left: 4px;
  overflow: hidden;
}
.slick-slide * {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.searchContainer input {
  width: 100%;
  flex: 1 1;
  padding: 4px 4px 4px 0.25rem;
  border: none;
  background: #fff;
  height: 36px;
  margin-right: 0.5rem;
  font-weight: 500;
}
.searchContainer input:focus {
  outline: none !important;
}
.searchContainer input:active,
.searchContainer input:focus {
  box-shadow: none !important;
  border: none !important;
}
.searchContainer .btSearch {
  /* background-image: linear-gradient(90deg, #d31027 0, #ea384d 51%, #ea384d); */
  background-color: var(--primary-color);
  /* height: 39px; */
  border-radius: 8px;
  padding: 0;
  font-size: 14px;
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.loginContainer,
.searchContainer .btSearch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginContainer {
  flex-direction: column;
  border-radius: 6px;
  /* height: calc(100vh - 220px); */
  padding: 0 16px;
  max-width: 100%;
}
.loginContainer .phoneCard {
  width: 500px;
  max-width: 90%;
}
.bt {
  height: 40px;
  border: none;
  padding: 0 1.5rem;
  border-radius: 5px;
  /* background-image: linear-gradient(90deg, #d31027 0, #ea384d 51%, #d31027); */
  background-color: var(--primary-color);
  background-size: 200% auto;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
}
.bt,
.imageBt {
  display: flex;
  align-items: center;
}
.imageBt {
  padding: 0.75rem;
  height: 44px;
}
.imageBt span {
  font-weight: 500;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pageHeader {
  margin-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.block {
  display: block !important;
}
.display-none {
  display: none !important;
}
.grid {
  display: grid;
}
.mt05 {
  margin-top: 0.5rem !important;
}
.mt1 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt2 {
  margin-top: 2rem;
}
.mb05 {
  margin-bottom: 0.5rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb275 {
  margin: 0.275rem 0;
}
.mt275 {
  margin-top: 0.275rem;
}
.mt75 {
  margin-top: 0.75rem;
}
.mr275 {
  margin-right: 0.275rem;
}
.mr1 {
  margin-right: 1rem;
}
.mr05 {
  margin-right: 0.5rem;
}
.ml05 {
  margin-left: 0.5rem;
}
.p05 {
  padding: 0.5rem !important;
}
.p1 {
  padding: 1rem;
}
.p15 {
  padding: 1.5rem !important;
}
.p2 {
  padding: 2rem !important;
}
.grid2fr {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.grid3fr {
  grid-template-columns: 1fr 1fr 1fr;
}
.responsiveGrid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.flexColumn,
.flexRow {
  display: flex;
}
.text-center {
  text-align: center;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.flexSpaceBetween {
  display: flex;
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.br0 {
  border-radius: 0 !important;
}
.bottom-border {
  border-bottom: 1px solid #eee;
}
.cursor-pointer {
  cursor: pointer;
}
.card {
  background: #fff;
  border: 1px solid #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.cartItem {
  border: 1px solid #f5f5f5;
  box-shadow: none;
}
.cartItem .cartSummary {
  background: #f5f5f5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boxShadow {
  padding: 0.5rem;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1),
    0 4px 4px 0 rgba(63, 63, 68, 0.15);
}
.profileInfo {
  justify-content: flex-end;
}
.btSearch,
.profileInfo {
  display: flex;
  align-items: center;
}
.btSearch {
  width: 70px;
  border-radius: 4px;
  justify-content: center;
  min-width: 45px;
  background: #111;
  border: none;
}
.paginationContainer {
  display: flex;
  gap: 16px;
}
.paginationItem {
  color: var(--primary-color);
  padding: 4px 16px;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 12px;
}
.paginationActive {
  background-color: var(--primary-color);
  color: #fff;
}
.btSearch:active {
  transform: none !important;
}
.bt:active {
  transform: translateY(-1px);
}
.bt:hover {
  cursor: pointer;
}
.btSearch:hover {
  transform: none;
}
.ripple {
  background-position: 100%;
  transition: all 0.2s;
}
.ripple:active {
  background-color: var(--primary-color);
  background-size: 100%;
}
.flex {
  display: flex;
}
.flexRow {
  flex-direction: row;
}
.flexColumn {
  flex-direction: column;
}
.alignCenter {
  align-items: center;
}
.justifyCenter {
  justify-content: center;
}
.hideOnPc {
  display: none !important;
}
.sellerCategoryContainer {
  display: flex;
  justify-content: flex-start;
}
.inlineCategory {
  gap: 0;
}
.shopSidebarContainer {
  min-height: calc(100vh - 60px);
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  bottom: 26px;
  width: 220px;
}
.sellerCategoryContainer .category span {
  height: 18px;
  white-space: nowrap;
}
.responsiveOverflow {
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.responsiveOverflow::-webkit-scrollbar {
  width: 0;
  display: none;
}
.benefits {
  display: flex;
  background-color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  gap: 1rem;
}
.benefits .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1;
}
.benefits .item img {
  width: 100%;
  height: auto;
}
.homeGroups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  background-color: #fff;
}
.homeGroups,
.homeGroups .item {
  border-radius: 4px;
}
.homeGroups .item .flexColumn {
  padding: 2rem;
  gap: 2rem;
}
.homeGroups .productPrice {
  color: var(--primary-color);
}
.productImage {
  height: 14rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
  object-position: top;
  object-position: center center;
  border-radius: 16px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #f0f0f0;
}
.product:hover .productImage {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.productName {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  height: 18px;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 6px;
}
.productList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.sideCat {
  padding-left: 0 !important;
}
.homeCategoryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.horizontalProduct {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.horizontalProduct .product {
  padding: 0.5rem 0;
}
.productPrice {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 17px;
  margin-top: 8px;
}
.productPriceDel {
  color: #d91656;
  font-weight: 600;
  font-size: 13px;
  margin-top: 8px;
}
.discountPrice {
  color: #aaa;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
  margin-right: 0.5rem;
}
.productCost .productPrice {
  font-size: 18px;
}
.soldBadge {
  font-size: 12px;
  color: #777;
  font-weight: 400;
  border-radius: 4px;
}
.product {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
  height: 100%;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  padding: 0.5rem 0;
}
.siteLightBg {
  background-color: var(--site-light-color);
}
.infoContainer .infoItem {
  padding: 0.25rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.infoItem .info {
  text-transform: uppercase;
  font-size: 14px;
}
.infoItem .title {
  font-weight: 500;
  margin-right: 12px;
  font-size: 14px;
}
.productContainerProductList {
  padding: 1rem;
}
.productContainerProductList .product {
  height: auto !important;
}
.productContainerProductList::-webkit-scrollbar {
  width: 0;
}
.productContainerProductList {
  padding: 0;
  gap: 0;
}
.productContainerProductList .product {
  border-radius: 0;
}
.productList .product {
  border-radius: 8px;
  overflow: hidden;
}
.homeGroups .item .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0.75rem;
}
.accPagination {
  text-align: center;
  text-transform: capitalize;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.accPagination li {
  display: inline;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 4px 0;
  margin-right: 0.5rem;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accPagination li a {
  padding: 10px 15px;
}
li.accPaginationActive {
  background-image: linear-gradient(
    90deg,
    var(--primary-color-dark) 50%,
    var(--primary-color-light)
  );
  border: 1px solid var(--primary-color);
}
.accPaginationActive a {
  color: #fff;
}
.productsContainer {
  box-shadow: none !important;
}
.accPagination .disabled {
  display: none !important;
}
.sortProductsContainer {
  justify-content: space-between;
}
.sortProductsContainer .filters {
  display: flex;
  flex-direction: column;
}
.sortProductsContainer b {
  font-size: 14px;
}
.sortProductsContainer input {
  width: 100px;
  height: 35px;
  font-size: 13px;
}
.sortProductsContainer select {
  height: 36px;
  font-size: 13px;
}
.productSkeleton .product {
  background: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  height: 100%;
  transition: all 0.4s ease;
}
.dummyName,
.dummyPrice {
  background-color: #f0f0f0;
  border-radius: 2px;
  height: 22px;
  width: 100%;
}
.dummyPrice {
  width: 40%;
}
.dummyImage {
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 75%, 0.2) 35%,
    hsla(0, 0%, 51%, 0.24) 47%,
    hsla(0, 0%, 75%, 0.2) 63%
  );
  animation: swipe 2s infinite;
  background-size: 400% 100%;
  height: 220px;
}
.productContainer table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.productContainer table td,
.productContainer table th {
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
.productContainer table tr:nth-child(odd) {
  background-color: #fff;
}
.taxShippingTable tr {
  background-color: var(--site-light-color) !important;
}
.taxShippingTable td {
  padding: 6px 8px !important;
}
.productContainer table tr:hover {
  background-color: var(--site-light-color);
}
.trSelected {
  background-color: #f2f2f2 !important;
}
.faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.productContainer table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--site-light-color);
  color: #000;
}
.productContainer tbody {
  position: relative;
}
.productContainer tbody img {
  width: 160px;
  height: 160px;
}
.productContainer {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.productDetailsWithSidebar {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 1rem;
  gap: 1rem;
}
.searchProductContainer {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.accSidebarContainer {
  height: 100vh;
  background: #fff;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.05);
}
.accountLayout {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.badge {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 6px 12px;
}
.sideScroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sideScroll::-webkit-scrollbar {
  width: 0;
}
.sideScroll .productList {
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}
.sidebarCategories li {
  list-style: none !important;
}
.productDetails {
  grid-template-columns: 4fr 5fr;
  border-radius: 8px;
  gap: 1.5rem;
  padding: 1rem 0;
}
.groupData .item {
  margin-bottom: 12px;
}
.buyNowContainer {
  display: flex;
}
.imageContainer {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageContainer img {
  width: 100%;
  min-height: 360px;
  object-fit: contain;
}
.imageContainer:hover .zoomImage {
  opacity: 0;
}
.subImageContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  align-items: center;
}
.subImages img {
  padding: 0.15rem;
  cursor: pointer;
  object-fit: contain;
  width: 46px;
  height: 46px;
  border-radius: 6px;
}

.mainSubImagesContainer .subImages {
  width: 70px;
  height: 70px;
  margin: 0;
}

.mainSubImagesContainer {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}
.mainSubImagesContainer::-webkit-scrollbar {
  width: 0;
  display: none;
}

.primarySubImage {
  border-radius: 10px;
  width: 70px !important;
  height: 70px !important;
}
.mainProductImages {
  max-width: 100%;
  object-fit: contain;
  border: 1px solid #f5f5f5;
}
.productDetailTitle {
  font-size: 16px;
  font-weight: 600;
}
.gridFrFooter .info {
  display: flex;
}
.subImages {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.1rem;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 10px;
  position: relative;
  width: 70px;
  height: 70px;
}
.subImages:hover {
  box-shadow: inset 0 0 0 2px var(--primary-color-dark);
  border-radius: 6px;
}
.addRemove input {
  border: none;
  background: none;
  text-align: center;
}
.addRemove input:focus {
  border: none;
}
.addRemove {
  box-shadow: 0 0 0 2px var(--primary-color-dark) inset;
  border-radius: 80px;
  position: relative;
  background: #fff;
}
.subImageContainer .selected {
  box-shadow: inset 0 0 0 2px var(--primary-color-dark) !important;
  border-radius: 6px;
}
.spanSelected {
  background-color: var(--primary-color-dark) !important;
  color: #fff;
  font-weight: 500;
}
.whiteBack {
  background-color: #fff;
}
.disabled {
  background: #ddd;
  color: #777;
  cursor: not-allowed !important;
}
.disabled:hover {
  background: #ccc !important;
}
.disabled:active {
  transform: none !important;
}
.variationContainer {
  position: relative;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-radius: 4px;
}
.subImages .count,
.variationContainer .count {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to top left,
    transparent 0,
    transparent 50%,
    var(--primary-color-dark) 50%,
    var(--primary-color-light) 100%
  );
  color: #fff;
  padding: 4px 0 4px 4px;
  font-size: 12px;
  height: 36px;
  width: 36px;
  text-align: left;
  border-top-left-radius: 8px;
  font-weight: 700;
}
.variationContainer .count {
  color: #fff;
}
.ranges {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  text-align: center;
  overflow: hidden;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.rangeActive {
  background: var(--primary-color) !important;
  color: #fff;
}
.range {
  padding: 10px;
  background-color: var(--site-light-color);
  border-right: 1px solid var(--site-light-color);
  border-radius: 12px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rangePrice {
  margin-bottom: 5px;
}
.shippingBoxContainer {
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgb(238, 238, 238);
}
.shippingBox {
  flex: 1 1;
  padding: 8px;
  border-radius: 4px;
}
.productOffBadge {
  background: #f5004f;
  font-size: 12px !important;
  padding: 0.1rem 0.475rem;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.sortContainer {
  display: flex;
  justify-content: space-between;
}
.tabHeader {
  justify-content: center;
  width: 100%;
  margin: auto auto 0.5rem;
  padding: 0 2rem;
}
.tabHeader .tabName {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
.tabSelected {
  border-bottom: 2px solid var(--primary-color-dark) !important;
}
.productSpecification {
  max-width: 100%;
}
.productSpecification table tr {
  background-color: #f8f8f8;
}
.imageUploaderContainer {
  margin-right: 12px;
}
.productSpecification ul {
  margin-bottom: 1rem;
}
.productDescriptionTab span {
  font-size: 16px;
  margin-bottom: 0.275rem;
  text-align: left !important;
}
.productDescriptionTab {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.productDescriptionTab p,
.productDescriptionTab span {
  font-size: 16px !important;
}
.productDescriptionTab img {
  margin: 1rem 0;
}
.productSpecification li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 14px;
}
.productSpecification img,
.productSpecification.productDescriptionTab img {
  max-width: 100% !important;
}
.productSpecification h1,
.productSpecification h3 {
  font-size: 20px;
  margin: 1rem 0;
}
.productSpecification hr {
  margin-top: 1.5rem;
}
.productSpecification .selected {
  box-shadow: none !important;
}
.storeLinks {
  display: flex;
  flex-direction: row !important;
  gap: 0.75rem !important;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.a-section h2 {
  margin: 0.5rem 0 1rem;
}
.apm-fixed-width {
  width: 100% !important;
}
.apm-listbox {
  padding: 1rem;
}
.a-expander-header {
  display: none;
}
.module-1 .apm-floatleft {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
.apm-hero-image img {
  width: 100%;
  margin-top: 1.5rem;
}
.apm-tablemodule {
  width: 100%;
  overflow-x: auto;
}
.apm-rightthirdcol-inner img {
  width: 100% !important;
}
.aplus-v2 {
  display: flex !important;
  flex-direction: column !important;
}
.a-expander-partial-collapse-container {
  max-height: 10000px !important;
}
.productDescription {
  font-weight: 500;
  width: 100%;
}
.productDescription div {
  word-wrap: break-word;
  word-break: break-all;
}
.productSpecification table .apm-floatleft {
  grid-template-columns: 1fr;
}
.productSpecification table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.productSpecification table tr {
  background-color: #f9f9f9;
  padding: 0.35em;
  text-align: center;
  text-transform: capitalize;
}
.productSpecification table td,
.productSpecification table th {
  padding: 1em;
  text-align: center;
  text-transform: capitalize;
}
.productSpecification tr td:nth-child(odd) {
  background-color: var(--site-light-color);
  font-size: 14px;
  font-weight: 600;
  width: 250px;
}
.productSpecification tr td:nth-child(2n) {
  text-align: left;
  color: #050505;
  font-weight: 400;
}
.productSpecification table img {
  width: 100%;
  height: auto;
}
.productSpecification table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
footer {
  border-top: 4px solid var(--primary-color-dark);
  padding: 0 0.5rem;
}
.productVariationSelector {
  width: auto;
  background-color: #f0f0f0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
}
.spanSelectedBadge {
  background: linear-gradient(
    to top left,
    transparent,
    transparent 50%,
    #333 0,
    #555
  ) !important;
}
.infoPageContent br {
  padding-bottom: 0.5rem;
}
.accNav {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-radius: 8px;
}
.accNavProfile {
  min-height: 150px;
  color: #fff;
  text-align: center;
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #eee;
}
.accNavBalance {
  color: var(--text-color);
  font-size: 14px;
  margin-top: 12px;
}
.accNavAmount {
  background: var(--primary-color);
  border-radius: 24px;
  padding: 6px 20px;
  font-size: 14px;
}
.accNavAmount .accAmount {
  font-size: 14px !important;
}
.accAmount {
  white-space: nowrap;
}
.accNavList {
  justify-content: space-between;
  align-items: center;
}
.accNavList,
.accNavList ul {
  display: flex;
  flex-direction: column;
}
.accNavList ul {
  justify-content: center;
  width: 100%;
}
.accNavList ul li {
  cursor: pointer;
  list-style: none;
  border-left: 3px solid transparent;
}
.accNavList ul li:last-child {
  border-bottom: none;
}
.accNavList ul li a {
  display: flex !important;
  align-items: center;
  padding: 16px 24px;
  color: #222;
}
.accNavList ul li a svg {
  width: 20px;
}
.accNavListDiv {
  margin-left: 0.65rem;
  font-size: 14px;
  font-weight: 600;
}
.accNavListSelected {
  border-left: 3px solid var(--primary-color) !important;
  background-color: var(--site-light-color);
}
.navItem {
  display: flex;
  width: 100%;
  align-items: center;
}
.accSettingForm {
  padding: 16px 0;
  border-radius: 8px;
}
.accSettingFormGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}
.accSettingInput {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.accSettingInput label {
  display: block;
  font-size: 14px;
}
.accSettingInput input,
.accSettingInput select,
.accSettingInput textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
}
.accSettingSubmit {
  text-align: left;
  margin-top: 10px;
}
.accSettingSubmit button {
  text-transform: uppercase;
}
.tableContainer {
  overflow-y: auto;
  max-height: 280px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  scroll-behavior: smooth;
}
.wishlist .productList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
.wishlistItem p {
  height: 18px;
  overflow: hidden;
  text-align: left;
}
.wishlistItem {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.wishlistBtnContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.wishlistItem .prodImage {
  object-fit: cover;
  margin-right: 16px;
  border-radius: 4px;
}
.paymentItem p {
  background-color: #eee;
}
.accTrackingLine {
  margin: auto;
  display: block;
  position: relative;
}
.accTrackingLine ul {
  padding: 20px;
  display: inline-block;
}
.accTrackingLine ul li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px dashed var(--primary-color-dark);
  padding: 0 0 30px 30px;
  position: relative;
}
.accTrackingLine ul li:last-child {
  border-left: 0;
}
.accTrackingLine ul li:before {
  position: absolute;
  left: -15px;
  top: -4px;
  content: " ";
  border: 8px solid #fff;
  border-radius: 500%;
  background: var(--primary-color-dark);
  height: 14px;
  width: 14px;
  transition: all 0.5s ease-in-out;
}
.accTrackingLine ul li:hover:before {
  border-color: #232931;
  transition: all 1s ease-in-out;
}
.accTrackingLine ul li .timestamp {
  color: #50d890;
  position: relative;
  width: 100px;
  font-size: 12px;
}
.homeSlider .carousel .slide {
  margin-right: 0.0325rem !important;
}
.cartTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.cartContent {
  display: grid;
  grid-template-columns: 7fr 4fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  column-gap: 16px;
  border-radius: 0 !important;
}
.cartSummaryContent {
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
}
.cartSummary {
  border-radius: 8px;
}
.cartTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.cartTable thead {
  background: #eee;
}
.cartTable tr th {
  text-transform: uppercase;
}
.cartTable tr td,
.cartTable tr th {
  border: 1px solid #eee;
  padding: 10px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartCustomerFields {
  padding: 16px 0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cartCustomerField {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
}
.cartCustomerField input,
.cartCustomerField select,
.cartCustomerField textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
}
.payPage {
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.payPage table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.payPage table td,
.payPage table th {
  border: 1px solid #f1f1f1 !important;
  padding: 8px;
  font-weight: 500;
  text-align: center;
}
.payPage table tr:nth-child(odd) {
  background-color: #fff;
}
.payPage table tr:hover {
  background-color: #f1f1f1;
}
.payPage table tr td {
  background-color: transparent;
}
.trSelected {
  background-color: #eee !important;
}
.itemsContainer .item {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.payPage table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f1f1f1;
  color: #000;
}
.payPage tbody {
  position: relative;
}
.payPage tbody img {
  width: 160px;
  height: 160px;
}
.paymentProcessing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}
.paymentProcessing .card {
  width: 500px;
  max-width: 80%;
}
.bankDetails {
  width: 100%;
}
.bankDetails p {
  padding: 1.5rem;
  border-radius: 4px;
  margin-top: 0.5rem;
  background: var(--site-light-color) !important;
  color: #000 !important;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #eee;
}
.paymentOption {
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.paymentOption img {
  height: 40px;
}
.checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
}
.checkmark:active {
  transform: scale(0.9);
}
.accStats {
  display: flex;
  text-align: center;
  font-size: 14px;
}
.accStatsPart {
  border: 1px solid #eee;
  background: #f2f2f2;
  border-radius: 4px;
  display: flex;
  padding: 4px 12px;
  flex-direction: row-reverse;
  margin-right: 0.65rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accStatsPartActive {
  background-color: var(--primary-color);
}
.accStatNumber {
  font-weight: 700;
  display: flex;
  margin-left: 0.5rem;
}
.accStatTitle {
  font-weight: 500;
}
.orderDetailsContainer {
  display: grid;
  grid-template-columns: 7fr 4fr;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.accProducts .accTable {
  text-align: left;
  width: 100%;
}
.accProductCol {
  width: 75%;
}
.accFees {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footerMiddle {
  background: #fff;
}
.footerMiddle .info span {
  color: #555 !important;
}
.footerBottom {
  background-color: #f5f5f5;
}
.footerMiddle * {
  color: #111 !important;
}
.footerMiddle .information div {
  margin-bottom: 8px;
}
.accCard {
  border: 1px solid #eaeaea;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.accCardHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  padding: 0 1rem;
}
.accCardTitle {
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
}
.accCardTitle h2 {
  font-size: 16px;
}
.accTable tr td {
  padding: 0.5rem;
}
.accCardContent {
  padding: 1rem;
}
.accCardAction {
  text-align: right;
}
.accPayments table {
  margin-bottom: 15px;
}
.accNotes .accTable {
  text-align: left;
  border: 1px solid #eaeaea;
}
.accNotes .accTable td {
  border: 0 !important;
}
.accNoteDate,
.accNoteStatus {
  display: inline-block;
  padding: 2px 8px;
  background: #eaeaea;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.accNoteMessage {
  display: block;
  padding-top: 5px;
}
.accNote {
  border-bottom: 1px solid #f6f6f6;
  padding: 16px 20px;
}
.accNoteStatus {
  background: var(--primary-color-dark);
}
.accProductHead {
  border-bottom: 0;
  display: grid;
  grid-template-columns: 64px 1fr;
}
.accProductLeft {
  text-align: left;
  padding: 10px 20px;
}
.accVariation {
  margin-bottom: 5px;
}
.accVariationName {
  font-weight: 600;
  text-transform: uppercase;
}
.accProductImg img {
  width: 48px;
}
.orderStatsList .item {
  padding: 1rem;
  border-radius: 4px;
}
.orderStatsList img {
  width: 64px;
}
.footerContainer .child {
  padding: 2rem 0;
}
.footerBottom {
  padding: 16px !important;
}
.socialLink img {
  width: 36px;
  height: 36px;
  border-radius: 64px;
}
.productSpecification img {
  max-width: 100%;
}
.footerContainer .companyLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footerTop {
  padding: 1rem;
}
.sisters img {
  width: 100%;
  padding: 0.5rem;
  height: 100px;
  object-fit: contain;
  background-color: var(--site-light-color);
  border-radius: 4px;
}
.sisters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 1rem;
}
.gridFrFooter {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  /* display: flex;
  flex-wrap: wrap; */
  /* justify-content: space-between; */
  grid-gap: 8rem;
  gap: 3rem;
}
.informationLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
.informationLinks .linkItem {
  padding: 4px 0;
}
.informationLinks .linkItem:last-child {
  border-right: none;
}
.footerMiddle h3 {
  font-size: 17px !important;
}
.sellerInfoCard {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding: 1.5rem 1rem;
}
.sellerInfoCard,
.sellerScoreContainer {
  align-items: center;
  justify-content: center;
}
.sellerScoreContainer {
  width: 100%;
  margin: 1rem 0 0.65rem;
}
.sellerScoreContainer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brandMoto {
  font-size: 28px;
  margin-top: 16px;
  font-style: italic;
  text-align: center;
}
.popupContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  background-color: rgba(0, 0, 0, 0.5);
}
.popupContainer .popup {
  width: 520px;
  max-width: 94%;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: auto;
}
.sellerScoreContainer .item {
  flex: 1 1;
}
.popupBody {
  overflow: auto;
}
.popup .card {
  border: none !important;
}
.popupHeader {
  padding: 1rem;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 500;
}
.popupBody {
  width: 100%;
  display: flex;
}
.navCount {
  color: #000;
  align-self: flex-start;
  margin-top: -6px;
  font-weight: 500;
}
.addToCartBt,
.buyNowBt {
  flex: 1 1;
}
.tableRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.tableRow .tableRowEl {
  flex: 1 1;
  padding: 1rem;
  display: flex;
  align-items: left;
  justify-content: left;
  height: 100%;
}
.accMasterPay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  justify-content: center;
  border-radius: 0;
  z-index: 1600;
  background-image: linear-gradient(
    to right,
    var(--primary-color-dark) 50%,
    var(--primary-color-light) 100%
  );
}
.accMasterPay,
.paymentOption {
  display: flex;
  align-items: center;
}
.paymentOption {
  justify-content: flex-start;
}
.horizontalCategories {
  padding-left: 3rem;
}
.paymentOption .info {
  margin-left: 1rem;
}

.bottomBar {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  z-index: 2;
  display: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 64px;
  margin: 0;
  background-color: #fff;
  z-index: 11000;
  box-shadow: 0 0 0 #fff, 0 15px 30px #888;
}
.bottomBar,
.bottomBar .item {
  align-items: center;
  justify-content: center;
}
.bottomBar .item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.bottomBar .item p {
  color: #333;
  font-weight: 500;
  margin-top: 4px;
  font-size: 13px;
}
.bottomBar .item:active {
  background-color: transparent !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background: transparent !important;
}
.bottomBar span {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.bottomBar img {
  width: 24px;
  height: 24px;
  margin-bottom: 0.075rem;
}
.bottomBarHomeContainer {
  position: relative;
}
.bottomBarHome {
  background-color: #fff;
  background-size: 150% 150%;
  width: 62px;
  height: 62px;
  /* border-radius: 10px; */
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  animation: colorAnimation 3s ease infinite;
  box-shadow: 0 0 8px 2px rgba(63, 63, 68, 0.1);
}
.cartCustomerProduct .card {
  margin-bottom: 1rem;
}
.infoPage {
  display: block;
  min-height: calc(100vh - 100px);
  background: #fff;
  border: 1px solid #eaeaea;
}
.infoPageTitle {
  border-bottom: 1px solid #eee;
  padding: 14px 16px;
}
.infoPageTitle h1 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.infoPageContentBlock {
  display: block;
  padding: 24px;
}
.infoPageContentBlock img {
  max-width: 900px;
  box-shadow: 0 0 20px #333;
  border-radius: 10px;
  width: 100%;
}
.infoPage h2 {
  font-weight: 600;
  margin: 0.75rem 0 0.475rem;
  font-size: 22px;
}
.infoPage p {
  margin: 0.5rem 0;
  font-size: 16px;
}
.infoPage li {
  font-size: 16px;
  padding: 0.65rem;
}
.infoPageStar {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}
.infoPageTitle p {
  font-size: 16px;
  margin: 0;
}
.contact .grid {
  gap: 2rem;
  align-items: center;
}
.contact .card {
  padding: 2.5rem 1.5rem;
  border-radius: 0 !important;
}
.contact .contactForm,
.contact .contactInfo {
  padding: 2rem;
}
.contact .contactInfo img {
  width: 340px;
  max-width: 100%;
}
.topHeader {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.contactInfo .footer-contact img {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
}
.contactNote {
  font-size: 13px;
  color: gray;
}
.contact label {
  font-weight: 600;
}
.contact input,
.map,
textarea {
  margin-top: 0.5rem;
}
.map {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}
.map h4 {
  margin-bottom: 2rem;
}
.map iframe {
  box-shadow: 0 0 8px 4px rgba(63, 63, 68, 0.2),
    0 4px 4px 0 rgba(63, 63, 68, 0.15);
}
.textHeading {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 0.5rem !important;
  margin-top: 2rem !important;
}
.footerCopyRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerCopyRight .separator {
  margin: 0 0.5rem;
}
.videoContainer {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
video {
  border-radius: 12px;
}
.videoThumbnailContainer {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 0;
}
.videoThumbnailContainer img {
  position: relative;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.5rem;
  width: 100%;
  z-index: 0;
  width: 70px;
  height: 70px;
}
.videoThumbnailContainer .play {
  position: absolute;
  top: 0.155rem;
  left: 0.155rem;
  right: 0.155rem;
  bottom: 0.155rem;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  color: #e0e0e0;
  justify-content: center;
  cursor: pointer;
  z-index: 8;
}
.homeGroups .productPrice {
  font-size: 16px;
}
.checkoutOptional {
  color: #999;
}
.orderDetailsContainer .accCard {
  border: none;
}
.orderDetailsContainer .accCardHeader {
  padding-left: 0;
  border-bottom: 4px solid #f5f5f5;
}
.paymentMethodsImages img {
  width: 80px;
  height: 40px;
  object-fit: contain;
  border: 1px solid #eee;
  padding: 0.35rem;
  border-radius: 4px;
}
.countDownContainer .timer {
  display: flex;
}
.countDownContainer .timer div {
  display: flex;
  font-size: 14px;
  background-color: #1d262d;
  margin-right: 0.5rem;
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.timer p,
.timer span {
  font-size: 14px;
}
.timer p {
  margin-bottom: 0.025rem;
  margin-right: 0.25rem;
}
.productDetailsContainer {
  border: none !important;
  box-shadow: none !important;
}
.sortProductsContainer .sort {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.countDownPrice .salePrice {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.countDownPrice .regPrice {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.countDownPrice {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.countDownPrice .discount {
  background-color: #e06469;
  border-radius: 4px;
  padding: 0.225rem 0.575rem;
  font-size: 14px;
  color: #fff;
}
.rangeActive .prevPrice {
  color: #d0c7c7 !important;
}
.productDetailTitleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0.5rem;
}
.infList li {
  list-style: disc;
  margin-left: 1.5rem;
}
nav .profileInfo .icon {
  margin-right: 12px !important;
}
.addToCartBt {
  margin-right: 0 !important;
}
.buyNowContainer .addToCartBt .imageBt {
  border-radius: 12px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.buyNowContainer .buyNowBt .imageBt {
  border-radius: 12px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.saveBtn .imageBt {
  border-radius: 12px !important;
}
.topHeader span {
  line-height: 18px;
}

/* .dynamic-width {
  width: clamp(335px, 80vw, 420px);
} */
.dynamic-width {
  width: 100%;
}

.mainProductImageContainer {
  position: relative;
}

@media (min-width: 1800px) {
  /* .mainContainer {
    width: 1500px;
  } */

  .mainContainer {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .productDetailsWithSidebar {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
  }
}

@media (min-width: 900px) and (max-width: 1800px) {
  .homeGroups .productImage {
    height: 120px !important;
  }
  .productList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
  }
  .productImage {
    height: 15rem;
  }
  nav {
    padding: 0 2rem;
  }
}
@media (min-width: 900px) and (max-width: 1400px) {
  .loginImageSize {
    width: 220px !important;
  }
  .imagePopupHome {
    width: 460px !important;
  }
}

@media (max-width: 768px) {
  .hideOnPc {
    display: flex !important;
  }

  .searchContainer .btSearch {
    height: 42px;
    width: 60px;
    padding: 0;
    font-size: 14px;
    margin-right: 0;
  }
  .horizontalProduct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    padding: 0.25rem;
  }
  .productContainer {
    margin-top: 0;
  }
  .footerLogo {
    max-width: 70% !important;
  }
  .orderDetailsContainer .accCardHeader {
    padding-left: 1rem;
    border-bottom: 4px solid #f5f5f5;
  }
  .productDetailsContainer {
    border-top: none !important;
  }
  .productDetailTitleContainer {
    border-bottom: none !important;
    padding-bottom: 0.25rem !important;
  }
  .horizontalCategories,
  .sortTitleContainer {
    padding-left: 0.75rem;
  }
  .ranges {
    gap: 0.5rem;
  }
  .productsContainer {
    flex-direction: column;
  }
  .detailsSection {
    margin-top: 1rem;
  }
  .accNavListSelected {
    border-right: none !important;
  }
  .accountLayout {
    display: flex;
    flex-direction: column;
  }
  .accSidebarContainer {
    height: auto !important;
  }
  .sortContainer {
    flex-direction: column;
  }
  .productDetailsWithSidebar {
    display: flex;
    flex-direction: column;
  }
  .benefits {
    gap: 0.5rem;
  }
  .itemHeader {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between !important;
    padding: 1rem;
    background: #fff;
    background-image: none !important;
  }
  .itemHeader button {
    height: 24px !important;
    width: 72px !important;
  }
  .itemHeader h4 {
    margin-bottom: 0 !important;
  }
  .sliderImage {
    padding: 0 !important;
  }
  .sisters {
    grid-template-columns: 1fr 1fr;
  }
  .tableRowEl .hideOnPc {
    padding-bottom: 6px;
  }
  .footerTop {
    padding: 12px;
  }
  .footerTop .brandLogo {
    margin-right: 16px;
  }
  .accNavList ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .card {
    border-radius: 0 !important;
  }
  .cartItemHeader {
    padding: 0.75rem !important;
  }
  .cartDelete {
    margin-right: 4px !important;
  }
  .searchProductContainer {
    display: flex;
    flex-direction: column;
  }
  .productListsContainer {
    display: block;
  }
  .responsiveOverflow .sidebarCategories {
    display: inline-flex;
  }
  .responsiveOverflow .listData .categoryName {
    width: max-content;
  }
  .searchSidebar {
    display: flex;
    flex-direction: column-reverse;
  }
  .sidebarCategoryContainer {
    margin-top: 0 !important;
    border-top: 0;
  }
  nav .profileInfo .icon {
    margin-right: 16px !important;
  }
  nav .profileInfo img {
    margin-right: 0 !important;
  }
  .mainContainer {
    width: 100%;
    max-width: 100%;
  }
  .accMasterPay {
    z-index: 11000;
    height: 66px;
  }
  .footerCopyRight {
    flex-direction: column;
  }
  .footerCopyRight .separator {
    display: none;
  }
  .footerCopyRight p {
    font-size: 14px;
  }
  .footerContainer {
    margin-bottom: 60px;
  }
  .tabLayout {
    margin-top: 0.5rem;
  }
  .bottomBar {
    display: grid;
  }
  .contact .grid2fr {
    grid-template-columns: 1fr;
  }
  .footerContainer .info .details {
    font-size: 14px;
  }
  .contact .contactInfo {
    padding: 0.5rem;
  }
  .contact .contactForm {
    padding: 0;
  }
  .orderDetailsContainer {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .tabHeader .tabName {
    padding: 10px 6px;
    font-size: 14px;
  }
  .sortProductsContainer {
    flex-direction: row;
    align-items: center;
  }
  .filters {
    flex-direction: row;
    width: 100%;
  }
  .filters select {
    margin: 0 !important;
  }
  .tableRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 6px solid #eee;
  }
  .tableRow .tableRowEl {
    flex-direction: column;
    border: 1px solid #f9f9f9;
    align-items: flex-start;
  }
  .mobileTableHeder {
    display: flex;
    margin-bottom: 0.5rem;
  }
  .customTableHeader {
    display: none;
  }
  .tabHeader .tabName {
    padding: 12px 6px;
  }
  .loginContainer {
    margin: 0;
    height: calc(100vh - 200px);
    padding-bottom: 0;
  }
  .productContainer,
  .productDetails {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .productList {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem;
    padding: 0.5rem !important;
  }
  .homeGroups {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .phoneNoRadius {
    border-radius: 0 !important;
  }
  .productDetailTitleContainer {
    padding: 1rem 1rem 0.25rem !important;
  }
  .productDetailTitle {
    font-size: 15px;
    font-weight: bold;
  }
  .sideScroll {
    margin-top: 0.5rem;
  }
  .homeGroups .item .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bannerSection {
    padding-top: 0;
  }
  .searchProductContainer {
    margin-top: 0;
  }
  aside {
    display: none;
  }
  .productPrice {
    font-size: 15px;
  }
  .productPriceDel {
    font-size: 10px;
  }
  .wishlistItem p {
    margin: 0.5rem 0 0;
  }
  .wishlistItem .productPrice {
    text-align: left !important;
  }
  .wishlistItem .bt {
    margin: 1rem 0 0 !important;
  }
  .wishlist .productList {
    gap: 0.5rem;
    padding: 0.5rem !important;
  }
  .sortProductsContainer {
    padding: 0.75rem 0.75rem 0.5rem !important;
  }
  .sideScroll {
    height: auto !important;
  }
  .sideScroll .productImage {
    height: 170px !important;
  }
  .accMainContent {
    padding: 0.5rem;
  }
  main {
    margin-left: 0;
  }
  .bannerSection {
    margin-top: 0;
  }
  .phoneFullHeight {
    height: auto !important;
  }
  .sliderContainer {
    margin-top: 0;
  }
  .content {
    padding: 0;
  }
  .cartHeader {
    border-bottom: 4px solid #f5f5f5 !important;
  }
  .cartItem {
    margin-bottom: 12px !important;
    border: none;
  }
  .checkoutCart .cartItem img {
    margin-left: 0 !important;
  }
  .cartCustomerFields {
    padding: 0.75rem;
  }
  .cartSummaryContent {
    box-shadow: none !important;
    border: none;
    padding: 0.25rem;
  }
  .topHeader h1 {
    font-size: 16px !important;
    font-weight: 700;
  }
  .couponApplier {
    padding: 0 1rem;
    margin-top: 1rem !important;
  }
  .cartSummary {
    box-shadow: none;
    border: none;
  }
  .cartItem *,
  .cartOrderID {
    font-size: 13px !important;
  }
  .topHeader {
    box-shadow: none !important;
    margin-bottom: 0 !important;
    border-bottom: 4px solid #f5f5f5;
  }
  .cartSummary {
    margin-top: 16px;
  }
  .hideOnPhone {
    display: none !important;
  }
  nav {
    flex-direction: column;
    height: 104px;
    padding: 8px 12px;
  }
  nav .searchContainer {
    flex: initial;
    width: 100%;
    margin-top: 4px;
    padding-left: 0;
  }
  .bannerSection {
    grid-template-columns: 1fr;
  }
  .mainSubImages {
    display: inline-flex;
    flex-wrap: nowrap;
  }
  .mainSubImagesContainer {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
  }
  .mainSubImagesContainer::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .cartItem .cartSummary {
    border-radius: 0 !important;
  }

  .cartContent {
    display: flex;
    flex-direction: column;
  }
  .cartCustomerField {
    grid-column: auto !important;
  }
  .cartCustomerFields {
    grid-template-columns: 1fr;
  }
  .initialPayRange {
    padding: 0.5rem !important;
  }
  .accContent {
    border-radius: 0 !important;
  }
  .accountLayout {
    margin-top: 0;
  }
  .buyNowContainer {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1100;
    left: 0;
    right: 0;
    box-shadow: 0 0.125rem 0.425rem rgba(90, 97, 105, 0.6);
    grid-column-gap: 0;
    column-gap: 0;
    display: flex;
    margin: 0 !important;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0 0.35rem !important;
  }
  .productsContainer {
    padding: 0.25rem;
  }
  .productsContainerHeader {
    padding-bottom: 0 !important;
    padding-left: 0.25rem !important;
  }
  .buyNowContainer .bt {
    border-radius: 12px !important;
    height: 48px;
  }
  .addToCartBt {
    margin-right: 8px;
    flex: 1 1;
  }
  .buyNowBt {
    flex: 1 1;
  }
  .saveBtn span {
    display: none;
  }
  .cartVariation {
    padding: 0.75rem 1rem !important;
  }
  .cartBottomBar {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1100;
    left: 0;
    right: 0;
    padding: 0 !important;
    box-shadow: none;
  }
  .cartBottomBar button {
    height: 54px !important;
    border-radius: 0 !important;
  }
  nav .profileInfo .noMr {
    margin-right: 14px !important;
  }
  .cart {
    padding-bottom: 64px;
  }
  .modal {
    left: 0;
  }
  .rangeQty {
    font-size: 12px;
  }
  .orderStatsList {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .dashBoardGraphContainer {
    flex-direction: column;
  }
  .orderStatsList .itemsContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .orderStatsList .itemsContainer .item {
    margin: 0 !important;
  }
  .accNav {
    width: 100%;
  }
  footer {
    margin-left: 0;
  }
  .footerContainer .child {
    padding: 2rem 1rem;
  }
  .footerContainer .companyLogos .sisters {
    gap: 0;
  }
  .brandMoto {
    font-size: 22px;
    margin-top: 16px;
  }
  .informationLinks .linkItem {
    font-size: 14px;
  }
  .inlineCategory .categoryItem {
    padding-left: 0.5rem !important;
    padding-right: 1.5rem !important;
  }
  .gridFrFooter {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .gridFrFooter h2 {
    font-size: 20px !important;
  }
  .sideCat {
    padding-left: 1rem !important;
  }
  .saveBtn .imageBt {
    width: auto !important;
  }
  .homeSlider {
    border: none !important;
    border-radius: 0 !important;
  }
  .benefits .item {
    min-width: 150px;
  }
  .infoContainer .infoItem {
    justify-content: space-between;
  }
  .footerAddressInfo {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
  }
  .sideCat {
    padding: 0.75rem 1rem !important;
  }
  .categorySidebar {
    max-height: 100vh !important;
  }
  .categorySidebarPhone {
    max-height: 78vh !important;
  }
  .sideCat img {
    width: 44px;
    height: 44px;
  }
  .categorySidebar {
    padding-top: 0 !important;
  }
  footer {
    padding: 0 !important;
  }
  .categorySidebarChild .category {
    padding: 0.85rem 1rem !important;
    width: 100% !important;
  }
  .backBt {
    padding: 0.75rem 1rem !important;
  }
  .backBt .categoryName {
    font-size: 15px !important;
  }
  .listProduct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .phoneFullHeight {
    padding: 0 !important;
  }
  .listProductItem {
    display: flex;
    flex-direction: column;
  }
  .listProductItem img {
    max-width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
  }
  .storeLinks {
    grid-column: span 2;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
  .accSettingFormGrid {
    grid-template-columns: 1fr;
  }
  .gridFrFooter .information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .storeLinks a {
    margin-bottom: 0 !important;
  }
  .storeLinks h3 {
    display: none;
  }
  .footerLinks {
    display: flex;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .payPage {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .paymentOption {
    padding: 0.5rem;
  }
  .paymentOptionContainer {
    grid-template-columns: 1fr !important;
    gap: 0.5rem;
  }
  .fixedMobileBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0.5rem;
  }
  .orderFilter {
    flex-direction: column;
  }
  .orderFilter div,
  .orderFilter input,
  .orderFilter select {
    width: 100%;
  }
  .orderFilter .accStats {
    margin-top: 1rem;
  }
  .popupContainer {
    top: 0;
  }
  .dummyImage {
    height: 160px;
  }
  .pcOnly {
    display: none;
  }
  .inlineCategory {
    gap: 0;
    padding-bottom: 12px;
  }
  .noPaddingPhone {
    padding: 0 !important;
  }
  .storeLinks {
    flex-direction: row !important;
    gap: 0.5rem !important;
  }
}
@media screen and (max-width: 572px) {
  .mainContainer {
    margin-top: 0;
  }

  .productSpecification table tr {
    border-radius: 0;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .tabHeader {
    padding: 0 0.5rem;
    justify-content: center;
  }
  .logo {
    width: auto;
    height: 42px;
  }
  .categoryHome,
  .categoryItem {
    padding-bottom: 0 !important;
  }
  .categoryHome {
    padding-top: 0 !important;
  }
  .productsContainerHeader {
    padding-top: 12px !important;
  }
  .itemsContainer {
    gap: 0.5rem;
  }
  .itemsContainer .item {
    width: auto;
    padding: 0.5rem !important;
  }
  .itemsContainer .item img {
    width: 54px;
  }
  .orderStatsList {
    margin-bottom: 0 !important;
  }
  .productImage {
    height: 170px;
    object-fit: cover;
  }
  .module-1 .apm-floatleft {
    grid-template-columns: 1fr 1fr;
  }
  .productSpecification table {
    border: 0;
    width: 100% !important;
  }
  .cart {
    margin: 0;
  }
  .loginImageSize {
    width: 180px !important;
  }
  .loginContainer .phoneCard {
    padding: 1rem !important;
    width: 100%;
    max-width: 100%;
  }
  .phoneMtLow {
    margin-top: 0.25rem !important;
  }
  .homeGroups {
    gap: 0.25rem;
  }
  .homeGroups .item {
    border-radius: 0 !important;
  }
  .productSpecification table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navMainContainer {
    padding: 0 !important;
  }
  .productSpecification table th {
    background-color: #dfdfdf;
  }
  .productSpecification table tr {
    display: flex;
    flex-direction: column;
  }
  .productSpecification table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
    width: 100% !important;
    text-align: center !important;
    font-size: 14px;
  }
  .productSpecification tr td:nth-child(2n) {
    background-color: #fff;
  }
  .productSpecification table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  .productSpecification {
    padding: 0 !important;
  }
  .apm-floatleft {
    grid-template-columns: 1fr !important;
  }
  .apm-leftimage img {
    width: 80%;
  }
  .imageBt span {
    font-size: 15px;
  }
  .imageBt {
    padding: 0.5rem;
  }
  .productDetails {
    padding: 0.75rem;
  }
  .noticeImage {
    width: 64px !important;
  }
}

@media screen and (max-width: 416px) {
  .dynamic-width {
    width: clamp(335px, 80vw, 420px);
  }
}
