@charset "utf-8"; .woocommerce-cart .cart_totals:has(.blockUI), .woocommerce-cart .woocommerce-cart-form:has(.blockUI), .woocommerce-checkout-review-order:has(.blockUI), .woocommerce-mini-cart-item:has(.blockUI) {
  opacity: 0.5;
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay, .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay, .woocommerce-checkout-review-order .blockUI.blockOverlay, .woocommerce-mini-cart-item .blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: 0.5 !important;
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay:before, .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before, .woocommerce-checkout-review-order .blockUI.blockOverlay:before, .woocommerce-mini-cart-item .blockUI.blockOverlay:before {
  animation: spin 0.6s linear infinite;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 3px solid var(--fs-color-primary);
  border-radius: 50%;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  content: "";
  display: block;
  font-size: 2em;
  height: 30px;
  left: 50%;
  line-height: 1;
  margin-left: -0.5em;
  margin-top: -0.5em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}

.dark .woocommerce-cart .cart_totals .blockUI.blockOverlay:before, .dark .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before, .dark .woocommerce-checkout-review-order .blockUI.blockOverlay:before, .dark .woocommerce-mini-cart-item .blockUI.blockOverlay:before {
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left-color: #fff !important;
}

.category-page-row {
  padding-top: 30px;
}

.price_slider_amount input {
  display: none;
}

.woocommerce-result-count {
  display: inline-block;
  margin: 0 1em 0 auto;
  font-size: .87rem;
}

.woocommerce-ordering, .woocommerce-ordering select {
  display: inline-block;
  margin: 5px 0;
}

.add_to_cart_button.added {
  display: none;
}

a.added_to_cart {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}

a.added_to_cart:after {
  content: " →";
}

.grid-style-3 .title-wrapper {
  flex: 1;
  min-width: 60%;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
}

.grid-style-3 .price-wrapper {
  text-align: right;
}

.grid-style-3 .star-rating {
  margin: 0.2em 0;
  text-align: right;
}

.grid-style-3 .price del {
  display: block;
}

.grid-style-3 .price del span.amount {
  margin: 0;
}

.price-wrapper .review-count {
  margin-left: 4px;
}

.products .box-vertical .box-text {
  font-size: 1.1em;
}

.page-numbers.button.current {
  opacity: 0.6;
  pointer-events: none;
}

.grid-tools {
  backface-visibility: hidden;
  display: flex;
  margin-bottom: -1px;
  padding: 0 !important;
  white-space: nowrap;
  width: 100%;
}

.grid-tools a {
  background-color: var(--fs-color-primary);
  color: #f1f1f1;
  display: block;
  font-size: 0.85em;
  font-weight: 700;
  opacity: 0.95;
  padding: 0.4em 0 0.5em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: opacity 0.3s;
  width: 100%;
}

.grid-tools a.quick-view:focus-visible {
  outline-offset: -4px;
}

.grid-tools a + a {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.grid-tools a:hover {
  color: #fff;
  opacity: 1;
}

.grid-tools .add-to-cart-grid {
  width: 0;
}

@media (max-width: 849px) {
  .category-filter-row {
      padding: 10px 0;
  }
}

.filter-button {
  font-weight: normal;
  border: solid 1px #ebebeb;
  padding: 5px 12px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.5em;
  color: #222;
  transition: all ease .2s;
}
.filter-button:hover {
  border-color: #222;
}
.filter-button i::before{
  content: "\e970";
}
.filter-button strong{
  font-weight: normal;
  letter-spacing: 0;
  text-transform: lowercase;
}
.box-image .out-of-stock-label {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.9);
  color: #333;
  font-weight: 700;
  left: 0;
  opacity: 0.9;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
}

.featured-title .woocommerce-result-count {
  display: none;
}

.widget_product_categories > ul > li {
  /* align-items: center;
  display: flex;
  flex-flow: row wrap; */
  display: block;
}

.widget_product_categories > ul > li span {
  font-size: 0.85em;
  opacity: 0.4;
}

.widget_product_categories > ul > li ul span.count {
  display: none;
}

.message-wrapper + .login {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px;
}

.woocommerce-form-login .button {
  margin-bottom: 0;
}

.woocommerce-billing-fields {
  border-top: 2px solid #ddd;
  padding-top: 15px;
}

.woocommerce-billing-fields p {
  margin-bottom: 0.5em;
}

form.checkout h3 {
  font-size: 1.1em;
  font-weight: bolder;
  overflow: hidden;
  padding-top: 10px;
  text-transform: uppercase;
}

form.checkout input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 0.5em;
  margin-top: 0;
}

.payment_methods li + li {
  border-top: 1px solid #ececec;
  padding-top: 7px;
}

.payment_methods p {
  font-size: 0.9em;
}

.payment_method_paypal img {
  margin: 0 10px;
  max-width: 130px;
}

a.about_paypal {
  font-size: 0.8em;
}

.woocommerce-privacy-policy-text {
  font-size: 85%;
}

.form-row-wide {
  clear: both;
}

.form-row-push {
  margin-top: -15px;
}

@media (min-width: 550px) {
  .form-row-first, .form-row-last {
      float: left;
      width: 48%;
  }

  .form-row-first {
      margin-right: 4%;
  }
}

button#place_order {
  font-size: 1.2em;
  line-height: 1.2;
  margin-right: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  white-space: normal;
  width: 100%;
}

#ship-to-different-address {
  padding-top: 0;
}

#ship-to-different-address label {
  font-weight: 400;
  text-transform: none;
}

#billing_address_2_field > label, #shipping_address_2_field > label {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

