/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery.swipebox/1.4.4/css/swipebox.min.css");
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 5px 0 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  place-content: center;
}
input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #B2936D;
  /* Windows High Contrast Mode */
  background-color: #B2936D;
}
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1) translateX(2px);
          transform: scale(1) translateX(2px);
}
input[type="checkbox"]:checked,
input[type="checkbox"]:hover {
  border-color: #B2936D;
}
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: none;
}
body {
  font-family: 'poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #222;
}
.container {
  max-width: 1380px !important;
}
/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #f7f4ed;
  /* Couleur de fond de la scrollbar */
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #B2936D;
  /* Couleur de la poignée de la scrollbar */
  border-radius: 10px;
  border: 3px solid #f7f4ed;
  /* Espace autour de la poignée */
}
::-webkit-scrollbar-thumb:hover {
  background-color: #9b7a51;
  /* Couleur de la poignée au survol */
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #B2936D #f7f4ed;
}
h1 span,
h2 span,
h3 span,
h4 span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  letter-spacing: 3px;
  font-size: 13px;
  text-transform: uppercase;
  color: #B2936D;
}
h1 span.small,
h2 span.small,
h3 span.small,
h4 span.small {
  color: #9e9e9e;
  font-size: 13px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-family: "Vidaloka", system-ui;
  font-weight: 400;
}
h1 strong {
  font-size: 63px;
  line-height: 59px;
}
h2 strong,
.h2 strong,
body:not(.home) h1 strong {
  font-size: 52px;
  line-height: 49px;
  padding-bottom: 30px;
  display: block;
}
a {
  color: #B2936D;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #795f40;
}
.btn,
button,
.button,
.wc-block-components-button,
.woocommerce-button,
#yith-wcwl-form .btn.button {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  color: #fff !important;
  padding: 5px 20px !important;
  border: 2px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
  outline: none !important;
  background: #222;
}
.btn.btn-primary,
button.btn-primary,
.button.btn-primary,
.wc-block-components-button.btn-primary,
.woocommerce-button.btn-primary,
#yith-wcwl-form .btn.button.btn-primary,
.btn[type="submit"],
button[type="submit"],
.button[type="submit"],
.wc-block-components-button[type="submit"],
.woocommerce-button[type="submit"],
#yith-wcwl-form .btn.button[type="submit"],
.btn.wc-forward,
button.wc-forward,
.button.wc-forward,
.wc-block-components-button.wc-forward,
.woocommerce-button.wc-forward,
#yith-wcwl-form .btn.button.wc-forward,
.btn.wc-block-cart__submit-button,
button.wc-block-cart__submit-button,
.button.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-cart__submit-button,
.woocommerce-button.wc-block-cart__submit-button,
#yith-wcwl-form .btn.button.wc-block-cart__submit-button,
.btn.view,
button.view,
.button.view,
.wc-block-components-button.view,
.woocommerce-button.view,
#yith-wcwl-form .btn.button.view {
  background: #222 !important;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
.button.btn-primary:hover,
.wc-block-components-button.btn-primary:hover,
.woocommerce-button.btn-primary:hover,
#yith-wcwl-form .btn.button.btn-primary:hover,
.btn[type="submit"]:hover,
button[type="submit"]:hover,
.button[type="submit"]:hover,
.wc-block-components-button[type="submit"]:hover,
.woocommerce-button[type="submit"]:hover,
#yith-wcwl-form .btn.button[type="submit"]:hover,
.btn.wc-forward:hover,
button.wc-forward:hover,
.button.wc-forward:hover,
.wc-block-components-button.wc-forward:hover,
.woocommerce-button.wc-forward:hover,
#yith-wcwl-form .btn.button.wc-forward:hover,
.btn.wc-block-cart__submit-button:hover,
button.wc-block-cart__submit-button:hover,
.button.wc-block-cart__submit-button:hover,
.wc-block-components-button.wc-block-cart__submit-button:hover,
.woocommerce-button.wc-block-cart__submit-button:hover,
#yith-wcwl-form .btn.button.wc-block-cart__submit-button:hover,
.btn.view:hover,
button.view:hover,
.button.view:hover,
.wc-block-components-button.view:hover,
.woocommerce-button.view:hover,
#yith-wcwl-form .btn.button.view:hover {
  background: #B2936D !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn.btn-secondary,
