@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-size: 0.5208333333vw;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.container {
  --bs-gutter-container-x: 2.5rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 168.5rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  --bs-gutter-container-x: 2.5rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 178.5rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
  --bs-gutter-m-x: 2rem;
  --bs-gutter-m-y: 2rem;
}
@media (max-width: 991.98px) {
  .row {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
}

.gy-0 {
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.row-sm {
  --bs-gutter-x: 2rem;
}
@media (max-width: 991.98px) {
  .row-sm {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

a,
acronym,
applet,
body,
details,
dfn,
div,
footer,
header,
hgroup,
kbd,
object,
output,
samp,
section,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  color: #524B48;
  font-family: "Poppins";
  font-weight: 400;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5625;
}
body ::-webkit-scrollbar {
  width: 0.3rem;
}
body ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
body ::-webkit-scrollbar-thumb {
  background: #c9a93f;
}

.menu ol, .footer-nav ul, .menu ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

label {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}

input,
textarea,
select {
  border: 1px solid #000000;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background: transparent;
}

input[type=checkbox] {
  width: auto;
}

.col-2dot4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 575.98px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 767.98px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 991.98px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1199.98px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.btn-custom {
  font-family: "Poppins";
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  background-color: #DEB300;
  border-radius: 16px;
  text-align: center;
}
.btn-custom:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #DEB300;
}

.btn-main, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .myaccount-login form .btn-main, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-Button, .myaccount-login form .woocommerce-LoginLink .btn-main, .woocommerce .page-checkout .woocommerce-form-login .button, .woocommerce .page-checkout .woocommerce-form-coupon .button, .woocommerce #place_order, .woocommerce table.shop_table td .actions button.button,
.woocommerce table.shop_table td .actions a, .woocommerce .wc-proceed-to-checkout a.checkout-button, .single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__cart-btn, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .button, .woocommerce #layout-product .sidebar-left .btn-filter .bapf_button {
  font-family: "Poppins";
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  background-color: #DEB300;
  border-radius: 16px;
  text-align: center;
}
.btn-main:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover, .myaccount-login form .btn-main:hover, .woocommerce .page-checkout .woocommerce-form-login .button:hover, .woocommerce .page-checkout .woocommerce-form-coupon .button:hover, .woocommerce #place_order:hover, .woocommerce table.shop_table td .actions button.button:hover,
.woocommerce table.shop_table td .actions a:hover, .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__cart-btn:hover, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item:hover, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item:hover, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover, .single-product.woocommerce form.cart .button:hover, .woocommerce #layout-product .sidebar-left .btn-filter .bapf_button:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #DEB300;
}

.shop-category-home .shop-category-home__slider-wrap {
  position: relative;
}
.shop-category-home .shop-category-home__slider {
  padding: 0 28px;
}
.shop-category-home .shop-category-home__slide-link {
  display: block;
  text-decoration: none;
}
.shop-category-home .shop-category-home__image {
  position: relative;
  padding-top: 98%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 2px;
}
.shop-category-home .shop-category-home__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.shop-category-home .shop-category-home__slide-link:hover .shop-category-home__image img {
  transform: scale(1.04);
}
.shop-category-home .shop-category-home__name {
  margin: 8px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  color: #524B48;
}
.shop-category-home .shop-category-home__arrow {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  background: #fff;
  transition: all 0.2s ease;
}
.shop-category-home .shop-category-home__arrow::after {
  font-size: 11px;
  font-weight: 700;
}
.shop-category-home .shop-category-home__arrow.swiper-button-disabled {
  opacity: 0.45;
}
.shop-category-home .shop-category-home__arrow--next {
  background: #e2bf27;
  border-color: #e2bf27;
  color: #fff;
  right: -6px;
}
.shop-category-home .shop-category-home__arrow--prev {
  left: -6px;
}
@media (max-width: 991px) {
  .shop-category-home .shop-category-home__slider {
    padding: 0 22px;
  }
}

