.babor-product__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .babor-product__row {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  .babor-product__row {
    gap: 2.5rem;
  }
}

.babor-accordion__item {
  border-top: 1px solid rgb(197, 198, 197);
  color: #1d1d1b;
}

.babor-accordion__item:last-child {
  border-bottom: 1px solid rgb(197, 198, 197);
}

.babor-accordion__item-title {
  padding: 1rem 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
}

.babor-accordion__item--active .babor-accordion__item-title {
  font-weight: 700;
}

/* @media (min-width: 576px) {
  transform: translate3d(-50%, -50%, 0);
}

.babor-accordion__item-icon::before {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transition: transform 0.15s 0s ease-in, color 0.15s 0s ease;
  will-change: transform;
}

.babor-accordion__item--active .babor-accordion__item-icon::before {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.babor-accordion__item-pane {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s 0s ease-out;
}

.babor-accordion__item--active .babor-accordion__item-pane {
  max-height: 1200px;
  transition: max-height 0.25s 0s ease-in;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Arial';
}

.babor-accordion__item-pane-inner {
  padding: 0 1.25rem 1.5rem 0;
}

.product-small .box-image {
  background: linear-gradient(35deg, rgb(248, 248, 248) 0%, rgb(252, 252, 252) 100%);
}

.product-small .add-to-cart-button a {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
}

.product-small .add-to-cart-button a:hover {
  background-color: #B2B4B2;
  color: #ffffff;
}

.single_add_to_cart_button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
  gap: 12px;
  /* min-width: 235px; */
}

.single_add_to_cart_button:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 1008 1008"><path fill="rgb(255,255,255)" d="M180 144h828v131L802 612H180v108h612v36H144V36H0V0h180Zm792 121v-85H180v396h602ZM684 792c59 0 108 49 108 108s-49 108-108 108-108-49-108-108 49-108 108-108m0 180c40 0 72-32 72-72s-32-72-72-72-72 32-72 72 32 72 72 72M252 792c59 0 108 49 108 108s-49 108-108 108-108-49-108-108 49-108 108-108m0 180c40 0 72-32 72-72s-32-72-72-72-72 32-72 72 32 72 72 72"/></svg>');
  background-size: contain;
  background-position: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .product-small .add-to-cart-button a {
    font-size: 12px;
    height: 48px;
    font-family: 'Arial', sans-serif;
  }

}

@media (max-width: 767px) {
  /* BANNERS */
  .home .banner-layers .text-box.banner-layer {
    width: 100% !important;
    max-width: 90% !important;
  }

  .home .banner-layers h4 {
    font-size: 0.75rem !important;
  }

  .home .banner-layer .text-inner {
    padding: 1rem !important;
  }

  .home .banner-layers .text-inner h2 {
    font-size: 1rem !important;
  }

  .home .banner-layers .text-inner a {
    padding: 0.5rem !important;
    font-size: 0.75rem !important;
    white-space: nowrap !important;
  }
  /* SLIDER BANNERS */
   .home .main-slider .banner-layers .text-inner a {
    padding: 0.125rem 1.5rem !important;
    font-size: 0.75rem !important;
    white-space: nowrap !important;
   }
   .home .main-slider .banner-layers .text-inner h2 {
    font-size: 1.875rem !important;
   }

}

@media (max-width: 549px) {
  #logo img {
    max-height: 61px;
    max-width: 88px;
  }
}

.product-small.box .star-rating {
  width: 100%;
  margin-bottom: 1.125rem;
}

.product-small.box .name.product-title a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1em * 1.2 * 2);
  line-height: 1.2;
  font-size: 18px;
}

.product-small.box .box-text .woocommerce-Price-amount bdi {
  font-size: 1.125rem;
  font-weight: 500;
}

.product-page-price .woocommerce-Price-amount bdi {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.product-small.box .box-text {
  padding-top: 1.75rem;
}

.product-small.box .product-short-description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1em * 1.2 * 2);
  line-height: 1.2;
  font-size: 13px;
  padding: 0;
  margin-bottom: 8px;
}

.product-small.box .star-rating::before,
.product-small.box .woocommerce-page .star-rating::before {
  color: #e2786f;
  letter-spacing: 4px;
}

.product-small.box .title-wrapper .product-title {
  font-weight: 700;
  margin-bottom: 16px
}

.product-small.box .title-wrapper .category {
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 16px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .product-small.box {
    row-gap: 80px;
  }


}

.icon-box {
  display: flex;
  align-items: center;
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
  background-color: rgba(255, 255, 255, 0.3);
}

.icon-box-left .has-icon-bg .icon {
  position: relative;
}

.icon-inner,
.icon-inner:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.icon-inner svg {
  color: #000000;
}

@media (max-width: 539px) {
  .icon-box {
    margin: 0;
  }
}