button.btn-secondary,
.button.btn-secondary,
.wc-block-components-button.btn-secondary,
.woocommerce-button.btn-secondary,
#yith-wcwl-form .btn.button.btn-secondary,
.btn.invoice,
button.invoice,
.button.invoice,
.wc-block-components-button.invoice,
.woocommerce-button.invoice,
#yith-wcwl-form .btn.button.invoice {
  background: #B2936D !important;
}
.btn.btn-secondary:hover,
button.btn-secondary:hover,
.button.btn-secondary:hover,
.wc-block-components-button.btn-secondary:hover,
.woocommerce-button.btn-secondary:hover,
#yith-wcwl-form .btn.button.btn-secondary:hover,
.btn.invoice:hover,
button.invoice:hover,
.button.invoice:hover,
.wc-block-components-button.invoice:hover,
.woocommerce-button.invoice:hover,
#yith-wcwl-form .btn.button.invoice:hover {
  background: #222 !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.share-actions .social-share-container .social-share-button {
  color: #fff !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  margin: 5px !important;
  transition: background 0.3s ease !important;
}
.navbar-brand img {
  max-width: 200px;
}
main > section {
  padding: 100px 0;
}
.navbar--top > .container > .w-100.d-flex {
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.navbar--top > .container > .w-100.d-flex .wp-block-yith-search-block {
  margin: auto 0;
}
.navbar--top > .container > .w-100.d-flex .wp-block-yith-search-block .ywcas-input-field-wrapper {
  border-radius: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
}
ul#mega-menu-primary > li > a {
  padding: 45px 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  border-color: transparent;
  border-bottom-color: #B2936D;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
}
body:not(.home) header.menu-wrap {
  margin-bottom: 75px;
  border-bottom: 20px solid #f7f4ed;
}
header #navbar_top #top-navigation {
  flex-direction: row;
  justify-content: end;
  padding: 10px 0;
}
header #navbar_top #top-navigation li {
  display: inline-block;
  text-align: right;
}
header #navbar_top #top-navigation li a {
  color: #222;
  font-weight: 300;
  font-size: 14px;
  padding-left: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .nav-actions a {
  color: #222;
  text-decoration: none !important;
  margin-left: 20px;
  transition: all 0.2s ease-in-out;
}
header .nav-actions a:hover {
  color: #B2936D;
}
header .nav-actions svg {
  height: 21px;
}
header .nav-actions span.count {
  font-size: 13px;
  position: relative;
  top: 2px;
}
header .navbar.container {
  justify-content: space-between;
}
header #navbar .current-menu-parent > a,
header #navbar .dropdown-menu > .active > a {
  color: #B2936D;
}
header #navbar a {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 25px;
  transition: all 0.2s ease-in-out;
}
header #navbar a:hover {
  color: #B2936D;
}
#banner {
  padding: 30px 0;
  background: url(assets/images/bg-texture.png) no-repeat center center;
  position: relative;
}
#banner:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: -10%;
  background: url(assets/images/banner-wine-illu.png) no-repeat center center;
  width: 80%;
  height: calc(100% - 40px);
  background-size: contain;
}
#banner h1 span {
  color: #222;
}
section#category {
  position: relative;
  padding-bottom: 0;
}
section#category:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90px;
  background: #f5f5f5;
  background: linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
}
section#category .col-md-4 .category-block {
  height: 240px;
  margin-bottom: 30px;
}
section#category .col-md-3 .category-block {
  height: 180px;
}
section#category .category-block {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
section#category .category-block a {
  display: block;
  transition: 0.2s all ease-in-out;
}
section#category .category-block a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section#category .category-block a:hover h2:after {
  right: 20px;
}
section#category .category-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all ease-in-out;
}
section#category .category-block h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6474965) 0%, rgba(0, 0, 0, 0.20211835) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 40px 20px;
  align-content: flex-end;
  letter-spacing: 2px;
}
section#category .category-block h2:after {
  content: url(assets/images/arrow-title.svg);
  position: absolute;
  bottom: 24px;
  right: 30px;
  width: 25px;
  height: 16px;
  transition: 0.2s all ease-in-out;
}
#taste {
  padding: 50px 0;
  position: relative;
}
#taste h2,
#taste h2 span,
#taste p,
#taste a {
  color: #fff;
}
#taste:before {
  content: '';
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  bottom: 95px;
  background: #B2936D url(assets/images/taste-bg.svg) no-repeat bottom -40px left -80px;
  background-size: 500px;
}
#taste img {
  border-radius: 30px;
}
#taste .mid-imgs {
  justify-content: space-between;
}
#taste .mid-imgs img {
  height: calc(50% - 15px);
  -o-object-fit: cover;
     object-fit: cover;
}
.product-block {
  text-align: center;
  padding: 0 15px;
}
.product-block h3 {
  font-size: 20px !important;
  color: #222;
}
.product-block h3 span {
  color: #9e9e9e;
}
.product-block .product-attributes {
  color: #a9a9a9;
  font-size: 14px;
  margin-top: 15px;
}
.product-block .product-attributes .sep {
  display: inline-block;
  margin: 0 8px;
}
.product-block .img {
  background: #f5f5f5;
  border-radius: 30px;
  height: 400px;
  margin-bottom: 20px;
  border: 3px solid #f5f5f5;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.product-block .img .more {
  position: absolute;
  bottom: 0px;
  background: #B2936D;
  padding: 8px 0;
  display: block;
  color: #fff;
  opacity: 0;
  left: 30px;
  right: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
.product-block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-block a {
  text-decoration: none !important;
}
.product-block a:hover .img {
  border-color: #B2936D;
}
.product-block a:hover .img .more {
  opacity: 1;
  bottom: 30px;
}
.product-block span.price {
  font-size: 20px !important;
  color: #B2936D !important;
  font-family: "vidaloka", sans-serif !important;
}
.slick-prev {
  right: 65px;
  left: inherit;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next {
  right: 15px;
  left: inherit;
  border-left-width: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.slick-prev,
.slick-next {
  z-index: 9999;
  top: -65px;
  width: 50px;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
}
.slick-prev:before,
.slick-next:before {
  width: 32px;
  height: 14px;
  display: block;
  background-size: contain;
  background: url(assets/images/slick-arrow.svg) no-repeat center center;
  content: '';
}
.slick-dots {
  position: absolute;
  top: -80px;
  right: 135px;
  width: auto;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  opacity: 1;
  color: #222;
}
.slick-dots li.slick-active button {
  border: 1px solid #B2936D;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  color: #B2936D;
  opacity: 1;
}
.promo-block {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 45px 0 0;
}
.promo-block a {
  display: block;
  transition: 0.2s all ease-in-out;
}
.promo-block a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.promo-block a:hover h2:after {
  right: 20px;
}
.promo-block img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all ease-in-out;
}
.promo-block h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6474965) 0%, rgba(0, 0, 0, 0.20211835) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 40px 20px;
  align-content: flex-end;
  letter-spacing: 2px;
}
.promo-block h2:after {
  content: url(assets/images/arrow-title.svg);
  position: absolute;
  bottom: 24px;
  right: 30px;
  width: 25px;
  height: 16px;
  transition: 0.2s all ease-in-out;
}
#about {
  background: #f7f4ed;
  padding: 75px 0;
  margin-bottom: 70px;
}
#about .imgs {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#about .imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(50% - 15px);
  border-radius: 30px;
  min-height: 440px;
}
#about .imgs img + img {
  top: 145px;
  position: relative;
}
footer {
  background: #222;
  padding: 100px 0 0;
  position: relative;
}
footer:before {
  content: url(assets/images/h4-img-3.svg);
  -webkit-filter: brightness(0);
          filter: brightness(0);
  position: absolute;
  top: 100px;
  left: -40px;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
footer p,
footer a,
footer li,
footer address {
  color: #fff;
}
footer ul,
footer address {
  padding: 30px 0 0;
  list-style: none;
  line-height: 1.8;
}
footer li a {
  padding: 0 !important;
}
footer .copy {
  font-size: 13px;
  opacity: 0.75;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 45px;
}
.single-product h1 strong {
  font-size: 40px;
  line-height: 38px;
}
.single-product h1 span {
  padding: 15px 0;
}
.single-product .woocommerce-product-gallery__wrapper img {
  max-height: 620px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 3px solid #B2936D;
  border-radius: 30px;
}
.single-product .product-attributes {
  color: #B2936D;
  font-size: 16px;
}
.single-product .product-attributes .sep {
  display: inline-block;
  margin: 0 8px;
}
.single-product p.price {
  color: #B2936D !important;
  font-family: 'vidaloka', sans-serif;
}
.single-product p.price del bdi {
  font-size: 25px;
}
.single-product p.price ins {
  text-decoration: none !important;
}
.single-product p.price ins bdi {
  font-size: 41px;
  text-decoration: none !important;
}
.single-product form.cart {
  background: #f7f4ed;
  padding: 25px 35px;
  margin: 30px 0;
  border-radius: 30px;
}
.single-product form.cart .yith-wapo-block > div {
  background-color: transparent !important;
}
.single-product form.cart #wapo-total-price-table {
  background-color: transparent !important;
}
select.orderby {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  color: #222;
  padding: 10px 15px;
  position: relative;
  top: -12.5px;
}
.quantity-button {
  background: #fff;
  color: #222 !important;
  float: left;
  margin-right: 15px;
}
div#quantity-modal ul {
  display: block;
  margin: 0 -15px;
}
#custom-quantity {
  width: calc(100% - 30px);
  margin: 5px 0 15px 0px;
  padding: 15px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
