:root {
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, sans-serif;
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

h1,
h2 {
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.313rem;
}

h3,
h4 {
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h4,
h5 {
  line-height: 1.2;
}

h5 {
  font-size: calc(12px + 0.375vw);
  font-weight: 500;
}

h6 {
  font-size: calc(11px + 0.0625vw);
  font-weight: 400;
  line-height: 1.2;
}

p,
span {
  color: #767676;
}

p {
  font-weight: 400;
}

li,
p {
  letter-spacing: 0.03em;
}

ul,
ol {
  margin: 0;
}

button:focus {
  outline: none;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: calc(11px + 0.0625vw);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.section-p-top {
  padding-top: calc(30px + 3.125vw);
}

.section-p-bottom {
  padding-bottom: 20px;
}

.header-logo,
.header-cart {
  width: 20%;
}

.header-cart {
  flex-grow: unset;
}

.search-header-bar {
  height: 100px;
}

.search-header-bar>* {
  height: 100%;
}

.search-input>div {
  width: 100%;
}

.search-input-icon {
  position: absolute;
  font-size: 22px;
  top: 8px;
  left: 4px;
}

.rtl .search-input-icon {
  left: unset;
  right: 4px;
  top: 9px;
}

.search-input-input {
  padding-left: 30px;
  min-height: 40px;
  max-height: 40px;
}

.rtl .search-input-input {
  padding-left: inherit;
  padding-right: 30px;
}

.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
  font-size: 32px;
}

.icon-shopping_cart_black_36dp-1-1 .path1:before {
  color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
  color: unset;
}

.icon-language_black_24dp .path1:before {
  color: unset;
}

.cart-badge {
  position: absolute;
  right: 15px;
  top: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.rtl .cart-badge {
  right: unset;
  left: 15px;
}

.top-main-menu-wrapper {
  margin-right: -22px;
  margin-left: -22px;
}

.ic.menu {
  text-align: left;
  position: relative;
  right: 4px;
}

/* .rtl .ic.menu {
  text-align: right;
  right: unset;
  left: 4px;
} */

.ic.menu,
.sm-search-icon {
  margin-right: 20px;
}

.icon-menu-top {
  margin-right: 10px !important;
}

.rtl .ic.menu,
.sm-search-icon {
  margin-right: unset;
  margin-left: 20px;
}

.rtl .icon-menu-top {
  margin-right: unset !important;
  margin-left: 10px !important;
}

.icon-menu-top>span {
  font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
  color: unset;
}

.sm-search-div {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0px 15px 20px 15px;
  width: 100%;
  background-color: var(--header-primary-color, var(--primary-color));
  transform: translateY(-100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.sm-search-div.show {
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translate3d(0, 0, 0);
}

.footer .apps-social-icons:nth-child(2) {
  padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
  padding-right: 0px;
  padding-left: 15px;
}

.footer .google-app-stores {
  margin-left: -4px;
  margin-right: -4px;
}

.footer .icons-wrapper {
  padding: 0px;
}

/* .footer-about-us-links-div {
} */

.footer-about-us-div {
  padding-right: 20%;
}

.rtl .footer-about-us-div {
  padding-right: unset;
  padding-left: 20%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.main-slider .slick-dots {
  bottom: 12px;
}

.main-slider .slick-dots li button:before {
  font-size: 14px;
}

.features-section-img {
  max-height: 90px;
  max-width: 90px;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
  color: var(--primary-color);
  font-size: 3.3rem;
}

.cat-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.breadcrumb-cat-image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.breadcrumb-cat-image-bg h4 {
  color: #fff;
}

.breadcrumb-cat-image-bg p {
  color: #d4d4d4;
  margin: 0;
  font-size: 0.812rem;
}

.breadcrumb-cat-image-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00000065;
}

.category-item a,
.category-item img {
  display: block;
  text-align: center;
  width: 100%;
}

.category-item img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.category-item h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
  white-space: break-spaces;
}

.category-page-slider .category-item h3 {
  font-size: 1.2rem;
}

.categories-slider .category-item {
  width: 100%;
  max-width: 200px;
}

.slider-container {
  padding-left: 15px;
  padding-right: 15px;
}

/* .main-slider .slider-item {
} */

.section-title {
  padding-left: 0px;
  padding-right: 0px;
}

.products-slider .prod-col,
.categories-slider .cat-col {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: auto;
}

.category-page-slider .categories-slider.s-slider {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-page-slider .home-categories-section .section-title {
  margin-right: -15px;
  margin-left: -15px;
}

.category-page-slider .products-slider .prod-col,
.categories-slider .cat-col {
  padding-left: 15px;
  padding-right: 15px;
}

.categories-slider-wrapper,
.products-slider-wrapper,
.testimonials-slider-wrapper,
.partners-slider-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.products-list .prod-col,
.bundle-offer-products .prod-col {
  width: 100%;
  padding: 15px;
}

.products-list .custom-col {
  width: calc(100% / 5);
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
}

.products-list .prod-col-attr.list-section {
  width: 100% !important;

}

.products-list .custom-col.list-section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.products-list .list-section .product-box {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 20px;
  width: 100% !important;
}

.products-list .list-section .product-box .img {
  width: 25%;
}

.products-list .list-section .product-box .product-detail {
  display: flex;
  flex-direction: column;
}

.products-list .list-section .product-box .product-detail .product-card-rating-wrapper {
  margin-bottom: 1rem;
}

.products-list .list-section .product-box .product-detail .add-btn {
  opacity: 1;
  top: 100%;
  margin: 0;
  right: 0;
  transform: translate(0);
  position: initial;
  order: 1;
  transform: none;
}

.products-list .custom-col .product-box .countdown ul {
  gap: 5px;
}

.products-list .custom-col .product-box .countdown ul li {
  font-size: 11px;
}

.products-list .prod-col-attr {
  width: 25%;
}

.sort-block-width {
  margin-left: 30px;
}

.rtl .sort-block-width {
  margin-left: 0px;
  margin-right: 30px;
}

.select-dropdown .dropdown-item {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

#products-list-filter-form-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}

.rtl #products-list-filter-form-close {
  right: unset;
  left: 0;
}

.products-pagination {
  margin-bottom: 24px;
  padding: 0 15px;
}

.products-pagination ul {
  padding: 0px;
}

.products-pagination .page-link {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.products-pagination .page-link.active {
  color: #ffffff;
  background-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rtl .products-pagination .page-item:last-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.products-container .products-list {
  margin-bottom: 24px;
  margin-top: 1rem;
}

.cart-header-total {
  margin-right: 10px;
  font-size: 0.75rem;
  color: var(--primary-color);
  margin: 0;
}

.cart-total-parent {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.rtl .cart-total-parent {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 0;
}

.rtl .cart-header-total {
  margin-right: unset;
  margin-left: 10px;
  margin: 0;
}

.form-control {
  border-radius: 3px;
}

.box-1-1 {
  position: relative;
  width: 100%;
}

.box-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.box-1-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
  padding-top: 50%;
}

.box-1-1.ratio1_2:before {
  padding-top: 200%;
}

.box-1-1.ratio4_3:before {
  padding-top: 75%;
}

.box-1-1.ratio16_9:before {
  padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
  padding-top: 42.85%;
}

.product-item-out-of-stock {
  filter: grayscale(1);
}

.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
  padding: 10px;
  cursor: pointer;
  color: inherit;
  display: block;
}

.product-crd-spec {
  min-height: 81px;
}

.gallery-section+.gallery-section {
  padding-top: 0px;
}

.ic-menu-back {
  font-size: 22px;
  margin-right: 16px;
  font-weight: bold;
}

.rtl .ic-menu-back {
  margin-right: unset;
  margin-left: 16px;
}

@media (max-width: 768px) {
  .header-cart {
    flex-grow: 1;
    width: 30%;
  }

  .header-logo {
    width: 70%;
  }

  .search-header-bar {
    height: 64px;
  }

  .footer .apps-social-icons:nth-child(2) {
    padding-left: 15px;
  }

  .rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer .icons-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer-about-us-div {
    padding-right: 0;
  }

  .rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 0;
  }

  .category-page-slider .categories-slider {
    height: 225px;
  }

  .categories-slider .category-item {
    width: 190px;
  }

  .category-page-slider .categories-slider .category-item {
    width: 165px;
  }

  .category-page-slider .categories-slider.s-slider {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .category-page-slider .products-slider .prod-col,
  .categories-slider .cat-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .products-slider .prod-col,
  .categories-slider .cat-col,
  .testimonials-slider .testimonials-customer-card,
  .partners-slider .partners-item {
    display: inline-block;
    vertical-align: top;
  }

  .partners-slider .partners-item {
    vertical-align: middle;
  }

  .categories-slider,
  .products-slider,
  .testimonials-slider,
  .partners-slider {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .product-crd-spec small {
    white-space: break-spaces;
  }

  .testimonials-slider::-webkit-scrollbar {
    width: 0 !important;
  }

  .categories-slider-wrapper,
  .products-slider-wrapper,
  .testimonials-slider-wrapper,
  .partners-slider-wrapper {
    overflow-x: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* .main-slider,
  .main-slider .slider-item {
  } */

  .main-slider .slick-dots li button:before {
    font-size: 10px;
  }

  .main-slider .slick-dots {
    bottom: 4px;
  }

  .section-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .products-list .prod-col,
  .bundle-offer-products .prod-col {
    margin: 0 auto;
    width: auto;
  }

  .products-list .prod-col,
  .products-list .prod-col-attr {
    width: 50%;
  }

  .product-item {
    width: 135px;
  }

  .products-list .prod-col .product-item {
    width: 100%;
  }

  .sm-search-div {
    display: block;
  }

  .icon-shopping_cart_black_36dp-1-1,
  .sm-search-icon>span {
    font-size: 28px;
  }

  .icon-menu-top {
    width: 32px;
  }
}

.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none;
}

.gift-popover-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 115px;
  height: 140px;
  max-width: 100%;
}

.popover {
  top: 40px;
}

.popover .arrow {
  top: -0.5rem;
  left: 5px;
}

.popover .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.popover .arrow ::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* home banner */
.home_banner {
  position: relative;
  z-index: 1;
  background: #fff;
}

.home_banner img {
  width: 100%;
}

.home_banner::before {
  content: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: -1;
}

.home_banner .banner-text {
  padding-right: 100px;
  width: 40%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home_banner .banner-text h4 {
  color: var(--primary-color);
  font-size: calc(12.8px + 0.375vw);
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home_banner .banner-text h1 {
  font-size: calc(14.2px + 2.125vw);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}

.home_banner .banner-text p {
  color: #767676;
  font-size: calc(11.8px + 0.375vw);
  line-height: 1.4;
  margin-bottom: 20px;
}



/* show more link */
.show-more {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  line-height: 1;
}

.show-more a {
  color: var(--primary-color);
  font-size: calc(12.8px + 0.375vw);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  gap: 5px;
  padding: 0;
  text-transform: capitalize;
}

.show-more a.un-hovered {
  display: block;
}

.show-more a.hovered {
  position: absolute;
  top: 2px;
  transform: translateY(150%) translateZ(0.001px) skewY(10deg);
}

.show-more a svg {
  color: inherit;
  height: 20px;
  width: 20px;
}

.show-more:hover a.un-hovered {
  opacity: 0;
  transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}

.show-more:hover a.hovered {
  opacity: 1;
  transform: translateY(0) translateZ(0.001px) skewY(0);
}

/* Custom Navigation Arrows */
.banner .custom-prev,
.banner .custom-next {
  color: var(--primary-color);
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.banner .custom-prev {
  transform: translateY(-50%) translateX(50px);
}

.banner .custom-next {
  transform: translateY(-50%) translateX(-50px);
}

.banner:hover .custom-prev,
.banner:hover .custom-next {
  visibility: visible;
  opacity: 1;
}

.banner:hover .custom-prev {
  transform: translateY(-50%) translateX(10px);
}

.banner:hover .custom-next {
  transform: translateY(-50%) translateX(-10px);
}

/* Custom Pagination */
.banner .custom-pagination {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
  z-index: 9999;
}

.banner .custom-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}

.banner .custom-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  /* Active dot color */
}

/* new collection */
.new-collection {
  background: #fff;
  min-height: calc(30px + 3.125vw + 260px);
}

.new-collection h2 {
  position: relative;
}

.new-collection h2 span {
  content: "";
  background-color: #222222;
  display: inline-block;
  height: 2px;
  width: 38px;
  position: absolute;
  bottom: 9px;
}

.new-collection p {
  font-size: calc(11px + 0.375vw);
  margin-bottom: 28px;
}

.new-collection .show-more a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.new-collection .show-more a.hovered,
.top-brands .show-more a.hovered {
  color: #222222;
}

.new-collection .collection {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 260px;
  position: relative;
  color: inherit;
}

.new-collection .collection::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.new-collection .collection .collection-text {
  background-color: #ffffff;
  bottom: 0;
  padding: 13px calc(7.8px + 1.3125vw);
  position: absolute;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.new-collection .collection .collection-text h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: calc(14px + 0.375vw);
}

.new-collection .collection .collection-text p {
  font-size: calc(13px + 0.0625vw);
  font-weight: 400;
  margin-bottom: 0;
}

.new-collection .collection:hover .collection-text {
  margin-bottom: 10px;
  margin-left: 10px;
}

/* special offers */
.special-offers .title {
  margin-bottom: calc(13.2px + 0.875vw);
  text-align: center;
  margin: 0 auto calc(16px + 1.25vw);
  width: 60%;
}

.special-offers .title h3 {
  color: #222222;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 500;
}

.special-offers .title svg {
  height: 16px;
  width: 72px;
  stroke: var(--primary-color);
}

.special-offers .trending-products .tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.special-offers .trending-products .tabs::-webkit-scrollbar-thumb {
  height: 2px;
}

.special-offers .trending-products .tabs .nav {
  border: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: calc(18px + 0.625vw);
  white-space: nowrap;
  width: 100%;
  min-width: fit-content;
}

.special-offers .trending-products .tabs .nav li {
  cursor: pointer;
  margin: 0 calc(1.8px + 0.6875vw);
  padding-bottom: 3px;
  position: relative;
}

.special-offers .trending-products .tabs .nav li a {
  border: none;
  color: #767676;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

.special-offers .trending-products .tabs .nav li a::before {
  background-color: var(--primary-color);
  border-radius: 4px;
  bottom: -4px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-in-out;
  width: 0;
}

.special-offers .trending-products .tabs .nav li a:hover::before,
.special-offers .trending-products .tabs .nav li a.active::before {
  width: 80%;
}

.special-offers .trending-products .tabs .nav li a h6 {
  margin-bottom: 0;
  font-size: calc(15.8px + 0.0625vw);
  font-weight: 400;
  line-height: 1.2;
}

.special-offers .banner-product {
  display: flex;
  position: relative;
}

.special-offers .banner-product a,
.special-offers .banner-product a:hover {
  text-decoration: none;
  transition: 0.4s ease;
}

.special-offers .banner-product a {
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: calc(14.8px + 0.0625vw);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.special-offers .banner-product a .banner-text {
  background-color: #ffffff;
  bottom: 0;
  padding: 13px calc(7.8px + 1.3125vw);
  position: absolute;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.special-offers .banner-product a .banner-text h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: calc(13px + 0.375vw);
  text-transform: capitalize;
}

.special-offers .banner-product a .banner-text p {
  font-size: calc(13px + 0.0625vw);
  font-weight: 400;
  margin-bottom: 0;
}

.special-offers .banner-product:hover a .banner-text {
  margin-bottom: 10px;
  margin-left: 10px;
}

.special-offers .tab-content .row>div {
  margin-bottom: 24px;
}

.product-box {
  position: relative;
}

.product-box .img {
  overflow: hidden;
  position: relative;
}

.product-box .img .badge-name {
  right: 10px;
}

.product-box .img .sale-block {
  left: 0;
  margin-left: 30px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}

.product-box .img .sale-block .sale-inner {
  width: 36px;
  text-align: center;
  background: var(--primary-color);
  position: relative;
  height: 50px;
  overflow: hidden;
  clip-path: polygon(0% 99%,
      0 0%,
      100% 0%,
      100% 100%,
      90% 90%,
      77% 81%,
      66% 76%,
      62% 75%,
      52% 74%,
      45% 74%,
      35% 76%,
      26% 80%,
      15% 87%,
      0 100%);
  display: none;
}

.product-box .img .badge-name {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  min-height: 90px;
  width: 50px;
  flex-wrap: wrap;
  text-wrap: wrap;
  text-align: center;
  top: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  clip-path: polygon(0% 99%,
      0 0%,
      100% 0%,
      100% 100%,
      90% 90%,
      77% 81%,
      66% 76%,
      62% 75%,
      52% 74%,
      45% 74%,
      35% 76%,
      26% 80%,
      15% 87%,
      0 100%);
}

.product-box .img .sale-block .sale-inner span {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-size: calc(12.8px + 0.0625vw);
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

/* .special-offers .tab-content .product-box .img .sale-block .sale-inner::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 35px;
  height: 35px;
  background: #f8f8f8;
  border-radius: 50%;
  transform: translateX(-50%);
} */

.product-box .product-image a {
  color: #222222;
  cursor: pointer;
  font-size: calc(14.8px + 0.0625vw);
  font-weight: 400;
  letter-spacing: 0.03em;
}

.product-box .product-image a::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-box .product-info-icons {
  position: absolute;
  right: 12px;
  top: 12px;
  display: none;
}

.product-box .product-info-icons a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #7676761a;
  height: 34px;
  justify-content: center;
  margin: 8px 0;
  transition: all 0.5s ease;
  width: 34px;
  opacity: 0;
}

.product-box:hover .product-info-icons a {
  opacity: 1;
}

.product-box:hover .sale-block {
  top: 6px;
}

.product-box:hover .product-info-icons a:first-child {
  animation: fadeInRight 0.3s ease-in-out;
}

.product-box:hover .product-info-icons a:nth-child(2) {
  animation: fadeInRight 0.5s ease-in-out;
}

.product-box:hover .product-info-icons a:last-child {
  animation: fadeInRight 0.7s ease-in-out;
}

.product-box .product-info-icons a i,
.product-box .product-info-icons a svg {
  transition: all 0.5s ease;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #262834;
  display: block;
}

.product-box .product-detail {
  padding-top: 18px;
  position: relative;
}

.product-box .product-detail .add-btn {
  background-color: #222222;
  cursor: pointer;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  padding: 8px 6px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -40px);
  transition: opacity 0.4s ease-in-out, visibilty 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  width: 146px;
}

.product-box:hover .product-detail .add-btn {
  opacity: 1;
  transform: translate(-50%, -45px);
}

.product-box .product-detail .add-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: row-reverse;
  font-size: 0.75rem;
}

.product-box .product-detail .add-btn a svg {
  color: #fff;
  width: 17px;
}

.product-box .color-box {
  align-items: start;
  display: flex;
  gap: 6px;
}

.product-box.color-box ul li {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 2px;
  position: relative;
  display: inline-block;
}

.product-box .color-box ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}

.product-box .color-box ul li.active::before {
  height: calc(100% - 5px);
  opacity: 1;
  visibility: visible;
  width: calc(100% - 5px);
}

.bg-color-purple {
  background-color: #6570e6;
}

.bg-color-blue {
  background-color: #b54747;
}

.bg-color-yellow {
  background-color: #ffc7c7;
}

.product-box .product-detail>a h6 {
  color: #262834;
  margin-top: 8px;
  transition: all 0.4s ease-in-out;
  font-size: calc(15.8px + 0.0625vw);
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.product-box .product-detail>p {
  color: var(--primary-color);
  font-weight: 600;
}

.product-box .product-detail>p del {
  color: #767676;
  font-weight: 400;
}

.product-box .countdown {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffcc;
  bottom: 50px;
  box-shadow: rgb(0, 0, 0/ 0.1) 0 0 24px 0;
  cursor: pointer;
  left: 50%;
  margin: 0 auto;
  padding: 8px calc(5.6px + 0.75vw);
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  transition: all 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.product-box .countdown ul {
  align-items: center;
  display: flex;
  gap: 11px;
}

.product-box .countdown ul li {
  display: inline-block;
  font-size: 14px;
}

.product-box .countdown ul .timer div {
  color: #262834;
  font-weight: 500;
  margin-bottom: 0;
}

/* best seller */
.best-seller h2 span {
  position: static;
}

.best-seller .collection .product-text {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff33;
  width: 93%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.best-seller .collection .product-text>div {
  width: 100%;
  padding: 0 15px;
}

.best-seller .collection::before {
  padding-top: 96%;
}

.best-seller .collection.bg::before {
  padding-top: 66.66%;
}

.best-seller .collection .product-text h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.best-seller .collection .product-text p {
  font-size: 0.825rem;
  color: var(--primary-color);
}

.best-seller .collection:hover .product-text {
  transform: translate(-50%, -50%) scale(1);
}

/* deal of the day */
.deal-of-the-day .section-text {
  margin-left: calc(1.6px + 2vw);
}

.deal-of-the-day h2 {
  font-size: calc(16px + 1.125vw);
  line-height: 1.2;
}

.deal-of-the-day h4 {
  color: #767676;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: calc(14px + 0.375vw);
}

.deal-of-the-day h4 span {
  color: var(--primary-color);
  font-size: calc(16.8px + 0.375vw);
}

.deal-of-the-day .countdown {
  background-color: #f8f8f8;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 8px calc(3.6px + 1.375vw);
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.deal-of-the-day .countdown .offer-ended {
  font-size: 0.975rem;
  color: var(--primary-color);
  margin: 0;
}

.deal-of-the-day .countdown ul {
  display: flex;
}

.deal-of-the-day .countdown ul li {
  padding-left: 0;
}

.deal-of-the-day .countdown ul li:not(.dot) {
  display: grid;
  padding: 0 calc(6.6px + 0.4375vw);
}

.deal-of-the-day .countdown ul li .timer {
  color: #262834;
  font-size: calc(16px + 0.625vw);
  font-weight: 600;
  margin-bottom: 0;
}

.deal-of-the-day .countdown ul li span {
  color: #767676;
  font-size: calc(12.8px + 0.375vw);
  margin-bottom: 0;
}

.deal-of-the-day .countdown ul li.dot span {
  background-color: #76767633;
  border-radius: 10px;
  display: block;
  height: 10px;
  margin: 16px 0;
  width: 10px;
}

.btn_black {
  align-items: center;
  background-image: linear-gradient(90deg, #222 0, #494949 51%, #222);
  background-size: 200% auto;
  border-radius: 0;
  color: #fff !important;
  display: inline-flex;
  font-size: calc(10.8px + 0.375vw);
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  padding: calc(5.6px + 0.125vw) calc(4.8px + 1vw);
  transition: all 0.5s ease;
}

.btn_black svg {
  height: 20px;
  width: 20px;
  color: #ffffff;
}

.btn_black:hover {
  background-position: 100%;
}

/* home products slider */

.home-products-section .title.section-text {
  margin-bottom: calc(13.2px + 0.875vw);
  text-align: center;
  margin: 0 auto calc(16px + 1.25vw);
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-products-section .title.section-text h3 {
  color: #222222;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 500;
}

.home-products-section .title.section-text svg {
  height: 16px;
  width: 72px;
  stroke: var(--primary-color);
  color: var(--primary-color);
}

.home-products-section .title.section-text .show-more a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 15px;
}

/* Custom Navigation Arrows */
.home-products-section .custom-prev,
.home-products-section .custom-next {
  padding: 10px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px 2px #0000001a;
  width: 40px;
  height: 40px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.home-products-section .swiper-button-prev:after,
.home-products-section .swiper-button-next:after {
  color: #262834;
  font-size: 16px;
}

.home-products-section .custom-prev {
  transform: translateY(-50%) translateX(50px);
}

.home-products-section .custom-next {
  transform: translateY(-50%) translateX(-50px);
}

.home-products-section .swiper:hover .custom-prev,
.home-products-section .swiper:hover .custom-next {
  visibility: visible;
  opacity: 1;
}

.home-products-section:hover .custom-prev {
  transform: translateY(-50%) translateX(20px);
}

.home-products-section:hover .custom-next {
  transform: translateY(-50%) translateX(-20px);
}

/* services */
.services ul li:not(:last-child) {
  border-right: 1px solid #eee;
}

.services .service-block {
  gap: calc(8px + 0.625vw);
}

.services .service-block img {
  transition: all 0.4s ease-in-out;
  max-width: 70px;
  min-height: 40px;
  animation: tada 1.5s ease infinite;
}

.services .service-block h6 {
  display: -webkit-box !important;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  /* -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  margin-bottom: 4px;
  white-space: normal;
}

.services .service-block p {
  /* display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  white-space: normal;
  margin: 0;
}

.services .service-block:hover h6 {
  color: var(--primary-color);
}

/* top brands */
.top-brands .section-text {
  display: flex;
  align-items: center;
}

.top-brands .section-text>div {
  padding-left: 4rem;
  padding-right: 0;
}

.top-brands .section-text h3 {
  font-size: 1.125rem;
}

.top-brands .section-text h4 {
  color: #767676;
  font-weight: 400;
  margin-bottom: 18px;
}

.top-brands .swiper {
  background-color: #f8f8f8;
  padding: calc(8.4px + 1.125vw) 0;
}

.top-brands .swiper-slide a {
  max-width: 125px;
  max-height: 125px;
}

.top-brands .swiper-slide a img {
  width: 100%;
  height: 100%;
}

/* fashion images */

.fashion-images .fashion-image a {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  background: #efefef;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.fashion-images .fashion-image a img {
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
}

.fashion-images .fashion-image h5 {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.fashion-images .fashion-image:hover h5 {
  color: var(--primary-color);
  letter-spacing: 1.2px;
}

/* offer banner */
.offer-banner a img {
  transition: all 0.7s;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* 
.offer-banner .shine {
  opacity: 0.4;
  background-image: linear-gradient(to right, transparent, #fff);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255, 255, 255));
  height: 100%;
  width: 50%;
  display: block;
  transition: 1s;
  transform: skewX(-12deg) scale(0.9) ;
  transform: matrix(1, 0, -0.212557, 1, 0, 0);
  inset: -100%;
  top: 0;
} */

.offer-banner .shine {
  position: absolute;
  opacity: 0.4;
  background-image: linear-gradient(to right,
      transparent,
      rgba(255, 255, 255, 0.7),
      transparent);
  height: 100%;
  width: 50%;
  display: block;
  top: 0;
  left: -100%;
  /* Start the shine effect off-screen */
  transition: 1s;
  transform: skewX(-25deg);
  /* Optional skew effect for the shine */
}

.offer-banner .offer-img {
  overflow: hidden;
  position: relative;
}

.offer-banner .offer-img:hover img {
  transform: scale(1.05);
}

.offer-banner .offer-img:hover>.shine {
  animation: shine 1s;
}

/* video */
.video-container {
  position: relative;
}

.video-container .section-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22222234;
  pointer-events: none;
}

.video-container .section-text>div {
  text-align: center;
  pointer-events: all;
  padding: 0 1rem;
}

.video-container .section-text h2 {
  color: var(--primary-color);
}

.video-container .section-text p {
  color: #fff;
  font-size: 0.9rem;
  padding-bottom: 15px;
}

.video-container .section-text .show-more a {
  color: var(--primary-color);
}

/* announcement bar */
.announcement-bar {
  padding: 8px 0;
}

.announcement-bar .text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.announcement-bar .shop {
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--primary-color);
}

.availability-bar .ab-close,
.announcement-bar .ab-close {
  top: 5px;
}

.announcement-bar .icon-times-circle2::before {
  content: none;
  top: 5px;
}

.announcement-bar .icon-times-circle2 svg {
  width: 20px;
}

/* header */
::-moz-selection {
  background: var(--primary-color);
  color: #fff;
}

::selection {
  background: var(--primary-color);
  color: #fff;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(254, 93, 53, 0.5607843137) rgba(254, 93, 53, 0.0470588235);
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: rgba(254, 93, 53, 0.0470588235);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(254, 93, 53, 0.5607843137);
  border-radius: 6px;
}

header .header-content {
  gap: 24px;
  /* padding: 24px 0; */
}

header .header-logo {
  line-height: 0;
  width: 130px;
  flex-direction: row;
  min-width: 100px;
}

header .nav-menu {
  gap: 22px;
  flex-wrap: wrap;
  line-height: 0;
  row-gap: 0;
}

header .nav-menu>li {
  position: relative;
  transition: all 0.4s ease-in-out;
}

header .nav-menu>li .nav-link {
  color: #222222;
  color: var(--header-text-color-primary-bg);
  font-size: 0.95rem;
  padding: calc(0px + 1.12vw) 0;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
}

header .nav-menu>li .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 2px;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
  background: var(--primary-color);
}

header .nav-menu>li .nav-submenu,
header .nav-menu>li .nav-sub-submenu {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px rgba(118, 118, 118, 0.05);
  min-width: 160px;
  opacity: 0;
  padding: 10px 0 !important;
  position: absolute;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: 10;
  /* transform: translateY(10px); */
}

header .nav-menu>li .nav-submenu {
  left: 0;
}

header .nav-menu>li .nav-sub-submenu {
  left: 100%;
}

header .nav-menu>li .nav-submenu {
  top: 105%;
}

header .nav-menu>li .nav-sub-submenu {
  top: 1.5rem;
}

header .nav-menu>li .nav-submenu li,
header .nav-menu>li .nav-sub-submenu li {
  position: relative;
  width: 100%;
}

header .nav-menu>li .nav-submenu li a,
header .nav-menu>li .nav-sub-submenu li a {
  color: #222222;
  display: block;
  padding: 10px 25px;
  position: relative;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
  width: 100%;
  line-height: 1.7;
}

header .nav-menu>li .nav-submenu li a:hover,
header .nav-menu>li .nav-sub-submenu li a:hover {
  color: var(--primary-color);
  letter-spacing: 1.02px;
}

header .nav-menu>li:has(.nav-submenu) .nav-link::after,
header .nav-menu>li .nav-submenu>li:has(.nav-sub-submenu)::after {
  content: "⌵";
  font-weight: bold;
  position: absolute;
  padding-left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  left: 5px;
}

header .nav-menu>li .nav-submenu>li:has(.nav-sub-submenu)::after {
  transform: translateY(-50%) rotateZ(-90deg);
}

header .nav-menu>li .nav-submenu>li:has(.nav-sub-submenu):hover::after {
  color: var(--primary-color);
}

header .nav-menu>li:hover>.nav-link,
header .nav-menu>li:hover>a,
header .nav-menu>li.active>.nav-link {
  color: var(--primary-color);
}

header .nav-menu>li:hover>.nav-link::after {
  transform: translateY(-50%) rotateX(180deg);
  color: var(--primary-color);
}

header .nav-menu>li:hover>.nav-link::before,
header .nav-menu>li.active>.nav-link::before {
  width: 70%;
}

header .nav-menu li:hover>.nav-submenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
}

header .nav-menu li .nav-submenu li:hover>.nav-sub-submenu {
  /* left: calc(100% + 0.2rem); Adjust the distance from the parent menu */
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  top: 0;
}

header .sub-header {
  gap: 10px;
}

header .sub-header .toggle-nav {
  display: none;
  cursor: pointer;
  padding: calc(11px + 1.25vw) 0 calc(11px + 1.25vw) 12px;
}

header .sub-header>ul {
  gap: 20px;
}

header .sub-header>ul>li {
  position: relative;
}

header .sub-header>ul>li button {
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-size: 0.75rem;
}

header .sub-header>ul>li a .cart_qty_cls {
  background: var(--primary-color);
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -9px;
  right: -8px;
}

header .sub-header>ul>li:has(.onhover-show-div) .onhover-show-div {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 rgba(118, 118, 118, 0.4);
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  z-index: 9;
  right: 0;
  top: 50px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
}

header .sub-header>ul>li:has(.onhover-show-div) .onhover-show-div li {
  padding: 4px 0;
  width: 100%;
}

header .sub-header>ul>li:has(.onhover-show-div) .onhover-show-div li button {
  color: #222222;
  transition: all 0.4s ease-in-out;
  border: none;
  background: transparent;
}

header .sub-header>ul>li:has(.onhover-show-div) .onhover-show-div li button:hover {
  color: var(--primary-color);
  letter-spacing: 1.02px;
}

header .sub-header>ul>li:hover .onhover-show-div {
  opacity: 1;
  top: 38px;
  visibility: visible;
}

header .sub-header>ul .shoping-prize {
  color: #222222;
  font-size: 14px;
}

header .sub-header .shopping-cart {
  display: flex;
  align-items: center;
}

header .main-header {
  background: #fff;
  background: var(--header-primary-color);
}

header .main-header {
  padding: 5px 0;
}

header .main-header .slide-menu,
header .main-header .slide-menu ul {
  background: #fff;
}

header .main-header .mobile-back>div {
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  color: #222222;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
  text-transform: uppercase;
}

header .main-header .mobile-back .ic-menu-back {
  margin: 0 !important;
  padding: 0 !important;
}

header .main-header .mobile-back svg {
  color: #767676;
  width: 20px;
}

header .slide-menu-ul-li a {
  color: #767676;
}

.no_search_result {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  display: none;
}

.search-details {
  background: #fff;
  height: 100vh;
  position: fixed;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #212529;
  visibility: hidden;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1764705882);
  transform: translateY(-100%);
}

.search-details.show {
  visibility: visible;
  transform: none;
}

.search-details.hide {
  transform: translateY(-100%);
}

.search-details .search-header {
  padding: 1rem;
  background: transparent;
}

.search-details .search-header .btn-close {
  padding: 20px;
  right: 50px;
  top: 20px;
  background-image: unset;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.search-details .search-header .btn-close i {
  font-size: 24px;
}

.search-details .search-body {
  padding: 1rem;
  overflow-y: auto;
}

.search-details .search-body .container {
  padding: 12px;
}

.search-details .search-body .container h3 {
  margin-bottom: 15px;
  padding: 12px 0;
}

.search-details .search-body .container .search-box {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: 95%;
  margin: auto;
}

.search-details .search-body .container .search-box input {
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 4px;
  font-size: 20px;
  padding: 16px 63px 16px 21px;
  width: 100%;
}

.search-details .search-body .container .search-box .iconsax {
  font-size: 14px;
  width: 64px;
  display: block;
}

.search-details .search-body .container h4 {
  padding: 18px 0 10px;
  margin-top: 30px;
  display: none;
}

.search-details .search-body .container .rapid-search {
  gap: 14px;
  margin-bottom: 22px;
}

.search-details .search-body .container .rapid-search li {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 8px 16px;
  transition: all 0.4s ease-in-out;
}

.search-details .search-body .container .rapid-search li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(118, 118, 118, 0.7019607843);
  transition: all 0.4s ease-in-out;
}

.search-details .search-body .container .rapid-search li a i {
  margin-right: 6px;
  transition: all 0.4s ease-in-out;
  vertical-align: -2px;
  font-size: 15px;
  color: #767676;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-details .search-body .container .rapid-search li a i svg {
  width: 100%;
  color: #767676;
}

.search-details .search-body .container .rapid-search li:hover {
  border-color: var(--primary-color);
  background-color: rgba(254, 94, 53, 0.1019607843);
}

.search-details .search-body .container .rapid-search li:hover a {
  color: var(--primary-color);
}

.search-details .search-body .container .rapid-search li:hover a i,
.search-details .search-body .container .rapid-search li:hover a svg {
  color: var(--primary-color);
}

.search-details .search-body .container .product-box-6 .product-detail {
  margin-top: 10px;
  text-align: center;
}

.search-details .search-body .container .product-box-6 .product-detail a {
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.search-details .search-body .container .product-box-6 .product-detail p {
  font-size: 14px;
}

.search-details .search-body .container .product-box-6 .product-detail ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-details .search-body .container .product-box-6 .product-detail ul li {
  color: rgba(118, 118, 118, 0.7019607843);
}

.search-details .search-body .container .product-box-6 .product-detail ul li i {
  color: var(--primary-color);
  font-size: 12px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #00000056;
}

.backdrop.fade {
  opacity: 0;
  visibility: hidden;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
}

.language-currency {
  max-height: fit-content;
  border: none;
  align-items: center;
  gap: 0.6rem;
}

.currency-button-area,
.language-button-area {
  max-height: 30px;
  min-width: fit-content;
}

.currency-button-area,
.language-button-area,
.language-button-area span,
header .sub-header>ul>li button,
header .sub-header>ul>li a,
header .sub-header>ul .shoping-prize,
.icon-language_white::before {
  color: #222;
  color: var(--header-text-color-primary-bg);
}

.vertical-line {
  height: 20px;
}

.language-btn,
.currency-btn {
  color: #222;
  color: var(--header-text-color-primary-bg);
}

.icon-language_white:before {
  color: #222;
  color: var(--header-text-color-primary-bg);
}

header .mobile-fix-option {
  display: none;
}

/* footer */
footer {
  background-color: #dedede;
  background-color: var(--footer-primary-color);
}

footer .footer-top .footer-logo {
  margin-bottom: 28px;
}

footer .footer-top .footer-logo a {
  width: 130px;
}

footer .footer-top .footer-info li,
footer .footer-top .footer-info li a {
  display: flex;
  align-items: start;
  gap: 12px;
  padding-bottom: 14px;
}

footer .footer-top .footer-info li svg {
  color: #767676;
  font-size: 18px;
}

footer .footer-top .footer-info li h6 {
  color: #767676;
  line-height: 1.3;
  margin-bottom: 7px;
  width: 85%;
}

footer .footer-top .social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: calc(6.6px + 0.4375vw);
  flex-wrap: wrap;
  max-width: 90%;
}

footer .footer-top .social-icons li a {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #767676;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  margin: 0 4px;
  transition: all 0.4s ease-in-out;
}

footer .footer-top .social-icons li a svg {
  color: #767676;
  transition: all 0.4s ease-in-out;
  width: 20px;
}

footer .footer-top .social-icons li:hover a {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 8px 0 var(--primary-color);
}

footer .footer-top .social-icons li:hover a svg {
  color: #fff;
}

footer .footer-top .links h5 {
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
  color: #222222;
  color: var(--footer-text-color-primary-bg);
}

footer .footer-top .links .footer-details li {
  padding-bottom: 14px;
}

footer .footer-top .links .footer-details li a {
  color: #767676;
  color: var(--footer-link-color-primary-bg);
  font-size: calc(13px + 0.125vw);
  transition: all 0.4s;
}

footer .footer-top .links .footer-details li:hover a {
  color: var(--primary-color);
  letter-spacing: 1.2px;
  text-decoration: none;
}

/* product details */
.breadcrumb-section {
  background: #f8f8f8;
  padding: 20px 0;
}

.breadcrumb-section h4 {
  font-size: calc(13px + 0.5vw);
  margin-bottom: 0;
}

.breadcrumb-section .breadcrumb {
  background: transparent;
  margin: 0;
}

.products-details-page .products-details .product-slider-img {
  height: 100%;
}

.products-details-page .products-details .product-slider-img .swiper-wrapper {
  height: calc(167.3197px + 20.4521vw);
}

.products-details-page .products-details .product-slider-thumb {
  height: 100%;
}

.products-details-page .products-details .product-slider-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: crosshair;
    /* cursor: pointer; */
    object-fit: cover;
}

.products-details-page .products-details .product-slider-img .swiper-wrapper .swiper-slide img {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.products-details-page .products-details .product-slider-img .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 2px;
}

.products-details-page .products-details .col-product-info h3 {
  font-size: calc(17.6px + 0.75vw);
  margin: 20px 0 15px;
}

.products-details-page .products-details .col-product-info .product-price-f>div {
  color: #222222;
  font-size: calc(12px + 0.625vw);
  font-weight: 600;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.products-details-page .products-details .col-product-info .product-price-f>div .product-formatted-price,
.products-details-page .products-details .col-product-info .product-price-f>div p {
  margin: 0;
}

.products-details-page .products-details .col-product-info .product-price-f>div .product-formatted-price {
  color: inherit;
  font-size: calc(12px + 0.625vw);
}

.products-details-page .products-details .col-product-info .product-price-f>div p del {
  color: #767676;
  font-weight: 400;
}

.products-details-page .products-details .col-product-info .product-price-f>div p .product-formatted-price-discount {
  background-color: #ff4f4f1a;
  border-radius: 4px;
  color: #ff4f4f;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(12.8px + 0.0625vw);
}

.products-details-page .products-details .col-product-info .product-card-rating span {
  font-size: 15px;
}

.products-details-page .products-details .col-product-info .product-card-rating-count {
  font-size: 14px;
}

.products-details-page .products-details .col-product-info .product-short-description {
  margin-bottom: 20px;
}

.products-details-page .products-details .col-product-info .product-short-description>div {
  color: #767676;
  display: -webkit-box !important;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: calc(13.2px + 0.25vw);
  white-space: normal;
}

.products-details-page .products-details .size-box label {
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.products-details-page .products-details .select-quantity-div .quantity-box {
  margin: 20px 0;
  gap: 1rem;
}

.products-details-page .products-details .select-quantity-div .quantity-box .quantity,
.cart-view .section-cart-products .cart-product-list .cart-table tbody .quantity {
  align-items: center;
  display: flex;
  gap: 6px;
}

.products-details-page .products-details .select-quantity-div .quantity-box .quantity button,
.cart-view .section-cart-products .cart-product-list .cart-table tbody .quantity button {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 45px;
  cursor: pointer;
}

.products-details-page .products-details .select-quantity-div .quantity-box .quantity button svg,
.cart-view .section-cart-products .cart-product-list .cart-table tbody .quantity button svg {
  color: #222222;
  width: 14px;
}

.products-details-page .products-details .select-quantity-div .quantity-box .quantity input,
.cart-view .section-cart-products .cart-product-list .cart-table tbody .quantity input {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  width: 70px;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn-add-to-cart {
  animation: horizontal-shaking 6s ease infinite;
  background-image: linear-gradient(to right,
      var(--primary-color) 0,
      var(--primary-color) 100%);
  border-radius: 4px;
  display: block;
  font-size: calc(13.6px + 0.125vw);
  padding: 11px 30px;
  /* width: 35%; */
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons {
  width: 100%;
  gap: 1rem;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn_outline {
  border: 1px solid #76767666;
  border-radius: 4px;
  color: #222222;
  font-size: calc(13.6px + 0.125vw);
  padding: 11px;
  transition: all 0.3s ease-in-out;
  width: 35%;
  gap: 1rem;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn_outline span {
  color: #222222;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn_outline:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn_outline:hover span {
  color: #ffffff;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn-add-to-cart span {
  color: #fff;
}

.products-details-page .products-details .select-quantity-div .quantity-box .product-buttons .btn-add-to-cart img {
  width: fit-content;
}

.products-details-page .products-details .buy-box {
  margin-bottom: 20px;
}

.products-details-page .products-details .buy-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.4px + 1.125vw);
}

.products-details-page .products-details .buy-box ul li a {
  color: #767676;
  font-size: calc(13.6px + 0.125vw);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.products-details-page .products-details .buy-box ul li a svg {
  color: #222222e6;
  width: calc(13.6px + 0.125vw);
}

.products-details-page .products-details .sale-box {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.products-details-page .products-details .sale-box>div {
  gap: 0.5rem;
}

.products-details-page .products-details .sale-box>div>img {
  width: fit-content;
  height: 22px;
}

.products-details-page .products-details .sale-box p {
  color: #222222;
  margin: 0;
}

.products-details-page .products-details .sale-box .countdown ul {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.products-details-page .products-details .sale-box .countdown ul li {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
}

.products-details-page .products-details .sale-box .countdown ul li .timer {
  color: var(--primary-color);
  font-size: calc(13.4px + 0.1875vw);
  font-weight: 500;
  margin: 0 4px;
}

.products-details-page .products-details .sale-box .countdown ul li span {
  color: var(--primary-color);
  font-size: calc(13.4px + 0.1875vw);
  font-weight: 500;
  margin-bottom: 0;
}

.products-details-page .products-details .dz-info {
  margin-bottom: 25px;
  padding-left: 18px;
}

.products-details-page .products-details .dz-info ul li {
  display: list-item;
  padding: 4px 0;
  width: 100%;
}

.products-details-page .products-details .dz-info ul li>div {
  gap: 0.7rem;
}

.products-details-page .products-details .dz-info ul li h6 {
  font-weight: 500;
  margin-bottom: 0;
}

.products-details-page .products-details .dz-info ul li p {
  margin-bottom: 0;
  font-size: calc(14.8px + 0.0625vw);
}

.products-details-page .products-details .share-product {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}

.select-quantity-div>div.form-group>div:after {
  content: none;
}

.border-product {
  margin-top: 0 !important;
}

.products-details-page .product-section-box-tabs {
  margin-top: 30px;
  padding-bottom: 0;
}

.products-details-page .product-section-box-tabs .tabs {
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.products-details-page .product-section-box-tabs .tabs .nav-link {
  background-color: transparent;
  color: #767676;
  font-size: calc(10px + 0.375vw);
  font-weight: 500;
  padding: 11px;
  white-space: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  border-bottom: 0.22rem solid transparent;
}

.products-details-page .product-section-box-tabs .tab-content {
  margin-top: 20px;
}

.products-details-page .product-section-box-tabs .description-paragrah,
.products-details-page .product-section-box-tabs .card-table {
  margin: 0;
  font-size: 0.825rem;
}

.products-details-page .product-section-box-tabs .description-paragrah img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
}

.products-details-page .product-section-box-tabs .tabs .nav-link.active,
.products-details-page .product-section-box-tabs .tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  color: var(--primary-color);
}

.description-paragrah {
  font-size: 0.825rem;
}

.products-details-page .product-section-box-tabs .product-card-rating span,
.products-details-page .product-section-box-tabs .product-card-rating-count {
  font-size: 16px;
}

.products-details-page .product-section-box-tabs .add-review-btn {
  margin: 0;
}

.products-details-page .product-related-products .title {
  margin-bottom: calc(13.2px + 0.875vw);
}

.products-details-page .product-related-products .title h3 {
  color: #222222;
  line-height: 1;
  margin-bottom: 3px;
}

.products-details-page .product-related-products .title svg {
  height: 16px;
  width: 72px;
  stroke: var(--primary-color);
  color: var(--primary-color);
}

.products-details-page .social-modal {
  background: #00000052;
  display: none;
  transition: all 0.4s ease-in-out;
}

.products-details-page .social-modal.show {
  display: block;
}

.products-details-page .social-modal .modal-dialog .modal-content {
  border-radius: 10px;
}

.modal-header {
  align-items: center;
}

.modal-header h6 {
  margin: 0;
}

.modal-header .btn-close {
  border: 0;
  background: transparent;
  display: flex;
  cursor: pointer;
}

.modal-header .btn-close svg {
  width: 20px;
  color: #7f7f7f;
}

.modal-header .btn-close:hover svg {
  color: #222222;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #222222;
  padding: 8px 10px;
  width: 100%;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link input {
  border: 0;
  color: #222222;
  width: 100%;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link input:focus-visible {
  outline: 0;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link .copyLink {
  display: flex;
  cursor: pointer;
  position: relative;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link .copyLink::after {
  content: attr(tooltip);
  width: 120px;
  bottom: -40px;
  left: 50%;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.95rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease;
  text-align: center;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link .copyLink:hover::after {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .copy-link .copyLink svg {
  width: 20px;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body h6 {
  font-weight: 500;
  margin: 20px 0 10px;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .product-social {
  gap: 1rem;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .product-social a {
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .product-social a i {
  color: var(--primary-color);
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .product-social a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  box-shadow: 0 3px 8px #0000003d;
}

.products-details-page .social-modal .modal-dialog .modal-content .modal-body .product-social a:hover i {
  color: #fff;
}

.products-details-page .question-main-box {
  margin-bottom: 20px;
}

.products-details-page .question-main-box h5 {
  margin: 0;
  font-size: 0.975rem;
}

.question-main-box button {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 12px 19px;
  color: #222222;
  transition: 0.3s ease-in-out;
}

.question-main-box button:hover {
  background: var(--primary-color);
  border-color: #d1a46e;
  color: #fff;
}

.question-answer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.question-answer ul li {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: calc(5.8px + 0.6875vw);
  width: 100%;
}

.question-answer ul li .question-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.question-answer ul li .question-box .customer-name {
  background: #fe5d358f;
  font-weight: 500;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
}

.question-answer ul li .question-box p {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #222222;
  padding: 2px 6px;
  margin: 0;
}

.question-answer ul li .question-box h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.question-answer ul li .answer-box {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-top: 4px;
}

.question-answer ul li .answer-box span {
  font-size: 1rem;
}

.questions-view_more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.add-question-modal .modal-comment-content {
  border-radius: 10px;
}

.add-question-modal .reviews-product {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 1rem;
}

.add-question-modal .reviews-product>div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.add-question-modal .reviews-product>div img {
  border-radius: 4px;
  height: 100px;
}

.add-question-modal .reviews-product>div h5 {
  font-size: calc(15.6px + 0.125vw);
}

.products-details-page .review-right .global-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.products-details-page .review-right .global-rating h5 {
  font-size: calc(46px + 1.25vw);
  line-height: calc(62.4px + 1.125vw);
  margin: calc(-12.6px - 0.125vw) 0;
}

.products-details-page .review-right .global-rating h6 {
  color: #767676;
  font-size: calc(13.6px + 0.125vw);
  font-weight: 500;
  margin-bottom: calc(5.6px + 0.125vw);
}

.products-details-page .review-right .global-rating .product-card-rating-count {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
}

.products-details-page .review-right .rating-progess {
  display: flex;
  flex-direction: column;
  gap: calc(9px + 0.3125vw);
  margin-top: 20px;
}

.products-details-page .review-right .rating-progess li {
  align-items: center;
  display: flex;
  gap: 15px;
  width: 100%;
}

.products-details-page .review-right .rating-progess li span {
  color: #767676;
  font-weight: 500;
  white-space: nowrap;
}

.products-details-page .review-right .rating-progess li .progress {
  box-shadow: none;
  height: 14px;
  width: calc(100% - 90.8px - 1.625vw);
}

.products-details-page .review-right .rating-progess li .progress .progress-bar {
  background-color: var(--primary-color);
}

.review-right .rating-progess li p {
  color: #767676;
  font-weight: 500;
  white-space: nowrap;
}

.products-details-page .review-right .add-review-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 20px;
  padding: calc(4.6px + 0.4375vw);
  transition: all 0.4s ease-in-out;
  width: 100%;
  background: transparent;
}

.products-details-page .review-right .add-review-btn:hover {
  background-color: rgb(204 162 112);
  color: #ffffff;
}

.comments-box {
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
}

.comment-box>ul {
  max-height: 370px;
  overflow: auto;
}

.comment-box>ul>li {
  background-color: #f8f8f8;
  border-radius: 6px;
  margin: 12px 0;
  padding: calc(10.4px + 0.5vw);
}

.comment-box>ul>li .comment-items {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.comment-box>ul>li .comment-items .user-img img {
  border-radius: 4px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
}

.comment-box>ul>li .comment-items .user-content .user-info {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.comment-box>ul>li .comment-items .user-content .user-info:first-child {
  gap: 1rem;
}

.comment-box>ul>li .comment-items .user-content .user-info h6 {
  font-weight: 500;
  margin-bottom: 0;
}

.comment-box>ul>li .comment-items .user-content .user-info h6,
.comment-box>ul>li .comment-items .user-content .user-info .created_at {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.comment-box>ul>li .comment-items .user-content .user-info svg {
  width: 18px;
  color: #222222;
  margin-right: 4px;
  vertical-align: sub;
}

.comment-box>ul>li .comment-items .user-content .user-info .created_at svg {
  color: #cccccc;
}

.comment-box>ul>li.reply {
  margin-left: 70px;
}

.comment-box .review-images-container {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 5px;
  border: #ced4da 1px solid;
  overflow: hidden;
  cursor: pointer;
}

.comment-box .review-images-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  object-position: top;
}

.icon-account_circle {
  width: 38px;
  height: 38px;
  font-size: 20px;
  background: #f0f2f5;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.user-review-text {
  margin: 0;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
  white-space: normal;
  color: #767676;
  font-size: calc(13px + 0.0625vw);
  font-weight: 400;
}

.user-review-date svg {
  width: 18px;
}

.product-ques .product-info {
  gap: 1rem;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 15px;
}

.product-ques .product-info img {
  height: 190px;
}

.product-ques .product-info h5 {
  font-size: 1.15rem;
}

.product-ques .product-info p {
  font-size: 1rem;
}

.product-ques .product-info .product-card-rating span::before {
  font-size: 18px;
}

.product-ques .questions .add-review-btn {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 12px 19px;
  color: #222222;
  transition: 0.3s ease-in-out;
  margin: 0;
  font-size: 12px;
}

.product-ques .questions .add-review-btn:hover {
  background: var(--primary-color);
  border-color: #d1a46e;
  color: #fff;
  filter: brightness(100%);
}

.pagination {
  gap: 10px;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 5px 12px;
  transition: all 0.4s ease-in-out;
  font-size: 1.125rem;
}

.pagination .page-item .page-link:hover {
  background: var(--primary-color);
  color: #fff;
}

.pagination .page-item .page-link:hover span {
  color: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 0.875rem;
}

.availability-bar .announcement-text,
.announcement-bar .announcement-text {
  font-size: 0.75rem;
}

.section-title {
  font-size: 1.703rem;
}

.card-table-header {
  font-size: 0.875rem;
}

.products-details-page h4 {
  font-size: 0.9rem !important;
}

.btn-lg,
.btn-group-lg>.btn {
  font-size: 0.938rem;
}

.user-review-date {
  font-size: 0.875rem;
}

.form-control,
.btn {
  font-size: 0.8rem;
}

.card-table-header {
  font-size: 0.875rem;
}

.products-filter,
.filter-order {
  font-size: 0.875rem;
}

.filter-result {
  font-size: 0.875rem;
}

.filter-buttons-container>div,
.filter-buttons-container .filter-block-width,
.filter-buttons-container .dropdown {
  align-items: center;
  gap: 1rem;
}

.filter-buttons-container label {
  margin: 0;
  font-weight: bold;
}

.filter-buttons-container .btn-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #767676;
  font-weight: 400;
  padding: 6px 10px;
  min-width: 120px;
}

.filter-options-p {
  align-items: center;
  gap: 1rem;
}

.filter-options-p .filter-option-grid {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-options-p .filter-option-grid .nav-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.filter-options-p .filter-option-grid .nav-link svg {
  height: 28px;
  transition: all 0.4s ease-in-out;
  width: 28px;
  color: var(--primary-color);
}

.filter-options-p .filter-option-grid .nav-link.active {
  background-color: var(--primary-color);
}

.filter-options-p .filter-option-grid .nav-link.active svg {
  color: #ffffff;
}

/* CART PAGE */
.cart-view {
  margin-top: 1rem;
}

.cart-view .section-title {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.cart-view .section-cart-products .clear-all {
  background-color: transparent;
  border: unset;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.cart-view .section-cart-products .header-wrapper {
  background-color: #f8f8f8;
  padding: 14px 0;
  border-radius: 3px;
  font-size: 0.9rem;
  color: #767676;
}

.cart-view .section-cart-products .cart-product-row-wrapper {
  border: 0;
  margin-top: 0;
}

.cart-view .section-cart-products .cart-product-row-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row {
  align-items: center;
  background-color: #ffffff;
  border-bottom: none;
  color: #222222;
  padding: 14px;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-delete {
  order: 1;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-delete .icon-delete {
  transition: 0.3s ease-in-out;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-delete:hover .icon-delete::before {
  color: #df1010;
}

.cart-product-delete,
.cart-products-action,
.cart-product-prices,
.cart-product-col-details,
.cart-product-col-img {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-col-details .cart-product-image-link {
  width: 100%;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-col-img {
  width: fit-content;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-col-img .cart-product-image-link {
  width: 100px;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-col-details {
  padding-top: 0;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-col-details h1 {
  display: -webkit-box !important;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 0.976rem;
  text-wrap: auto;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-products-action {
  padding-top: 0;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-products-action .cart-product-quantity-dropdown select {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  width: 70px;
  color: #767676;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .section-cart-products-col-1,
.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-delete {
  order: 1;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .section-cart-products-col-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-view .section-cart-products .cart-product-row-wrapper .cart-product-row .cart-product-prices .totals {
  font-size: 0.84rem;
  color: var(--primary-color);
}

.cart-view .header-wrapper .section-cart-totals-row {
  font-size: 0.75rem;
}

.cart-view .cart-totals-div {
  font-size: 0.825rem;
}

.cart-view .cart-totals-div .cart-totals-row-wrapper {
  padding: 10px 5px 0;
}

.cart-view .coupon-form .coupon-form h4 {
  font-size: 0.9rem;
}

.header-row[data-v-33277d46] {
  height: 120px;
}

.profile-item-title {
  font-size: 0.9rem;
}

.profile-item-description p {
  font-size: 0.75rem;
}

.product-box .img .badge-name {
  top: 0 !important;
}

.products-filters-attribute-form .attribute-name {
  font-size: 0.9rem;
}

.products-filters-attribute-form .attribute-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-filters-attribute-form .attribute-label {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.products-filters-container .filtration-header {
  padding-bottom: 1rem;
}

.products-filters-container .attribute-more>span {
  padding-top: 1rem;
}

.products-filters-container .attribute-price-body .form-group label {
  margin: 0;
}

.products-filters-container .attribute-price-body .form-group label>:first-child {
  font-size: 0.875rem;
  font-weight: 400;
  color: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  display: block;
}

.products-filters-container .attribute-price-body.attribute-body input.form-control {
  font-size: 0.75rem;
}

button.pswp__button.pswp__button--arrow--left,
button.pswp__button.pswp__button--arrow--right {
  background: transparent
}

.products-details-page #product-grouped-details {
  margin-top: 3rem;
}

.products-details-page #product-grouped-details .grouped-heading {
  margin-bottom: 2rem;
}

.products-details-page #product-grouped-details .grouped-product-row {
  flex: 1;
}

.products-details-page #product-grouped-details .grouped-product-table {
  margin-top: 2rem;
  overflow-x: scroll;
}

.products-details-page #product-grouped-details .grouped-product-table table {
  min-width: 500px;
  max-width: 100%;
}

.products-details-page #product-grouped-details .grouped-product-col h6 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-grouped-details .grouped-product-col img {
  width: fit-content;
}

/* animations */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes horizontal-shaking {

  0%,
  18%,
  100% {
    transform: translateZ(0);
  }

  10%,
  14%,
  2%,
  6% {
    transform: translate3d(-1px, 0, 0);
  }

  12%,
  16%,
  4%,
  8% {
    transform: translate3d(1px, 0, 0);
  }
}

.image-logo-parent img {
  height: 60px;
  object-fit: contain;
}