@media (max-width: 549px) {
  #billing_address_2_field > label, #shipping_address_2_field > label {
      display: none;
  }
}

.wc-terms-and-conditions {
  border-top: 1px solid #ececec;
  margin-top: -15px;
  padding: 15px 0;
}

.wc-terms-and-conditions input {
  margin-bottom: 0;
}

.wc-terms-and-conditions label {
  font-weight: 400;
}

div.create-account {
  clear: both;
}

.form-row.create-account {
  font-size: 1.1em;
  margin: 0;
}

.form-row.create-account label {
  font-weight: 400;
}

.page-checkout-simple {
  padding: 3% 0;
}

@media (max-width: 849px) {
  .page-checkout-simple .medium-text-center #logo {
      margin: 0 auto;
  }
}

.js_active .woocommerce-account-fields p.create-account + div.create-account, .js_active .woocommerce-shipping-fields #ship-to-different-address + div.shipping_address {
  display: none;
}

.widget_price_filter form {
  margin: 0;
}

.widget_price_filter .price_slider {
  background: #f1f1f1;
  margin-bottom: 1em;
}

.widget_price_filter .price_label {
  padding-top: 6px;
}

.widget_price_filter span {
  font-weight: 700;
}

.widget_price_filter .price_slider_amount {
  font-size: 0.8751em;
  line-height: 1;
  text-align: right;
}

.widget_price_filter .price_slider_amount .button {
  background-color: #666;
  border-radius: 99px;
  float: left;
  font-size: 0.85em;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #666;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  outline: none;
  position: absolute;
  top: -5px;
  width: 15px;
  z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #666;
  border: 0;
  border-radius: 99px;
  display: block;
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}

.widget_price_filter .ui-slider-horizontal {
  border-radius: 99px;
  height: 5px;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget li.chosen a:before {
  color: currentColor;
  content: "x";
  display: inline-block;
  margin-right: 5px;
  opacity: 0.6;
  position: relative;
  top: -2px;
}

.wc-layered-nav-term.chosen > a:before {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  width: 18px;
}

.dark .wc-layered-nav-term.chosen > a:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.widget_layered_nav_filters ul li.chosen {
  border: 0 !important;
  display: inline-block;
  margin-right: 10px;
}

.widget_layered_nav_filters ul li.chosen a {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.9;
  padding: 0 7px;
}

.dark .widget_layered_nav_filters ul li.chosen a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.widget_layered_nav_filters ul li.chosen a:before {
  content: "x";
  margin-right: 3px;
  opacity: 0.4;
  position: relative;
  top: -1px;
}

.widget_layered_nav_filters ul li.chosen a:hover:before {
  opacity: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.message-wrapper {
  margin: 0;
  padding-bottom: 0.5em;
}

#wrapper > .message-wrapper {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}

ul.message-wrapper li {
  list-style: none;
}

.message-container span {
  font-weight: 700;
}

.message-container .wc-forward {
  display: none;
}

.message-container a {
  margin: 0 15px 0 0;
}

.container .message-container {
  padding-left: 0;
  padding-right: 0;
}

.message-wrapper + main .product-main {
  padding-top: 0;
}

.demo_store {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 5px;
  text-align: center;
}

#wrapper > .has-transparent ~ .message-wrapper {
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  left: 50%;
  max-width: 800px;
  padding: 20px 25px;
  position: fixed;
  top: calc(var(--flatsome-scroll-padding-top) + 30px);
  transform: translate(-50%);
  transition: top 0.6s;
  width: 80vw;
  z-index: 1002;
}

#wrapper > .has-transparent.transparent ~ .message-wrapper {
  top: 150px;
}

.form-row input[type="submit"] {
  margin: 0;
}

.form-row input[type="submit"] + label {
  margin-left: 15px;
}

.my-account-header.featured-title .page-title-inner {
  min-height: 100px;
}

.my-account-header .button {
  margin-bottom: 5px;
  margin-top: 5px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 1.5em;
}

form.lost_reset_password {
  padding: 30px 0;
}

.dashboard-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3em;
  line-height: 1;
  list-style: none;
}

.dashboard-links a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s;
}

.dashboard-links .active {
  display: none;
}

.dashboard-links a:hover {
  background-color: #333;
  color: #fff;
}

.dashboard-links li {
  width: 33.333%;
}

@media (max-width: 849px) {
  .dashboard-links li {
      width: 50%;
  }
}

@media (max-width: 549px) {
  .dashboard-links li {
      width: 100%;
  }
}

@media (max-width: 849px) {
  .account-container:has(.woocommerce-form-register) > .row > .col-1 {
      border-bottom: 1px solid #ececec;
      margin-bottom: 30px;
      padding-bottom: 30px !important;
  }
}

.password-input {
  display: block;
  position: relative;
}

.password-input input:focus ~ .show-password-input, .password-input:hover .show-password-input {
  visibility: visible;
}

.woocommerce-EditAccountForm input[type="password"], .woocommerce-form input[type="password"] {
  padding: 0 2em 0 0.75em;
}

.show-password-input {
  cursor: pointer;
  line-height: 1.35;
  padding: 0.618em;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

.show-password-input:after {
  content: "";
  font-family: fl-icons;
}

.show-password-input.display-password:after {
  content: "";
  font-family: fl-icons;
}

#login-form-popup .woocommerce-notices-wrapper:not(:empty) {
  padding: 20px 20px 0;
}

#login-form-popup .woocommerce-form {
  margin-bottom: 0;
}

#login-form-popup:not(:has(.account-register-inner)) {
  max-width: 440px;
}

#login-form-popup .account-container.lightbox-inner > .account-login-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.price {
  line-height: 1;
}