div#quantity-modal li[data-quantity] {
  float: left;
  width: calc(33.3334% - 30px);
  margin: 15px;
  padding: 15px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
.quantity-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.quantity-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 450px;
  text-align: center;
}
.quantity-modal-content ul {
  list-style-type: none;
  padding: 0;
}
.quantity-modal-content ul li {
  margin: 10px 0;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.quantity-modal-content ul li:hover {
  background: #f7f4ed;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
  color: #222;
}
.single-product .quantity {
  display: none;
}
a.add_to_wishlist.single_add_to_wishlist img {
  width: 20px;
  position: relative;
  top: -2px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
a.add_to_wishlist.single_add_to_wishlist {
  background: #B2936D;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  display: inline-block;
}
.copy-link-container {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.copy-link-button {
  background: transparent;
  color: #222 !important;
  border: none;
  display: inline-block;
  margin-left: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.copy-link-button:hover {
  background: #9b7a51;
}
.copy-tooltip {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position the tooltip above the button */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.copy-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.copy-link-container:hover .copy-tooltip {
  visibility: visible;
  opacity: 1;
}
.social-share-container {
  margin-top: 20px;
  text-align: center;
  margin-left: 30px;
}
.social-share-button {
  background: #B2936D;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  top: 5px;
}
.social-share-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.social-share-button:hover {
  background: #9b7a51;
}
.woocommerce-message {
  border-top-color: transparent;
  background: #8fae1b99;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}
.quantity-modal-content ul li input {
  width: 100%;
  padding: 5px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin: 35px 0 75px;
  display: inline-block;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  padding: 5px 15px;
  margin: 0 15px 0 0;
  font-weight: 500;
  background-color: #f7f4ed;
  color: #222;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #B2936D;
  color: #fff;
  border-radius: 10px;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  margin: 0 -15px;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  color: #a9a9a9;
}
.filters-container {
  background: #f7f4ed;
  border-radius: 20px;
  padding: 30px;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.filters-container .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filters-container h4.filter-title {
  font-size: 16px;
  color: #222 !important;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.filters-container label {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #f7f4ed;
  color: #B2936D;
}
.woocommerce nav.woocommerce-pagination ul a {
  color: #222;
}
.woocommerce.columns-3 {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 75px;
}
.woocommerce.columns-3 .product-block .product-attributes {
  color: #a9a9a9;
  font-size: 14px;
  margin-top: 15px;
}
.woocommerce.columns-3 .product-block .product-attributes .sep {
  display: inline-block;
  margin: 0 8px;
}
.woocommerce.columns-3 .product-block .img {
  height: 100%;
  max-height: 400px;
}
.woocommerce.columns-3 .product-block .img img {
  height: 100%;
  height: 320px;
  margin: 0 10px;
  width: calc(100% - 20px) !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.woocommerce.columns-3 .product-block .more {
  font-size: 13px !important;
}
.single-product .product-block .product-attributes {
  color: #a9a9a9 !important;
  font-size: 14px !important;
  margin-top: 15px !important;
}
.single-product .product-block span.promoflash {
  position: absolute;
  top: 45px;
  background: #b2936D;
  color: #fff;
  z-index: 10;
  padding: 8px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 0 !important;
  line-height: 28px;
  min-width: inherit;
  min-height: inherit;
}
.product-block span.promoflash,
.single-product span.promoflash {
  position: absolute;
  top: 45px !important;
  right: -2px !important;
  background: #b2936D;
  color: #fff;
  z-index: 10;
  margin: 0 !important;
  padding: 6px 13px !important;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 38px !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.single-product span.promoflash {
  left: 0px !important;
  right: inherit !important;
}
.single-product main > section {
  padding-top: 0;
}
.breadcrumb {
  background: #f7f4ed;
  border-radius: 15px;
}
#page-about .gallery img {
  border-radius: 30px;
}
#page-about .gallery .row + .row img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}
.tasteDates {
  flex-direction: column;
  justify-content: space-between;
}
.tasteDates .card {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  margin: 15px 0 !important;
}
#about.taste {
  position: relative;
  overflow: hidden;
}
#about.taste::before {
  content: url(/wp-content/themes/lpda/assets/images/taste-bg-svg.svg);
  position: absolute;
  top: -30px;
  right: -45px;
  width: 60%;
  -webkit-filter: contrast(0.2) blur(1px);
          filter: contrast(0.2) blur(1px);
  mix-blend-mode: hard-light;
}
.wc-block-cart-item__remove-link {
  color: #d63939 !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge,
.wc-block-components-product-metadata__description {
  display: none !important;
}
.wc-block-components-totals-coupon button {
  color: #222 !important;
}
.wc-block-components-totals-coupon form button {
  color: #fff !important;
}
.wooco-item-child {
  font-size: 0.8em;
}
.wooco-item-child td {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.wooco-item-child img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.wooco-item-child .product-price bdi {
  display: none;
}
.wooco-item-child .product-price .amount,
.wooco-item-child .product-price .tax_label,
.wooco-item-child .product-subtotal .amount,
.wooco-item-child .product-subtotal .tax_label,
.wooco-item-child .product-total .amount,
.wooco-item-child .product-total .tax_label {
  opacity: 1;
}
.woocommerce a.remove:hover {
  background: #d92626 !important;
  font-weight: 300 !important;
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #d92626 !important;
  text-decoration: none;
  font-weight: 400;
  border: 0;
}
.actions #coupon_code {
  width: 100%;
  max-width: 150px;
}
.sib-form {
  padding: 0 !important;
  font-family: 'poppins', sans-serif;
}
.sib-form * {
  font-family: 'poppins', sans-serif !important;
}
section#newsletter .content {
  padding: 45px 30px;
  background: #f7f4ed;
  margin: 75px auto;
  border-radius: 20px;
}
section#newsletter #sib-container {
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 600px !important;
}
section#newsletter #sib-container input {
  border-radius: 15px;
  padding: 10px 15px;
  border: 1px solid #e9e9e9;
  height: auto;
  background: #fff;
}
section#newsletter #sib-container input::-webkit-input-placeholder {
  color: #a9a9a9 !important;
  font-family: 'poppins', sans-serif !important;
}
section#newsletter #sib-container input::-moz-placeholder {
  color: #a9a9a9 !important;
  font-family: 'poppins', sans-serif !important;
}
section#newsletter #sib-container input::-ms-input-placeholder {
  color: #a9a9a9 !important;
  font-family: 'poppins', sans-serif !important;
}
section#newsletter #sib-container input::placeholder {
  color: #a9a9a9 !important;
  font-family: 'poppins', sans-serif !important;
}
section#newsletter #sib-container .entry__field {
  border: none !important;
  background: none !important;
}
section#newsletter #sib-container .sib-form-block {
  text-align: center !important;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f9f9f9;
  color: #222;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f5f5f5;
  font-weight: 500;
}
nav.woocommerce-MyAccount-navigation ul li + li a {
  border-top: 1px solid #e9e9e9;
}
nav.woocommerce-MyAccount-navigation ul li {
  display: block;
}
nav.woocommerce-MyAccount-navigation ul a {
  padding: 10px 15px !important;
  display: block;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
}
nav.woocommerce-MyAccount-navigation {
  padding-right: 30px;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.woocommerce-account .addresses .title .edit {
  float: none !important;
}
#yith-wcwl-form .btn.button i,
.yith_wcwl_wishlist_footer {
  display: none !important;
}
.yith-wcpb-product-bundled-items img {
  height: 50px;
  width: auto;
}
.yith-wcpb-product-bundled-items {
  border: none;
  box-shadow: 0 0 0 transparent;
}
.product.yith-wcpb-product-bundled-item {
  padding: 15px 0;
}
.yith-wcpb-product-bundled-item-data__description {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -99999em;
  opacity: 0;
}
.products.related {
  clear: both;
}
body .single-product form.cart #wapo-total-price-table {
  font-size: 15px !important;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 10px 20px;
  border-radius: 20px;
}
div#wapo-total-price-table td,
div#wapo-total-price-table th {
  font-size: 15px;
}
.product-block .img img {
  width: calc(100% - 20px) !important;
  height: 400px !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 10px !important;
}
/* --- WooCommerce cart styles --- */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100% !important;
  max-width: 50% !important;
  padding-left: 0 !important;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100% !important;
  max-width: 50% !important;
  padding-right: 0 !important;
}
.woocommerce form .form-row label {
  line-height: 2;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 2px;
}
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row textarea,
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="password"],
.wpforms-field textarea {
  width: 100% !important;
  border: 1px solid #e9e9e9 !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b04040 !important;
  /* opacity: .75; */
  font-weight: 500;
}
.woocommerce-input-wrapper {
  width: 100%;
}
p#billing_postcode_field,
#shipping_postcode_field {
  width: 30% !important;
  float: left;
}
#billing_city_field,
#shipping_city_field {
  width: 70% !important;
  float: left;
}
#billing_phone_field,
#billing_email_field {
  width: 50% !important;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  padding: 30px;
  background: #f7f4ed;
  margin-bottom: 45px;
}
.woocommerce-cart-wrapper {
  position: relative;
}
.woocommerce-cart-wrapper .cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart-wrapper .cart-wrapper {
    gap: 1.875rem;
  }
}
.woocommerce-cart-wrapper .cart-wrapper > * {
  flex: 1 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .woocommerce-cart-wrapper .cart-wrapper > *.woocommerce-cart-form,
  .woocommerce-cart-wrapper .cart-wrapper > *#customer_details {
    flex: 1 0 0%;
  }
  .woocommerce-cart-wrapper .cart-wrapper > *.cart-collaterals {
    flex: 0 0 auto;
    width: 20rem;
  }
  .woocommerce-cart-wrapper .cart-wrapper > *.order-review-wrapper {
    flex: 0 0 auto;
    width: 23.75rem;
  }
}
.woocommerce-cart-wrapper .shop_table {
  width: 100%;
}
.woocommerce-cart-wrapper .shop_table tr {
  position: relative;
}
.woocommerce-cart-wrapper .shop_table tr th {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray-400);
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr th.product-remove {
    display: none;
  }
}
.woocommerce-cart-wrapper .shop_table tr td {
  font-size: 0.8125rem;
  vertical-align: middle;
  border-color: var(--color-gray-200);
}
@media screen and (min-width: 576px) {
  .woocommerce-cart-wrapper .shop_table tr td {
    font-size: 0.875rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td a {
  color: currentColor;
  text-decoration: none;
}
.woocommerce-cart-wrapper .shop_table tr td.product-thumbnail {
  max-width: 2.875rem;
  padding-left: 0;
}
.woocommerce-cart-wrapper .shop_table tr td.product-name a {
  font-weight: 600;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-name {
    max-width: 9.375rem;
  }
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-quantity {
    width: 5.75rem;
    padding-right: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.product-quantity .quantity {
  --qty-size: 1.875rem;
  display: inline-flex;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-site-border-radius);
}
.woocommerce-cart-wrapper .shop_table tr td.product-quantity .quantity .quantity-button {
  font-size: 1rem;
  min-width: 1.625rem;
}
.woocommerce-cart-wrapper .shop_table tr td.product-quantity .quantity input {
  font-size: 0.8125rem;
}
.woocommerce-cart-wrapper .shop_table tr td.product-subtotal {
  font-weight: 600;
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove {
  width: 0;
  padding-right: 0;
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-gray-200);
  background-color: var(--color-white);
  border-radius: 0.25rem;
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a:hover {
  background-color: var(--color-gray-100);
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a i {
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 0 currentColor;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-remove {
    position: absolute;
    left: 0;
    top: 0.625rem;
    padding: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon label {
  font-size: 0.75rem;
  margin-right: 0.375rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input {
  flex: 1 0 0%;
  min-width: 16.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04705882);
  margin-right: 0.25rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input:hover {
  border-color: var(--color-gray-400);
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0.125rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-gray-900);
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button:hover {
  background-color: var(--color-gray-800);
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions button {
  font-weight: 600;
  background-color: var(--color-gray-100);
}
.woocommerce-cart-wrapper .shop_table tr td.actions button[name=update_cart] {
  margin-left: 0.375rem;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions button[name=update_cart] {
    flex: 1 0 0%;
    width: 100%;
    margin-left: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions button[name=ts_empty_cart] {
  margin-left: 0.375rem;
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions button[name=ts_empty_cart] {
    flex: 1 0 0%;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .woocommerce-cart-wrapper .shop_table tr th.product-price,
  .woocommerce-cart-wrapper .shop_table tr th.product-subtotal,
  .woocommerce-cart-wrapper .shop_table tr td.product-price,
  .woocommerce-cart-wrapper .shop_table tr td.product-subtotal {
    display: none;
  }
}
/* --- WooCommerce notice styles --- */
.woocommerce-notice {
  position: relative;
  padding: 0.625rem 0.75rem;
  background-color: var(--color-gray-50);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-site-border-radius);
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576px) {
  .woocommerce-notice {
    padding: 1.125rem 1.375rem;
  }
}
.woocommerce-notice .notice-header {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-notice .notice-header i {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1;
  margin-right: 0.375rem;
  top: 0.0625rem;
}
.woocommerce-notice .notice-header p {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.woocommerce-notice .notice-header.shipping-notice-header {
  margin-bottom: 0.9375rem;
}
.woocommerce-notice .shipping-progress {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.3125rem;
  overflow: hidden;
}
.woocommerce-notice .shipping-progress::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
}
.woocommerce-notice .shipping-progress span {
  display: block;
  height: 100%;
  background-color: var(--color-gray-400);
  border-radius: 0.625rem;
}
/* --- WooCommerce cart collaterals styles --- */
.cart-collaterals .cart_totals {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-site-border-radius);
  padding: 1.25rem;
}
.cart-collaterals .cart_totals > h2 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-gray-200);
}
.cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 0.625rem;
}
.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px 15px;
  height: 45px;
}
div#order_review {
  display: flex;
  flex: 0 0 47.5%;
  justify-content: space-between;
}
div#order_review > * {
  width: calc(50% - 15px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe4d3;
}
.woocommerce-info {
  border-top-color: transparent;
  background: #2da9db;
  color: #fff;
}
.woocommerce-info a {
  color: #fff;
  font-weight: 600;
}
.woocommerce-info::before {
  color: rgba(255, 255, 255, 0.4);
}
#ship-to-different-address {
  width: 100%;
}
#ship-to-different-address label {
  display: flex;
  margin-bottom: 0.5rem;
}
#ship-to-different-address span {
  position: relative;
  top: 4px;
}
#ship-to-different-address-checkbox {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
  border-width: 2px !important;
}
#ship-to-different-address-checkboxbefore {
  width: 0.35em !important;
  height: 0.35em !important;
  -webkit-transform: scale(1) translateX(3px) !important;
          transform: scale(1) translateX(3px) !important;
}
.woocommerce form .form-row .optional {
  display: none;
}
/* --- WooCommerce customer detail styles --- */
#customer_details > * {
  width: 100%;
}
#customer_details > * .woocommerce-billing-fields > h3,
#customer_details > * .woocommerce-additional-fields > h3 {
  font-size: 0.9375rem;
  font-weight: 700;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper,
