/*
Theme Name: Laveria
WooCommerce styles override
*/
body {
  --lav-main: #0D3439;
  --lav-accent: #ee5007;
  --main-dark-opacity: rgba(13, 52, 57, 0.1);
  --main-dark-opacity-link: rgba(9, 28, 85, 0.6);
  --main-shadow: rgba(0, 0, 0, 0.05);
  --main-accent-opacity: rgba(13, 52, 57, 0.8);
  --main-dark-tags: rgba(9, 28, 85, 0.5);
  --main-green: var(--lav-accent);
  --main-green-middle: var(--lav-accent);
  --main-green-light: var(--lav-accent);
  --main-gray: #e8ecf0;
  --main-gray-opacity: rgba(232, 236, 240, 0.66);
  --woocommerce__color-error: #FF4949;
  --woocommerce__color-success: #0DCEB5;
  --woocommerce__color-info: rgba(9, 28, 85, 0.1);
  --box-shadow-color: var(--lav-main);
  --main-white-opacity: rgba(255, 255, 255, 0.78);
}

@font-face {
  font-family: "Outfit";
  src: url("webfonts/Outfit-Light.woff2") format("woff2"), url("webfonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("webfonts/Outfit-Regular.woff2") format("woff2"), url("webfonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("webfonts/Outfit-Medium.woff2") format("woff2"), url("webfonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/**
 * Shop tables
 */
.woocommerce-cart .entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-cart .entry-content form.woocommerce-cart-form {
  width: 100%;
}

.woocommerce-cart .entry-content .cart-collaterals {
  width: 40%;
  order: 2;
  margin-left: auto;
  margin-bottom: 40px;
}

.woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-cart .entry-content .up-sell-products {
  clear: both;
  width: 57%;
  order: 1;
}

.woocommerce-cart .entry-content .up-sell-products .card {
  max-height: 315px;
}

.woocommerce-cart .entry-content .up-sell-products .card-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce-cart .entry-content .up-sell-products .button {
  padding: 5px 15px;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 12px;
}

.woocommerce-cart .entry-content .up-sell-products .card-price {
  flex-grow: 1;
}

.woocommerce-cart .entry-content .coupon {
  display: inline;
  flex-grow: 1;
  margin-bottom: 10px;
}

.woocommerce-cart .entry-content .coupon input {
  max-width: 194px;
  margin-bottom: 0;
  margin-right: 40px;
  height: 45px;
}

.woocommerce-shipping-methods {
  margin-left: 0;
  padding-left: 1rem;
}

table.shop_table_responsive {
  width: 100%;
}

table.shop_table_responsive .product-thumbnail:before {
  display: none;
}

table.shop_table_responsive .product-thumbnail a {
  display: block;
  padding: 0 0 100% 0;
  position: relative;
  overflow: hidden;
  min-width: 50px;
}

table.shop_table_responsive .product-thumbnail a img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

table.shop_table_responsive .quantity {
  margin-right: 10px;
}

table.shop_table_responsive .quantity input {
  max-width: 100px;
  width: 100%;
  border: 1px solid rgba(9, 28, 85, 0.1);
  border-radius: 5px;
  margin: 0;
  min-height: 45px;
  padding: 5px 15px;
}

table.shop_table_responsive thead {
  padding: 20px;
  text-align: center;
}

table.shop_table_responsive thead th {
  padding: 20px;
  text-align: center;
}

table.shop_table_responsive tbody {
  padding: 20px;
}

table.shop_table_responsive tbody th {
  text-align: center;
}

table.shop_table_responsive tr {
  border: 1px solid rgba(9, 28, 85, 0.1);
  padding: 20px;
  text-align: center;
}

table.shop_table_responsive tr td {
  display: block;
  clear: both;
  border: 1px solid rgba(9, 28, 85, 0.1);
  padding: 20px;
  text-align: center;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  display: block;
  font-size: 32px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: var(--woocommerce__color-error);
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

table.shop_table_responsive tr td.product-remove a:hover {
  background-color: var(--woocommerce__color-error);
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive label[for=coupon_code] {
  display: none;
}

.woocommerce-cart thead tr th {
  border: 1px solid rgba(9, 28, 85, 0.1);
  background: rgba(9, 28, 85, 0.0392156863);
  color: var(--lav-main);
  font-weight: 500;
}

.woocommerce-cart a.button {
  color: #fff;
}

.woocommerce-cart a.button:hover {
  color: #fff;
}

.woocommerce-cart a.button:visited {
  color: #fff;
}

.woocommerce-cart a.button:hover, .woocommerce-cart a.button:focus, .woocommerce-cart a.button:active {
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.woocommerce-cart a.button:focus {
  outline: thin dotted;
}

.woocommerce-cart a.button:hover, .woocommerce-cart a.button:active {
  outline: 0;
}

.woocommerce-cart h2 {
  color: var(--lav-main);
  font-weight: 500;
}

.woocommerce-cart .cart_totals th {
  padding: 10px;
  font-weight: 500;
}

.woocommerce-cart .product-name a {
  color: var(--lav-main);
}

.woocommerce-cart .product-name a:hover {
  color: var(--lav-main);
}

.woocommerce-cart .product-name a:visited {
  color: var(--lav-main);
}

.woocommerce-cart .product-name a:hover, .woocommerce-cart .product-name a:focus, .woocommerce-cart .product-name a:active {
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.woocommerce-cart .product-name a:focus {
  outline: thin dotted;
}

.woocommerce-cart .product-name a:hover, .woocommerce-cart .product-name a:active {
  outline: 0;
}

.woocommerce-cart .action-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .coupon, .woocommerce-account .coupon {
    text-align: left;
    margin-bottom: 0;
  }

  .woocommerce-cart .coupon input[type=text], .woocommerce-account .coupon input[type=text] {
    margin-bottom: 10px;
    max-width: unset;
  }

  .woocommerce-cart .coupon button, .woocommerce-cart .coupon .button, .woocommerce-cart .coupon input[type=submit], .woocommerce-account .coupon button, .woocommerce-account .coupon .button, .woocommerce-account .coupon input[type=submit] {
    width: 100%;
  }

  .woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout, .woocommerce-account .entry-content .cart-collaterals .wc-proceed-to-checkout {
    text-align: left;
  }

  .woocommerce-cart .actions button, .woocommerce-cart .actions .button, .woocommerce-cart .actions input[type=submit], .woocommerce-account .actions button, .woocommerce-account .actions .button, .woocommerce-account .actions input[type=submit] {
    width: 100%;
  }

  .woocommerce-cart .checkout-button, .woocommerce-account .checkout-button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-cart table.shop_table_responsive thead, .woocommerce-account table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce-cart .entry-content .cart-collaterals, .woocommerce-cart .entry-content .up-sell-products, .woocommerce-account .entry-content .cart-collaterals, .woocommerce-account .entry-content .up-sell-products {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td.product-thumbnail {
    max-width: 60px;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
.woocommerce-breadcrumb {
  color: #fff;
}

.product-item {
  margin-bottom: 30px;
}

.woocommerce-loop-product__link {
  text-decoration: unset;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product {
  position: relative;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  border: 1px solid var(--main-dark-opacity);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}

.product a.button {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 25px;
}

.product .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.product .star-rating span:before {
  color: #FF9415;
}

.product .star-rating span {
  max-height: 25px;
}

.product .added_to_cart {
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  left: 0;
  display: block;
  width: 93%;
  text-align: center;
}

.woocommerce-loop-product__title {
  font-family: var(--font__headings);
  margin: 20px 20px 0 20px;
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 360px) {
  .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 33px;
  }
}
.woocommerce-loop-product__title:hover {
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.price, .woocommerce-grouped-product-list-item__price {
  color: var(--lav-main);
  text-align: center;
  clear: both;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .price, .woocommerce-grouped-product-list-item__price {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .price, .woocommerce-grouped-product-list-item__price {
    font-size: 14px;
  }
}
.price del, .woocommerce-grouped-product-list-item__price del {
  opacity: 0.7;
  text-align: center;
}

.price ins, .woocommerce-grouped-product-list-item__price ins {
  color: var(--woocommerce__color-error);
  font-weight: 500;
  background: none;
  text-align: center;
}

.woocommerce .entry-title {
  color: var(--lav-main);
  font-size: 45px;
  line-height: 54px;
}

@media (max-width: 768px) {
  .woocommerce .entry-title {
    font-size: 41px;
    line-height: 50px;
  }
}
@media (max-width: 360px) {
  .woocommerce .entry-title {
    font-size: 37px;
    line-height: 46px;
  }
}
.product-img {
  display: block;
  padding: 0 0 90% 0;
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.onsale {
  position: absolute;
  color: #fff;
  background: var(--woocommerce__color-error);
  font-size: 16px;
  font-weight: 400;
  top: 0;
  padding: 0 10px;
  z-index: 2;
  left: 0;
  transform: translate3d(0, 20px, 0);
  width: fit-content;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .onsale {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .onsale {
    font-size: 14px;
  }
}
.woocommerce-notices-wrapper {
  width: 100%;
}

.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background-color: rgba(9, 28, 85, 0.0392156863);
}

.woocommerce-notices-wrapper .woocommerce-message a {
  margin-right: 30px;
}

.woocommerce-ordering select {
  max-width: 100%;
  width: 100%;
  min-width: 175px;
  border: 1px solid rgba(9, 28, 85, 0.1);
  margin: 0;
  min-height: 45px;
  padding: 5px 15px;
  height: 40px;
  padding-right: 30px;
  padding-left: 10px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("./img/angle-down-solid-01.svg") no-repeat;
  background-position: right 10px top 50%;
  background-size: 25px 25px;
  font-weight: 300;
}

.woocommerce-ordering select:focus-visible {
  outline-color: var(--lav-accent);
}

.woocommerce-result-count {
  margin-bottom: 10px;
}

.added_to_cart {
  text-decoration: none;
  font-weight: 400;
  color: var(--lav-main);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 10px;
}

@media (max-width: 768px) {
  .added_to_cart {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .added_to_cart {
    font-size: 14px;
  }
}
.single-product #custom-product-masonry-grid {
  position: relative;
}

.single-product #custom-product-masonry-grid .item {
  position: absolute;
  width: calc(33.333% - 10px);
  margin: 5px;
}

@media (max-width: 1024px) {
  .single-product #custom-product-masonry-grid .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .single-product #custom-product-masonry-grid .item {
    width: 100%;
  }
}
.single-product .alice-masonry-grid-section {
  overflow: hidden;
}

.iframe-video {
  padding: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.iframe-video iframe {
  position: absolute;
  width: 101%;
  max-width: 101%;
  height: 180%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.popup-youtube {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2em;
  z-index: 9;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-dark-opacity);
  text-decoration: none;
}

.swiper-container.alice-swiper-container {
  width: 100%;
  overflow: hidden;
}

.gallery-top.alice-swiper-container img, .gallery-thumbs.alice-swiper-container img {
  width: 100%;
  object-fit: cover;
}

.gallery-thumbs.alice-swiper-container {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.alice-swiper-container.gallery-thumbs .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.4;
  border: 1px solid var(--main-accent-opacity);
}

.alice-swiper-container.gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}

.alice-swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.alice-swiper-container .alice-swiper-prev,
.alice-swiper-container .alice-swiper-next {
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translateY(calc(-150% - 24px));
}

.alice-swiper-container .alice-nav-bg {
  background-color: var(--lav-accent);
  border: 1px solid var(--main-dark-opacity);
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
}

.woocommerce-product-gallery__wrapper:hover .alice-nav-bg {
  opacity: 1;
  visibility: visible;
}

.alice-swiper-container .alice-swiper-prev {
  left: 20px;
}

.alice-swiper-container .alice-swiper-next {
  right: 20px;
}

.alice-swiper-container .swiper-button-next:after, .alice-swiper-container .swiper-button-prev:after {
  font-size: 20px;
}

.trusted-imag {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
  background: var(--main-gray);
  margin-top: 20px;
  border-radius: 15px;
}

.btn-group-custom {
  width: 100%;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  margin-top: 20px;
}

.btn-group-custom .lav-btn-outline.lav-btn-product-custom-link {
  margin-top: 20px;
  background: var(--lav-main);
  color: #fff;
  border: none;
}

.btn-group-custom .lav-btn-outline.lav-btn-product-custom-link:not(:hover):visited {
  color: #fff;
}

.btn-group-custom .lav-btn-outline.lav-btn-product-custom-link > * {
  margin-right: 5px;
}

.btn-group-custom .lav-btn-outline.lav-btn-product-custom-link:hover {
  opacity: 0.9;
  box-shadow: none;
  background: var(--lav-main);
}

.btn-group-custom .lav-btn-default {
  width: 100%;
  background: none;
  text-align: left;
  color: var(--lav-main);
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--main-dark-opacity);
  border-left: none;
  border-top: none;
  border-right: none;
  outline: none;
}

.btn-group-custom .lav-btn-default:hover {
  box-shadow: none;
  border-bottom: 1px solid var(--main-dark-opacity);
  border-left: none;
  border-top: none;
  border-right: none;
  outline: none;
}

.btn-group-custom .lav-btn-default > * {
  margin-right: 5px;
}

.navbar.alice-bottom-mobile-nav .container {
  display: block;
}

.navbar.alice-bottom-mobile-nav .button {
  display: block;
  min-width: 130px;
}

@media (max-width: 576px) {
  .navbar.alice-bottom-mobile-nav .row-button {
    width: 100%;
  }

  .navbar.alice-bottom-mobile-nav .button {
    width: 100%;
    display: block;
  }
}
.alice-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 5px 0;
  gap: 10px;
  flex-wrap: nowrap;
  margin: auto;
  flex-direction: row;
}

.alice-bottom-row p.price {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .alice-bottom-row p.price {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .alice-bottom-row p.price {
    font-size: 15px;
  }
}
.alice-bottom-row .button {
  padding: 10px;
}

.row-body {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-row-image {
  margin-right: 20px;
  min-width: 50px;
}

@media (max-width: 576px) {
  .row-button {
    width: 100%;
  }
}
.woocommerce-grouped-product-list.group_table tbody {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item {
  list-style: none;
  width: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  flex: 1 0 auto;
  background: #f1f1f1;
  border: 1px solid var(--main-dark-opacity);
  color: var(--woocommerce__color-success);
  border-radius: 4px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__price {
  margin: 0;
  text-align: left;
}

.custom-social-share .branded i {
  color: #fff;
}

.custom-social-share .branded a {
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.custom-social-share .branded a.fb {
  background-color: #3b5998;
}

.custom-social-share .branded a.tw {
  background-color: #00aced;
}

.custom-social-share .branded a.whatsapp {
  background-color: #25D366;
}

.custom-social-share .branded a.pinterest {
  background-color: #cb2027;
}

.custom-social-share .branded a.in {
  background-color: #007bb6;
}

.custom-social-share .branded a.telegram {
  background-color: #0088cc;
}

.custom-social-share .branded a.vimeo {
  background-color: #1ab7ea;
}

.alice-masonry-grid-section {
  text-align: center;
}

.alice-masonry-grid-section .alice-masonry-grid-item {
  box-shadow: 0 4px 15px var(--main-shadow);
  overflow: hidden;
}

.alice-masonry-grid-section .custom-product-masonry-sub-title {
  font-size: calc(16px + 0 * (100vw - 320px) / 1080);
  line-height: 1.5;
  background: #fff;
  margin: 0 5px 5px 0;
  padding: 5px 15px;
  color: var(--main-dark-tags);
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  border: 1px solid var(--lav-accent);
  width: fit-content;
  display: inline;
}

.alice-masonry-grid-section .custom-product-masonry-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.alice-masonry-grid-item .demo-image {
  border: 1px solid var(--main-dark-opacity);
  box-shadow: 0 4px 15px var(--main-shadow);
  border-radius: 10px;
  cursor: pointer;
}

body .woocommerce-tabs .panel h2.custom-product-masonry-title {
  margin: 10px 0;
}

/**
 * Single product
 */
.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}

.single-product .pswp__caption__center {
  text-align: center;
}

.single-product .product {
  border: unset;
}

.single-product .related .product {
  border: 1px solid var(--main-dark-opacity);
}

.single-product .woocommerce-product-details__short-description, .single-product .woocommerce-review-link, .single-product .product_meta, .single-product .woocommerce-noreviews, .single-product .comment-respond {
  color: var(--lav-main);
}

.single-product .woocommerce-Reviews-title, .single-product .related.products h2, .single-product .up-sell-products-title, .single-product .up-sells > h2 {
  color: var(--lav-main);
  font-weight: 500;
}

.single-product .site-main > .product {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: unset;
  background: unset;
  box-shadow: unset;
  flex-direction: unset;
  margin: unset;
}

.single-product .onsale {
  transform: translate3d(13px, 20px, 0);
  color: #fff;
}

.single-product .star-rating {
  margin: 0;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-product .wc-tabs {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.single-product .wc-tabs li {
  padding: 10px;
}

.single-product .woocommerce-product-gallery {
  position: relative;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  z-index: 1;
  visibility: hidden;
  text-decoration: none;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  visibility: visible;
  content: "\f00e";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 22px;
  color: var(--lav-accent);
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  visibility: visible;
}

.single-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.single-product .woocommerce-breadcrumb {
  color: var(--lav-main);
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .single-product .woocommerce-breadcrumb {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .single-product .woocommerce-breadcrumb {
    font-size: 14px;
  }
}
.single-product .woocommerce-breadcrumb a {
  color: var(--lav-main);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
  .single-product .woocommerce-breadcrumb a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .single-product .woocommerce-breadcrumb a {
    font-size: 14px;
  }
}
.single-product .woocommerce-breadcrumb a:hover {
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.single-product .woocommerce-breadcrumb .sep {
  margin: 0 7px;
  color: var(--lav-accent);
}

.single-product .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.single-product .comment-form-rating > label {
  margin-bottom: 5px;
}

.single-product .star-rating {
  margin-left: 0;
}

.single-product .summary a, .single-product .wc-tabs-wrapper a {
  color: var(--lav-main);
  text-decoration: unset;
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.single-product .summary a:visited, .single-product .wc-tabs-wrapper a:visited {
  color: var(--main-dark-opacity-link);
}

.single-product .summary a:hover, .single-product .summary a:focus, .single-product .summary a:active, .single-product .wc-tabs-wrapper a:hover, .single-product .wc-tabs-wrapper a:focus, .single-product .wc-tabs-wrapper a:active {
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.single-product .summary a:focus, .single-product .wc-tabs-wrapper a:focus {
  outline: thin dotted;
}

.single-product .summary a:hover, .single-product .summary a:active, .single-product .wc-tabs-wrapper a:hover, .single-product .wc-tabs-wrapper a:active {
  outline: 0;
}

.single-product .quantity {
  margin-right: 10px;
}

.single-product .quantity input {
  max-width: 100px;
  width: 100%;
  border: 1px solid rgba(9, 28, 85, 0.1);
  border-radius: 5px;
  margin: 0;
  min-height: 45px;
  padding: 5px 15px;
}

.single-product .price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .single-product .price {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .single-product .price {
    font-size: 24px;
  }
}
.single-product form.cart, .single-product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.single-product .variations {
  margin-bottom: 45px;
}

.single-product .variations tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  flex-wrap: wrap;
}

.single-product select {
  max-width: 100%;
  width: 100%;
  min-width: 185px;
  border: 1px solid rgba(9, 28, 85, 0.1);
  margin: 0;
  min-height: 45px;
  padding: 5px 15px;
}

.single-product th.label {
  padding-right: 15px;
  color: var(--lav-main);
}

.single-product .reset_variations {
  position: absolute;
  top: 0;
  margin-left: 10px;
  transform: translate3d(0, 50%, 10px);
  right: 0;
}

.single-product form.cart {
  padding-bottom: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(9, 28, 85, 0.1);
}

.single-product .product_meta a, .single-product .product_meta .sku {
  font-weight: bold;
}

.single-product .woocommerce-tabs {
  margin-top: 50px;
  margin-bottom: 50px;
}

.single-product .wc-tabs {
  border-bottom: 1px solid rgba(9, 28, 85, 0.1);
}

.single-product .wc-tabs .active {
  background: var(--lav-main);
  border-radius: 5px 5px 0 0;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.single-product .wc-tabs .active a {
  color: #fff;
}

.single-product .wc-tabs .active a:hover {
  color: #fff;
}

.single-product .woocommerce-variation-price {
  margin-bottom: 20px;
}

.single-product .commentlist {
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
}

.single-product .commentlist .review {
  background: #fff;
  border: 1px solid var(--main-dark-opacity);
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  margin: 10px 10px 20px 10px;
}

.single-product .commentlist .comment_container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.single-product .commentlist .comment_container img {
  border-radius: 100%;
}

.single-product .commentlist .comment_container .star-rating {
  margin-left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(65px, 0px, 0);
}

.single-product .commentlist .comment_container .meta {
  margin-left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(65px, 30px, 0);
}

.single-product .commentlist .comment_container .comment-text {
  margin-top: 15px;
}

.single-product .comment-reply-title {
  font-weight: bold;
}

.single-product .comment-form label[for=comment], .single-product .comment-form label[for=author], .single-product .comment-form label[for=email], .single-product .comment-form label[for=url] {
  display: inline-block;
}

.single-product .up-sells {
  margin-bottom: 30px;
}

.single-product .up-sells > h2 {
  margin-bottom: 25px;
}

.single-product .up-sells .onsale {
  transform: translate3d(0px, 20px, 0);
}

.single-product .up-sells .product.row {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 40px 0;
  align-items: center;
}

.single-product .up-sells .woocommerce-loop-product__link {
  text-decoration: unset;
  display: unset;
  height: unset;
  padding: 0;
}

.single-product .up-sells .price {
  color: var(--lav-main);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .single-product .up-sells .price {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .single-product .up-sells .price {
    font-size: 14px;
  }
}
.single-product .up-sells .price del {
  opacity: 0.7;
  text-align: center;
}

.single-product .up-sells .price ins {
  color: var(--woocommerce__color-error);
  font-weight: 500;
  background: none;
  text-align: center;
}

.single-product .up-sells a.button {
  width: fit-content;
}

.single-product .up-sells .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.single-product .related > h2 {
  margin-bottom: 25px;
}

.single-product .related .price {
  color: var(--lav-main);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .single-product .related .price {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .single-product .related .price {
    font-size: 14px;
  }
}
.single-product .related .price del {
  opacity: 0.7;
  text-align: center;
}

.single-product .related .price ins {
  color: var(--woocommerce__color-error);
  font-weight: 500;
  background: none;
  text-align: center;
}

.single-product .related .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.single-product .related .star-rating span:before {
  color: #FF9415;
}

.single-product .related .star-rating span {
  max-height: 25px;
}

.single-product .related .onsale {
  transform: translate3d(0px, 20px, 0);
}

.single-product .woocommerce-product-attributes tbody, .single-product .woocommerce-product-attributes tfoot, .single-product .woocommerce-product-attributes tr, .single-product .woocommerce-product-attributes td, .single-product .woocommerce-product-attributes th {
  border: 1px solid rgba(9, 28, 85, 0.1);
}

.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  text-align: right;
  padding: 10px;
  width: 50%;
  color: var(--lav-main);
}

.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
  text-align: left;
  padding: 10px;
  width: 50%;
}

.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
  margin-bottom: 0;
}

.single-product .woocommerce-noreviews {
  background-color: #fff;
}

.single-product .woocommerce-product-details__short-description ul, .single-product .woocommerce-Tabs-panel--description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product .woocommerce-product-details__short-description ul li:before, .single-product .woocommerce-Tabs-panel--description ul li:before {
  content: var(--list-icon);
  margin-right: 2px;
}

.single-product .woocommerce-product-details__short-description ul ol > li:before, .single-product .woocommerce-Tabs-panel--description ul ol > li:before {
  display: none;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: var(--woocommerce__color-success);
}

.stock.out-of-stock {
  color: var(--woocommerce__color-error);
}

/* Stack gallery control vertically on the left */
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  bottom: 0;
  gap: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  display: block;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  max-width: 80px;
  /* Adjust the thumbnail image size as needed */
  height: auto;
  display: block;
}

.flex-control-nav {
  width: 100%;
  margin: 0;
  overflow-y: hidden;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 2;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
  transform: rotate(180deg);
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  left: -40px;
  position: relative;
}

a.flex-prev {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  right: 40px;
  position: relative;
}

.product-gallery:hover a.flex-next {
  transition: all 0.3s ease-in-out;
  left: 0;
}

.product-gallery:hover a.flex-prev {
  transition: all 0.3s ease-in-out;
  right: 0;
}

.product-gallery:hover a.flex-next::after {
  visibility: visible;
  content: url("./img/angle-right-solid.svg");
  margin-right: 10px;
  display: block;
  height: 60px;
  width: 60px;
  transition: all 0.3s ease-in-out;
}

.product-gallery:hover a.flex-prev::before {
  visibility: visible;
  content: url("./img/angle-right-solid.svg");
  margin-left: 10px;
  display: block;
  height: 60px;
  width: 60px;
  transition: all 0.3s ease-in-out;
}

/* Define the scrollbar style */
.product ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

/* Define the thumb style */
.product ::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, var(--lav-accent) 0%, var(--lav-accent) 100%);
  border-radius: 15px;
}

/* Define the track style */
.product ::-webkit-scrollbar-track:horizontal {
  background-color: white;
  box-shadow: inset 0 0 2px 2px gainsboro;
  border-radius: 5px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-cart .site-main {
  margin-bottom: 120px;
}

.woocommerce-cart .site-main .woocommerce-info {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--woocommerce__color-info);
  background: none;
}

.woocommerce-account .site-main {
  margin-bottom: 120px;
}

.woocommerce-form-coupon {
  padding: 30px 0;
}

.woocommerce-form-coupon input {
  margin-bottom: 10px;
  max-width: 300px;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

form.woocommerce-checkout .cart_item, form.woocommerce-checkout tfoot, form.woocommerce-checkout thead {
  color: var(--lav-main);
}

form.woocommerce-checkout tfoot th, form.woocommerce-checkout thead th, form.woocommerce-checkout .product-quantity, form.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-Price-amount {
  font-weight: 500;
}

form.woocommerce-checkout .order-review-sticky > h3, form.woocommerce-checkout .woocommerce-billing-fields > h3, form.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  color: var(--lav-main);
}

form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2 {
  width: 100%;
}

form.woocommerce-checkout .col2-set, form.woocommerce-checkout .order-review-wrapper {
  width: 48%;
}

form.woocommerce-checkout .woocommerce-checkout-payment ul, form.woocommerce-checkout .shipping ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

form.woocommerce-checkout .woocommerce-billing-fields input, form.woocommerce-checkout .woocommerce-shipping-fields input {
  margin-bottom: 10px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}

form.woocommerce-checkout .woocommerce-error {
  background: none;
  padding: 20px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--woocommerce__color-error);
}

form.woocommerce-checkout .order-review-sticky {
  border: 1px solid var(--main-dark-opacity);
  background: #fff;
  padding: 20px 20px 30px 20px;
}

form.woocommerce-checkout .methods label {
  display: inline;
  font-weight: 500;
}

form.woocommerce-checkout .methods input {
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  form.woocommerce-checkout .col2-set, form.woocommerce-checkout .order-review-wrapper {
    width: 100%;
  }
}
.woocommerce-order-received {
  color: var(--lav-main);
}

.woocommerce-order-received ul {
  margin: 0;
}

.woocommerce-order-received h3, .woocommerce-order-received h2 {
  color: var(--lav-main);
  font-weight: 500;
}

.woocommerce-order-received td {
  width: 49%;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-customer-details .col-1, .woocommerce-order-received .woocommerce-customer-details .col-2 {
  width: 49%;
}

.woocommerce-order-received .woocommerce-customer-details .col-2 {
  padding-left: 10px;
}

.woocommerce-order-received .wc-forward {
  position: absolute;
  color: #fff;
  top: 35%;
  left: 15%;
  padding: 5px;
  border: 1px solid var(--lav-accent);
}

.woocommerce-order-received a.button {
  color: #fff;
}

.woocommerce-order-received a.button:hover {
  color: #fff;
}

.woocommerce-order-received a.button:visited {
  color: #fff;
}

.woocommerce-order-received a.button:hover, .woocommerce-order-received a.button:focus, .woocommerce-order-received a.button:active {
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.woocommerce-order-received a.button:focus {
  outline: thin dotted;
}

.woocommerce-order-received a.button:hover, .woocommerce-order-received a.button:active {
  outline: 0;
}

.woocommerce-order-received .up-sell-products .card {
  max-width: unset;
}

.woocommerce-order-received .button {
  padding: 5px 10px;
  margin: 0 auto 20px;
  display: block;
}

.woocommerce-order-received .card-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.woocommerce-order-received .card-price {
  margin-bottom: 10px;
  flex-grow: 1;
}

.woocommerce-order-received .card {
  max-height: 300px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: var(--lav-main);
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: var(--lav-main);
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #FF9415;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: var(--lav-main);
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 5px 20px;
  display: block;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: var(--woocommerce__color-success);
}

.woocommerce-password-strength.short {
  color: var(--woocommerce__color-error);
}

.woocommerce-password-strength.bad {
  color: var(--woocommerce__color-error);
}

.woocommerce-password-strength.good {
  color: var(--woocommerce__color-info);
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 var(--woocommerce__color-success);
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 var(--woocommerce__color-error);
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px;
  border: 1px solid var(--woocommerce__color-info);
  background: none;
}

.woocommerce-noreviews,
p.no-comments {
  background-color: var(--woocommerce__color-info);
}

.woocommerce-error {
  background: none;
  padding: 20px;
  margin: 0 0 30px 0;
  list-style: none;
  border: 1px solid var(--woocommerce__color-error);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: var(--woocommerce__color-info);
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  }

  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.order-total bdi {
  font-weight: 500;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce Attribute Filter
 */
.wp-block-woocommerce-attribute-filter label, .wp-block-product-best-sellers label, .wp-block-woocommerce-rating-filter label, .wp-block-woocommerce-stock-filter label, .wp-block-woocommerce-active-filters label {
  font-weight: 400;
  color: var(--lav-main);
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .wp-block-woocommerce-attribute-filter label, .wp-block-product-best-sellers label, .wp-block-woocommerce-rating-filter label, .wp-block-woocommerce-stock-filter label, .wp-block-woocommerce-active-filters label {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-woocommerce-attribute-filter label, .wp-block-product-best-sellers label, .wp-block-woocommerce-rating-filter label, .wp-block-woocommerce-stock-filter label, .wp-block-woocommerce-active-filters label {
    font-size: 14px;
  }
}
.wp-block-woocommerce-attribute-filter ul > li:before, .wp-block-product-best-sellers ul > li:before, .wp-block-woocommerce-rating-filter ul > li:before, .wp-block-woocommerce-stock-filter ul > li:before, .wp-block-woocommerce-active-filters ul > li:before {
  content: unset;
}

.wc-block-components-product-rating__stars span:before {
  color: #FF9415;
}

.wc-block-components-product-rating__stars span {
  max-height: 25px;
}

/**
 * WooCommerce Best sellers
 */
.wp-block-product-best-sellers .wc-block-grid__product-onsale {
  border-radius: 0;
  position: absolute;
  color: #fff;
  background: #FF4949;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  padding: 0 10px;
  border: none;
  z-index: 1;
  left: 0;
  transform: translate3d(0, 20px, 0);
  width: fit-content;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .wp-block-product-best-sellers .wc-block-grid__product-onsale {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-product-best-sellers .wc-block-grid__product-onsale {
    font-size: 14px;
  }
}
.wp-block-product-best-sellers .wp-block-button__link {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0;
}

@media (max-width: 768px) {
  .wp-block-product-best-sellers .wp-block-button__link {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-product-best-sellers .wp-block-button__link {
    font-size: 16px;
  }
}
.wp-block-product-best-sellers .wp-block-button__link:hover {
  background-color: var(--lav-main);
  color: #fff;
}

.wp-block-product-best-sellers .wp-block-button__link:visited {
  color: #fff;
}

.wc-block-mini-cart__drawer .price {
  text-align: left;
}

.wc-block-mini-cart__drawer .wc-block-components-product-name {
  font-size: 18px;
  line-height: 27px;
  color: var(--lav-main);
  font-family: var(--font__headings);
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .wc-block-mini-cart__drawer .wc-block-components-product-name {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 360px) {
  .wc-block-mini-cart__drawer .wc-block-components-product-name {
    font-size: 16px;
    line-height: 25px;
  }
}
.wc-block-mini-cart__drawer .wc-block-components-product-name:hover {
  color: var(--lav-accent) !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.wc-block-grid__product-title, .product-title {
  font-size: 18px;
  line-height: 27px;
  color: var(--lav-main);
  font-family: var(--font__headings);
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 768px) {
  .wc-block-grid__product-title, .product-title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 360px) {
  .wc-block-grid__product-title, .product-title {
    font-size: 16px;
    line-height: 25px;
  }
}
.wc-block-grid__product-title:hover, .product-title:hover {
  color: var(--lav-accent) !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/**
 * WooCommerce All reviews
 */
.wp-block-woocommerce-all-reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-woocommerce-all-reviews ul li {
  display: block;
  margin-bottom: 20px;
  color: var(--lav-main);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .wp-block-woocommerce-all-reviews ul li {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-woocommerce-all-reviews ul li {
    font-size: 14px;
  }
}
.wp-block-woocommerce-all-reviews ul > li:before {
  content: unset;
}

/**
 * WooCommerce All breadcrumbs
 */
.wc-block-breadcrumbs {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .wc-block-breadcrumbs {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wc-block-breadcrumbs {
    font-size: 14px;
  }
}
.wc-block-breadcrumbs .sep {
  margin: 0 7px;
  color: var(--lav-accent);
}

/**
 * WooCommerce Featured product, Handpicked products
 */
.wc-block-featured-product del, .wp-block-handpicked-products del, .wp-block-product-category del, .wc-block-grid del {
  opacity: 0.7;
  text-align: center;
}

.wc-block-featured-product ins, .wp-block-handpicked-products ins, .wp-block-product-category ins, .wc-block-grid ins {
  color: var(--woocommerce__color-error);
  font-weight: 500;
  background: none;
  text-align: center;
}

.wc-block-featured-product ul > li:before, .wp-block-handpicked-products ul > li:before, .wp-block-product-category ul > li:before, .wc-block-grid ul > li:before {
  content: unset;
}

.wc-block-featured-product .star-rating span:before, .wp-block-handpicked-products .star-rating span:before, .wp-block-product-category .star-rating span:before, .wc-block-grid .star-rating span:before {
  color: #FF9415;
}

.wc-block-featured-product .star-rating span, .wp-block-handpicked-products .star-rating span, .wp-block-product-category .star-rating span, .wc-block-grid .star-rating span {
  max-height: 25px;
}

.wc-block-featured-product .wc-block-grid__products, .wp-block-handpicked-products .wc-block-grid__products, .wp-block-product-category .wc-block-grid__products, .wc-block-grid .wc-block-grid__products {
  margin: 0 0 16px;
}

.wc-block-featured-product .wc-block-grid__product-add-to-cart, .wp-block-handpicked-products .wc-block-grid__product-add-to-cart, .wp-block-product-category .wc-block-grid__product-add-to-cart, .wc-block-grid .wc-block-grid__product-add-to-cart {
  margin: 0 auto 30px;
}

.wc-block-featured-product .wc-block-grid__product, .wp-block-handpicked-products .wc-block-grid__product, .wp-block-product-category .wc-block-grid__product, .wc-block-grid .wc-block-grid__product {
  padding: 0;
  border: 1px solid var(--main-dark-opacity);
  margin-bottom: 20px;
}

.wc-block-featured-product .wc-block-grid__product .wc-block-grid__product-title, .wp-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-title, .wp-block-product-category .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid .wc-block-grid__product .wc-block-grid__product-title {
  margin: 12px 0 7px 0;
}

.wc-block-featured-product .wc-block-grid__product-onsale, .wp-block-handpicked-products .wc-block-grid__product-onsale, .wp-block-product-category .wc-block-grid__product-onsale, .wc-block-grid .wc-block-grid__product-onsale {
  position: absolute;
  border-radius: 0;
  color: #fff;
  background: #FF4949;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  padding: 0 10px;
  z-index: 1;
  left: 0;
  transform: translate3d(0, 20px, 0);
  width: fit-content;
  text-transform: uppercase;
  border: unset;
}

@media (max-width: 768px) {
  .wc-block-featured-product .wc-block-grid__product-onsale, .wp-block-handpicked-products .wc-block-grid__product-onsale, .wp-block-product-category .wc-block-grid__product-onsale, .wc-block-grid .wc-block-grid__product-onsale {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wc-block-featured-product .wc-block-grid__product-onsale, .wp-block-handpicked-products .wc-block-grid__product-onsale, .wp-block-product-category .wc-block-grid__product-onsale, .wc-block-grid .wc-block-grid__product-onsale {
    font-size: 14px;
  }
}
/**
 * WooCommerce Categories list
 */
.wp-block-woocommerce-product-categories .wc-block-product-categories-list--depth-0 {
  list-style: none;
  margin: 0;
}

.wp-block-woocommerce-product-categories a {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  margin-left: 3px;
}

.wp-block-woocommerce-product-categories a:hover {
  margin-left: 8px;
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/**
 * WooCommerce Common
 */
.wp-block-button.is-style-outline a {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: var(--lav-accent);
  text-decoration: none;
  width: fit-content;
  display: inline-block;
}

@media (max-width: 768px) {
  .wp-block-button.is-style-outline a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-button.is-style-outline a {
    font-size: 16px;
  }
}
.wp-block-button.is-style-outline a:hover {
  background-color: var(--lav-accent);
  color: #fff;
  border-color: var(--lav-accent);
}

.wp-block-button.is-style-outline a:visited {
  color: var(--lav-accent);
}

.wp-block-button.is-style-fill a, .wp-block-button a {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
  .wp-block-button.is-style-fill a, .wp-block-button a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-button.is-style-fill a, .wp-block-button a {
    font-size: 16px;
  }
}
.wp-block-button.is-style-fill a:hover, .wp-block-button a:hover {
  background-color: var(--lav-main);
  color: #fff;
}

.wp-block-button.is-style-fill a:visited, .wp-block-button a:visited {
  color: #fff;
}

.wp-block-button__link {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0;
}

@media (max-width: 768px) {
  .wp-block-button__link {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .wp-block-button__link {
    font-size: 16px;
  }
}
.wp-block-button__link:hover {
  background-color: var(--lav-main);
  color: #fff;
}

.wp-block-button__link:visited {
  color: #fff;
}

.wc-block-components-filter-reset-button, .wc-block-active-filters .wc-block-active-filters__clear-all {
  text-decoration: none;
}

.wc-block-components-filter-reset-button span, .wc-block-active-filters .wc-block-active-filters__clear-all span {
  color: var(--woocommerce__color-error);
}

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
  background: var(--woocommerce__color-error);
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus, .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
  background: var(--woocommerce__color-error);
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  line-height: 13px;
}

.wp-block-woocommerce-rating-filter input[type=text] {
  margin-bottom: unset;
}

/**
 * Mini cart
 */
.curie-mini-cart, .wc-toggle-button-wrapper {
  position: relative;
  color: var(--lav-main);
  font-size: 24px;
  text-decoration: unset;
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.curie-mini-cart i, .wc-toggle-button-wrapper i {
  font-size: 24px;
}

.curie-mini-cart .curie-mini-cart-count, .wc-toggle-button-wrapper .curie-mini-cart-count {
  display: block;
  position: absolute;
  min-width: 1.8em;
  height: 1.8em;
  top: -0.1em;
  inset-inline-end: -0.3em;
  border-radius: 100%;
  color: #fff;
  background-color: var(--lav-accent);
  text-align: center;
  font-size: 9px;
  line-height: 1.6em;
  font-weight: 300;
}

.curie-mini-cart:visited, .wc-toggle-button-wrapper:visited {
  color: var(--lav-main);
}

.curie-mini-cart:hover, .curie-mini-cart:focus, .curie-mini-cart:active, .wc-toggle-button-wrapper:hover, .wc-toggle-button-wrapper:focus, .wc-toggle-button-wrapper:active {
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.curie-mini-cart:focus, .wc-toggle-button-wrapper:focus {
  outline: thin dotted;
}

.curie-mini-cart:hover, .curie-mini-cart:active, .wc-toggle-button-wrapper:hover, .wc-toggle-button-wrapper:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Mini cart dropdown
--------------------------------------------------------------*/
.wc-toggle-button-wrapper, .ic-cart-sidebar-wrapper {
  display: inline-block;
  position: relative;
  /* Define the scrollbar style */
  /* Define the thumb style */
  /* Define the track style */
}

.wc-toggle-button-wrapper:hover .wc-menu-cart__container, .ic-cart-sidebar-wrapper:hover .wc-menu-cart__container {
  opacity: 1;
  display: block;
}

.wc-toggle-button-wrapper .wc-menu-cart__toggle-button, .ic-cart-sidebar-wrapper .wc-menu-cart__toggle-button {
  color: var(--lav-main);
}

.wc-toggle-button-wrapper .cart-button-icon[data-counter]:before, .ic-cart-sidebar-wrapper .cart-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.8em;
  height: 1.8em;
  top: -0.2em;
  inset-inline-end: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: var(--lav-accent);
  text-align: center;
  font-size: 9px;
  line-height: 1.6em;
  font-weight: 300;
}

.wc-toggle-button-wrapper .wc-menu-cart__container, .ic-cart-sidebar-wrapper .wc-menu-cart__container {
  right: 0;
  left: auto;
  transform: none;
  position: absolute;
  overflow: visible;
  top: 100%;
  bottom: auto;
  min-width: 330px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.wc-toggle-button-wrapper .wc-menu-cart__main, .ic-cart-sidebar-wrapper .wc-menu-cart__main {
  min-height: 200px;
  width: 370px;
  max-width: 100%;
  position: relative;
  overflow: visible;
  z-index: 100;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px var(--main-shadow);
  border-style: none;
  border-color: initial;
  border-radius: 0;
  margin-top: 0;
}

.wc-toggle-button-wrapper .cart_item, .ic-cart-sidebar-wrapper .cart_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}

.wc-toggle-button-wrapper .attachment-woocommerce_thumbnail, .ic-cart-sidebar-wrapper .attachment-woocommerce_thumbnail {
  max-width: 70px;
}

.wc-toggle-button-wrapper .wc-menu-cart__product-name-wrapper, .ic-cart-sidebar-wrapper .wc-menu-cart__product-name-wrapper {
  flex-grow: 1;
}

.wc-toggle-button-wrapper .widget_shopping_cart_content-custom, .ic-cart-sidebar-wrapper .widget_shopping_cart_content-custom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wc-toggle-button-wrapper .wc-menu-cart__products, .ic-cart-sidebar-wrapper .wc-menu-cart__products {
  max-height: calc(80vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}

.wc-toggle-button-wrapper .wc-menu-cart__subtotal, .ic-cart-sidebar-wrapper .wc-menu-cart__subtotal {
  text-align: center;
  border-top: 1px solid var(--lav-main);
  border-bottom: 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wc-toggle-button-wrapper .woocommerce-mini-cart__total, .ic-cart-sidebar-wrapper .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
}

.wc-toggle-button-wrapper .product-remove a, .wc-toggle-button-wrapper .wc-menu-cart__product-remove, .ic-cart-sidebar-wrapper .product-remove a, .ic-cart-sidebar-wrapper .wc-menu-cart__product-remove {
  display: block;
  font-size: 24px;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 24px;
  border-radius: 100%;
  color: var(--woocommerce__color-error);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.wc-toggle-button-wrapper .wc-menu-cart__product, .ic-cart-sidebar-wrapper .wc-menu-cart__product {
  align-items: center;
  align-content: center;
}

.wc-toggle-button-wrapper .product-price, .ic-cart-sidebar-wrapper .product-price {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .wc-toggle-button-wrapper .product-price, .ic-cart-sidebar-wrapper .product-price {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .wc-toggle-button-wrapper .product-price, .ic-cart-sidebar-wrapper .product-price {
    font-size: 18px;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__footer-buttons, .ic-cart-sidebar-wrapper .wc-menu-cart__footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.wc-toggle-button-wrapper .woocommerce-mini-cart__total, .ic-cart-sidebar-wrapper .woocommerce-mini-cart__total {
  padding: 10px 0;
}

.wc-toggle-button-wrapper .product-name, .ic-cart-sidebar-wrapper .product-name {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .wc-toggle-button-wrapper .product-name, .ic-cart-sidebar-wrapper .product-name {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 360px) {
  .wc-toggle-button-wrapper .product-name, .ic-cart-sidebar-wrapper .product-name {
    font-size: 16px;
    line-height: 25px;
  }
}
.wc-toggle-button-wrapper .product-name a, .ic-cart-sidebar-wrapper .product-name a {
  color: var(--lav-main);
  text-decoration: none;
}

.wc-toggle-button-wrapper .product-name a:hover, .ic-cart-sidebar-wrapper .product-name a:hover {
  color: var(--lav-main);
}

.wc-toggle-button-wrapper .product-name a:visited, .ic-cart-sidebar-wrapper .product-name a:visited {
  color: var(--lav-main);
}

.wc-toggle-button-wrapper .product-name a:hover, .wc-toggle-button-wrapper .product-name a:focus, .wc-toggle-button-wrapper .product-name a:active, .ic-cart-sidebar-wrapper .product-name a:hover, .ic-cart-sidebar-wrapper .product-name a:focus, .ic-cart-sidebar-wrapper .product-name a:active {
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.wc-toggle-button-wrapper .product-name a:focus, .ic-cart-sidebar-wrapper .product-name a:focus {
  outline: thin dotted;
}

.wc-toggle-button-wrapper .product-name a:hover, .wc-toggle-button-wrapper .product-name a:active, .ic-cart-sidebar-wrapper .product-name a:hover, .ic-cart-sidebar-wrapper .product-name a:active {
  outline: 0;
}

.wc-toggle-button-wrapper ::-webkit-scrollbar, .ic-cart-sidebar-wrapper ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.wc-toggle-button-wrapper ::-webkit-scrollbar-thumb, .ic-cart-sidebar-wrapper ::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, var(--lav-accent) 0%, var(--lav-accent) 100%);
  border-radius: 15px;
}

.wc-toggle-button-wrapper ::-webkit-scrollbar-track:horizontal, .ic-cart-sidebar-wrapper ::-webkit-scrollbar-track:horizontal {
  background-color: white;
  box-shadow: inset 0 0 2px 2px gainsboro;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Mini cart drawer
--------------------------------------------------------------*/
.active-mini-cart .ic-cart-sidebar-wrapper {
  transform: translateX(0);
}

.ic-cart-sidebar-wrapper {
  position: fixed;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 999999;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.3s;
  overflow: hidden;
  /* Define the scrollbar style */
  /* Define the thumb style */
  /* Define the track style */
}

.ic-cart-sidebar-wrapper .offcanvas-header {
  background: var(--lav-accent);
  color: #fff;
}

.ic-cart-sidebar-wrapper .offcanvas-header .btn-close {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  width: 30px;
  min-height: 30px;
  transition: all 300ms ease-in-out;
  background: none;
  opacity: 1;
}

.ic-cart-sidebar-wrapper .offcanvas-header .btn-close i {
  color: #fff;
}

.ic-cart-sidebar-wrapper .offcanvas-header .btn-close:hover {
  transition: all 300ms ease-in-out;
  color: #fff;
}

.ic-cart-sidebar-wrapper .offcanvas-body {
  padding-right: 0;
  height: 100%;
}

.ic-cart-sidebar-wrapper .ic-cart-sidebar-wrapper_body {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.ic-cart-sidebar-wrapper .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
}

.ic-cart-sidebar-wrapper .remove_from_cart_button {
  display: block;
  font-size: 24px;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 24px;
  border-radius: 100%;
  color: var(--woocommerce__color-error);
  text-decoration: none;
  font-weight: bold;
  margin: 0 15px 0 0;
  transition: all 0.3s ease-in-out;
  order: 2;
}

.ic-cart-sidebar-wrapper .mini_cart_item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}

.ic-cart-sidebar-wrapper .product_list_widget {
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.ic-cart-sidebar-wrapper li.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--main-dark-opacity);
  margin-right: 10px;
}

.ic-cart-sidebar-wrapper li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  margin-right: 20px;
}

.ic-cart-sidebar-wrapper .woocommerce-mini-cart {
  margin: 0;
}

.ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-right: var(--bs-offcanvas-padding-y);
}

.ic-cart-sidebar-wrapper .woocommerce-mini-cart__total {
  padding-right: var(--bs-offcanvas-padding-y);
}

.ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons a:first-child {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: var(--lav-accent);
  text-decoration: none;
  width: fit-content;
  display: inline-block;
}

@media (max-width: 768px) {
  .ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons a:first-child {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons a:first-child {
    font-size: 16px;
  }
}
.ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons a:first-child:hover {
  background-color: var(--lav-accent);
  color: #fff;
  border-color: var(--lav-accent);
}

.ic-cart-sidebar-wrapper .woocommerce-mini-cart__buttons a:first-child:visited {
  color: var(--lav-accent);
}

.ic-cart-sidebar-wrapper .product-name-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
}

.ic-cart-sidebar-wrapper ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.ic-cart-sidebar-wrapper ::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, var(--lav-accent) 0%, var(--lav-accent) 100%);
  border-radius: 15px;
}

.ic-cart-sidebar-wrapper ::-webkit-scrollbar-track:horizontal {
  background-color: white;
  box-shadow: inset 0 0 2px 2px gainsboro;
  border-radius: 5px;
}

.ic-cart-sidebar-wrapper .quantity {
  font-size: 18px;
  font-weight: 400;
  color: var(--lav-main);
}

@media (max-width: 768px) {
  .ic-cart-sidebar-wrapper .quantity {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .ic-cart-sidebar-wrapper .quantity {
    font-size: 18px;
  }
}
.ic-cart-sidebar-wrapper a.product-name {
  font-size: 16px;
  line-height: 25px;
  color: var(--lav-main);
  text-decoration: none;
}

@media (max-width: 768px) {
  .ic-cart-sidebar-wrapper a.product-name {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 360px) {
  .ic-cart-sidebar-wrapper a.product-name {
    font-size: 16px;
    line-height: 25px;
  }
}
.ic-cart-sidebar-wrapper a.product-name:hover {
  color: var(--lav-main);
}

.ic-cart-sidebar-wrapper a.product-name:visited {
  color: var(--lav-main);
}

.ic-cart-sidebar-wrapper a.product-name:hover, .ic-cart-sidebar-wrapper a.product-name:focus, .ic-cart-sidebar-wrapper a.product-name:active {
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.ic-cart-sidebar-wrapper a.product-name:focus {
  outline: thin dotted;
}

.ic-cart-sidebar-wrapper a.product-name:hover, .ic-cart-sidebar-wrapper a.product-name:active {
  outline: 0;
}

/**
 * My account
 */
.woocommerce-account {
  color: var(--lav-main);
}

.woocommerce-account .woocommerce-Address, .woocommerce-account thead th, .woocommerce-account tfoot th {
  color: var(--lav-main);
}

.woocommerce-account .woocommerce-Address h3, .woocommerce-account .woocommerce-Address h2, .woocommerce-account thead th h3, .woocommerce-account thead th h2, .woocommerce-account tfoot th h3, .woocommerce-account tfoot th h2 {
  color: var(--lav-main);
  font-weight: 500;
}

.woocommerce-account h3, .woocommerce-account h2 {
  color: var(--lav-main);
  font-weight: 500;
}

.woocommerce-account .site-main {
  margin-bottom: 120px;
}

.woocommerce-account .woocommerce {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
  border: 1px solid var(--main-dark-opacity);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 20px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 5px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 80%;
  padding: 0 40px;
}

.woocommerce-account .woocommerce-MyAccount-content a.button {
  color: #fff;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .col-1, .woocommerce-account .woocommerce-MyAccount-content .addresses .col-2 {
  width: 100%;
}

.woocommerce-account .woocommerce-info {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--woocommerce__color-info);
  background: none;
}

@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 40px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=url],
.woocommerce-account input[type=password],
.woocommerce-account input[type=search],
.woocommerce-account input[type=number],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=range],
.woocommerce-account input[type=date],
.woocommerce-account input[type=month],
.woocommerce-account input[type=week],
.woocommerce-account input[type=time],
.woocommerce-account input[type=datetime],
.woocommerce-account input[type=datetime-local],
.woocommerce-account input[type=color],
.woocommerce-account textarea {
  margin-bottom: 10px;
}

/**
 * Widgets Legacy
 */
.widget-area .woocommerce .star-rating span:before {
  color: #FF9415;
}

.widget-area .woocommerce .star-rating span {
  max-height: 25px;
}

.widget-area .woocommerce ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area h3, .widget-area .wp-block-search__label {
  font-size: 24px;
  line-height: 33px;
  color: var(--lav-main);
  font-family: var(--font__headings);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .widget-area h3, .widget-area .wp-block-search__label {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 360px) {
  .widget-area h3, .widget-area .wp-block-search__label {
    font-size: 24px;
    line-height: 33px;
  }
}
.widget-area .widget_shopping_cart ul li {
  margin-bottom: 30px;
}

.widget-area .widget_shopping_cart ul > li:before {
  content: unset;
}

.widget-area .widget_shopping_cart ul.product_list_widget > li > a {
  display: block;
}

.widget-area .widget_shopping_cart .attachment-woocommerce_thumbnail, .widget-area .widget_shopping_cart .woocommerce-placeholder {
  margin-right: 10px;
  width: 70px;
  height: 70px;
  float: left;
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__total {
  border-top: 1px solid var(--main-dark-opacity);
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
  width: 100%;
  text-align: center;
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:first-child {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: var(--lav-accent);
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  width: 100%;
}

@media (max-width: 768px) {
  .widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:first-child {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:first-child {
    font-size: 16px;
  }
}
.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:first-child:hover {
  background-color: var(--lav-accent);
  color: #fff;
  border-color: var(--lav-accent);
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:first-child:visited {
  color: var(--lav-accent);
}

.widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .checkout {
  margin-top: 10px;
}

.widget-area .widget_shopping_cart a.remove {
  float: right;
  color: var(--woocommerce__color-error);
}

.widget-area .widget_product_categories ul {
  list-style: none;
  margin: 0;
}

.widget-area .widget_product_categories .children {
  padding-left: 5px;
  margin-left: 5px;
}

.widget-area .widget_product_categories a {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  margin-left: 3px;
}

.widget-area .widget_product_categories a:hover {
  margin-left: 8px;
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.widget-area .widget_recent_reviews ul, .widget-area .widget_recently_viewed_products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-area .widget_recent_reviews ul .product-title, .widget-area .widget_recently_viewed_products ul .product-title {
  display: block;
}

.widget-area .widget_recent_reviews ul li, .widget-area .widget_recently_viewed_products ul li {
  display: block;
  margin-bottom: 20px;
  color: var(--lav-main);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .widget-area .widget_recent_reviews ul li, .widget-area .widget_recently_viewed_products ul li {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .widget-area .widget_recent_reviews ul li, .widget-area .widget_recently_viewed_products ul li {
    font-size: 14px;
  }
}
.widget-area .widget_recent_reviews ul > li:before, .widget-area .widget_recently_viewed_products ul > li:before {
  content: unset;
}

.widget-area .widget_recent_reviews del, .widget-area .widget_recently_viewed_products del {
  opacity: 0.7;
  text-align: center;
}

.widget-area .widget_recent_reviews ins, .widget-area .widget_recently_viewed_products ins {
  color: var(--woocommerce__color-error);
  font-weight: 500;
  background: none;
  text-align: center;
}

.widget-area .widget_price_filter .ui-slider-range, .widget-area .widget_price_filter .ui-slider-handle {
  background: var(--lav-accent);
}

.widget-area .widget_price_filter .ui-slider-handle {
  border-radius: 100%;
}

.widget-area .widget_rating_filter ul > li:before {
  content: unset;
}

.widget-area .widget_rating_filter a {
  display: flex;
}

.widget-area .widget_rating_filter .star-rating {
  margin-right: 10px;
}

.widget_layered_nav a {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  margin-left: 3px;
}

.widget_layered_nav a:hover {
  margin-left: 8px;
  color: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/**
 * Virtual product
 */
.lav-virtual-product .lav-boost-service-products {
  width: 100%;
}

.lav-virtual-product .entry-title {
  font-size: 28px;
  line-height: 37px;
}

@media (max-width: 768px) {
  .lav-virtual-product .entry-title {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 360px) {
  .lav-virtual-product .entry-title {
    font-size: 28px;
    line-height: 37px;
  }
}
.lav-virtual-product .services-list-item {
  position: relative;
  max-height: 30px;
}

.lav-virtual-product .services-list-item .title {
  display: flex;
  align-content: center;
  align-items: center;
}

.lav-virtual-product .services-list-item .tooltip {
  opacity: 1;
}

.lav-virtual-product .product-marketing-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lav-virtual-product .product-marketing-data i {
  color: var(--lav-accent);
  font-size: 25px;
}

.lav-virtual-product .demo-button {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 0;
  background: var(--main-accent-opacity);
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 4;
  color: #fff;
  text-decoration: none;
}

.lav-virtual-product .product-gallery {
  position: relative;
}

.lav-virtual-product .product-gallery:hover .demo-button {
  height: unset;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
  top: 0;
  visibility: visible;
}

.lav-virtual-product .product-information {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  background: var(--lav-main);
  padding: 20px 10px;
  margin-top: 0;
  z-index: 2;
  position: relative;
  color: var(--main-white-opacity);
}

.lav-virtual-product .product-information a {
  color: var(--main-white-opacity);
}

.lav-virtual-product .woocommerce-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--woocommerce__color-info);
}

.lav-virtual-product .woocommerce-Tabs-panel {
  padding-bottom: 15px;
}

.lav-virtual-product .product_meta span {
  margin-bottom: 5px;
}

.lav-virtual-product .product-meta-data span {
  color: #fff;
}

.lav-virtual-product .woocommerce-product-details__short-description ul li:before {
  display: none;
}

.lav-virtual-product .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
}

.lav-virtual-product .price {
  margin-bottom: 10px;
}

.lav-virtual-product form.cart {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
}

.lav-virtual-product .lav-btn-product-custom-link {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: var(--lav-accent);
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .lav-virtual-product .lav-btn-product-custom-link {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .lav-virtual-product .lav-btn-product-custom-link {
    font-size: 16px;
  }
}
.lav-virtual-product .lav-btn-product-custom-link:hover {
  background-color: var(--lav-accent);
  color: #fff;
  border-color: var(--lav-accent);
}

.lav-virtual-product .lav-btn-product-custom-link:visited {
  color: var(--lav-accent);
}

.lav-virtual-product .product-custom-button {
  margin-top: 10px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
}

@media (max-width: 768px) {
  .lav-virtual-product .product-custom-button {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .lav-virtual-product .product-custom-button {
    font-size: 16px;
  }
}
.lav-virtual-product .product-custom-button:hover {
  background-color: var(--lav-main);
  color: #fff;
}

.lav-virtual-product .product-custom-button:visited {
  color: #fff;
}

.lav-virtual-product .summary a:hover, .lav-virtual-product .summary a:focus, .lav-virtual-product .summary a:active, .lav-virtual-product .summary a:visited {
  color: #fff;
}

.lav-virtual-product .wc-tabs {
  justify-content: flex-start;
  margin-left: 0;
}

.site-main .preview {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  top: 0;
  padding: 0 10px;
  z-index: 2;
  right: 0;
  transform: translate3d(0, 5px, 0);
  width: fit-content;
  text-transform: uppercase;
}

.site-main .demo-icon {
  font-size: 22px;
  color: var(--lav-accent);
}

.site-main .demo-icon:hover {
  color: #fff;
}

.grid-archive-product-layout .site-main .product .star-rating, .site-main .grid-product .product .star-rating {
  margin: 0;
}

.grid-archive-product-layout .site-main .woocommerce-loop-product__title, .site-main .grid-product .woocommerce-loop-product__title {
  margin: 20px 15px 10px 15px;
  text-align: left;
}

.grid-archive-product-layout .site-main .price, .site-main .grid-product .price {
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

.grid-archive-product-layout .site-main .product .button, .site-main .grid-product .product .button {
  width: fit-content;
  margin: 0;
  padding: 10px 25px;
  display: block;
}

.grid-archive-product-layout .site-main .buttons-deck, .site-main .grid-product .buttons-deck {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  gap: 10px;
}

.grid-archive-product-layout .site-main .product-custom-button, .site-main .grid-product .product-custom-button {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid var(--lav-accent);
  padding: 12px 35px;
  text-transform: uppercase;
  color: var(--lav-accent);
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  padding: 9px 15px;
  color: var(--lav-accent);
  margin-top: 0;
}

@media (max-width: 768px) {
  .grid-archive-product-layout .site-main .product-custom-button, .site-main .grid-product .product-custom-button {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .grid-archive-product-layout .site-main .product-custom-button, .site-main .grid-product .product-custom-button {
    font-size: 16px;
  }
}
.grid-archive-product-layout .site-main .product-custom-button:hover, .site-main .grid-product .product-custom-button:hover {
  background-color: var(--lav-accent);
  color: #fff;
  border-color: var(--lav-accent);
}

.grid-archive-product-layout .site-main .product-custom-button:visited, .site-main .grid-product .product-custom-button:visited {
  color: var(--lav-accent);
}

.wc-empty-cart-message {
  width: 100%;
}

.lav-btn-product-custom-link {
  width: 100%;
  margin-top: 40px;
}

.custom-product-type.grid-product .swiper-container {
  overflow: hidden;
  position: relative;
  height: unset;
}

.custom-product-type.grid-product .rating-review, .custom-product-type.grid-product .alice-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  border-color: var(--lav-accent);
  border-radius: 4px;
  z-index: 2;
}

.custom-product-type.grid-product .rating-review i, .custom-product-type.grid-product .alice-discount i {
  color: #FF9415;
}

.custom-product-type.grid-product .alice-discount {
  top: 50px;
  background-color: var(--woocommerce__color-error);
  color: #fff;
}

.custom-product-type.grid-product .rating-review {
  border: 1px solid var(--woocommerce__color-error);
}

.custom-product-type.grid-product .rating-review .rating,
.custom-product-type.grid-product .rating-review .review {
  display: flex;
  align-items: center;
  gap: 3px;
}

.custom-product-type.grid-product .product a.button {
  width: 100%;
  text-align: center;
}

.custom-product-type.grid-product .product-features {
  margin-bottom: 10px;
}

.custom-product-type.grid-product .feature-text i, .custom-product-type.grid-product .feature-text img, .custom-product-type.grid-product .feature-text svg {
  color: var(--woocommerce__color-success);
  margin-right: 10px;
}

.custom-product-type.grid-product .alice-stock-status.instock {
  color: var(--woocommerce__color-success);
}

.custom-product-type.grid-product .alice-stock-status.outofstock {
  color: var(--woocommerce__color-error);
}

.custom-product-type.grid-product .rating-and-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.custom-product-type.grid-product .product {
  padding-bottom: 25px;
}

.custom-product-type.grid-product .added_to_cart {
  transform: translate3d(0, 10px, 0);
}

.rounded .product {
  border-radius: 10px;
  box-shadow: 0 4px 15px var(--main-shadow);
  border: unset;
}

.rounded .grid-product .product .button, .rounded .product a.button, .rounded .product .product-custom-button {
  border-radius: 25px;
}

.rounded .product img {
  border-radius: 10px 10px 0 0;
}

.rounded .onsale {
  border-radius: 0 5px 5px 0;
}

.product-actions.hint-top {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  justify-content: center;
  padding: 10px 5px;
  position: absolute;
  top: 90px;
  right: -50px;
  background: #fff;
  border: 1px solid #eee;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 200ms ease;
  box-shadow: 0 4px 15px var(--main-shadow);
  z-index: 2;
}

.products .woocommerce-LoopProduct-link {
  position: relative;
  overflow: hidden;
}

.products .product:hover .product-actions.hint-top {
  opacity: 1;
  visibility: visible;
  right: 10px;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}

.products .grid-product .buttons-deck {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
}

a.product-actions {
  text-decoration: none;
}

.buttons-deck.text .product-custom-button, .buttons-deck.text .type-text.button {
  width: 100%;
  text-align: center;
}

.archive.woocommerce-page .woocommerce-products-header {
  margin-bottom: 0;
}

.archive.woocommerce-page #page-wrapper {
  padding-top: 25px;
}

.archive-products-categories {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.archive-products-categories .product.product-category {
  width: 32%;
  height: unset;
  padding: 0;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .archive-products-categories .product.product-category {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .archive-products-categories .product.product-category {
    width: 100%;
  }
}
.archive-products-categories a {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: var(--lav-main);
}

.archive-products-categories h2, .archive-products-categories mark {
  font-size: 20px;
  text-decoration: none;
  color: var(--lav-main);
  background: none;
}

.archive-products-categories img {
  max-width: 32%;
}

.archive-products-categories .woocommerce-loop-category__title {
  flex-grow: 1;
}

.rounded .archive-products-categories img {
  border-radius: 10px 0 0 10px;
}

.site-main-wrap {
  padding-bottom: 70px;
}

.product-item.type-1 .product-custom-button {
  width: 100%;
}

.product-item.type-1 .product {
  overflow: hidden;
}

.product-item.type-1 .product-actions.hint-top {
  flex-direction: column;
  padding: 10px 12px;
}

.product-item.type-1 .product-actions.hint-top i {
  color: var(--lav-accent);
}

.product-item.type-2 {
  position: relative;
  border-radius: 5px;
}

.product-item.type-2 .product-actions.hint-top {
  flex-direction: column;
  padding: 10px 12px;
  opacity: 0;
  display: none;
  right: 10px;
  top: 120px;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}

.product-item.type-2 .product-actions.hint-top i {
  color: var(--lav-accent);
}

.product-item.type-2 .product-footer {
  margin-top: 40px;
  opacity: 0;
  display: none;
  will-change: opacity;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  background: #fff;
  padding: 10px 15px 20px 15px;
}

.product-item.type-2 .product-custom-button {
  width: 100%;
}

.product-item.type-2:hover .product-footer {
  position: absolute;
  opacity: 1;
  display: block;
}

.product-item.type-2:hover .product-actions.hint-top {
  opacity: 1;
  display: flex;
  right: 10px;
  top: 90px;
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.15s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}

.product-item.type-2:hover {
  z-index: 9;
}

.rounded .product-footer {
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 15px var(--main-shadow);
}

.product-item.type-3 .custom-buttons-deck {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-item.type-3 .product-actions.hint-top {
  position: relative;
  top: unset;
  right: unset;
  color: var(--lav-main);
}

.product-item.type-3 .product:hover .product-actions.hint-top {
  opacity: 1;
  visibility: visible;
  right: unset;
  padding: 10px 5px;
}

.product-item.type-3 .product a.button, .product-item.type-3 .product-custom-button, .product-item.type-3 .quick-view-btn, .product-item.type-3 .product-video-popup {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: var(--lav-main);
  padding: 10px 5px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 200ms ease;
  box-shadow: 0 1px 13px 4px var(--main-shadow);
}

.product-item.type-3 .product a.button:hover, .product-item.type-3 .product-custom-button:hover, .product-item.type-3 .quick-view-btn:hover, .product-item.type-3 .product-video-popup:hover {
  color: #fff;
  background-color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 1px 13px 4px var(--main-shadow);
}

.product-item.type-3 .product a.button {
  background: var(--lav-accent);
  color: #fff;
}

.product-item.type-3 .product a.button:hover {
  color: #fff;
  background-color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 1px 13px 4px var(--main-shadow);
}

.product-item.type-3 .price {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 10px;
}

.product-item.type-3.custom-product-type .rating-and-price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}

.product-item.type-4 .custom-buttons-deck {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0;
  flex-direction: row;
  transition: all 500ms ease-in-out;
  transform: translateY(-100%);
}

.product-item.type-4 .product:hover .custom-buttons-deck {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 5;
  height: 55px;
  transform: translateY(-255%);
  transition: all 500ms ease-in-out;
}

.product-item.type-4 .product {
  overflow: hidden;
  padding-bottom: 10px;
}

.product-item.type-4 .product a.button, .product-item.type-4 .product-custom-button, .product-item.type-4 .quick-view-btn, .product-item.type-4 .product-video-popup {
  width: 100%;
  text-align: center;
  background: #fff;
  color: var(--lav-main);
  padding: 10px 5px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 200ms ease;
  box-shadow: 0 1px 13px 4px rgba(51, 51, 51, 0.1215686275);
  margin: 5px;
}

.product-item.type-4 .swiper-pagination {
  bottom: 5px;
}

.product-item.type-4 .product-features {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  border-top: 1px solid var(--main-dark-opacity);
  padding-top: 20px;
}

.product-item.type-4 .rating-and-price {
  flex-direction: column;
}

.product-item.type-4 .woocommerce-loop-product__title {
  text-align: center;
}

.product-item.type-4 .added_to_cart.wc-forward {
  display: none;
}

.product-item.type-5 .custom-buttons-deck {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row;
  border: 1px solid var(--main-dark-opacity);
}

.product-item.type-5 .product a.add_to_cart_button, .product-item.type-5 .product-custom-button, .product-item.type-5 .quick-view-btn, .product-item.type-5 .product-video-popup {
  width: auto;
  text-align: center;
  background: transparent;
  padding: 0;
  margin: 10px 15px;
  font-size: 24px;
  color: var(--lav-main);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.product-item.type-5 .product a.add_to_cart_button:hover, .product-item.type-5 .product-custom-button:hover, .product-item.type-5 .quick-view-btn:hover, .product-item.type-5 .product-video-popup:hover {
  box-shadow: unset;
}

.product-item.type-5 .woocommerce-loop-product__link {
  height: auto;
}

.product-item.type-5 .product {
  justify-content: flex-start;
}

.product-item.type-5 .product:hover .custom-buttons-deck {
  background: var(--lav-accent);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.product-item.type-5 .product:hover a.button, .product-item.type-5 .product:hover .product-custom-button, .product-item.type-5 .product:hover .quick-view-btn, .product-item.type-5 .product:hover .product-video-popup {
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.product-item.type-5 .product-features {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 1px solid var(--main-dark-opacity);
  padding-top: 20px;
}

.product-item.type-5 .price {
  width: 100%;
}

.product-item.type-6 .woocommerce-loop-product__link {
  height: unset;
}

.product-item.type-6 .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding-top: 100%;
}

.product-item.type-6 .banner-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-item.type-6 .banner-wrapper .button {
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 3;
  transition: all 1.3s ease;
}

.product-item.type-6 .banner-wrapper .cart-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 15px;
}

.product-item.type-6 .banner-wrapper:hover .cart-icon {
  bottom: -90px;
  transition: all 1.3s ease;
}

.product-item.type-6 .banner-wrapper:hover .button {
  bottom: 0;
  transition: all 1.3s ease;
  box-shadow: unset;
}

.product-item.type-6 .banner-wrapper .added_to_cart.wc-forward {
  position: absolute;
  bottom: 50%;
  right: 50%;
  z-index: 7;
}

.product-item.type-6 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s ease, z-index 1.3s ease;
}

.product-item.type-6 .main-image {
  z-index: 2;
  transform: translateX(0) scale(1);
}

.product-item.type-6 .second-image {
  z-index: 1;
  transform: translateX(100%) scale(0.9);
  transition: transform 1.5s ease, z-index 1.5s ease;
}

.product-item.type-6 .banner-wrapper:hover .main-image {
  transform: translateX(-100%) scale(0.9);
  z-index: 1;
}

.product-item.type-6 .banner-wrapper:hover .second-image {
  transform: translateX(0) scale(1);
  z-index: 2;
}

@media (max-width: 768px) {
  .product-item.type-6 .image-container {
    height: 300px;
    width: 100%;
  }
}
.product-item.type-6 .product a.button {
  width: auto;
}

.product-item.type-6 .product {
  padding-bottom: 0;
  justify-content: flex-start;
}

.product-item.type-6 .title-wrapper {
  padding: 10px 15px 10px 15px;
}

.product-item.type-6 .woocommerce-loop-product__title {
  margin: 0 0 10px 0;
}

/**
 * product countdown
 */
.alice-countdown.alice-product-countdown {
  position: relative;
  width: 100%;
}

.alice-countdown.alice-product-countdown.countdown-archive {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.alice-countdown.alice-product-countdown .flipper.single-product {
  color: #ffffff;
  display: block;
  font-style: normal;
  font-family: var(--font__main);
  font-weight: 300;
  font-size: 25px !important;
  text-transform: uppercase;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}

@media (max-width: 768px) {
  .alice-countdown.alice-product-countdown .flipper.single-product {
    font-size: 18px !important;
  }
}
.alice-countdown.alice-product-countdown .flipper.flipper-invisible {
  font-size: 0 !important;
}

.alice-countdown.alice-product-countdown .flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.alice-countdown.alice-product-countdown .flipper-group label {
  position: absolute;
  color: var(--lav-main);
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}

.alice-countdown.alice-product-countdown .flipper-digit {
  background-color: var(--woocommerce__color-error);
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.1em;
  overflow-y: hidden;
}

.alice-countdown.alice-product-countdown .flipper-digit span {
  font-size: 25%;
}

.alice-countdown.alice-product-countdown .flipper-initialized > .flipper-delimiter {
  margin: 3px;
}

.alice-countdown.alice-product-countdown .flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0.1em 0;
  margin: 0;
  min-width: 0.1em;
  line-height: 1em;
}

.alice-countdown.alice-product-countdown .digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.alice-countdown.alice-product-countdown .digit-next {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alice-countdown.alice-product-countdown .digit-top {
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  padding: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.alice-countdown.alice-product-countdown .digit-top.r {
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.alice-countdown.alice-product-countdown .digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  line-height: 0 !important;
  top: 50% !important;
  bottom: auto !important;
  padding: 0 0.1em 0.1em 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.alice-countdown.alice-product-countdown .digit-top2.r {
  visibility: visible;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: var(--woocommerce__color-error);
}

.alice-countdown.alice-product-countdown .digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: var(--woocommerce__color-error);
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0;
  padding: 0 0.1em 0.1em 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.alice-countdown.alice-product-countdown .digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.alice-products .alice-countdown.alice-product-countdown {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.alice-products .alice-countdown.alice-product-countdown .flipper.single-product {
  font-size: 20px !important;
}

.alice-products .alice-countdown.alice-product-countdown .product-discount {
  display: none;
}

.alice-products .alice-countdown.alice-product-countdown .flipper-group label {
  font-size: 35%;
  color: #ffffff;
}

.alice-products .countdown-wrapper {
  background: var(--woocommerce__color-error);
  width: auto;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
}

/**
 * pop up notice
 */
.alice-add-to-cart-popup-notice {
  position: fixed;
  display: none;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 15px;
  text-align: center;
}

.alice-add-to-cart-popup-notice .button {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 15px;
}

.alice-add-to-cart-popup-notice .lav-btn-outline, .alice-add-to-cart-popup-notice .lav-btn-default {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.alice-add-to-cart-popup-notice .popup-content {
  margin: 10px 0;
}

.alice-add-to-cart-popup-notice .close-popup {
  background-color: #fff;
  color: var(--lav-main);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin-top: 10px;
}

/*# sourceMappingURL=woocommerce.css.map */

/*# sourceMappingURL=woocommerce.css.map */