.pick-your-fancy .pick-your-fancy__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.pick-your-fancy .pick-your-fancy__title {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #524B48;
  margin: 0;
}
.pick-your-fancy .pick-your-fancy__subtitle {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #524B48;
  margin: 0.8rem 0 0;
}
.pick-your-fancy .pick-your-fancy__action .btn-main, .pick-your-fancy .pick-your-fancy__action .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .pick-your-fancy .pick-your-fancy__action .button, .pick-your-fancy .pick-your-fancy__action .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .pick-your-fancy .pick-your-fancy__action .button, .pick-your-fancy .pick-your-fancy__action .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .pick-your-fancy .pick-your-fancy__action .woocommerce-Button, .pick-your-fancy .pick-your-fancy__action .woocommerce .page-checkout .woocommerce-form-login .button, .woocommerce .page-checkout .woocommerce-form-login .pick-your-fancy .pick-your-fancy__action .button, .pick-your-fancy .pick-your-fancy__action .woocommerce .page-checkout .woocommerce-form-coupon .button, .woocommerce .page-checkout .woocommerce-form-coupon .pick-your-fancy .pick-your-fancy__action .button, .pick-your-fancy .pick-your-fancy__action .woocommerce #place_order, .woocommerce .pick-your-fancy .pick-your-fancy__action #place_order, .pick-your-fancy .pick-your-fancy__action .woocommerce table.shop_table td .actions button.button, .woocommerce table.shop_table td .actions .pick-your-fancy .pick-your-fancy__action button.button,
.pick-your-fancy .pick-your-fancy__action .woocommerce table.shop_table td .actions a,
.woocommerce table.shop_table td .actions .pick-your-fancy .pick-your-fancy__action a, .pick-your-fancy .pick-your-fancy__action .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .pick-your-fancy .pick-your-fancy__action a.checkout-button, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__cart-btn, .single-product.woocommerce .single-hover-cart-wrap .pick-your-fancy .pick-your-fancy__action .single-hover-cart__cart-btn, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .pick-your-fancy .pick-your-fancy__action .delete_item, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .pick-your-fancy .pick-your-fancy__action .add_to_wishlist, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .pick-your-fancy .pick-your-fancy__action .delete_item, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .pick-your-fancy .pick-your-fancy__action .add_to_wishlist, .pick-your-fancy .pick-your-fancy__action .single-product.woocommerce form.cart .button, .single-product.woocommerce form.cart .pick-your-fancy .pick-your-fancy__action .button, .pick-your-fancy .pick-your-fancy__action .woocommerce #layout-product .sidebar-left .btn-filter .bapf_button, .woocommerce #layout-product .sidebar-left .btn-filter .pick-your-fancy .pick-your-fancy__action .bapf_button {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  border-radius: 12px;
  padding: 1.4rem 2.8rem;
  min-width: 15rem;
}
@media (max-width: 991px) {
  .pick-your-fancy .pick-your-fancy__title {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .pick-your-fancy .pick-your-fancy__title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

.section-faqs .faqs-layout {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 3.6rem;
  align-items: start;
}
.section-faqs .faqs-nav {
  background: #f5f5f5;
  padding: 1.6rem 0;
}
.section-faqs .faqs-nav__item {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  color: #524B48;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  padding: 1rem 1.8rem;
  border-left: 2px solid transparent;
}
.section-faqs .faqs-nav__item.active {
  color: #deb300;
  border-left-color: #deb300;
}
.section-faqs .faqs-pane {
  display: none;
}
.section-faqs .faqs-pane.active {
  display: block;
}
.section-faqs .faq-item {
  margin-bottom: 2rem;
}
.section-faqs .faq-item__question {
  margin: 0 0 0.6rem;
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  gap: 1rem;
}
.section-faqs .faq-item__question p {
  margin-bottom: 0;
}
.section-faqs .faq-item__question a {
  color: #DEB300;
}
.section-faqs .faq-item__answer {
  color: #636366;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  gap: 1rem;
}
.section-faqs .faq-item__answer p {
  margin-bottom: 0;
}
.section-faqs .faq-item__answer a {
  color: #DEB300;
}
@media (max-width: 991px) {
  .section-faqs .faqs-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.mb-10 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.label {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Poppins";
  color: #DEB300;
  font-weight: 400;
  position: relative;
  background-color: rgba(222, 179, 0, 0.1019607843);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  display: inline-flex;
  align-items: center;
}
.label::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #DEB300;
  border-radius: 50%;
  left: 1.3rem;
  top: 1.8rem;
}

.desc {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Poppins";
  font-weight: 400;
  color: #757575;
}

.title {
  font-size: 4.9rem;
  line-height: 1.1836734694;
  font-weight: 600;
  font-family: "Poppins";
  color: #252525;
}

.heading {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Geist";
  color: #0C6E6D;
}

.banner-home {
  padding: 4rem;
}
@media (max-width: 767.98px) {
  .banner-home {
    padding: 2rem;
  }
}
.banner-home .info .btn-wrap {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.banner-home .banner-slide-home .swiper-slide .image {
  position: relative;
  padding-top: 47.0428648942%;
}
.banner-home .banner-slide-home .swiper-slide .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home .banner-slide-home .swiper-pagination {
  margin-bottom: 1.5rem;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8E93;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DEB300;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-prev {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  left: 0;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-prev::after {
  color: #ffffff;
  font-size: 16px;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-next {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  right: 0;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-next::after {
  color: #ffffff;
  font-size: 16px;
}

.section-slideicon {
  border-bottom: 1px solid #E2E8F0;
}
.section-slideicon .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.section-slideicon .icon {
  position: relative;
  padding-top: 46%;
}
.section-slideicon .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2rem;
  filter: grayscale(100%);
}

.section-aboutushome {
  padding: 12rem 0;
  position: relative;
}
.section-aboutushome .bg-image-top {
  position: absolute;
  top: 0;
  left: 0;
}
.section-aboutushome .image {
  position: relative;
  padding-top: 50.8860759494%;
}
.section-aboutushome .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.section-aboutushome .box-content {
  padding-left: 3.5rem;
}
@media (max-width: 991.98px) {
  .section-aboutushome .box-content {
    padding-left: 0;
  }
}
.section-aboutushome .box-content .desc ul {
  list-style-type: none;
  margin-left: 3rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  .section-aboutushome .box-content .desc ul {
    margin-left: 3rem;
  }
}
.section-aboutushome .box-content .desc ul li {
  position: relative;
  margin-bottom: 1rem;
}
.section-aboutushome .box-content .desc ul li::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  background-image: url(../icons/circle-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.section-videohome .box-image .image {
  display: block;
  position: relative;
  padding-top: 36.4583333333%;
  overflow: hidden;
}
.section-videohome .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-videohome .video-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
  transition: all 0.3s ease;
}
.section-videohome .video-trigger .play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
}
.section-videohome .video-trigger .play-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.section-videohome .video-trigger .play-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 1.1rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  border-left: 1.8rem solid #ff4f8f;
}
.section-videohome .video-trigger .play-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.section-videohome .video-trigger:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.section-videohome .video-trigger:hover .play-icon {
  background: #fff;
}

.section-promo-split-banner {
  background: #FAFBFB;
}
.section-promo-split-banner .promo-wrap {
  overflow: hidden;
}
.section-promo-split-banner .promo-content {
  padding: 4rem 3.2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-promo-split-banner .promo-content {
    padding: 3rem 2rem;
  }
}
.section-promo-split-banner .promo-content .promo-title {
  font-size: 6rem;
  line-height: 1.0666666667;
  font-family: "Poppins";
  font-weight: 500;
  color: #524B48;
}
@media (max-width: 991.98px) {
  .section-promo-split-banner .promo-content .promo-title {
    font-size: 4rem;
    line-height: 1.2;
  }
}
.section-promo-split-banner .promo-content .promo-desc {
  color: #524B48;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.section-promo-split-banner .promo-content .promo-desc p {
  margin-bottom: 0;
}
.section-promo-split-banner .promo-image {
  position: relative;
  padding-top: 64.1025641026%;
}
.section-promo-split-banner .promo-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-promo-split-banner .btn-wrap .btn-custom {
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-quote-banner {
  background-color: #ECA08B;
  padding: 10rem 0;
}
.section-quote-banner .quote-inner {
  max-width: 98rem;
  margin: 0 auto;
  text-align: center;
}
.section-quote-banner .quote-text {
  font-size: 3.2rem;
  line-height: 1.25;
  font-family: "Poppins";
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .section-quote-banner .quote-text {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.section-quote-banner .quote-author {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}

.section-spotlight-home {
  background: #FAFBFB;
}
.section-spotlight-home .heading-title {
  font-size: 6rem;
  line-height: 1.0666666667;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .section-spotlight-home .heading-title {
    font-size: 3.6rem;
    line-height: 1.2222222222;
  }
}
.section-spotlight-home .heading-link {
  font-size: 2.5rem;
  line-height: 1.36;
  color: #222222;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.section-spotlight-home .heading-link .arrow {
  color: #deb300;
  line-height: 1;
}
.section-spotlight-home .heading-link:hover {
  color: #deb300;
  text-decoration: none;
}
.section-spotlight-home .spotlight-item {
  height: 100%;
}
.section-spotlight-home .spotlight-item .image {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 2s ease;
}
.section-spotlight-home .spotlight-item .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 2s ease;
}
.section-spotlight-home .spotlight-item .item-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
  color: #524B48;
}
.section-spotlight-home .spotlight-item .item-desc {
  color: #524B48;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.section-spotlight-home .spotlight-item .btn-item {
  display: inline-block;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  border-radius: 16px;
  border: 1px solid #524B48;
  color: #524B48;
  text-transform: uppercase;
  font-weight: 600;
}
.section-spotlight-home .spotlight-item .btn-item:hover {
  border-color: #DEB300;
  color: #FFFFFF;
  background-color: #DEB300;
  text-decoration: none;
}
.section-spotlight-home .spotlight-item:hover .image img {
  transform: scale(1.04);
}
.section-spotlight-home .spotlight-item:hover .image {
  border-radius: 50%;
}
.section-spotlight-home .spotlight-item:hover .image::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: 2px solid rgba(222, 179, 0, 0.55);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-spotlight-home .spotlight-item:hover .btn-item {
  background: #DEB300;
  color: #fff;
  border-color: #DEB300;
}
.section-spotlight-home .spotlight-item:hover .btn-item:hover {
  background: #DEB300;
  color: #fff;
  border-color: #DEB300;
}
.section-spotlight-home .spotlight-item:hover:hover .image::before {
  opacity: 1;
  animation: spotlightPulse 1.4s ease-in-out infinite;
}
.section-spotlight-home .spotlight-item:hover:hover .image img {
  transform: scale(1.08) rotate(-2deg);
}

@keyframes spotlightPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.05);
    opacity: 0.25;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.section-as-seen-on {
  background: #FFFFFF;
}
.section-as-seen-on .heading-title {
  font-size: 6.4rem;
  line-height: 1.1875;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .section-as-seen-on .heading-title {
    font-size: 3.6rem;
    line-height: 1.2222222222;
  }
}
.section-as-seen-on .seen-item .image {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 2s ease;
}
.section-as-seen-on .seen-item .image img {
  width: 100%;
  aspect-ratio: 410/600;
  object-fit: cover;
  transition: all 2s ease;
}
.section-as-seen-on .seen-item .image:hover {
  border-radius: 200px;
}
.section-as-seen-on .seen-item .image:hover img {
  transform: scale(1.04);
  border-radius: 200px;
}
.section-as-seen-on .seen-item .name {
  font-size: 2rem;
  line-height: 1.4;
  color: #524B48;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .section-as-seen-on .seen-item .name {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.section-location-tabs .section-title {
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
  color: #524B48;
}
@media (max-width: 991.98px) {
  .section-location-tabs .section-title {
    font-size: 3.6rem;
    line-height: 1.2222222222;
  }
}
.section-location-tabs .tabs-menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #f8f1cc;
  border-radius: 100px;
  padding: 0.4rem;
  gap: 0.4rem;
}
@media (max-width: 991.98px) {
  .section-location-tabs .tabs-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
  }
}
.section-location-tabs .tabs-menu .tab-btn {
  border: 0;
  background: transparent;
  color: #524B48;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
  padding: 2rem 1.6rem;
  border-radius: 100px;
  transition: all 0.25s ease;
}
.section-location-tabs .tabs-menu .tab-btn.active {
  background: #DEB300;
  color: #fff;
}
.section-location-tabs .tabs-content .tab-pane {
  display: none;
}
.section-location-tabs .tabs-content .tab-pane.active {
  display: block;
}
.section-location-tabs .location-card {
  height: 100%;
  border: 1px solid #757575;
  border-radius: 5px;
  padding: 4rem;
}
.section-location-tabs .location-card:hover {
  border-color: #DEB300;
}
.section-location-tabs .location-card .store-name {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #524B48;
}
.section-location-tabs .location-card .meta {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #434343;
  font-weight: 400;
}
.section-location-tabs .location-card .meta p {
  margin-bottom: 0.5rem;
}
.section-location-tabs .location-card .map-link {
  color: #DEB300;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.section-location-tabs .location-card .map-link .icon {
  font-size: 0.95em;
}
.section-location-tabs .location-card .map-link:hover {
  color: #DEB300;
  text-decoration: none;
}

.section-booking-banner .booking-banner-inner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.section-booking-banner .booking-banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 24, 18, 0.28);
  z-index: 1;
}
.section-booking-banner .booking-banner-content {
  position: relative;
  z-index: 2;
}
.section-booking-banner .booking-banner-content .title {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.2903225806;
  font-weight: 500;
  margin-bottom: 0;
}
.section-booking-banner .booking-banner-content .desc {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.section-booking-banner .booking-banner-content .btn-wrap .btn-custom {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
  border-radius: 16px;
}

.section-membership .membership-inner {
  max-width: 980px;
  margin: 0 auto;
}
.section-membership .membership-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.section-membership .membership-heading {
  margin: 0 0 14px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
.section-membership .membership-content {
  color: #636366;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-membership .membership-content p,
.section-membership .membership-content ul {
  margin-bottom: 12px;
}
.section-membership .membership-content ul {
  padding-left: 20px;
}
.section-membership .btn-membership {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 54px;
  padding: 0 24px;
  background: #f2c300;
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section-membership .btn-membership:hover {
  opacity: 0.88;
  color: #fff;
  text-decoration: none;
}

.section-size-guides .size-guides-tabs-nav {
  max-width: 110rem;
  margin: 0 auto;
  background: #f8f1cc;
  border-radius: 100px;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .section-size-guides .size-guides-tabs-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
  }
}
.section-size-guides .size-guides-tab-btn {
  border: 0;
  background: transparent;
  color: #3f3f3f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  min-height: 48px;
  border-radius: 100px;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  .section-size-guides .size-guides-tab-btn {
    border-radius: 12px;
  }
}
.section-size-guides .size-guides-tab-btn.active {
  background: #deb300;
  color: #fff;
}
.section-size-guides .size-guides-pane {
  display: none;
  max-width: 110rem;
  margin: 0 auto;
  text-align: center;
}
.section-size-guides .size-guides-pane.active {
  display: block;
}
.section-size-guides .size-guide-title {
  font-size: 3.9rem;
  line-height: 1.1538461538;
  color: #524B48;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.section-size-guides .size-guide-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #524B48;
  font-weight: 500;
}
.section-size-guides .size-guide-description {
  max-width: 76rem;
  margin: 1.8rem auto 0;
  color: #676e6e;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-size-guides .size-guide-description p {
  margin-bottom: 0.7rem;
}
.section-size-guides .size-guide-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-size-guides #size-guide-tab-sizeguides-17773956968593 {
  max-width: 100%;
}
.section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border: none;
  }
  .section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content table::-webkit-scrollbar {
    height: 6px;
  }
  .section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content table:-webkit-scrollbar-thumb {
    background: #c9a93f;
    border-radius: 10px;
  }
}
.section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content h2 {
  font-size: 3.9rem;
  line-height: 1.1538461538;
  color: #524B48;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.section-size-guides #size-guide-tab-sizeguides-17773956968593 .size-guide-content h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #524B48;
  font-weight: 500;
}
.section-size-guides .size-guide-content {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  color: #524B48;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.section-size-guides .size-guide-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.6rem;
}
.section-size-guides .size-guide-content table th {
  background: #deb300;
  color: #524B48;
  font-weight: 500;
}
.section-size-guides .size-guide-content table th, .section-size-guides .size-guide-content table td {
  border: 1px solid #ede4bf;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.section-size-guides .size-guide-content table tr:nth-child(even) td {
  background: #f5efda;
}