#customer_details > * .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > *,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 576px) {
  #customer_details > * .woocommerce-billing-fields__field-wrapper > *#billing_first_name_field,
  #customer_details > * .woocommerce-billing-fields__field-wrapper > *#billing_last_name_field,
  #customer_details > * .woocommerce-additional-fields__field-wrapper > *#billing_first_name_field,
  #customer_details > * .woocommerce-additional-fields__field-wrapper > *#billing_last_name_field {
    width: 50%;
  }
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * label,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * input,
#customer_details > * .woocommerce-billing-fields__field-wrapper > * select,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * input,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * select {
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04705882);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * input:hover,
#customer_details > * .woocommerce-billing-fields__field-wrapper > * select:hover,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * input:hover,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * select:hover {
  border-color: var(--color-gray-400);
}
@media screen and (min-width: 576px) {
  #customer_details > * .woocommerce-billing-fields__field-wrapper > * input,
  #customer_details > * .woocommerce-billing-fields__field-wrapper > * select,
  #customer_details > * .woocommerce-additional-fields__field-wrapper > * input,
  #customer_details > * .woocommerce-additional-fields__field-wrapper > * select {
    height: 2.75rem;
  }
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * textarea,
#customer_details > * .woocommerce-additional-fields__field-wrapper > * textarea {
  min-height: 5.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* --- WooCommerce order review styles --- */
