body .woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}
body .woocommerce-notices-wrapper {
  display: none;
}
body #place_order {
  margin-top: 12px;
}
body .payment_box.payment_method_stripe {
  background-color: #f9fafa !important;
}
body .sp-product .hero-extend-product-medias {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image {
  width: 100%;
  aspect-ratio: 74 / 79;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
    body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image {
        position: relative;
    }
}

body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image {
    overflow: visible;
  }
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .swiper-pagination {
  bottom: -30px;
}
@media (min-width: 1025px) {
  body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .swiper-pagination {
    display: none;
  }
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .swiper-pagination .swiper-pagination-bullet-active {
  background: #333526;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #b3986a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.3s;
  padding: 0;
  border: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation:hover {
  transform: translateY(-40%);
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation svg {
  width: 18px;
  color: #fff;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation.hero-extend-navigation-prev {
  left: 10px;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation.hero-extend-navigation-next {
  right: 10px;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-featured-image .hero-extend-navigation.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image {
  opacity: 0.7;
  border-radius: 12px;
  /*box-shadow: inset 0 0 0 1px #cecece;*/
  transition: all ease 0.3s;
  cursor: pointer;
  background: #F7F7F7;
}
@media (max-width: 1024px) {
  body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image {
    display: none;
  }
}
body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image.swiper-slide-thumb-active, body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image:hover {
  opacity: 1;
  box-shadow: inset 0 0 0 1px #333526;
}
body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
body .sp-product .hero-extend-pricing {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
body .sp-product .hero-extend-pricing .hero-extend-price {
  font-size: 26px;
  font-weight: 300;
  color: var(--e-global-color-a2c3b3a);
}
@media (max-width: 768px) {
  body .sp-product .hero-extend-pricing .hero-extend-price {
    font-size: 30px;
  }
}
body .sp-product .hero-extend-pricing .hero-extend-sale-price {
  color: var(--e-global-color-a2c3b3a);
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 768px) {
  body .sp-product .hero-extend-pricing .hero-extend-sale-price {
    font-size: 30px;
  }
}
body .sp-product .hero-extend-pricing .hero-extend-regular-price {
  font-size: 32px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  body .sp-product .hero-extend-pricing .hero-extend-regular-price {
    font-size: 28px;
  }
}
body .sp-product .hero-extend-cart .hero-extend-variations {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 10px;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation .hero-extend-variation-option {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation .hero-extend-variation-option .hero-extend-option input {
  display: none;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation .hero-extend-variation-option .hero-extend-option input:checked + label {
  background: #333526;
  color: #fff;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation .hero-extend-variation-option .hero-extend-option label {
  cursor: pointer;
  border: 1px solid #666;
  font-size: 14px;
  color: #333526;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  transition: all ease 0.3s;
  border-radius: 6px;
  font-weight: 400;
}
body .sp-product .hero-extend-cart .hero-extend-variations .hero-extend-variation .hero-extend-variation-option .hero-extend-option label .variation-label {
  font-weight: 500;
  font-size: 16px;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body .sp-product .hero-extend-cart .hero-extend-cart-form {
    margin-top: 24px;
    flex-direction: column;
    gap: 16px;
  }
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input {
  width: calc(25% - 12px);
  position: relative;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #666;
  text-align: center;
  font-size: 18px;
  color: #333526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input {
    width: calc(40% - 12px);
  }
}
@media (max-width: 767px) {
  body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input {
    width: 100%;
    height: 50px;
  }
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input button.qty-minus {
  left: 15px;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input button.qty-plus {
  right: 15px;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input button svg {
  color: #333526;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .qty-input span {
  font-size: inherit;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .hero-extend-cart-button {
  flex: 1;
  background: #333526;
  color: #fff;
  transition: all ease 0.3s;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .hero-extend-cart-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body .sp-product .hero-extend-cart .hero-extend-cart-form .hero-extend-cart-button:hover {
  color: #333526;
  background: #b5995e;
  border-radius: 50px;
}
body .hero-extend-product-tabs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  body .hero-extend-product-tabs {
    gap: 24px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-titles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-between;
  background-color: #D9BA7A;
  padding: 6px;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-titles {
    padding: 12px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-titles {
    flex-direction: column;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-titles button {
  padding: 8px 20px;
  font-size: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  transition: all ease 0.3s;
  opacity: 0.7;
  color: #333526;
  border-radius: 50px;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-titles button {
    border-radius: 12px;
    justify-content: center;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-titles button:hover, body .hero-extend-product-tabs .hero-extend-product-tabs-titles button.tab-active {
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-titles button:hover, body .hero-extend-product-tabs .hero-extend-product-tabs-titles button.tab-active {
    border-radius: 12px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-titles button svg {
  width: 16px;
  color: #333526;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content {
  border: 1px solid #666;
  border-radius: 12px;
  padding: 24px;
  background: #f7f7f7;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content {
  display: none;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content.tab-active {
  display: block;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .hero-extend-product-tab-title {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .hero-extend-product-tab-title span {
  font-size: 16px;
  text-transform: uppercase;
  color: #B5995E;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .hero-extend-product-tab-title span {
    font-size: 14px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .hero-extend-product-tab-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333526;
  margin: 0;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .hero-extend-product-tab-title h3 {
    font-size: 24px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h1, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h2, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h3, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h4, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h5, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h6 {
  margin-top: 5px;
  margin-bottom: 10px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h1, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h1, body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h2 {
    font-size: 25px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h3 {
  font-size: 25px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h3 {
    font-size: 22px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h4 {
  font-size: 23px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h4 {
    font-size: 20px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h5 {
    font-size: 18px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content h6 {
    font-size: 16px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content p {
    font-size: 14px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .product-description-content p:not(:last-child) {
  margin-bottom: 10px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .recommended-use {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .recommended-use {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .recommended-use .recommended-use-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .recommended-use .recommended-use-item .recommended-use-item-number {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B5995E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .recommended-use .recommended-use-item .recommended-use-item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333526;
  flex: 1;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-types .skin-type-item {
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #333526;
  background: #fff;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-types .skin-type-item svg {
  width: 18px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-concerns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-concerns {
    grid-template-columns: 1fr;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-concerns .skin-concern-item {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #333526;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .skin-concerns .skin-concern-item svg {
  width: 20px;
  color: inherit;
}
/*body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}*/
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits {
    grid-template-columns: 1fr;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits .benefit-item {
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1px solid #666;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits .benefit-item .benefit-item-titles {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits .benefit-item .benefit-item-titles svg {
  width: 16px;
  color: inherit;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .benefits .benefit-item p {
  font-size: 14px;
  font-weight: 400;
  color: #333526;
  margin: 0;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content p {
    margin-top: 20px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content p:first-child {
    margin-top: 0px;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  color: #333526;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item {
    flex-direction: column;
    gap: 10px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item .key-ingredient-item-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 25%;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item .key-ingredient-item-titles {
    width: 100%;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item .key-ingredient-item-titles h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
@media (max-width: 767px) {
  body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item .key-ingredient-item-titles h4 {
    font-size: 18px;
  }
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item .key-ingredient-item-titles span {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #B5995E;
}
body .hero-extend-product-tabs .hero-extend-product-tabs-content .hero-extend-product-tab-content .key-ingredients .key-ingredient-item p {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333526;
}
body .hero-extend-product-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  body .hero-extend-product-grids {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  body .hero-extend-product-grids {
    grid-template-columns: 1fr;
  }
}
body .hero-extend-product-grids .hero-extend-product-grid-item {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #F7F7F7;
  overflow: hidden;
  position: relative;
  border: 1px solid #CECECE;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  transition: all ease 0.3s;
}
body .hero-extend-product-grids .hero-extend-product-grid-item:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.07);
}
body .hero-extend-product-grids .hero-extend-product-grid-item:hover img {
  transform: scale(1.05);
}
body .hero-extend-product-grids .hero-extend-product-grid-item:hover .hero-extend-product-grid-item-content .hero-extend-product-grid-btn-label {
  background: var(--e-global-color-accent);
  color: #333526;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-sale {
  position: absolute;
  background: #C41E3A;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  border-radius: 999px;
  top: 10px;
  left: 10px;
  z-index: 2;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-img-wrapper {
  padding: 12px;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-img-wrapper img {
  width: 100%;
  aspect-ratio: 74/79;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.3s;
  margin: 0 auto;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid #CECECE;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-item-title-price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-item-title-price .hero-extend-product-grid-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-item-title-price .hero-extend-product-grid-item-price {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  font-size: 18px;
  color: #000;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-item-title-price .hero-extend-product-grid-item-price span {
  color: inherit;
  font-size: inherit;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-item-title-price .hero-extend-product-grid-item-price span.regular-price {
  font-size: 18px;
  color: #666;
  text-decoration: line-through;
}
body .hero-extend-product-grids .hero-extend-product-grid-item .hero-extend-product-grid-item-content .hero-extend-product-grid-btn-label {
  width: 100%;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333526;
  margin-top: auto;
}
body .hero-extend-product-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  transition: all ease 0.3s;
}
@media (max-width: 1024px) {
  body .hero-extend-product-grid-wrapper {
    gap: 32px;
  }
}
body .hero-extend-product-grid-wrapper.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper .hero-extend-product-grid-top {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper .hero-extend-product-grid-top h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333526;
  margin: 0;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper .hero-extend-product-grid-sort-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper .hero-extend-product-grid-sort-wrapper label {
  font-weight: 500;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-top-wrapper .hero-extend-product-grid-sort-wrapper .hero-extend-product-grid-sort-select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  min-width: 160px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 28px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom {
    gap: 32px;
    flex-direction: column;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter {
  width: calc(30% - 30px);
}
@media (max-width: 1024px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter {
    width: 100%;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-toggle {
  padding: 12px 34px;
  background: #333526;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-toggle:hover {
  border-radius: 12px;
}
@media (min-width: 1025px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-toggle {
    display: none;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper {
  background: #FFF;
  border: 1px solid #666;
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 12px;
  padding: 16px;
}
@media (max-width: 1024px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border: 0;
    border-radius: 0;
  }
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper.is-open {
    display: flex;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  padding: 0;
  background: transparent;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-close svg {
  color: #333526;
}
@media (min-width: 1025px) {
  body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-close {
    display: none;
  }
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-title {
  font-size: 24px;
  font-weight: 600;
  color: #333526;
  margin: 0;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item {
  padding-top: 32px;
  border-top: 1px solid #CECECE;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range label {
  font-size: 18px;
  font-weight: 500;
  color: #333526;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input {
  width: 100%;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  background: #B5995E;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input::-webkit-slider-runnable-track {
  height: 6px;
  background: #B5995E;
  border-radius: 999px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  background: #333526;
  border: 2px solid #B5995E;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input::-moz-range-track {
  height: 6px;
  background: rgba(181, 153, 94, 0.7);
  border-radius: 999px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input::-moz-range-progress {
  height: 6px;
  background: #333526;
  border-radius: 999px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-price-range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #333526;
  border: 2px solid #B5995E;
  border-radius: 50%;
  cursor: pointer;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-checkbox-label {
  cursor: pointer;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-checkbox-label input {
  display: none;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-checkbox-label input:checked + .hero-extend-product-grid-checkbox-text::before {
  background: #333526;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-checkbox-label .hero-extend-product-grid-checkbox-text {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-filter .hero-extend-product-grid-filter-wrapper .hero-extend-product-grid-filter-item .hero-extend-product-grid-filter-item-values .hero-extend-product-grid-checkbox-label .hero-extend-product-grid-checkbox-text::before {
  position: relative;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333526;
  content: "";
  background: transparent;
  border-radius: 5px;
  display: block;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-results {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-load-more {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #333526;
  cursor: pointer;
  background: #333526;
  display: none;
  margin: 0 auto;
  width: auto;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-load-more:hover {
  background: #fff;
  color: #333526;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-pagination {
  width: 100%;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-pagination ul {
  list-style: none;
  justify-content: center;
  display: flex;
  gap: 16px;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-pagination ul li .page-numbers {
  font-size: 16px;
  color: #333526;
  font-weight: 500;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #333526;
  cursor: pointer;
}
body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-pagination ul li .page-numbers.current, body .hero-extend-product-grid-wrapper .hero-extend-product-grid-bottom .hero-extend-product-grid-pagination ul li .page-numbers:hover {
  background: #333526;
  color: #FFF;
}
body .fildevs-cart-drawer-widget {
  position: relative;
  display: inline-flex;
}
body .fildevs-cart-drawer-widget.is-open .fildevs-cart-drawer-overlay {
  opacity: 1;
  visibility: visible;
}
body .fildevs-cart-drawer-widget.is-open .fildevs-cart-drawer-sidebar {
  transform: translateX(0);
}
body .fildevs-cart-drawer-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  padding: 0 !important;
  color: #fff !important;
  background-color: #333526 !important;
  border: 0 !important;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 12px;
}
body .fildevs-cart-drawer-toggle:hover {
  border-radius: 12px;
  background-color: var(--e-global-color-accent) !important;
  color: #333526 !important;
}
body .fildevs-cart-drawer-icon {
  position: relative;
  display: inline-flex;
}
body .fildevs-cart-drawer-count {
  position: absolute;
  top: -14px;
  right: -15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #333526;
  background: var(--e-global-color-accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
body .fildevs-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body .fildevs-cart-drawer-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  width: min(420px, 90vw);
  height: 100vh;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  body .fildevs-cart-drawer-sidebar {
    width: 100%;
  }
}
body .fildevs-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #eee;
}
body .fildevs-cart-drawer-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
body .fildevs-cart-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  color: #fff !important;
  background-color: #333526 !important;
  border: 0;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 12px;
}
body .fildevs-cart-drawer-close:hover {
  border-radius: 12px;
  background-color: var(--e-global-color-accent) !important;
  color: #333526 !important;
}
body .fildevs-cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}
body .fildevs-cart-drawer-empty {
  margin: 0;
  color: #666;
}
body .fildevs-cart-drawer-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .fildevs-cart-drawer-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
}
body .fildevs-cart-drawer-item-image img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 10px;
}
body .fildevs-cart-drawer-item-content h4 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
body .fildevs-cart-drawer-item-content h4 a {
  color: inherit;
  text-decoration: none;
}
body .fildevs-cart-drawer-item-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}
body .fildevs-cart-drawer-remove {
  color: #333526 !important;
  font-size: 13px;
  text-decoration: underline;
}
body .fildevs-cart-drawer-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #eee;
  background: #fff;
}
body .fildevs-cart-drawer-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 16px;
}
body .fildevs-cart-drawer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
body .fildevs-cart-drawer-view-cart {
  color: #333526;
  background: var(--e-global-color-accent);
}
body .fildevs-cart-drawer-view-cart:hover {
  color: #fff !important;
  background: #333526;
}
body .fildevs-cart-drawer-checkout {
  color: #fff;
  background: #333526;
}
body .fildevs-cart-drawer-checkout:hover {
  color: #333526;
  background: var(--e-global-color-accent);
}
body.fildevs-cart-drawer-open {
  overflow: hidden;
}
.hero-extend-product-gallery {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hero-extend-product-gallery::-webkit-scrollbar {
    display: none;
}

.hero-extend-product-gallery .swiper-wrapper {
    display: flex;
    width: 100%;
    gap: 12px;
    padding-right: 12px;
    padding-right: 120px;
}

.hero-extend-gallery-image {
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    width: 100px;
    /*height: 100px;*/
    background: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    scroll-snap-align: end;
}

.hero-extend-gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


body .sp-product .hero-extend-product-medias .hero-extend-product-gallery .hero-extend-gallery-image img {
    object-fit: cover !important;
}

.hero-extend-product-description-block {
    margin-top: 30px;
}

.hero-extend-product-description-block p {
    margin-bottom: 20px !important;
}

.hero-extend-product-description-block p:last {
    margin-bottom: 0px;
}

p#wc-stripe-express-checkout-button-separator {
    margin-bottom: 1.5em;
}

button.woocommerce-button.button,
.shop_table .button {
    text-decoration: none !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8em !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #fff !important;
}
.woocommerce div#payment {
    padding-bottom: 30px !important;
}
.woocommerce div#payment {
    padding-bottom: 30px !important;
}

#payment .wc_payment_method > label {
    font-family: "Work Sans", Sans-serif;
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

fieldset#wc-stripe-upe-form + fieldset {
    display: none !important;
}

body .payment_box.payment_method_stripe {
    background-color: #fff !important;
    padding: 0 !important;
}

fieldset#wc-stripe-upe-form {
    padding: 0px !important;
    margin: 0 !important;
    border: none !important
/*    background-color: #f9fafa;
    border-radius: 10px;*/
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
    margin-top: 0px !important;
}

.p-Accordion.p-Accordion--grouped,
.AccordionItem.p-AccordionItem.p-AccordionItem--selected.AccordionItem--selected{
    border: none!important;
    box-shadow: none !important;
}
.p-HeightObserverProvider-container {
    margin: 0 !important;
}
.woocommerce-info {
    border-top-color: var(--forms-buttons-border-color) !important;
}

.woocommerce-info::before {
    color: var(--forms-buttons-border-color) !important;
}

a.button.wc-backward {
    background-color: var(--forms-buttons-border-color) !important;
    color: #fff !important;
}


@media (max-width: 1730px) {
    .header-main-sticky .custom-btn a.elementor-button {
        font-size: 16px !important;
        letter-spacing: 1px;
        padding: 15px 25px !important;
    }
}

@media (max-width: 1470px) {
    .header-main-sticky .custom-btn a.elementor-button {
        font-size: 16px !important;
        letter-spacing: 0.5px;
        padding: 15px 15px !important;
    }
}

@media (max-width: 1379px) {
    .header-main-sticky .custom-btn a.elementor-button {
        display: none;
    }
}

div#e-n-menu-content-9971 {
  background: #fff !important;
}