.product-info .price {
  font-size: 1.5em;
  font-weight: bolder;
  margin: 0.5em 0;
}

.woocommerce-variation-price {
  border-top: 1px dashed #ddd;
  font-size: 0.8em;
  padding: 7.5px 0;
}

.price-wrapper .price {
  display: block;
}

span.amount {
  color: #111;
  font-weight: 700;
  white-space: nowrap;
}

.dark .price, .dark .price del, .dark span.amount {
  color: #fff;
}

.header-cart-title span.amount {
  color: currentColor;
}

del span.amount {
  font-weight: 400;
  margin-right: 0.3em;
  opacity: 0.6;
}

.no-prices .amount {
  display: none !important;
}

ul.product_list_widget li {
  line-height: 1.33;
  list-style: none;
  margin-bottom: 0;
  min-height: 80px;
  overflow: hidden;
  padding: 10px 0 5px 75px;
  position: relative;
  vertical-align: top;
  font-size: .876rem;
}

ul.product_list_widget li + li {
  border-top: 1px solid #ececec;
}

.dark ul.product_list_widget li {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.widget_shopping_cart ul.product_list_widget li {
  padding-right: 30px;
}

ul.product_list_widget li > span.reviewer {
  font-size: 0.8em;
}

ul.product_list_widget li a:not(.remove) {
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  font-size: .9rem;
}

ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  line-height: 21px !important;
}

ul.product_list_widget li dl {
  font-size: 0.8em;
  margin: 0;
}

ul.product_list_widget li img {
  height: 60px;
  left: 0;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 10px;
  width: 60px;
  border-radius: 0.2rem;
}

ul.product_list_widget li .quantity {
  display: block;
  font-size: 0.85em;
  margin-top: 3px;
}

ul.product_list_widget li .quantity.buttons_added {
  display: flex;
  align-items: center;
}

.product-main {
  padding: 40px 0;
}

.page-title:not(.featured-title) + main .product-main {
  padding-top: 15px;
}

.product-info {
  padding-top: 10px;
}

.product-summary .woocommerce-Price-currencySymbol {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}

.product-summary .variations_button {
  padding: 0.5em 0;
}

.product-summary table tr + tr {
  border-top: 1px dashed #ddd;
}

form.cart a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce-variation-add-to-cart, form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}

.woocommerce-variation-add-to-cart > *, form.cart > * {
  flex: 1 1 100%;
  margin: 0;
}

.woocommerce-variation-add-to-cart :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button), form.cart :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button) {
  flex: 0 0 auto;
}

form.cart:has(.ux-buy-now-button) {
  display: grid;
  gap: 12px 16px;
  grid-template: 'qty cart' 'payment payment';
}

form.cart:has(.ux-buy-now-button) > * {
  margin: 0;
}

form.cart:has(.ux-buy-now-button) .ux-quantity {
  grid-area: qty;
  display: inline-flex;
  justify-content: center;
}

form.cart:has(.ux-buy-now-button) .single_add_to_cart_button {
  grid-area: cart;
}

form.cart:has(.ux-buy-now-button) .ux-buy-now-button {
  grid-area: payment;
}

.text-center .woocommerce-variation-add-to-cart, .text-center form.cart {
  justify-content: center;
}

.text-right .woocommerce-variation-add-to-cart, .text-right form.cart {
  justify-content: end;
}

.product_meta {
  font-size: 0.8em;
  margin-bottom: 1em;
}

.product_meta > span {
  border-top: 1px dotted #ddd;
  display: block;
  padding: 5px 0;
}

.product-info p.stock {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}

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

.group_table .quantity {
  margin: 0;
}

.group_table .price {
  font-size: 1em;
}

.group_table .label label {
  margin: 0;
  padding: 0;
}

.product-gallery, .product-thumbnails .col {
  padding-bottom: 0 !important;
}

.product-gallery-slider img, .product-thumbnails img {
  width: 100%;
}

.product-gallery-wide {
  position: relative;
}

.product-gallery .image-tools a.button {
  border: none;
  background-color: white;
}

@media screen and (min-width: 850px) {
  .product-gallery-stacked {
      overflow: auto !important;
      white-space: normal !important;
      width: auto !important;
  }

  .product-gallery-stacked .flickity-slider, .product-gallery-stacked .flickity-viewport {
      height: auto !important;
  }

  .product-gallery-stacked .flickity-slider, .product-gallery-stacked .slide {
      left: 0 !important;
      position: relative !important;
      right: 0 !important;
      transform: none !important;
  }

  .product-gallery-stacked .slide {
      overflow: hidden;
  }

  .product-gallery-stacked .slide:not(:last-child) {
      margin-bottom: 1.5em;
  }

  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider, .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) {
      display: grid;
      gap: 10px;
  }

  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide, .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide {
      margin-bottom: 0 !important;
  }

  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider, .product-gallery-stacked.product-gallery-grid-layout--1-2:not( .flickity-enabled ) {
      grid-template-columns: repeat(2, 1fr);
  }

  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child, .product-gallery-stacked.product-gallery-grid-layout--1-2:not( .flickity-enabled ) .slide:first-child {
      grid-column: 1/3;
  }

  .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider, .product-gallery-stacked.product-gallery-grid-layout--2:not( .flickity-enabled ) {
      grid-template-columns: repeat(2, 1fr);
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child {
      grid-column: span 6;
      order: 4;
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2) {
      grid-column: span 2;
      order: 1;
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3) {
      grid-column: span 2;
      order: 2;
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4) {
      grid-column: span 2;
      order: 3;
  }

  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n + 5) {
      grid-column: span 3;
      order: 5;
  }

  .product-stacked-info {
      padding: 5vh 5% 2vh;
  }
}