.order-review-wrapper {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-site-border-radius);
  padding: 1.25rem;
}
.order-review-wrapper > h3 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.order-review-wrapper .shop_table tr th,
.order-review-wrapper .shop_table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-gray-200);
}
.order-review-wrapper .shop_table tr th.product-total {
  text-align: right;
}
.order-review-wrapper .shop_table tr td {
  text-align: right;
}
.order-review-wrapper .shop_table tr td.product-name {
  font-size: 0.75rem;
  text-align: left;
}
.order-review-wrapper .woocommerce-checkout-payment {
  margin-top: 0.9375rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li {
  position: relative;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 0.625rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--color-gray-300);
  border-radius: 50%;
  margin-right: 0.5rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  border-color: var(--color-gray-900);
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input:checked + label::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-gray-900);
  border-radius: 50%;
  left: 0.1875rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
  color: var(--color-gray-600);
}
.order-review-wrapper .place-order {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 576px) {
  .order-review-wrapper .place-order {
    margin-top: 1.5625rem;
  }
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text p {
  color: var(--color-gray-500);
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text p a {
  font-weight: 500;
  color: var(--color-gray-700);
}
.order-review-wrapper .place-order .validate-required {
  line-height: 1;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  display: inline;
  font-size: 0.75rem;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04705882);
  margin-right: 0.625rem;
  top: -0.3125rem;
  transition: border-color 0.05s var(--theme-transition);
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  margin-left: 0.25rem;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
  background-color: var(--theme-primary-color);
  border-color: transparent;
  box-shadow: none;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
  position: absolute;
  font-family: "klbtheme";
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: 0 0 0 currentColor;
  content: "\e8b7";
  top: 0;
  left: 0.0625rem;
  color: var(--color-white);
}
.order-review-wrapper .place-order > button {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .order-review-wrapper .place-order > button {
    height: 2.875rem;
  }
}
.woocommerce-account .addresses .title .edit {
  display: block;
  clear: both;
}
/* --- WooCommerce my account styles --- */
.woocommerce-my-account {
  position: relative;
}
a.woocommerce-button.button.invoice {
  margin-left: 5px;
}
.woocommerce-my-account .my-account-user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-my-account .my-account-user {
    margin-bottom: 2.5rem;
    margin-top: 0.625rem;
  }
}
.woocommerce-my-account .my-account-user .user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--color-gray-100);
  border-radius: 50%;
  margin-right: 0.625rem;
}
@media screen and (min-width: 576px) {
  .woocommerce-my-account .my-account-user .user-avatar {
    font-size: 1.375rem;
    width: 2.625rem;
    height: 2.625rem;
    margin-right: 0.9375rem;
  }
}
.woocommerce-my-account .my-account-user .user-avatar i {
  line-height: 1;
}
.woocommerce-my-account .my-account-user .user-detail {
  line-height: 1;
}
.woocommerce-my-account .my-account-user .user-detail span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray-400);
  margin-bottom: 0.3125rem;
}
.woocommerce-my-account .my-account-user .user-detail p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-my-account .my-account-user .user-menu-toggle {
  display: inline-flex;
  margin-left: auto;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-my-account .my-account-user .user-menu-toggle {
    display: none;
  }
}
.woocommerce-my-account .my-account-user .user-menu-toggle a {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  height: 2.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-site-border-radius);
}
.woocommerce-my-account .my-account-user .user-menu-toggle a i {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 0.375rem;
}
.woocommerce-my-account .my-account-user .user-menu-toggle a span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-gray-400);
}
.woocommerce-my-account .my-account-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-my-account .my-account-inner {
    gap: 2.5rem;
  }
}
.woocommerce-my-account .my-account-inner > * {
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .woocommerce-my-account .my-account-inner > *.my-account-navigation {
    width: 18.75rem;
  }
  .woocommerce-my-account .my-account-inner > *.woocommerce-MyAccount-content {
    flex: 1 0 0%;
  }
}
.woocommerce-my-account .my-account-inner .my-account-navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-my-account .my-account-inner .my-account-navigation {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .woocommerce-my-account .my-account-inner .my-account-navigation.active {
    display: block;
  }
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: var(--theme-site-border-radius);
  border: 1px solid var(--color-gray-200);
  overflow: hidden;
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li + li {
  border-top: 1px solid var(--color-gray-200);
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li.is-active {
  color: var(--theme-primary-color);
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #f1f5f9 100%);
}
.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content p {
  font-size: 0.875rem;
}
.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content p a {
  font-weight: 500;
  color: var(--color-blue-700);
}
/* --- WooCommerce login form styles --- */
.site-login {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 576px) {
  .site-login {
    padding: 5.625rem 0;
  }
}
.site-login .site-login-inner {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.site-login .site-login-inner .site-login-overflow {
  position: relative;
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.site-login .site-login-inner .site-login-overflow .login-page-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .site-login .site-login-inner .site-login-overflow .login-page-tab {
    margin-bottom: 1.875rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-page-tab li a {
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color-gray-400);
  text-decoration: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .site-login .site-login-inner .site-login-overflow .login-page-tab li a {
    font-size: 1.75rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-page-tab li a.active {
  color: var(--color-gray-900);
}
.site-login .site-login-inner .site-login-overflow .login-form-container {
  display: flex;
  width: 200%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * {
  padding: 0.0625rem;
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form {
  opacity: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form > p {
  font-size: 0.8125rem;
  text-align: center;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span {
  position: relative;
  display: inline;
  font-size: 0.75rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span::before {
  content: "";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04705882);
  margin-right: 0.625rem;
  top: -0.3125rem;
  transition: border-color 0.05s var(--theme-transition);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span a {
  margin-left: 0.25rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input:checked + span::before {
  background-color: var(--theme-primary-color);
  border-color: transparent;
  box-shadow: none;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input:checked + span::after {
  position: absolute;
  font-family: "klbtheme";
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: 0 0 0 currentColor;
  content: "\e8b7";
  top: -0.1875rem;
  left: 0.0625rem;
  color: var(--color-white);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p.woocommerce-LostPassword a {
  text-decoration: none;
  color: var(--color-blue-700);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--color-gray-300);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * input:hover {
  border-color: var(--color-gray-400);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * button {
  width: 100%;
  margin-top: 1.25rem;
  color: var(--color-white);
  background-color: var(--theme-primary-color);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * button:hover {
  opacity: 0.9;
}
@media screen and (min-width: 992px) {
  .site-login .site-login-inner .site-login-overflow .login-form-container > * button {
    height: 2.875rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form > p {
  font-size: 0.8125rem;
  text-align: center;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form .login-form {
  opacity: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form .register-form {
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  #taste:before {
    top: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  ul#mega-menu-primary > li > a {
    padding: 0px 15px !important;
    height: 45px !important;
    border-bottom: 1px solid #e9e9e9 !important;
    line-height: 45px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin-top: 45px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  h1 strong {
    font-size: 52px;
    line-height: 49px;
  }
  h2 strong,
  .h2 strong,
  body:not(.home) h1 strong {
    font-size: 42px;
    line-height: 39px;
  }
  section#category .category-block h2 {
    font-size: 16px;
  }
  section#category .category-block h2:after {
    display: none;
  }
  #taste:before {
    top: 0px;
    bottom: 0px;
  }
  ul#mega-menu-primary {
    margin: 0 15px !important;
    border: 2px solid #B2936D !important;
    border-radius: 15px !important;
    width: calc(100vw - 30px) !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  h1 strong {
    font-size: 48px;
    line-height: 45px;
  }
  h2 strong,
  .h2 strong,
  body:not(.home) h1 strong {
    font-size: 38px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  section#category .category-block h2 {
    padding: 0 20px 20px;
  }
  div.wpforms-container-full:not(:empty) {
    margin-top: 0 !important;
  }
}
.btn.btn-filters {
  display: none !important;
  /* Par défaut, caché */
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.btn.btn-filters svg {
  fill: white !important;
  width: 20px;
  margin-left: 15px;
}
.btn-filters .icon-filter {
  display: block;
  /* Icône de filtre visible par défaut */
}
.btn-filters .icon-close {
  display: none;
  /* Icône de fermeture cachée par défaut */
}
@media screen and (max-width: 768px) {
  .menu-wrap .navbar--top .wp-block-yith-search-block {
    display: none;
  }
  .filters {
    display: none;
    /* Caché sur mobile */
  }
  .btn.btn-filters {
    display: flex !important;
    /* Visible sur mobile */
  }
  footer ul,
  footer address {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  section#page-about .col-md-4 {
    order: 2;
    margin: 45px 0;
  }
  .col-md-5 + .col-md-7,
  .col-md-7 + .col-md-5,
  .col-md-4 + .col-md-7,
  .col-md-7 + .col-md-4,
  .col-md-6 + .col-md-6,
  .col-md-4 + .col-md-8,
  .col-md-8 + .col-md-4 {
    margin-top: 45px;
  }
  #page-about .col-md-7.ml-auto {
    margin-top: 0 !important;
  }
  body:not(.home) #taste + section#pro {
    padding-top: 60px;
  }
  footer h2 {
    margin: 30px 0 15px;
    padding: 0 !important;
  }
  .slick-dots {
    display: none !important;
  }
  #banner {
    background-size: cover;
    padding: 75px 0;
  }
  #banner img {
    display: none;
  }
  #taste img {
    margin: 20px 0 !important;
    display: block;
    height: auto !important;
    max-height: 245px;
  }
  #taste .col-md-4 {
    margin-top: 35px;
  }
  #taste:before {
    top: -30px;
    bottom: -30px;
  }
  section#about .imgs {
    margin-top: 60px;
  }
  .category-block {
    margin-bottom: 30px;
  }
  h1 strong {
    font-size: 42px;
    line-height: 39px;
  }
  h2 strong,
  .h2 strong,
  body:not(.home) h1 strong {
    font-size: 35px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand img {
    max-width: 160px;
  }
  header .navbar.container {
    justify-content: space-around;
  }
  header .navbar.container .nav-actions {
    padding-top: 30px;
  }
  h1 strong {
    font-size: 38px;
    line-height: 35px;
  }
  h2 strong,
  .h2 strong,
  body:not(.home) h1 strong {
    font-size: 32px;
    line-height: 29px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  h1 strong {
    font-size: 32px;
    line-height: 29px;
  }
  h2 strong,
  .h2 strong,
  body:not(.home) h1 strong {
    font-size: 28px;
    line-height: 25px;
  }
  header #navbar_top #top-navigation li a {
    padding-left: 15px !important;
    font-size: 13px !important;
  }
}