.section-appointment-contact .notice-box {
  background: rgba(222, 179, 0, 0.2);
  border-radius: 16px;
  padding: 2.4rem;
}
.section-appointment-contact .notice-box .notice-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
  color: #524B48;
}
.section-appointment-contact .notice-box .notice-desc {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #44403C;
}
.section-appointment-contact .left-image {
  position: relative;
  padding-top: 81.5189873418%;
  overflow: hidden;
}
.section-appointment-contact .left-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .row {
  --bs-gutter-y: 1.6rem;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form p {
  margin-bottom: 0;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form label {
  width: 100%;
  color: #252525;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form input:not([type=submit]),
.section-appointment-contact .appointment-form-wrap .wpcf7-form select,
.section-appointment-contact .appointment-form-wrap .wpcf7-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form input:not([type=submit]):focus,
.section-appointment-contact .appointment-form-wrap .wpcf7-form select:focus,
.section-appointment-contact .appointment-form-wrap .wpcf7-form textarea:focus {
  outline: none;
  border-color: #DEB300;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form input:not([type=submit])::placeholder,
.section-appointment-contact .appointment-form-wrap .wpcf7-form select::placeholder,
.section-appointment-contact .appointment-form-wrap .wpcf7-form textarea::placeholder {
  color: #757575;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form textarea {
  min-height: 10rem;
  resize: vertical;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #DEB300;
  border-radius: 0;
  background: transparent;
  margin-right: 1rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background: #DEB300;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #252525;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-submit {
  width: 100%;
  border: 0;
  background: #DEB300;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 16px;
  transition: all 0.25s ease;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-submit:hover {
  background: #c39d00;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-spinner {
  display: none;
}
.section-appointment-contact .appointment-form-wrap .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0;
}

.section-page-title-hero {
  padding: 6rem 0;
  background-color: #FAFBFB;
}
.section-page-title-hero .hero-inner {
  text-align: center;
}
.section-page-title-hero .hero-inner .hero-title {
  font-size: 3.9rem;
  line-height: 1.1538461538;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
}
.section-page-title-hero .hero-inner .hero-breadcrumb a {
  color: #757575;
  text-decoration: none;
}
.section-page-title-hero .hero-inner .hero-breadcrumb .sep {
  color: #757575;
}
.section-page-title-hero .hero-inner .hero-breadcrumb {
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.section-e-blog-hero {
  background: #FAFBFB;
  padding: 6rem 0;
}

.section-e-blog-hero .hero-inner {
  text-align: center;
}

.section-e-blog-hero .hero-title {
  margin: 0;
  font-size: 3.9rem;
  line-height: 1.1538461538;
  font-weight: 500;
  color: #000000;
}

.section-e-blog-hero .hero-breadcrumb {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
}

.section-e-blog-hero .hero-breadcrumb a {
  color: #252525;
  text-decoration: none;
}

.section-e-blog-hero .hero-breadcrumb .sep {
  display: inline-block;
  margin: 0 6px;
}

.archive-blog-page .section-title {
  font-size: 3.1rem;
  line-height: 1.1612903226;
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
.archive-blog-page .read-more {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #252525;
  font-weight: 600;
}
.archive-blog-page .read-more:hover {
  color: #DEB300;
  text-decoration: none;
}
.archive-blog-page .archive-featured .archive-featured-slider {
  position: relative;
}
.archive-blog-page .archive-featured .archive-featured-slider .swiper-button-next,
.archive-blog-page .archive-featured .archive-featured-slider .swiper-button-prev {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  color: #1f2323;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.archive-blog-page .archive-featured .archive-featured-slider .swiper-button-next::after,
.archive-blog-page .archive-featured .archive-featured-slider .swiper-button-prev::after {
  font-size: 1.4rem;
  font-weight: 700;
}
.archive-blog-page .archive-featured .featured-image {
  display: block;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.archive-blog-page .archive-featured .featured-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-blog-page .archive-featured .featured-title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
}
.archive-blog-page .archive-featured .featured-title a {
  color: #1C211E;
}
.archive-blog-page .archive-featured .featured-title a:hover {
  text-decoration: none;
}
.archive-blog-page .archive-featured .featured-excerpt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #636366;
  font-weight: 400;
}
.archive-blog-page .blog-card .blog-card__image {
  display: block;
  position: relative;
  padding-top: 56.9105691057%;
  overflow: hidden;
}
.archive-blog-page .blog-card .blog-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-blog-page .blog-card .blog-card__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.archive-blog-page .blog-card .blog-card__title a {
  color: #1C211E;
  text-decoration: none;
}
.archive-blog-page .blog-card .blog-card__excerpt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #636366;
}
.archive-blog-page .archive-sidebar .hr {
  background-color: #EDEDED;
  height: 1px;
  width: 100%;
  margin: 2rem 0;
}
.archive-blog-page .archive-sidebar .sidebar-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.4rem;
}
.archive-blog-page .archive-sidebar select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #524B48;
}
.archive-blog-page .archive-sidebar .trending-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.archive-blog-page .archive-sidebar .trending-item .trending-image {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.archive-blog-page .archive-sidebar .trending-item .trending-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-blog-page .archive-sidebar .trending-item .trending-info h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.archive-blog-page .archive-sidebar .trending-item .trending-info h5 a {
  color: #000000;
  text-decoration: none;
}
.archive-blog-page .archive-sidebar .trending-item .trending-info .read-more {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
.archive-blog-page .archive-sidebar .trending-item .trending-info .read-more:hover {
  color: #DEB300;
  text-decoration: none;
}
.archive-blog-page .archive-sidebar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.archive-blog-page .archive-sidebar .tag-list a {
  padding: 0.6rem 1rem;
  border: 1px solid #524B48;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #524B48;
}
.archive-blog-page .archive-sidebar .tag-list a:hover {
  background-color: #DEB300;
  color: #FFFFFF;
  text-decoration: none;
  border-color: #DEB300;
}
.archive-blog-page .archive-pagination .page-item {
  margin: 0 0.2rem;
}
.archive-blog-page .archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  color: #333;
  font-weight: 600;
}
.archive-blog-page .archive-pagination .page-numbers.current {
  background: #DEB300;
  color: #fff;
  border-color: #DEB300;
}

.single-blog-hero {
  background: #FAFBFB;
  padding: 6rem 0;
}

.single-blog-hero__title {
  margin: 0;
  font-size: 3.9rem;
  line-height: 1.1794871795;
  font-weight: 500;
  color: #000000;
}

.single-blog-page .single-title {
  font-size: 4.6rem;
  line-height: 1.1739130435;
  margin-bottom: 0;
}
.single-blog-page .single-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-blog-page .single-content {
  color: #636366;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.single-blog-page .single-content h2, .single-blog-page .single-content h3, .single-blog-page .single-content h4 {
  color: #3A3A3C;
  margin: 2rem 0 1rem;
  font-size: 3.4rem;
  line-height: 1.2352941176;
  font-weight: 500;
}
.single-blog-page .single-content p {
  margin-bottom: 1.2rem;
}
.single-blog-page .single-content ul {
  margin-bottom: 1.2rem;
  padding-left: 2rem;
}
.single-blog-page .single-share-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  border-top: 1px solid #e1e1e1;
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .single-blog-page .single-share-row {
    flex-direction: column;
  }
}
.single-blog-page .single-share-row .share-left, .single-blog-page .single-share-row .share-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-blog-page .single-share-row .share-left > span, .single-blog-page .single-share-row .share-right > span {
  font-size: 2.1rem;
  line-height: 1.2380952381;
  color: #3A3A3C;
  font-weight: 500;
}
.single-blog-page .single-share-row .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.single-blog-page .single-share-row .tag-list a {
  padding: 0.35rem 0.8rem;
  border: 1px solid #524B48;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #524B48;
}
.single-blog-page .single-share-row .tag-list a:hover {
  background-color: #DEB300;
  border-color: #DEB300;
  color: #FFFFFF;
  text-decoration: none;
}
.single-blog-page .single-share-row .share-right a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #524B48;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #524B48;
}
.single-blog-page .single-nav {
  border-top: 1px solid #e1e1e1;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.single-blog-page .single-nav .nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #524B48;
  border-radius: 16px;
  padding: 0.9rem 2rem 0.9rem 2rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #524B48;
  font-weight: 600;
}
.single-blog-page .single-nav .nav-btn:hover {
  text-decoration: none;
}
.single-blog-page .single-sidebar .sidebar-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.4rem;
}
.single-blog-page .single-sidebar .read-more {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #252525;
  font-weight: 600;
}
.single-blog-page .single-sidebar .read-more:hover {
  color: #DEB300;
  text-decoration: none;
}
.single-blog-page .single-sidebar select {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #524B48;
}
.single-blog-page .single-sidebar .trending-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.single-blog-page .single-sidebar .trending-item .trending-image {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.single-blog-page .single-sidebar .trending-item .trending-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog-page .single-sidebar .trending-item .trending-info h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.single-blog-page .single-sidebar .trending-item .trending-info h5 a {
  color: #000000;
  text-decoration: none;
}
.single-blog-page .single-sidebar .trending-item .trending-info .read-more {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
.single-blog-page .single-sidebar .trending-item .trending-info .read-more:hover {
  color: #DEB300;
  text-decoration: none;
}
.single-blog-page .single-sidebar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.single-blog-page .single-sidebar .tag-list a {
  padding: 0.6rem 1rem;
  border: 1px solid #524B48;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #524B48;
}
.single-blog-page .single-sidebar .tag-list a:hover {
  background-color: #DEB300;
  color: #FFFFFF;
  text-decoration: none;
  border-color: #DEB300;
}
.single-blog-page .single-related {
  border-top: 1px solid #e1e1e1;
  padding-top: 4rem;
}
.single-blog-page .single-related .related-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1C1C1E;
}
.single-blog-page .single-related .blog-card .blog-card__image {
  display: block;
  position: relative;
  padding-top: 56.9105691057%;
  overflow: hidden;
}
.single-blog-page .single-related .blog-card .blog-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog-page .single-related .blog-card .blog-card__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.single-blog-page .single-related .blog-card .blog-card__title a {
  color: #1C211E;
}
.single-blog-page .single-related .blog-card .blog-card__title a:hover {
  text-decoration: none;
}
.single-blog-page .single-related .blog-card .blog-card__excerpt {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #636366;
  font-weight: 400;
}
.single-blog-page .single-related .blog-card .read-more {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #252525;
  font-weight: 600;
}
.single-blog-page .single-related .blog-card .read-more *:hover {
  color: #DEB300;
  text-decoration: none;
}

.section-e-brochure-template .brochure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.8rem 1.2rem;
}
@media (max-width: 991.98px) {
  .section-e-brochure-template .brochure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
  }
}
.section-e-brochure-template .brochure-card {
  text-align: center;
}
.section-e-brochure-template .brochure-card .brochure-image {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.section-e-brochure-template .brochure-card .brochure-image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.section-e-brochure-template .brochure-card .brochure-image:hover img {
  transform: scale(1.04);
}
.section-e-brochure-template .brochure-card .brochure-title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.section-e-brochure-template .brochure-card .brochure-title a {
  color: #524B48;
}
.section-e-brochure-template .brochure-card .brochure-title a:hover {
  text-decoration: none;
}
.section-e-brochure-template .e-brochure-pagination .page-item {
  margin: 0 0.2rem;
}
.section-e-brochure-template .e-brochure-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  color: #444b4b;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
.section-e-brochure-template .e-brochure-pagination .page-numbers.current {
  background: #DEB300;
  border-color: #DEB300;
  color: #fff;
}

.section-e-brochure-hero {
  background: #f3f3f3;
  padding: 7rem 0 4rem;
}
.section-e-brochure-hero .hero-inner {
  text-align: center;
}
.section-e-brochure-hero .hero-title {
  font-size: 3.9rem;
  line-height: 1.1538461538;
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
.section-e-brochure-hero .hero-breadcrumb {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #757575;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  gap: 0.9rem;
}
.section-e-brochure-hero .hero-breadcrumb a {
  color: #252525;
}
.section-e-brochure-hero .hero-breadcrumb a:hover {
  color: #DEB300;
}
.section-e-brochure-hero .hero-breadcrumb .sep {
  line-height: 1;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 999;
  bottom: 75px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: inline-block;
  color: #fff !important;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background: #DEB300;
}

.section-editor .editor-content h2, .section-editor .editor-content h3, .section-editor .editor-content h4 {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2rem;
}
.section-editor .editor-content p {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.section-editor .editor-content a {
  color: #DEB300;
}

.add-fix-top.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*--------------------------------------------------------------
# Woocommerce 
--------------------------------------------------------------*/
.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-info {
  background-color: #f1f3f3;
  border-top-color: #DEB300;
  color: #505050;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-info::before {
  color: #505050;
}
.woocommerce .woocommerce-info a {
  font-size: 2rem;
  line-height: 1.2;
  color: #DEB300;
}
.woocommerce .woocommerce-error {
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #f1f3f3;
  border-top-color: #b81c23;
  color: #505050;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error a {
  color: #DEB300;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #505050;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
  outline: none;
}
.woocommerce .return-to-shop .button {
  font-family: "Poppins";
  font-size: 2rem;
  line-height: 1.2;
  color: #FFF;
  background: #DEB300;
  padding: 1rem 2rem 1rem 2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.woocommerce .return-to-shop .button:hover {
  text-decoration: none;
  color: #FFF;
  background: #DEB300;
}
.woocommerce .woocommerce-message {
  background-color: #f1f3f3;
  border-top-color: #DEB300;
  color: #505050;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-message::before {
  color: #505050;
}
.woocommerce .woocommerce-message:focus-visible {
  outline: none;
}
.woocommerce .woocommerce-message a.button {
  font-family: "Poppins";
  font-size: 2rem;
  line-height: 1.2;
  color: #FFF;
  background: #DEB300;
  padding: 1rem 2rem 1rem 2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.woocommerce .woocommerce-message a.button:hover {
  text-decoration: none;
  color: #FFF;
}
.woocommerce .woocommerce-message .restore-item {
  color: #FFFFFF;
}
.woocommerce .woocommerce-breadcrumb {
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 0;
}
.woocommerce .woocommerce-breadcrumb a {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #000000;
}
.woocommerce a {
  text-decoration: none;
}
.woocommerce .quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 1.6rem 1.6rem;
  width: fit-content;
  margin-right: 2rem !important;
}
.woocommerce .quantity .qty {
  padding: 0;
  margin-bottom: 0;
  color: #030303;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 400;
  border: none;
  text-align: center;
  width: 4rem;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity button {
  color: #BCBCBC;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  background-color: transparent;
  border: 0;
}

.woocommerce table.account-orders-table {
  border: none;
}
.woocommerce table.account-orders-table th {
  text-align: left;
  background-color: transparent;
  padding: 0.5rem 0rem 0.5rem 0rem;
  font-weight: 700;
  font-family: "Poppins";
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.woocommerce table.account-orders-table th.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
.woocommerce table.account-orders-table td {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 1rem 0rem 1rem 0rem;
  text-align: left;
}
.woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce table.account-orders-table a.button {
  display: inline-block;
  border-radius: 0;
  padding: 0.6rem 1rem 0.6rem 1rem;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.woocommerce .order_details tr.payment_method {
  display: none;
}
.woocommerce .order_details td.product-total {
  text-align: right;
}
.woocommerce .order_details tr.order_total {
  background-color: #6d747d;
  color: #fff;
}
.woocommerce .view-order-title {
  font-weight: 500;
  font-family: "Poppins";
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.shop-hero-banner__item {
  position: relative;
  min-height: 12rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14rem 0 5rem;
}
.shop-hero-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: 3.9rem;
  line-height: 1.1538461538;
  font-weight: 500;
}

#layout-product .product-content .product-item {
  margin-bottom: 10rem;
}
#layout-product .section-info .info .desc {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Poppins";
  color: #ffffff;
}

.product-item .product-inner {
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-item .product-inner .product-image .yith-wcwl-add-to-wishlist-button {
  left: inherit;
  right: 1rem;
  top: 3rem;
  margin: 0;
  padding: 0.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .product-inner .product-image .yith-wcwl-add-to-wishlist-button svg {
  width: 1.8rem;
  height: 1.8rem;
}
.product-item .product-inner .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #FAF9F7;
}
.product-item .product-inner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.product-item .product-inner .image .product-image-secondary {
  opacity: 0;
  visibility: hidden;
}
.product-item .product-inner .image .product-hover-cart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.3019607843);
}
.product-item .product-inner .image .product-hover-cart .button {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Poppins";
  padding: 0;
  margin: 0;
}
.product-item .product-inner .image .product-hover-cart .button:hover {
  color: #DEB300;
  background: transparent;
}
.product-item .product-inner .image .product-hover-cart .added_to_cart.wc-forward {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.product-item .product-inner .image .product-hover-cart .added_to_cart.wc-forward:hover {
  color: #fff;
  background: transparent;
  opacity: 0.9;
}
.product-item .product-inner .image .onsale {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #ff4d42;
  background-color: #fff;
  border: 1px solid #ff4d42;
  border-radius: 99.9rem;
  min-width: inherit;
  min-height: inherit;
  padding: 0.8rem 1.4rem;
  left: 12.5rem;
  top: 2rem;
  margin: 0;
}
.product-item .product-inner .image .product-preorder {
  position: absolute;
  left: 1rem;
  top: 2rem;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #28be57;
  background-color: #fff;
  border: 1px solid #7ee39d;
  border-radius: 99.9rem;
  padding: 0.8rem 1.4rem;
}
.product-item .product-inner:hover .image .product-image-primary {
  opacity: 0;
  visibility: hidden;
}
.product-item .product-inner:hover .image .product-image-secondary {
  opacity: 1;
  visibility: visible;
}
.product-item .product-inner:hover .image .product-hover-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-item .product-inner .product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.product-item .product-inner .product-info .title-product .woocommerce-loop-product__title {
  color: #3A3A3C;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 400;
}
.product-item .product-inner .product-info .category-name {
  color: #DEB300;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
}
.product-item .product-inner .product-info .category-name a {
  color: #DEB300;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
}
.product-item .product-inner .product-info .wrap-item .atome-installment {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  color: #636366;
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.product-item .product-inner .product-info .wrap-item .atome-installment__text strong {
  color: #252525;
  font-weight: 600;
}
.product-item .product-inner .product-info .wrap-item .atome-installment__logo {
  width: auto;
  height: 2.4rem;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.product-item .product-inner .product-info .wrap-item .desc {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price {
  color: #636366;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price bdi {
  font-weight: 600;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price ins {
  text-decoration: none;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price del {
  color: #8E8E93;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin-top: 0.5rem;
  font-weight: 400;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price del bdi {
  font-weight: 400;
}

.woocommerce #layout-product .content-top {
  padding-bottom: 2rem;
}
.woocommerce #layout-product .sidebar-left .btn-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.woocommerce #layout-product .sidebar-left .btn-filter .bapf_button {
  text-transform: capitalize;
  padding: 2.4rem 2.4rem !important;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters {
  background-color: transparent;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-title {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider label {
  margin-bottom: 0;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider .price-slider-min, .woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider .price-slider-max {
  width: 8rem;
  height: 4rem;
  padding: 1rem;
  border: 1px solid #9AA6AC;
  border-radius: 8px;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-items [type=checkbox] {
  position: static;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul {
  padding-left: 0;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li {
  margin-bottom: 1rem !important;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input {
  border-color: #DEB300;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input[type=checkbox]:checked {
  background: #DEB300;
  background-clip: content-box;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input[type=checkbox] {
  position: static;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input[type=checkbox]:checked:before {
  top: 9px;
}
.woocommerce #layout-product .sidebar-left .bapf_ckbox_square input[type=checkbox] {
  position: inherit;
  left: inherit;
}
.woocommerce #layout-product .sidebar-left .divi_checkbox_class .divi_checkbox_class_item input[type=checkbox] {
  left: inherit;
}
.woocommerce #layout-product .sidebar-left .bapf_head h3 {
  color: #1C1C1E;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  border-bottom: 0;
  padding-bottom: 0;
}
.woocommerce #layout-product .sidebar-left .bapf_body label {
  color: #1C1C1E;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 1.8rem;
}
.woocommerce #layout-product .woocommerce-products-header .woocommerce-products-header__title {
  color: #1a957c;
  font-size: 4.9rem;
  line-height: 1.1836734694;
  font-family: "Geist";
  font-weight: 700;
}
.woocommerce #layout-product .top-header-woo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.woocommerce #layout-product .top-header-woo .woocommerce-result-count {
  float: none;
  margin-bottom: 0;
  color: #1C1C1E;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.woocommerce #layout-product .top-header-woo .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}
.woocommerce #layout-product .top-header-woo .woocommerce-ordering select {
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  padding: 0.8rem 1rem;
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.woocommerce #layout-product .woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce #layout-product .woocommerce-pagination ul {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.woocommerce #layout-product .woocommerce-pagination ul li {
  border: 0;
  float: inherit;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  color: #010101;
  border: 1.2px solid #EEE;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  width: 4.4rem;
  height: 4.6rem;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers.current {
  color: #FFF;
  background-color: #DEB300;
  border-color: #DEB300;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.single-product.woocommerce .single-hover-cart-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  pointer-events: none;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 2rem 2rem;
}
.single-product.woocommerce .single-hover-cart-wrap.is-fixed {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 1.2rem;
  width: 100%;
  max-width: 100%;
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.12);
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
  flex: 1;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__thumb {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__meta {
  min-width: 0;
  margin-left: 5rem;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__title {
  margin: 0;
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__price-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.2rem;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9.9rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__badge--sale {
  color: #ff4d42;
  background: #fff;
  border: 1px solid #ffb3ad;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__badge--preorder {
  color: #27b854;
  background: #fff;
  border: 1px solid #a6e7bb;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__price {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #111;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__price-current {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #141414;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__price-old {
  color: #9d9da5;
  text-decoration: line-through;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 400;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__atome {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #636366;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  text-transform: uppercase;
  margin-top: 1rem;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__atome img {
  width: auto;
  height: 1.2rem;
  object-fit: contain;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__action-link:hover {
  text-decoration: none;
  color: #deb300;
}
.single-product.woocommerce .single-hover-cart-wrap .single-hover-cart__cart-btn {
  border-radius: 10px;
  min-width: 16.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .single-product.woocommerce .single-hover-cart-wrap.is-fixed {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 0 1.2rem;
  }
}
.single-product.woocommerce div.product div.images,
.single-product.woocommerce #content div.product div.images,
.single-product.woocommerce div.product div.summary,
.single-product.woocommerce #content div.product div.summary {
  float: none;
  width: 100%;
  text-align: left;
}
.single-product.woocommerce .product-detail .label {
  background-color: transparent;
  padding-left: 0;
}
.single-product.woocommerce .product-detail .label::before {
  display: none;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner {
  position: relative;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-slide .vbox-item {
  position: relative;
  padding-top: 120%;
  display: block;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-slide .vbox-item {
    padding-top: 100%;
  }
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-slide .vbox-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-current img {
  border: 2px solid #DEB300;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide {
  display: block;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide {
    margin: 1rem;
  }
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li.slick-active button::before {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li button::before {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #d1d1d6 !important;
  border-radius: 50%;
  content: "";
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .iconic-woothumbs-images__slide {
  background-color: #000000;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .iconic-woothumbs-images__slide img {
  width: auto;
  margin: 0 auto !important;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #d1d1d6 !important;
}
.single-product.woocommerce .product-detail .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
}
.single-product.woocommerce div.product .product_title {
  font-weight: 500;
  font-size: 3.9rem;
  line-height: 1.1794871795;
  color: #1C1C1E;
}
.single-product.woocommerce div.product .product-detail_info {
  margin-bottom: 0;
}
.single-product.woocommerce div.product .product-detail_info .btn-wrap .btn-main, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .button, .single-product.woocommerce form.cart div.product .product-detail_info .btn-wrap .button, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button div.product .product-detail_info .btn-wrap .add_to_wishlist, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button div.product .product-detail_info .btn-wrap .delete_item, .single-product.woocommerce div.product .product-detail_info .btn-wrap .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .btn-wrap .add_to_wishlist, .single-product.woocommerce div.product .product-detail_info .btn-wrap .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .btn-wrap .delete_item, .single-product.woocommerce div.product .product-detail_info .btn-wrap .single-hover-cart-wrap .single-hover-cart__cart-btn, .single-product.woocommerce .single-hover-cart-wrap div.product .product-detail_info .btn-wrap .single-hover-cart__cart-btn {
  padding: 1.6rem 2rem;
}
.single-product.woocommerce div.product .product-detail_info .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  color: #252525;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
.single-product.woocommerce div.product .product-detail_info {
  /* Wishlist (YITH) + Share row — markup from inc/woocommerce-custom.php */
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-add-to-wishlist-button-block {
  margin: 0;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg {
  margin-right: 0;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  color: #141e2a;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .goldheart-product-share-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #252525;
  font-family: "Poppins";
  text-decoration: none;
  transition: color 0.2s ease;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .goldheart-product-share-link:hover {
  color: #141414;
}
.single-product.woocommerce div.product .product-detail_info .product-detail__wishlist-share .goldheart-product-share-link i {
  font-size: 1em;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom {
  padding: 1.6rem;
  background-color: #f1f3f3;
  margin-bottom: 2rem;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item:last-child {
  margin-bottom: 0;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .icon {
  flex-shrink: 0;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .icon img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap .text {
  color: #141e2a;
  font-weight: 700;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap .desc {
  color: #141e2a;
  font-weight: 400;
}
.single-product.woocommerce div.product .product-detail_info .price {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  padding: 0;
}
.single-product.woocommerce div.product .product-detail_info .price ins {
  text-decoration: none;
  font-weight: 500;
}
.single-product.woocommerce div.product .product-detail_info .price del {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #CFCFCF;
  font-weight: 400;
}
.single-product.woocommerce div.product .product-detail_info .product_meta {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-product.woocommerce div.product .product-detail_info .product_meta a {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-family: "Poppins";
  color: #DEB300;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1rem;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating::before {
  color: #fc0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating span::before {
  color: #fc0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #28292a;
}
.single-product.woocommerce form.cart .label-quantity {
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
  color: #141e2a;
  font-family: "Poppins";
  margin-bottom: 1rem;
}
.single-product.woocommerce form.cart {
  position: relative;
}
.single-product.woocommerce form.cart .yith-add-to-wishlist-button-block {
  padding: 1.6rem;
  border-radius: 16px;
  background-color: #f1f3f3;
  margin: 0;
}
.single-product.woocommerce form.cart .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg {
  margin-right: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  color: #141e2a;
}
.single-product.woocommerce form.cart.variations_form {
  display: block;
  margin-top: 0;
}
.single-product.woocommerce form.cart.variations_form .variations {
  padding: 1.6rem 0;
  display: block;
}
.single-product.woocommerce form.cart.variations_form .variations tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.single-product.woocommerce form.cart.variations_form .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce form.cart .label label {
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
  color: #141e2a;
  font-family: "Poppins";
  margin-bottom: 1rem;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer {
  margin: 1rem 0;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer .wcpa_field_label {
  color: #010101;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer label {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer input {
  border: 1px solid #DEB300;
  padding: 2rem 1.6rem;
  background-color: #fff;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #757575;
}
.single-product.woocommerce form.cart .quantity {
  float: none !important;
}
.single-product.woocommerce form.cart .button {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  border-radius: 8px !important;
  padding: 1.6rem !important;
  float: none !important;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
  text-transform: uppercase;
}
.single-product.woocommerce form.cart .button:hover {
  background-color: #DEB300;
}
.single-product.woocommerce form.cart .variations {
  margin-bottom: 0 !important;
}
.single-product.woocommerce form.cart .variations .reset_variations {
  color: #29384c;
  font-weight: 500;
  position: absolute;
}
.single-product.woocommerce form.cart .variations tr {
  margin-bottom: 2rem;
  display: block;
}
.single-product.woocommerce form.cart .variations tr:last-child {
  margin-bottom: 0;
}
.single-product.woocommerce form.cart .variations label {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500 !important;
  color: #010101;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.single-product.woocommerce form.cart .variations select {
  background-color: transparent !important;
  border-color: #E3E3E3;
  color: #524B48;
  margin: 0;
  font-family: "Poppins";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  outline: none;
  border-radius: 0;
  padding: 1.2rem 1.6rem;
  min-width: inherit !important;
}
.single-product.woocommerce form.cart .variations select option {
  color: #524B48;
  font-family: "Poppins";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.single-product.woocommerce .single_variation_wrap {
  margin-top: 1.5rem;
}
.single-product.woocommerce .single_variation_wrap .quantity {
  float: none;
}
.single-product.woocommerce .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 1rem;
}
.single-product.woocommerce .single_variation_wrap .button {
  float: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  background-color: transparent;
  padding: 1.5rem 0;
  box-shadow: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button:focus {
  outline: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button:not(.collapsed)::after::after {
  filter: grayscale(100%);
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-item {
  border: 0;
  border-top: 1px solid #E0E0E0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-item .accordion-body {
  padding: 2rem 0;
  color: #010101;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs {
  padding-left: 0 !important;
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
  margin-bottom: 3.2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs::after {
  display: none !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs::before {
  display: none !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li {
  border: 1px solid #DEB300;
  padding: 1.6rem 1.2rem;
  border-radius: 8px;
  position: relative;
  margin: 0;
  background-color: transparent;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li::before {
  display: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li a {
  color: #DEB300;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Geist";
  font-weight: 400;
  padding: 0;
  display: block;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li:hover {
  background-color: #DEB300;
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li:hover a {
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active {
  background-color: #DEB300;
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active a {
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active::after {
  display: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel {
  color: #434343;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  color: #DEB300;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-family: "Geist";
  margin-bottom: 1.5rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel ol li {
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 2rem;
  color: #505050;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 700;
  font-family: "Poppins";
  margin-bottom: 1rem;
  background-color: #f1f3f3;
  border-left: 2px solid #DEB300;
  padding: 0.8rem 1.6rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .title {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  font-family: "Poppins";
  letter-spacing: 0.032rem;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating {
  float: none;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating::before {
  color: #fc0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating span::before {
  color: #fc0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
  padding: 2rem 3rem !important;
  border: 0.5px solid rgba(97, 95, 95, 0.5) !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .text {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a::before {
  color: #28292a;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-comment label {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea {
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-author {
  float: left;
  width: 48%;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-author input {
  width: 100%;
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-email {
  float: right;
  width: 48%;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-email input {
  width: 100%;
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent {
  clear: both;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent input[type=checkbox] {
  position: inherit;
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent label {
  margin-bottom: 0;
  color: rgba(40, 41, 42, 0.7);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .form-submit {
  clear: both;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .form-submit .submit {
  background-color: #DEB300 !important;
  padding: 1rem 2rem !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 1.6rem;
  line-height: 1.1875;
  border-radius: 16 !important;
  font-weight: 400 !important;
}
.single-product.woocommerce .content-product_detail .related-products {
  background-color: #ffffff;
}
.single-product.woocommerce .content-product_detail .related-products .info .title {
  color: #1C1C1E;
  font-size: 2.5rem;
  line-height: 1.56;
  font-weight: 500;
}
.single-product.woocommerce .content-product_detail .related-products .info .btn-wrap {
  text-align: right;
}
.single-product.woocommerce .content-product_detail .related-products .info .btn-wrap .btn-text {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-family: "Poppins";
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .content-product_detail .related-products .product-item {
    margin-bottom: 5rem;
  }
}
.single-product.woocommerce .content-product_detail .related-products .product-item .product-inner .product-image .box-image {
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__head {
  text-align: center;
  margin-bottom: 1.8rem;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__title {
  margin: 0;
  color: #1C1C1E;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__slider-wrap {
  position: relative;
  padding: 0 3.2rem;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__slider-wrap {
    padding: 0;
  }
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__arrow {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  color: #1d1d1f;
  background: #fff;
  margin-top: -3.6rem;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__arrow::after {
  font-size: 1.2rem;
  font-weight: 700;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__arrow--prev {
  left: 0;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco__arrow--next {
  right: 0;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco .product-item {
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .single-product-recommendations .single-product-reco .product-item .product-inner .product-image .image {
  background: #faf9f7;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead th {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  padding: 1.4rem 2rem 1.4rem 2rem;
}
.woocommerce table.shop_table thead th:first-child {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr {
    border-bottom: 0;
  }
}
.woocommerce table.shop_table tbody tr td {
  padding: 2rem 2rem 2rem 2rem;
  border-color: #EDEDED;
  color: #141e2a;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "Poppins";
  font-weight: 400;
}
.woocommerce table.shop_table tbody tr td:first-child {
  padding-left: 0;
}
.woocommerce table.shop_table tbody tr td a {
  color: #1c1c1e;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-thumbnail {
    display: block !important;
    text-align: center !important;
  }
  .woocommerce table.shop_table tbody tr td.product-thumbnail::before {
    display: none;
  }
}
.woocommerce table.shop_table tbody tr td.product-thumbnail img {
  width: 10rem;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-thumbnail img {
    width: 100%;
  }
}
.woocommerce table.shop_table tbody tr td.product-price bdi {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
  font-weight: 400;
  font-family: "Poppins";
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
    justify-content: flex-end;
    margin: 0 auto;
  }
}
.woocommerce table.shop_table tbody tr td.product-subtotal bdi {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
  font-weight: 400;
  font-family: "Poppins";
}
.woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table td.product-name a {
  color: #010101;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.woocommerce table.shop_table td.product-name .variation dt {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-name .variation dd {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-name .variation dd p {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-remove a.remove {
  display: inline-block;
  color: #000000 !important;
  font-size: 2.5rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  opacity: 1;
}
.woocommerce table.shop_table td.product-remove a.remove:hover {
  opacity: 1;
  background-color: transparent;
}
.woocommerce table.shop_table td .actions {
  display: flex;
  gap: 3rem;
  padding: 1rem 0;
  text-align: left !important;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table td .actions {
    flex-wrap: wrap;
  }
}
.woocommerce table.shop_table td .actions .coupon {
  padding: 0 !important;
  background-color: transparent;
  border-radius: 10px;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  float: none !important;
  width: fit-content;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table td .actions .coupon {
    margin-bottom: 2rem;
  }
}
.woocommerce table.shop_table td .actions .coupon .coupon-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.woocommerce table.shop_table td .actions .coupon .label-coupon {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  display: none;
}
.woocommerce table.shop_table td .actions #coupon_code {
  background-color: #FFF;
  padding: 2rem 1.6rem;
  width: 100%;
  color: #1A1A1A;
  border-radius: 12px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
}
.woocommerce table.shop_table td .actions #coupon_code:focus {
  outline: none;
}
.woocommerce table.shop_table td .actions button.button,
.woocommerce table.shop_table td .actions a {
  text-transform: capitalize;
  border: 0;
  background-color: #DEB300 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  padding-left: 2rem;
}
.woocommerce table.shop_table td .actions button.button img,
.woocommerce table.shop_table td .actions a img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex-shrink: 0;
}
.woocommerce table.shop_table td .actions button[name=update_cart] {
  background-color: transparent !important;
  color: #010101 !important;
  display: flex !important;
  gap: 1rem;
  align-items: center;
}
.woocommerce .notification-cart {
  color: #DEB300;
  background-color: #d2ecf1;
  padding: 1rem 2rem 1rem 2rem;
  display: block;
  margin-bottom: 1.5rem;
}
.woocommerce .notification-cart a {
  text-decoration: underline;
  color: #DEB300;
}
.woocommerce .woocommerce table.cart td,
.woocommerce .woocommerce table.cart th,
.woocommerce .woocommerce-checkout table.cart td,
.woocommerce .woocommerce-checkout table.cart th {
  vertical-align: middle;
  padding: 15px 30px;
}
.woocommerce .coupon input#coupon_code,
.woocommerce input.point_code {
  width: auto !important;
  border: 1px solid #d1d1d6;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Poppins";
  font-weight: 400;
  color: #8e8e93;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #ffffff;
}
.woocommerce .cart-section .heading {
  color: #1c1c1e;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins";
}
.woocommerce .cart-section .info .desc {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #051302;
}
.woocommerce .cart-section .content-left {
  margin-bottom: 4rem;
}
.woocommerce .cart-section .content-left .box-bottom {
  border: 1px solid #e5e5ea;
  border-top: 0;
  padding: 2rem;
}
.woocommerce .cart-collaterals {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 20px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  text-align: left;
}
.woocommerce .cart_totals h2 {
  color: #252525;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.woocommerce .cart_totals table.shop_table {
  border: 0;
}
.woocommerce .cart_totals table.shop_table tr th {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
  padding: 2rem 0rem 2rem 0rem;
  border-color: #E3E3E3;
}
.woocommerce .cart_totals table.shop_table tr td {
  padding: 2rem 0rem 2rem 0rem;
  text-align: right;
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
  border-color: #E3E3E3;
}
.woocommerce .cart_totals table.shop_table tr td .amount {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
}
.woocommerce .cart_totals table.shop_table tr td bdi {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  float: none;
  clear: both;
  opacity: 1;
  margin-bottom: 2rem;
  border: 0;
  background-color: #DEB300 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce [type=radio]:checked,
.woocommerce [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.woocommerce [type=radio]:checked + label,
.woocommerce [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=radio]:checked + label:before,
.woocommerce [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}
.woocommerce [type=radio]:checked + label:after,
.woocommerce [type=radio]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #DEB300;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.woocommerce [type=radio]:checked + label:after {
  opacity: 1;
}
.woocommerce [type=radio]:checked + span,
.woocommerce [type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=radio]:checked + span:before,
.woocommerce [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}
.woocommerce [type=radio]:checked + span:after,
.woocommerce [type=radio]:not(:checked) + span:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #DEB300;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=radio]:not(:checked) + span:after {
  opacity: 0;
}
.woocommerce [type=radio]:checked + span:after {
  opacity: 1;
}
.woocommerce [type=checkbox]:checked,
.woocommerce [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.woocommerce [type=checkbox]:checked + span,
.woocommerce [type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=checkbox]:checked + span:before,
.woocommerce [type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DEB300;
  background: #ffffff;
}
.woocommerce [type=checkbox]:checked + span:after,
.woocommerce [type=checkbox]:not(:checked) + span:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #DEB300;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
.woocommerce [type=checkbox]:checked + span:after {
  opacity: 1;
}
.woocommerce .page-checkout .woocommerce-checkout .content-right {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 20px;
}
.woocommerce .page-checkout .title-item {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.woocommerce .page-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce .page-checkout .woocommerce-form-login p {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-checkout .woocommerce-form-login .lost_password a {
  color: #1a957c;
}
.woocommerce .page-checkout .woocommerce-form-login .button {
  background-color: #DEB300 !important;
}
.woocommerce .page-checkout .woocommerce-form-coupon p {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-checkout .woocommerce-form-coupon .button {
  background-color: #DEB300 !important;
}
@media (max-width: 991.98px) {
  .woocommerce .page-checkout .box-content .select2 {
    z-index: 9 !important;
  }
}
.woocommerce .page-checkout .woocommerce-additional-fields {
  margin-bottom: 2rem;
}
.woocommerce .page-checkout .woocommerce-billing-fields {
  margin-bottom: 2rem;
}
.woocommerce .page-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first {
  width: 49%;
}
.woocommerce .page-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 49%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child {
  padding-left: 2rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid #d1d1d6;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .text-name {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .count {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
  padding-right: 2rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th {
  padding: 2rem 1.8rem 2rem 1.8rem;
  border-top: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th.product-info {
  display: flex;
  gap: 1rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Geist";
  color: #010101;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-name .product-quantity {
  font-weight: 400;
  font-family: "Poppins";
  color: #010101;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-thumb .image {
  width: 6rem;
  height: 6rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-thumb img {
  width: 100%;
  height: 6rem;
  object-fit: cover;
  border-radius: 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dt {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dd {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dd p {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
  padding: 2rem 1.8rem 2rem 1.8rem;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  font-family: "Poppins";
  color: #1c1c1e;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price {
  text-align: right !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dt {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dd {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dd p {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Poppins";
  color: #1A1A1A;
  text-align: left;
  display: block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price bdi {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Poppins";
  color: #1A1A1A;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Poppins";
  color: #1A1A1A;
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th a {
  color: #1A1A1A;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  font-family: "Poppins";
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 2rem 1.8rem 2rem 1.8rem;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Poppins";
  color: #1A1A1A;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .amount {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400 !important;
  color: #1A1A1A;
  font-family: "Poppins";
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  display: block;
  color: #1c1c1e;
  text-transform: capitalize;
  font-family: "Poppins";
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .woocommerce-shipping-method-fields ul li {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-shipping-method-fields ul li label,
.woocommerce #ship-to-different-address span {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Poppins";
  font-weight: normal;
  color: #051302;
  margin-left: 10px;
}
.woocommerce .woocommerce-additional-fields label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Poppins";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.woocommerce #customer_details .form-row {
  display: block;
  margin: 0 0 15px 0;
}
.woocommerce #customer_details .form-row-wide {
  clear: both;
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce .woocommerce-shipping-fields__field-wrapper label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.woocommerce form .form-row label {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.woocommerce form .form-row .input-text {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.woocommerce form .form-row .input-text:focus {
  outline: none;
  border-color: #DEB300;
}
.woocommerce form .form-row .input-text::placeholder {
  color: #757575;
}
.woocommerce form .form-row .select2-container {
  z-index: 95;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  background-color: transparent;
}
.woocommerce form .form-row .select2-container .select2-selection__rendered {
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  padding: 0.8rem 0;
  background-color: transparent;
}
.woocommerce form .form-row .select2-container .select2-selection__rendered:focus {
  outline: none;
  border-color: #DEB300;
}
.woocommerce form .form-row textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.woocommerce form .form-row textarea:focus {
  outline: none;
  border-color: #DEB300;
}
.woocommerce form .form-row textarea::placeholder {
  color: #757575;
}
.woocommerce form .form-row .btn-wrap {
  margin-top: 1.5rem;
}
.woocommerce form .form-row .btn-wrap .btn {
  background-color: #f9d235;
  color: #1d1d1b;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-bottom: 0;
  padding: 0.5rem 2rem;
}
.woocommerce .form-row-first {
  float: none;
}
.woocommerce .form-row-last {
  float: none;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after {
  clear: both;
  content: " ";
  display: table;
}
.woocommerce .woocommerce-checkout .cart-collaterals {
  margin: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-cart-form__cart-item .p-row img {
  width: 100px;
}
.woocommerce .woocommerce-checkout .cart_totals table {
  border: 0;
}
.woocommerce .woocommerce-checkout tr p,
.woocommerce .woocommerce-checkout tr span.woocommerce-terms-and-conditions-checkbox-text {
  margin: 0;
  font-size: 18px;
}
.woocommerce .description-payment {
  margin: 10px 0 0 0;
  background: none;
  padding: 0 0 0 28px;
  color: #000;
  font-size: 16px;
}
.woocommerce .description-payment p {
  margin: 0;
}
.woocommerce #payment {
  background: transparent;
  border-radius: 0;
  padding: 2rem 0;
}
.woocommerce #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce #payment ul.payment_methods li [type=radio]:checked + label:before,
.woocommerce #payment ul.payment_methods li [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #DEB300;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.woocommerce #payment ul.payment_methods li [type=radio]:checked + label:after,
.woocommerce #payment ul.payment_methods li [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5.5px;
  left: 3px;
  border: 0;
  display: block;
  background-color: #DEB300;
  border-width: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.woocommerce #payment ul.payment_methods li label {
  color: #010101;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  font-family: "Poppins";
}
.woocommerce #payment div.payment_box {
  margin: 0;
  background: none;
  padding: 1rem 3rem;
  color: #1A1A1A;
  background-color: transparent;
}
.woocommerce #payment div.payment_box p {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.woocommerce #payment div.payment_box::before {
  display: none;
}
.woocommerce #order_review #payment {
  padding: 2rem 0;
}
.woocommerce #order_review #payment div.form-row {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1c1c1e;
  font-weight: normal;
  font-family: "Poppins";
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text a {
  color: #DEB300;
  text-decoration: underline;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .required {
  display: none;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding: 1.5rem 0rem 1.5rem 0rem;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1A1A1A;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #DEB300;
  text-decoration: none;
}
.woocommerce .product-qty {
  display: block;
  opacity: 0.5;
}
.woocommerce #place_order {
  width: 100%;
  float: none;
  clear: both;
  opacity: 1;
  margin-bottom: 0;
  background-color: #DEB300 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}

.select2-container--default {
  font-family: "Poppins";
  font-weight: 400;
}
.select2-container--default .select2-selection--single {
  height: auto;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #eaedf2;
  padding: 1rem 2rem 1rem 2rem;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 45%;
  right: 0.8rem;
  height: 8px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-thankyou .content-top {
  background-color: #e8ca4d;
  border-radius: 32px;
  padding: 5rem 10rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .page-thankyou .content-top {
    padding: 3em;
  }
}
.page-thankyou .content-top .title {
  color: #ffffff;
  font-size: 3.9rem;
  line-height: 1.1794871795;
}
.page-thankyou .content-top .desc {
  color: #fff;
}
.page-thankyou .content-top .btn-main, .page-thankyou .content-top .woocommerce .page-checkout .woocommerce-form-login .button, .woocommerce .page-checkout .woocommerce-form-login .page-thankyou .content-top .button, .page-thankyou .content-top .woocommerce .page-checkout .woocommerce-form-coupon .button, .woocommerce .page-checkout .woocommerce-form-coupon .page-thankyou .content-top .button, .page-thankyou .content-top .woocommerce #place_order, .woocommerce .page-thankyou .content-top #place_order {
  background-color: #FFF;
  color: #010101;
}
.page-thankyou .inner-box {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 32px;
}
.page-thankyou .inner-box .woocommerce-customer-details address {
  padding: 0;
  border: 0;
}
.page-thankyou .title-item {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.page-thankyou .order_info {
  padding-left: 0;
  margin-bottom: 4rem;
}
.page-thankyou .order_info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #ededed;
  list-style-type: none;
}
.page-thankyou .order_info li:last-child {
  border-bottom: 0;
}
.page-thankyou .woocommerce-order-details thead th:last-child {
  text-align: right;
  padding-right: 0;
}
.page-thankyou .woocommerce-order-details tbody tr td {
  padding-right: 0 !important;
}
.page-thankyou .woocommerce-order-details tfoot td {
  text-align: right;
  padding-right: 0;
}
.page-thankyou .woocommerce-order-details tfoot th {
  padding-left: 0;
}

.woocommerce .banner-thankyou {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 0;
}
.woocommerce .page-thankyou .info .text {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.woocommerce .page-thankyou .info .order_info li {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.woocommerce .page-thankyou .info .order_info li strong {
  font-weight: 500;
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details {
  background-color: rgba(255, 255, 255, 0.7019607843);
  border: 0.5px solid #9B9792;
  padding: 3rem;
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .woocommerce .page-thankyou .inner .woocommerce-customer-details {
    flex: 0 0 100%;
  }
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details .woocommerce-column__title {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Poppins";
  font-weight: bold;
  margin-bottom: 1rem;
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 400;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details {
  flex: 0 0 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item .title-section {
  font-weight: 500;
  font-family: "Geist";
  font-size: 2.4rem;
  line-height: 0.9166666667;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item .woocommerce-order-details__title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 500;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table thead th:last-child {
  text-align: right;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table .woocommerce-table__product-name a {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Poppins";
  font-weight: 400;
  color: #051417;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table .woocommerce-table__product-total .amount {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Poppins";
  font-weight: 500;
  color: #051417;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot th {
  color: #131413;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot td {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Poppins";
  font-weight: 600;
  color: #131413;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot td a {
  color: #000000;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce .page-dashboard .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Poppins";
  font-weight: 500;
  color: #DEB300;
}
.woocommerce .page-dashboard #my-account-menu {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li a {
  font-size: 2rem;
  line-height: 1.2;
  color: #010101;
  display: block;
  padding: 1.6rem 1.6rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 12px;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 1rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #DEB300;
  color: #fff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: #f1f3f3;
  color: #DEB300;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content {
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  border-left: 1px dashed #c1c2ad;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content p {
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.5;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content p a {
  color: #DEB300;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-orders-table a {
  color: #DEB300;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details address {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details .title-item {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #DEB300;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .title-item {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #DEB300;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td {
  text-align: left;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address {
  border: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 1.6rem 0.8rem;
  border-left: 2px solid #DEB300;
  background: #f1f3f3;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Poppins";
  color: #1c1c1e;
  font-weight: 500;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a {
  font-family: "Poppins";
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #1c1c1e;
  background: #ffffff;
  border: 1px solid #3a3a3c;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a:hover {
  text-decoration: none;
  background-color: #DEB300;
  color: #fff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address address {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 1rem 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table thead th {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table tbody tr {
  border: 1px solid #e5e5ea;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table tbody tr td {
  border-bottom: 0;
  border-top: 1px solid #e5e5ea;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table a.button {
  background-color: transparent;
  color: #010101;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table th {
  font-size: 1.6rem;
  line-height: 1.5;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table td {
  font-size: 1.6rem;
  line-height: 1.5;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins";
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input:focus {
  outline: none;
  border-color: #DEB300;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input::placeholder {
  color: #757575;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset {
  margin-top: 1.5rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset .form-row {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button {
  margin-top: 2rem;
}

.myaccount-login .title-item {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Poppins";
  font-weight: 500;
  color: #DEB300;
}
.myaccount-login form.woocommerce-form {
  padding: 0;
  border: 0;
}
.myaccount-login label {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
}
.myaccount-login form .form-row .input-text {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #757575;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
  padding: 0.8rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.myaccount-login form .form-row .input-text:focus {
  outline: none;
  border-color: #DEB300;
}
.myaccount-login form .form-row .input-text::placeholder {
  color: #757575;
}
.myaccount-login form .woocommerce-LostPassword a {
  color: #DEB300;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}
.myaccount-login form .btn-main, .myaccount-login form .woocommerce-LoginLink .btn-main, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .myaccount-login form .button, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .myaccount-login form .button, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-Button {
  float: none;
  width: 100%;
}
.myaccount-login form .woocommerce-LoginLink .btn-main, .myaccount-login form .woocommerce-LoginLink .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .myaccount-login form .woocommerce-LoginLink .button, .myaccount-login form .woocommerce-LoginLink .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .myaccount-login form .woocommerce-LoginLink .button, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-LoginLink .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-LoginLink .woocommerce-Button, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-info .woocommerce-LoginLink .button, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-LoginLink .button {
  width: 100%;
  text-align: center;
  float: none;
}
.myaccount-login form .woocommerce-LoginLink .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #010101;
}
.myaccount-login form .woocommerce-LoginLink .text a {
  color: #DEB300;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.5;
}
.myaccount-login form .woocommerce-RegisterLink .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #010101;
}
.myaccount-login form .woocommerce-RegisterLink .text a {
  color: #DEB300;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.5;
}
.myaccount-login form .woocommerce-privacy-policy-text a {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #DEB300;
}

/*--------------------------------------------------------------
# WordPress
------------------------------------- -------------------------*/
.header-top {
  background-color: #DEB300;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .header-top__inner {
    justify-content: center;
    text-align: center;
  }
}
.header-top__message {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .header-top__message {
    flex-basis: 100%;
    order: 1;
  }
}
.header-top__message-text {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.header-top__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  flex: 0 0 auto;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .header-top__actions {
    justify-content: center;
    order: 2;
    width: 100%;
  }
}
.header-top__countdown {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  color: #FFFFFF;
}
.header-top__countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 3.6rem;
}
.header-top__countdown-value {
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.header-top__countdown-label {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
}
.header-top__countdown-sep {
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 500;
  padding-bottom: 2rem;
  opacity: 0.95;
}
.header-top__selects {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header-top__select {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  cursor: default;
  user-select: none;
}
.header-top__select-chevron {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.6rem;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.5rem solid currentColor;
  opacity: 0.95;
}
.header-top__select--currency {
  cursor: pointer;
  user-select: auto;
}
.header-top__select--currency .dd-select {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}
.header-top__select--currency .dd-select label {
  margin-bottom: 0;
  cursor: pointer !important;
}
.header-top__select--currency .dd-select .dd-pointer {
  right: -14px;
}
.header-top__select--currency .dd-select .dd-pointer-up {
  border-bottom: solid 5px #FFF !important;
}
.header-top__select--currency .dd-options .dd-option label {
  font-weight: 500;
}
.header-top__select--currency .woocommerce-currency-switcher-form {
  margin: 0;
}
.header-top__select--currency select.woocommerce-currency-switcher {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #FFFFFF;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 22rem;
  cursor: pointer;
}
.header-top__select--currency .woocommerce-currency-switcher-form .dd-selected {
  color: #FFFFFF;
  font-weight: 400;
  background-color: transparent;
}
.header-top__select--currency .woocommerce-currency-switcher-form a.dd-selected {
  padding: 0;
  line-height: 2.4rem;
}
.header-top__select--currency .woocommerce-currency-switcher-form .dd-pointer {
  border-top-color: #FFFFFF;
}
.header-top__select--currency .woocommerce-currency-switcher-form .wSelect .wSelect-selected,
.header-top__select--currency .woocommerce-currency-switcher-form .wSelect-selected {
  color: #FFFFFF;
}
.header-top__select--currency .woocommerce-currency-switcher-form .wSelect-arrow {
  border-top-color: #FFFFFF;
}
.header-top__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.2rem;
  border-radius: 8px;
  background-color: rgb(248, 240, 204);
  color: #524B48;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header-top__cta:hover, .header-top__cta:focus-visible {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 999;
}
.header > .container {
  position: relative;
  z-index: 1000;
}
.header .header-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1.6rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.header .header-content .menu-main ul {
  display: flex;
  gap: 4.6rem;
  align-items: center;
  margin-bottom: 0;
}
.header .header-content .menu-main ul li a {
  color: #524B48;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-family: "Poppins";
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.header .header-content .menu-main ul li a img {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.header .header-content .menu-main ul li a .menu-caret {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  margin-top: 0.1rem;
  transition: transform 0.2s ease;
}
.header .header-content .menu-main ul li:hover > a .menu-caret, .header .header-content .menu-main ul li:focus-within > a .menu-caret {
  transform: translateY(0.1rem);
}
.header .menu-main .menu__list > li {
  position: relative;
}
.header .menu-main .menu__list > li > .sub-menu {
  position: absolute;
  top: calc(100% + 1.4rem);
  left: 0;
  min-width: 22rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 10070;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.header .menu-main .menu__list > li > .sub-menu > li {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
}
.header .menu-main .menu__list > li > .sub-menu > li > a {
  display: block;
  width: 100%;
  text-transform: none;
  color: #343434;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
}
.header .menu-main .menu__list > li > .sub-menu > li:hover > a {
  background: #f6f6f7;
  color: #DEB300;
}
.header .menu-main .menu__list > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 0.8rem);
  min-width: 22rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.header .menu-main .menu__list > li > .sub-menu > li:hover > .sub-menu, .header .menu-main .menu__list > li > .sub-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .menu-main .menu__list > li:hover > .sub-menu, .header .menu-main .menu__list > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header-left {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  min-width: 0;
  justify-self: start;
}
@media (max-width: 991.98px) {
  .header .header-left .menu-main {
    display: none;
  }
}
.header .header-middle {
  justify-self: center;
}
.header .header-middle .logo .logo-home {
  height: 5.2rem;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .header .header-middle .logo .logo-home {
    height: 2.2rem;
  }
}
.header .header-right {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  justify-self: end;
}
@media (max-width: 991.98px) {
  .header .header-right .menu-main {
    display: none;
  }
}
.header .header-right .list-icon-right {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.header .header-right .list-icon-right .icon img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.header .header-right .list-icon-right .cart-toggle {
  position: relative;
}
.header .header-right .list-icon-right .cart-toggle .cart-count {
  position: absolute;
  right: -3px;
  top: -10px;
  color: #DEB300;
}
.header .header-right .list-icon-right .wishlist-icon {
  position: relative;
}
.header .header-right .list-icon-right .wishlist-icon .wishlist-count {
  position: absolute;
  right: -3px;
  top: -10px;
  color: #DEB300;
}

.header__mega-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #524B48;
}
.header__mega-toggle:focus-visible {
  outline: 2px solid #DEB300;
  outline-offset: 2px;
}

.header__mega-toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: 2.2rem;
}
.header__mega-toggle-bars span {
  display: block;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.header.mega-menu--open .header__mega-toggle-bars span:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}

.header.mega-menu--open .header__mega-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.header.mega-menu--open .header__mega-toggle-bars span:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

.mega-menu {
  position: fixed;
  inset: 0;
  z-index: 10060;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.header.mega-menu--open .mega-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.mega-menu__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.mega-menu__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--mega-panel-top, 120px);
  bottom: 0;
  z-index: 1;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.08);
  height: fit-content;
}
@media (max-width: 991.98px) {
  .mega-menu__panel {
    height: auto;
  }
}

.mega-menu__container {
  padding-top: 2.8rem;
  padding-bottom: 4rem;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) minmax(0, 2fr) minmax(22rem, 2fr);
  gap: 3.2rem 4rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .mega-menu__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .mega-menu__grid {
    grid-template-columns: 1fr;
  }
}

.mega-menu__primary {
  border-right: 1px solid #e0e0e0;
  padding-right: 4rem;
}
@media (max-width: 767.98px) {
  .mega-menu__primary {
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.mega-menu__primary .menu-main ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0.8rem 0;
  color: #313131;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  transition: color 0.2s ease;
}
.mega-menu__primary .menu-main ul li a img {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.mega-menu__primary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mega-menu__primary-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 0;
  color: #313131;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  transition: color 0.2s ease;
}
.mega-menu__primary-list > li > a::after {
  content: "›";
  font-size: 2.4rem;
  font-weight: 500;
  color: #DEB300;
  line-height: 1;
}
.mega-menu__primary-list > li > a:hover, .mega-menu__primary-list > li > a:focus-visible {
  color: #000000;
}

.mega-menu__columns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem 3.2rem;
}
@media (max-width: 767.98px) {
  .mega-menu__columns {
    grid-template-columns: 1fr;
  }
}

.mega-menu__column {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu__column-title {
  margin: 0 0 1.2rem;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
}

.mega-menu__column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.mega-menu__column-list a {
  color: #313131;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
}
.mega-menu__column-list a:hover, .mega-menu__column-list a:focus-visible {
  color: #DEB300;
}

.mega-menu__promo-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.mega-menu__promo-img {
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #f4f4f4;
}
.mega-menu__promo-img .mega-menu__promo-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mega-menu__promo-title {
  margin: 0 0 0.8rem;
  font-weight: 500;
  color: #524B48;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}

.mega-menu__promo-desc {
  margin: 0 0 1.4rem;
  color: #44403C;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}

.mega-menu__promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #222222;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
}
.mega-menu__promo-cta:hover, .mega-menu__promo-cta:focus-visible {
  text-decoration: none;
  color: #DEB300;
}

.mega-menu__promo-cta-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.7rem solid #DEB300;
}

body.mega-menu--open {
  overflow: hidden;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.list-item-footer {
  background-color: #e8ca4d;
  padding: 5rem 0;
}
.list-item-footer .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.list-item-footer .item .icon {
  flex-shrink: 0;
}
.list-item-footer .item .icon img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.list-item-footer .item .title {
  color: #053253;
  font-size: 3.1rem;
  line-height: 1.0967741935;
  font-weight: 500;
  font-family: "Poppins";
}
.list-item-footer .item .desc {
  color: #053253;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
}

.footer {
  background-color: #F5F6F6;
  padding: 5rem 0;
}
.footer .footer-top {
  padding: 5.4rem 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.footer .footer-top .form-subscribe .title-subscribe {
  color: #524B48;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.footer .footer-top .form-subscribe .subscribe-box .wpcf7-form-control {
  padding: 1.6rem 0.8rem;
  border: 0;
  border-bottom: 1px solid #CFCFCF;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer-top .form-subscribe .subscribe-box .wpcf7-form-control::placeholder {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.footer .footer-top .form-subscribe .subscribe-box .btn-main {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  font-weight: 600;
  border: 0;
  margin-left: -2rem;
}
.footer .footer-top .form-subscribe .subscribe-box .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.footer .footer-middle {
  padding: 6rem 0;
}
.footer .footer-middle .footer-nav .title-small {
  color: #524B48;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 2rem;
}
.footer .footer-middle .footer-nav .menu-footer li {
  margin-bottom: 1rem;
}
.footer .footer-middle .footer-nav .menu-footer li a {
  color: #524B48;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
}
.footer .footer-middle .list-socials-link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.footer .footer-middle .list-socials-link .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-middle .list-socials-link .item .icon a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-middle .list-socials-link .item .icon a img {
  height: 3rem;
  object-fit: contain;
}
.footer .footer-bot {
  padding: 2rem 0;
  background-color: rgba(82, 75, 72, 0.0509803922);
}
.footer .footer-bot .copyright {
  color: #06030A;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.footer .footer-bot .list-icon-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
.footer .footer-bot .list-icon-footer .icon img {
  width: 6rem;
  height: 4rem;
  object-fit: contain;
}