.product-thumbnails {
  padding-top: 0;
}

.product-thumbnails a {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  transform: translateY(0);
}

.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
  border-color: rgb(0 0 0 / 94%);
}

.product-thumbnails img {
  backface-visibility: hidden;
  margin-bottom: -5px;
  opacity: 0.5;
  transition: transform 0.6s, opacity 0.6s;
}

.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
  border-color: rgb(0 0 0 / 78%);
  opacity: 1;
  transform: translateY(-5px);
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
  opacity: 0;
}

@media screen and (min-width: 850px) {
  .vertical-thumbnails {
      overflow-x: hidden;
      overflow-y: auto;
  }

  .vertical-thumbnails .col {
      left: 0 !important;
      margin-left: 1px;
      max-width: 100% !important;
      min-height: 0 !important;
      padding: 0 0 15px !important;
      position: relative !important;
      right: 0 !important;
      width: 95% !important;
  }

  .vertical-thumbnails .flickity-slider, .vertical-thumbnails .flickity-viewport {
      height: auto !important;
      overflow: visible !important;
      transform: none !important;
  }
}

.product-footer .woocommerce-tabs {
  border-top: 1px solid #ececec;
  padding: 30px 0;
}

.product-footer .woocommerce-tabs > .nav-line-grow, .product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
  margin-top: -31px;
}

#product-sidebar .next-prev-thumbs {
  margin: -0.5em 0 3em;
}

.mfp-content #product-sidebar {
  display: block !important;
}

.mfp-content #product-sidebar:where(:not(:has(> .sidebar-inner))) {
  padding: 30px 20px;
}

.mfp-content #product-sidebar:where(:has(> .sidebar-inner)) {
  padding: 0;
}

.product-sidebar-small {
  font-size: 0.9em;
}

.product-sidebar-small .widget-title {
  text-align: center;
}

.product-sidebar-small .is-divider {
  margin-left: auto;
  margin-right: auto;
}

.product-sidebar-small ul.product_list_widget li {
  padding-left: 60px;
}

.product-sidebar-small ul.product_list_widget li img {
  height: 50px;
  width: 50px;
}

.product-section {
  border-top: 1px solid #ececec;
}

.easyzoom-notice {
  display: none;
}

.easyzoom-flyout {
  animation-delay: 1s;
  animation: stuckFadeIn 0.6s;
  background: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: 1;
}

@media (max-width: 849px) {
  .easyzoom-flyout {
      display: none !important;
  }
}

.product-gallery-slider .slide .easyzoom-flyout img {
  max-width: 1000px !important;
  width: 1000px !important;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.product-info .composite_form .composite_navigation .page_button {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce-pagination ul.links li {
  margin-left: inherit;
  margin-right: 0.54rem;
}

.has-sticky-product-cart {
  padding-bottom: 80px;
}

.has-sticky-product-cart #top-link {
  bottom: 20px;
  box-shadow: none!important;
}

.has-sticky-product-cart .back-to-top.active {
  bottom: 10px;
}

.sticky-add-to-cart__product {
  align-items: center;
  display: none;
  padding: 3px;
}

.sticky-add-to-cart__product .product-title-small {
  line-height: 1;
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}

.sticky-add-to-cart__product .product-title-small strong {
  font-weight: normal;
  color: #111;
}

.sticky-add-to-cart__product .sticky-add-to-cart-img {
  border-radius: 5px;
  height: 54px;
  margin-right: 1em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 45px;
}

body .sticky-add-to-cart-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9999;
  overflow: hidden;
  background-color: #fff;
  transition: transform .3s;
  opacity: 0;
  transform: translate3d(0,100%,0);
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,.16);
}

body.has-sticky-product-cart .sticky-add-to-cart-wrapper {
  overflow: initial;
  opacity: 1;
  z-index: 1;
  transform: translate3d(0,0,0);
}