.labeled-slot-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.labeled-select-arrow {
  padding: 0 8px 0 4px;
  pointer-events: none;
  -ms-flex: none;
  flex: none;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.labeled-input-wrapper label {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 4px;
}

#footer {
  background-color: #ffffff;
}
#footer h6 {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.absolute-footer {
  background-color: #fff !important;
  color: #000 !important;
}
.absolute-footer .pull-left {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.absolute-footer .payment-icons {
  display: none;
}
.absolute-footer .copyright-footer {
  float: none;
  clear: both;
  text-align: center;
  text-transform: uppercase;
}
#footer select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 25px;
  border: none;
  padding: 8px;
  padding-right: 8px;
  outline: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #e9e9ed;
  border: 1px solid #000000;
}

#footer h6 {
  color: #000000;
}

/* INGRIDIENTS */
.babor-ingridients__row {
  margin-top: 40px;
}

.babor-ingridients__row:first-child {
  margin-top: 70px;
}

.babor-ingridients__heading {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}

.babor-ingridients__heading--small {
  font-size: 20px;
}

.babor-ingridients__description {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .babor-ingridients__heading {}
}

.babor-custom-desc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem;
  margin-bottom: 2.5rem;
}

.babor-announce {
  font-weight: 700;
}

.babor-announce,
.babor-whatis {
  line-height: 23px;
  font-size: 13px;
}

.product-readmore-link {
  font-size: 13px;
  line-height: 23px;
  text-decoration: underline;
  display: inline-block;
}

.woocommerce div.product .product_meta>span.posted_in {
  display: none;
}

.product_meta>.sku_wrapper {
  border: none;
}

.babor-add-to-cart {
  position: absolute;
  top: 50%;
  left: 0;
  right: 1.25rem;
  left: initial;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #fff;
  background: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
}

.babor-add-to-cart svg {
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: top;
}

.babor-add-to-cart:hover {
  background-color: #B2B4B2;
  color: #fff;
}

/* Ingredients */
.product-ingredients-section {
  margin-top: 40px;
}

.product-ingredients-title {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}

.product-ingredient-card__inner {
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 0px 0px 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.3s ease-in;
}

.product-ingredient-card__image-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  max-width: 335px;
  position: relative;
  height: 100%;
  position: relative;
}

.product-ingredient-card .product-ingredient-card__image-wrapper .overlay {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  inset: 0px 0px 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.3s ease-in;
}

.product-ingredient-card:hover .product-ingredient-card__image-wrapper .overlay {
  opacity: 1;
}

.product-ingredient-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-ingredient-card__name {
  margin-top: 32px;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
}

.woocommerce-product-gallery__wrapper {
  background: linear-gradient(35deg, rgb(248, 248, 248) 0%, rgb(252, 252, 252) 100%);
  border-color: rgb(235, 236, 235);
}

.product_meta {
  font-size: .8em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.babor-product__headline {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 1.625rem;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

/* Price & add2cart in one row */
@media (min-width: 992px) {
  .product-info .price-wrapper {
    float: left;
    display: flex;
    align-items: center;
    height: 60px;
  }

  .product-info .price-wrapper+form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: auto;
    float: right;
  }

  .product-info .price-wrapper .price {
    display: block;
    margin: 0;
  }

  .product-page-price .woocommerce-Price-amount bdi {
    line-height: 1;
  }
}

.woocommerce-checkout .woocommerce-input-wrapper input,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select,
.zen-ui-select__value,
textarea {
  border: 1px solid #000;
  box-shadow: none;
}

#payment button#place_order,
.cart_totals .checkout-button.button {
  background-color: #eb8279 !important;
  color: #000000;
  font-weight: bold;
  height: 48px;
  line-height: 1.5;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#payment button#place_order:hover,
#payment button#place_order:focus,
.cart_totals .checkout-button.button:hover,
.cart_totals .checkout-button.button:focus {
  background-color: #f5d1c1 !important;
  color: #000000;
}

label,
legend {
  font-weight: 500;
  display: inline-block;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}

.product-lines-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

.product-line-card {
  flex-direction: row;
  box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, 0.1);
}

.product-line-card__image {
  position: relative;
  height: 200px;
  flex: 0 0 50%;
  background-position: 50% 30%;
}

.product-line-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-drag: none;
  /* display: none; */
  object-position: 50% 30%;
}

.product-line-card__content {
  padding: 16px;
}

.product-line-card__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;

}