.sticky-add-to-cart {
  max-width: 1540px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-add-to-cart--active {
  /* align-items: center;
animation: stuckMoveUp 0.6s;
background-color: white;
box-shadow: 0px 2px 6px 0px rgba(0,0,0,.16);
bottom: 0;
display: flex;
flex-wrap: wrap;
font-size: 0.9em;
justify-content: center;
left: 0;
padding: 3px;
position: fixed;
right: 0;
z-index: 20; */
}

.sticky-add-to-cart--active .variations, .sticky-add-to-cart--active .woocommerce-variation-description {
  display: none;
}

.sticky-add-to-cart--active .single_variation_wrap, .sticky-add-to-cart--active .woocommerce-variation-add-to-cart {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
}

.sticky-add-to-cartform.cart {
  justify-content: flex-end;
}

.sticky-add-to-cart--active .product-page-price, .sticky-add-to-cart--active .stock, .sticky-add-to-cart--active .woocommerce-variation-price {
  border: 0;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 0.9em;
  margin-top: 0;
  padding: 0;
}

.sticky-add-to-cart--active .stock {
  font-size: 0.8em;
  font-weight: 700;
}

.sticky-add-to-cart--active .quantity {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0px 12px;
  border: solid 1px rgba(0, 0, 0, 0.05);
}

.sticky-add-to-cart--active .quantity, .sticky-add-to-cart--active button, .sticky-add-to-cart--active form {
  margin-bottom: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: inline-flex!important;
  grid-area: unset!important;
  height: 100%;
  min-height: 40px;
  line-height: 1!important;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 16px 0px;
}

.sticky-add-to-cart--active button {
  border-radius: 34px;
}

.sticky-add-to-cart--active .single_add_to_cart_button {
  font-size: 0;
  min-width: 40px;
  background-color: #f5f5f5;
  color: #111;
  padding: 0!important;
}

.sticky-add-to-cart--active .single_add_to_cart_button::before {
  content: "\e94b";
  font-weight: normal;
  font-size: 18px;
  font-family: fl-icons;
}

@media (max-width: 550px) {
  .sticky-add-to-cart{
    padding-left: 14px;
    padding-right: 14px;
  }
  .sticky-add-to-cart--active {
      font-size: 0.8em;
  }

  .sticky-add-to-cart--active .stock {
      display: none;
  }
  .sticky-add-to-cart__product .sticky-add-to-cart-img{
    height: 46px;
    width: 46px;
  }
}

.flex-viewport {
  cursor: pointer;
  max-height: 2000px;
  transition: all 1s ease;
}

.flex-viewport a {
  display: block;
}

.flex-viewport img {
  width: 100%;
}

.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.flex-control-thumbs li {
  cursor: pointer;
  list-style: none;
  padding: 0 5px;
  width: 25%;
}

.flex-control-thumbs li img {
  opacity: 0.6;
}

.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.quantity, .text-center .quantity {
  display: inline-flex;
  opacity: 1;
  vertical-align: top;
  white-space: nowrap;
  align-items: center;
}

.quantity .button.minus {
  /* line-height: 18px!important; */
}

.quantity .button.plus {
}

.quantity .minus, .quantity .plus {
  position: relative;
  border: none!important;
  height: 16px!important;
  width: 16px!important;
  border-radius: 50px!important;
  display: block;
  line-height: 15px!important;
  font-size: 20px;
  min-height: unset;
  text-align: center;
  padding: 0;
  text-shadow: none!important;
  filter: none;
  font-weight: lighter!important;
}

.quantity .minus:hover, .quantity .plus:hover {
  color: white;
  background-color: #111;
}

.quantity input {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}

.quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0 !important;
  font-size: 1em;
  max-width: 2.5em;
  text-align: center;
  width: 2.5em;
  border: none;
  min-height: unset;
  height: 1.9rem;
  background-color: transparent;
}

@media (max-width: 549px) {
  .quantity input[type="number"] {
      width: 2em;
  }
}

.quantity input[type="number"]::-webkit-inner-spin-button, .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ux-quantity {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0px 12px;
  border: solid 1px rgba(0, 0, 0, 0.05);
}

.box-text .ux-quantity {
  margin-top: 1em;
}

.box-text .ux-quantity__button {
  margin-top: 0;
}

.ux-free-shipping {
  display: grid;
  gap: 10px;
}

.nav-dropdown .ux-free-shipping {
  min-width: 300px;
}

.ux-free-shipping__bar {
  background: #ddd;
  border-radius: 5px;
  height: 8px;
}

.ux-free-shipping__bar--striped {
  background-image: linear-gradient( 135deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent );
  background-size: 30px 30px;
}

.ux-free-shipping__bar-progress {
  background: var(--fs-color-primary);
  border-radius: 5px;
  display: block;
  height: 8px;
}

.widget_shopping_cart_content .ux-free-shipping {
  margin-bottom: 10px;
}

.woocommerce-cart .ux-free-shipping {
  padding-bottom: 30px;
}

.woocommerce-checkout .ux-free-shipping {
  padding: 30px 0;
}

.cart-icon, .cart-icon strong {
  display: inline-block;
}

.cart-icon strong {
  border: 2px solid var(--fs-color-primary);
  border-radius: 0;
  color: var(--fs-color-primary);
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  font-weight: 700;
  height: 2.2em;
  line-height: 1.9em;
  margin: 0.3em 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.2em;
}

.cart-icon strong:after {
  border: 2px solid var(--fs-color-primary);
  border-bottom: 0;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  bottom: 100%;
  content: " ";
  height: 8px;
  left: 50%;
  margin-bottom: 0;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  transition: height 0.1s ease-out;
  width: 14px;
}