.product-line-card__row {
  color: #1d1d1b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-line-card__btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.gray-bg {
  background-color: #fafafa;
}
.product-line-intro {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.product-line-intro {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .product-line-intro:not(.gray-bg) {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }  
}

.product-line-intro__breadcrumb {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  padding-left: 24px;
  padding-right: 24px;
}

.product-line-intro__row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.product-line-intro__row {
  padding-left: 24px;
  padding-right: 24px;
}

.product-line-intro__title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.product-line-intro__description {
  font-size: 15px;
  line-height: 21px;
}

.sub-lines__btn {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid #000;
  margin-top: 12px;
}

.sub-lines__btn:hover,
.sub-lines__btn:focus {
  background-color: #B2B4B2;
  color: #ffffff;
  border-color: #B2B4B2;
}
.sub-lines__grid {
  margin-top: 40px;
}
.sub-lines__image {
  position: relative;
  height: 280px;
}
.sub-lines__title {
  z-index: 1;
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}

.sub-lines__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  user-drag: none;
  object-position: 50% 30%;
}

.sub-lines__grid .splide__arrow {
  min-height: 2.25rem;
  min-width: 2.25rem;
  font-size: 0.875rem;
  margin-right: 0;
  margin-bottom: 0;
  transform: translateY(calc(-50% - 48px));
} 
.sub-lines__grid .splide__pagination {
  top: initial;
  bottom: initial;
  position: relative;
  margin: 2rem auto;
}
.sub-lines__grid .splide__pagination__page {
  min-width: initial;
  min-height: initial;
  transform: initial;
  background-color: #fff;
  border: 2px solid #000;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.25em;
}
.sub-lines__grid .splide__pagination__page.is-active {
  transform: initial;
  background-color: #000;
}
@media (min-width: 576px) {
  .product-line-card__content {
    padding: 32px;
  }

  .product-line-card {
    flex-direction: column;
  }

  .product-line-card__image {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) {
  .product-line-intro__row {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .product-lines-grid {
    gap: 40px 32px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .product-lines-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .product-lines-grid {
    gap: 80px 40px;
  }
}


@media (max-width: 767px) {
  .main-slider .slider .banner {
    padding-top: 117.333% !important;
  }
}
@media (min-width: 768px) {
  .main-slider .slider .banner {
    padding-top: 36.979% !important;;
  }
}

/* FAB */
.single-product .slider-show-nav .flickity-prev-next-button,
.single-product .slider .flickity-prev-next-button {
  opacity: .7;
  transform: translateX(0) !important;
}

.single-product .quantity input[type="number"] {
  height: 100%;
}
/* WooCommerce Cart: hide calculate shipping */
.woocommerce-shipping-calculator,
.shipping-calculator-form,
a.shipping-calculator-button {
  display: none !important;
}
.header .account-item .header-button a:hover {
  background-color: transparent;
}
.header .account-item.has-icon a.nav-top-link {
  border: none;
}
.nav > li > a.wishlist-link,
.nav-uppercase > li > a.wishlist-link {
  padding: 0;
  display: block;
}

.header-wishlist-icon .wishlist-link .wishlist-icon::before {
  visibility: hidden;
  opacity: 0;
}
.header-wishlist-icon {
    background-image: url(/wp-content/themes/flatsome-child/assets/icon-wishlist.svg);
    border: none;
    background-position: center;
    background-size: contain;
    min-width: 24px;
    background-repeat: no-repeat;
}
.header-nav [data-icon-label]:after,
.mobile-nav [data-icon-label]:after {
  background-color: #535559 !important;
  opacity: 1;
  right: unset;
  left: -10px;
  top: -5px;
}
.mobile-nav .header-wishlist-icon i{
  display: block;
}

.header .search-form .autocomplete-suggestions, .header-block .autocomplete-suggestions {
  max-width: 100%;
  width: 240px;
}
@media (min-width: 768px) {
  .col .live-search-results, .header .search-form .live-search-results, .header-block .live-search-results {
    width: 240px;  
  }
}

.autocomplete-suggestion img + .search-name {
  font-size: 12px;
  letter-spacing: -0.25px;
}
.stuck .header-main .nav > li > a.header-cart-link {
  line-height: 1em;
}


/*       filters        */

.category_filters{
  margin-bottom: 36px;
}

.yith-wcan-filters{
  margin: 0;
}

.yith-wcan-filters > .filters-container > form{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 0;
}

.yith-wcan-filters .yith-wcan-filter{
  position: relative;
  margin: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-title{
  user-select: none;
  cursor: pointer;
  position: relative;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 20px;
  margin: 0;
  transition: .25s ease all;
}
  .yith-wcan-filters .yith-wcan-filter .filter-title::after{
    content: '';
    display: block;
    width: 19px;
    height: 11px;
    background: url('filters-arrow.svg') no-repeat center / contain;
    transition: .25s ease all;
  }
  .yith-wcan-filters .yith-wcan-filter._active .filter-title{
    border-bottom-color: rgba(0,0,0,.5);
  }
    .yith-wcan-filters .yith-wcan-filter._active .filter-title::after{
      transform: scale(-1);
    }
.yith-wcan-filters .yith-wcan-filter .filter-content{
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  transition: .25s ease all;
  opacity: 0;
  visibility: hidden;
  padding: 24px 20px;
}
  .yith-wcan-filters .yith-wcan-filter._active .filter-content{
    opacity: 1;
    visibility: visible;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items{
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0;
    user-select: none;
  }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input{
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      visibility: hidden;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::before{
      content: '';
      position: absolute;
      top: calc(50% - 12px);
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label::after{
      content: '';
      position: absolute;
      top: calc(50% - 7px);
      left: 4px;
      width: 13px;
      height: 10px;
      background: url('filters-check.svg') no-repeat center / contain;
      opacity: 0;
      /* visibility: hidden; */
      transition: .25s ease all;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label:has(input:checked)::after{
      opacity: 1;
      /* visibility: visible; */
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a{
      color: #000;
      display: block;
      font-size: 14px;
      font-weight: 400;
      transition: .25s ease all;
    }

  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(.active) label:hover::after{
    opacity: 0.5;
  }
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover,
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
    color: #000;
  }

@media screen and (min-width: 850px){

  .category_filters_mob_btn,
  .category_filters_popup_head{
    display: none;
  }
  .yith-wcan-reset-filters{
    display: none;
  }
}

@media screen and (max-width: 849px){

  html:has(.category_filters_popup._active){
    overflow: hidden;
  }

  .category_filters{
    padding: 0 15px;
  }
  
  .category_filters_popup{
    z-index: 99;
    position: fixed;
    top: var(--filters-popup-top);
    left: 0;
    width: 100%;
    height: calc(100% - var(--filters-popup-top));
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease all;
  }
    .category_filters_popup._active{
      opacity: 1;
      visibility: visible;
    }

  .category_filters_popup_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 30px;
  }
    .category_filters_popup_title{
      font-size: 14px;
      font-weight: 600;
    }
    .category_filters_popup_close{
      position: relative;
      width: 14px;
      height: 14px;
      display: block;
      border: none;
      background: none;
    }
    .category_filters_popup_close::before,
    .category_filters_popup_close::after{
      content: '';
      position: absolute;
      top: 7px;
      left: -3px;
      width: 19px;
      height: 1px;
      border-radius: 12px;
      background: #000;
    }
    .category_filters_popup_close::before{
      transform: rotate(45deg);
    }
    .category_filters_popup_close::after{
      transform: rotate(-45deg);
    }

    .category_filters_mob_btn{
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
    }

    .yith-wcan-filters > .filters-container > form{
      grid-template-columns: 1fr;
      gap: 30px;
    }
      .yith-wcan-filters .yith-wcan-filter .filter-title::after{
        width: 15px;
        height: 9px;
      }

    .yith-wcan-filters .yith-wcan-filter .filter-content{
      padding: 20px 20px 30px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items{
      gap: 14px;
    }

    button.yith-wcan-reset-filters{
      width: 100%;
      color: #000;
      background: #fff;
      border: 1px solid #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      text-align: left;
      padding: 14px 20px;
      margin-top: 30px;
    }
}

/*     END  filters        */

/*     free shipping        */

.free_shipping{
  background: #D7D7D7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 24px 15px;
  margin: -10px -30px 0;
}
  .free_shipping_title{
    font-size: 16px;
    font-weight: 600;
  }
  .free_shipping_bar{
    width: 80%;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #000;
    height: 4px;
  }
    .free_shipping_bar_progress{
      border-radius: 5px;
      height: 100%;
      background: #000;
    }
/*     END  free shipping        */


/*     header        */

.header-main .nav > li > a.header_phone{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1!important;
  margin: 0;
  padding: 0;
}

.header-language select{
  border: none;
  box-shadow: none;
  background-position: right 0 top 50%;
  min-width: 52px;
  padding-right: 1em;
  font-size: 16px;
  text-transform: capitalize;
}

.header-nav.nav-right li{
  margin: 0 8px;
}
  .header-nav.nav-right li a{
    padding: 0!important;
  }

.header-main .mobile-nav.nav-left li > a {
  padding: 0;
}
.header-main .mobile-nav.nav-left .header-search {
  margin-left: 16px;
}
  .header-main .mobile-nav.nav-left .icon-search {
    font-size: 20px !important;
  }

.header-main .mobile-nav.nav-right li{
  height: 24px;
  margin: 0 8px;
}
.header-main .mobile-nav.nav-right li > div{
  height: 24px;
}
.header-main .mobile-nav.nav-right li a{
  display: block;
  border: none;
  font-size: 13px;
  height: 24px;
  min-width:  24px;
  padding: 0 !important;
  margin: 0;
}


#search-lightbox .searchform-wrapper .autocomplete-suggestions{
  background: #fff;
  color: #000;
}

/*    END header        */