.cart-icon:hover strong, .current-dropdown .cart-icon strong {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.cart-icon:hover strong:after, .current-dropdown .cart-icon strong:after {
  height: 10px;
}

.nav-small .cart-icon {
  font-size: 0.66em;
}

.nav-dark .cart-icon strong {
  border-color: #fff;
  color: #fff;
}

.nav-dark .cart-icon:hover strong, .nav-dark .current-dropdown .cart-icon strong {
  background-color: #fff;
  color: var(--fs-color-primary);
}

.nav-dark .cart-icon strong:after {
  border-color: #fff;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}

.loading .cart-icon strong, .loading .cart-icon strong:after {
  border-color: var(--fs-color-success);
  color: var(--fs-color-success);
}

.loading .cart-icon:hover strong {
  background-color: var(--fs-color-success);
  color: #fff;
}

.header-cart-icon {
  position: relative;
}

.header-cart-icon img[width="1"][height="1"] {
  width: 32px;
}

.cart-popup-title {
  padding: 14px 40px 14px 26px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.cart-popup-title > span {
  display: block;
  padding: 0px;
  text-align: left;
  margin: 0;
  font-size: 1.07rem;
  color: #000;
  text-transform: unset;
  font-weight: 500;
  position: relative;
}

.cart-popup-title .is-divider {
  display: none;
}

.cross-sells h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.checkout ul li, .shop_table ul li {
  list-style: none;
  margin: 0;
}

.shop_table .quantity {
  margin: 0;
}

td.product-thumbnail {
  max-width: 90px;
  min-width: 60px;
  width: 90px;
}

td.product-remove {
  padding: 0;
  width: 20px;
}

.shop_table tfoot th {
  font-size: 85%;
  letter-spacing: 0;
  text-transform: inherit;
}

.cart_totals tbody tr td, .shop_table tfoot tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type, td.product-total {
  text-align: right;
}

.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
  border-width: 3px;
}

.shop_table th:last-child {
  border-right: 0;
}

.shop_table .cart_item td {
  padding-bottom: 15px;
  padding-top: 15px;
}

.shop_table .actions {
  border: 0;
  padding: 15px 0 10px;
}

.shop_table .submit-col {
  padding-left: 30px;
}

@media (max-width: 849px) {
  .shop_table {
      font-size: 0.9em;
  }

  .shop_table tr.shipping th {
      width: 50%;
  }

  .shop_table .product-name {
      min-width: 80px;
  }

  .shop_table .product-remove {
      position: relative;
      width: 0;
  }

  .shop_table .product-remove a {
      font-size: 18px !important;
      height: 24px;
      left: 0;
      line-height: 18px !important;
      position: absolute;
      top: 10px;
      width: 24px;
  }

  .shop_table .mobile-product-price {
      margin: 0.5em 0;
  }
}

@media (max-width: 549px) {
  .shop_table .product-price, .shop_table .product-subtotal {
      display: none;
  }

  .product-quantity {
      text-align: right;
  }

  .cross-sells {
      overflow: hidden;
  }
}

.cart_totals tbody th {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.cart_totals > h2 {
  display: none;
}

.cart_totals .button {
  display: block;
  margin-right: 0;
  min-width: 100%;
}

.cart_totals th.product-name {
  border-width: 3px;
}

.cart_totals .wc-proceed-to-checkout {
  margin: 1.5em 0;
}

.shipping__table {
  margin: 0;
}

.shipping__inner {
  border: 0;
  font-size: 1em;
  padding: 0;
}

.shipping__list {
  margin-bottom: 0;
}

.shipping__list_item {
  align-items: center;
  display: flex;
  min-height: 2em;
}

.shipping__list_label {
  flex: 1;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
  padding: 0.5em 0;
}

.shipping.shipping--boxed .shipping__list {
  padding: 0;
}

.shipping.shipping--boxed .shipping__list_item {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 2.4em;
  padding: 0.3em 0.6em;
}

.shipping__table--multiple {
  display: block;
  text-align: left;
}

.shipping__table--multiple tbody, .shipping__table--multiple td, .shipping__table--multiple th, .shipping__table--multiple tr {
  display: block;
  padding-left: 0;
  text-align: left;
}

.shipping__table--multiple th {
  border: 0;
}

.shipping__table--multiple .shipping__list {
  padding: 0 0.2em;
}

.shipping__table--multiple .shipping__list_label, .shipping__table--multiple .woocommerce-shipping-calculator, .shipping__table--multiple .woocommerce-shipping-destination {
  text-align: left;
}

tr.shipping input:checked + label, tr.shipping input:hover + label, tr.shipping label:hover {
  opacity: 1;
}

tr.shipping input:checked + label {
  font-weight: 700;
}

tr.shipping input {
  margin-bottom: 0;
  margin-top: -2px;
}

tr.shipping span.amount {
  margin-left: 0.2em;
}

.woocommerce-shipping-calculator {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.shipping-calculator-button, .woocommerce-shipping-destination {
  font-size: 0.9em;
}

.shipping-calculator-form {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px 15px 10px;
}

.cart-discount {
  background-color: rgba(var(--fs-color-success), 0.2);
  font-size: 0.85em;
}

.cart-discount td, .cart-discount th {
  padding: 10px 5px;
}

.cart-sidebar .widget-title {
  border-bottom: 3px solid #ececec;
  font-size: 0.95em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  margin: 0.5em 0 0;
  width: 100%;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:last-of-type {
  border-radius: 50px;
  line-height: 2.3rem!important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-of-type {
  background-color: transparent;
  color: var(--fs-experimental-link-color);
  border: none;
  text-transform: none;
  font-size: 0.86rem;
  padding: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  white-space: nowrap;
  font-weight: normal;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-of-type::after {
  content: "";
  background-color: var(--fs-color-primary);
  width: 0;
  height: 2px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 2px;
  opacity: 0.2;
  -webkit-transition: width 300ms ease 0s, left 300ms ease 0s;
  -moz-transition: width 300ms ease 0s, left 300ms ease 0s;
  transition: width 300ms ease 0s, left 300ms ease 0s;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-of-type:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-of-type:focus {
  background: none;
  box-shadow: none;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-of-type:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.widget_shopping_cart li.empty {
  margin: 0;
  min-height: 0;
  padding: 0 10px !important;
  text-align: center;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: 0.5em;
  padding: 10px 0;
  text-align: center;
}

.dark .widget_shopping_cart p.total {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-dropdown .product_list_widget {
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 50vh;
  overflow-y: auto;
}

.woocommerce-mini-cart-item .variation {
  margin-bottom: 10px;
}

.woocommerce-mini-cart-item .ux-mini-cart-qty {
  margin-right: -30px;
  margin-top: 3px;
}

.woocommerce-mini-cart__total {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.nav-dropdown ul.woocommerce-mini-cart {
  margin-bottom: 10px;
}

.cart-popup-inner {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.cart-popup-inner > * {
  padding-left: 26px;
  padding-right: 26px;
}

.cart-popup-inner > :last-child {
  margin-bottom: 30px;
}

.cart-popup-inner .widget_shopping_cart {
  margin-bottom: 0;
}

.cart-popup-inner .widget_shopping_cart, .cart-popup-inner .widget_shopping_cart_content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
  font-size: 0.85em;
  /* opacity: 0.6; */
}

.cart-popup-inner .woocommerce-mini-cart {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 30px;
}

.cart-popup-inner .woocommerce-mini-cart__buttons {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.cart-popup-inner .woocommerce-mini-cart__buttons:last-child {
  margin-bottom: 0;
}

@media (min-height: 500px) {
  .cart-popup-inner--sticky {
      min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  }

  .cart-popup-inner--sticky .ux-mini-cart-footer {
      background-color: #fff;
      border-top: 1px solid #f1f1f1;
      bottom: 0;
      position: sticky;
  }

  .cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child {
      border-top: 0;
  }
}

.ux-mini-cart-footer .ux-free-shipping {
  margin-bottom: 20px;
  margin-top: 5px;
}

.off-canvas-cart .ux-mini-cart-footer {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px 30px;
}

.ux-mini-cart-qty {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: space-between;
}

.ux-mini-cart-qty .quantity {
  margin: 0 !important;
}

.ux-mini-cart-cross-sells {
  margin-bottom: 30px;
  margin-top: auto;
}

.ux-mini-cart-cross-sells__title {
  font-size: .9rem;
  margin-bottom: 14px;
}

.nav-dropdown .ux-mini-cart-cross-sells {
  display: none;
}

.ux-mini-cart-cross-sells__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item {
  background-color: white;
  box-shadow: 0 4px 16px #00000014;
  border-radius: .3rem;
  border: 0;
  margin-bottom: 0;
  padding-left: 85px;
  padding-right: 10px !important;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item img {
  left: 10px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title {
  font-size: 14px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper {
  opacity: 1;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .star-rating ~ .price {
  margin-top: 0;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove, .button) {
  display: inline;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:last-child {
  margin-bottom: 0;
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button {
  float: right;
  font-size: 0;
  margin: 0 0 8px 8px;
  padding: 4px;
  color: #222;
  border: none;
  font-weight: normal;
  text-transform: none;
  min-height: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border-radius: 50%;
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button:hover {
  background-color: var(--fs-color-success);
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button:hover svg * {
  fill: white;
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button svg {
  width: 80%;
}

.ux-mini-cart-empty {
  gap: 30px;
  padding: 15px 0;
  margin: auto;
}

.ux-mini-cart-empty .return-to-shop .wc-backward {
  border-radius: 40px;
  background-color: black;
  text-transform: none;
  font-weight: normal;
}

.ux-mini-cart-empty .return-to-shop .wc-backward::after {
  content: "\e93d";
  display: inline-block;
  margin-left: 8px;
  font-family: fl-icons;
  background-color: transparent;
}

.ux-mini-cart-empty .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.tagcloud {
  padding-bottom: 15px;
}

.tagcloud a {
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 3px 5px 0;
  opacity: 0.8;
  padding: 2px 5px;
}

.tagcloud a:hover {
  background-color: var(--fs-experimental-link-color-hover);
  border-color: var(--fs-experimental-link-color-hover);
  color: #fff;
  opacity: 1;
}

table.variations .label {
  padding-right: 20px;
}

table.variations label {
  white-space: nowrap;
}

table.variations .value {
  width: 100%;
}

.variations {
  position: relative;
}

.variations td, .variations th {
  border: 0;
  letter-spacing: normal;
  padding: 0.2em 0;
  text-transform: none;
  vertical-align: middle;
}

.variations .reset_variations {
  bottom: 95%;
  color: currentColor;
  font-size: 11px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

dl.variation {
  text-transform: none;
}

dl.variation dt {
  clear: both;
  float: left;
  font-weight: 700;
}

dl.variation dd {
  display: block;
}

.wc-item-meta {
  margin-top: 1.3em;
}

/* obelix add custom style 
*************************/
.obelix-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%) translateY(-10px);
  color: var(--tooltip-color, white);
  transition: opacity .3s, max-height .3s;
  transition-delay: .06s;
  border-radius: 5px;
  padding: 2px 6px;
  line-height: 1.5;
  text-transform: none;
  pointer-events: none;
  background: var(--tooltip-bg-color, rgba(0,0,0,.8));
}

.obelix-tooltip::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  border-top-color: var(--tooltip-bg-color, rgba(0,0,0,.8));
  border-width: 6px;
}

/************ Product action ************/

/* global card style */
.product-small.style-one, .product-small.style-two, .product-small.style-three{
  --action-button-height: 40px;
}
.product-small.style-one, .product-small.style-two, .product-small.style-three{

}
.product-small.style-one, .product-small.style-two, .product-small.style-three{

}
.product-small.style-one .image-tools:has(.added_to_cart) {
  background-color: #000 !important;
}

.product-small .image-tools .add_to_cart_button.added .cart-icon::before {
  content: "\e94d";
  color: white;
}

.product-small .image-tools .add_to_cart_button.loading::before {
  animation: spin 0.6s linear infinite;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 3px solid var(--fs-color-primary);
  border-radius: 50%;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  content: "";
  font-size: 10px;
  height: 30px;
  margin: 0 auto;
  opacity: 0.8;
  pointer-events: none;
  text-indent: -9999em;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.product-small .image-tools .add_to_cart_button.loading .cart-icon::before {
  opacity: 0;
}

.product-small .image-tools .cart-icon strong {
  display: none;
}

.product-small .image-tools .cart-icon::before {
  content: "\e94b";
  color: black;
  font-weight: normal;
  font-size: 18px;
  font-family: fl-icons;
}

.product-small .image-tools .added_to_cart {
  position: absolute;
  bottom: 125%;
  left: 0%;
  transform: translateX(-50%);
  background: #000000;
  font-size: 12px;
  display: inline;
  width: auto;
  padding: 5px 6px;
  line-height: 1.4;
  text-transform: none;
  min-height: unset;
  height: auto;
  border-radius: 4px;
}
.product-small .image-tools  button.wishlist-added{
  background-color: var(--fs-color-secondary)!important;
  color: white!important;
 }
 .product-small .image-tools  button.loading{
  color: transparent!important;
 }
 .product-small .image-tools  button::after{
  border-color: var(--fs-color-primary);
 }
/* end global card style */

.product-small.style-one .image-tools {
  opacity: 0;
}

.product-small.style-one .group-action .image-tools, .product-small.style-one .group-action .image-tools.show-on-hover {
  position: static !important;
  width: var(--action-button-height);
  height: var(--action-button-height);
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transform: translateY(20px)!important;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease 0s,transform .4s ease 0s,opacity .4s ease 0s;
}

.product-small.style-one .group-action .image-tools > * {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-small.style-one .group-action .image-tools .button {
  margin: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.product-small.style-one .group-action .image-tools .button i {
  top: auto;
}

.product-small.style-one .image-tools .cart-icon {
  margin: 0;
  padding: 0;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  position: static;
}

.product-small.style-one .grid-tools a.quick-view {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  color: black;
  font-weight: normal;
  position: relative;
}

.product-small.style-one .grid-tools a.quick-view::before {
  font-size: 18px;
  font-family: fl-icons;
  content: "\ea39";
}

.product-small.style-one .processing a.quick-view::before {
  opacity: 0;
}

.product-small.style-one .grid-tools a.quick-view:hover .obelix-tooltip {
  opacity: 1;
  visibility: visible;
}

.product-small.style-one .group-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  gap: 10px;
}

.product-small.style-one .wishlist-popup {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  /* white-space: nowrap; */
  width: auto;
  min-width: 90px;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: unset;
  text-transform: none;
}

.product-small.style-one .wishlist-popup:after {
  right: 50%;
  top: 100%;
  bottom: auto;
  transform: translateX(50%);
  border-top-color: rgba(0,0,0,.8);
  border-bottom-color: transparent;
  border-width: 6px;
}

.product-small.style-one.has-hover:hover .group-action .image-tools.show-on-hover {
  transform: translateY(0px)!important;
  visibility: visible;
  opacity: 1;
}

.product-small.style-one.has-hover:hover .group-action .image-tools:nth-child(2) {
  transition: all 0.3s ease 0s, transform 0.2s ease 0.1s, opacity 0.1s ease 0.1s;
}

.product-small.style-one.has-hover:hover .group-action .image-tools:nth-child(3) {
  transition: all 0.3s ease 0s, transform 0.2s ease 0.15s, opacity 0.1s ease 0.1s;
}

.product-small.style-one.has-hover:hover .group-action .image-tools:nth-child(4) {
  transition: all 0.3s ease 0s, transform 0.2s ease 0.2s, opacity 0.1s ease 0.1s;
}

/* Product loop */
.product-small .box-text .product-title{
  margin-bottom: .5rem;
}


/* Product loop style */
.product-small.style-two{
  --action-button-height: 34px;
}
.product-small.style-two .image-tools.top.right, .product-small.style-two .add_to_cart_button, .product-small.style-two .quick-view {
  height: var(--action-button-height)!important;
  min-width: var(--action-button-height);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white!important;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .2rem;
  padding: 0;
  margin: 0;
  transition: all .4s ease 0s,transform .4s ease 0s,opacity .4s ease 0s;
  visibility: visible;
  opacity: 1;
}
.product-small.style-two .image-tools.top.right, .product-small.style-two .add_to_cart_button {
  width: var(--action-button-height)!important;
}
.product-small.style-two .image-tools.top.right {
  right: 10px;
  transform: translateY(12px) translateX(80px)!important;
  transition: all .4s ease 0s,transform .4s ease 0s,opacity .4s ease 0s!important;
}
.product-small.style-two .image-tools.top.right:has(.wishlist-added){
  background-color: var(--fs-color-secondary)!important;
}
.product-small.style-two:hover .image-tools.top.right{
  transform: translateY(12px) translateX(0px)!important;
}
.product-small.style-two .image-tools.top.right button{
 margin: 0;
 border: none;
  color: #111;
 }

 .product-small.style-two .image-tools.top.right button i{
  top: auto;
  font-size: 17px;
 }
 .product-small.style-two .image-tools.grid-tools{
  display: flex;
  gap: 8px;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.product-small.style-two .image-tools.grid-tools .add_to_cart_button{
  transition: all .4s ease 0s,transform .4s ease 0s,opacity .4s ease 0s;
}
.product-small.style-two .image-tools .cart-icon{
  position: static;
}
.product-small.style-two .grid-tools .add-to-cart-grid{
  width: auto;
}
.product-small.style-two .quick-view{
  font-weight: 500;
  font-size: .8rem;
  transition: all .4s ease 0s,transform .4s ease .2s,opacity .4s ease 0s;
}
.product-small.style-two a.quick-view::before {
  font-size: 14px;
  margin-right: 8px;
  font-family: fl-icons;
  content: "\ea39";
}

.product-small.style-two .processing a.quick-view::before {
  opacity: 0;
}

.product-small.style-two .image-tools .added_to_cart{
  transform: translateX(10px) translateY(-14px);
}
.product-small.style-two .add_to_cart_button.added{
  background-color: #111!important;
}

.product-small.style-two:hover .image-tools.grid-tools .add_to_cart_button, .product-small.style-two:hover .image-tools.grid-tools .quick-view {
  transform: translateY(-13px);
}