/**
 * WooCommerce
 */
/**
 * Imports
 */
@font-face {
  font-family: "star";
  src: url("../../../../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes slideInDown1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.price ins {
  color: var(--secondary);
}
.price del {
  color: var(--text);
}

/**
 * Header Elements
 */
.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-header-cart .cart-contents {
  display: block;
  text-align: center;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-header-cart .cart-contents .count {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: var(--accent);
  height: 20px;
  min-width: 20px;
  padding: 5px;
  border-radius: 10px;
  position: absolute;
  top: -6px;
  right: -18px;
  background: var(--primary);
}
.site-header-cart .cart-contents::before {
  color: var(--accent);
}
.site-header-cart .widget_shopping_cart {
  display: none;
  background-color: var(--background);
  padding: 2.2906835em 1.41575em 1.41575em;
}
.site-header-cart .widget_shopping_cart .buttons {
  padding: 0;
}
.site-header-cart .widget_shopping_cart .buttons .button {
  margin: 0;
}

.site-search {
  font-size: 14px;
  color: var(--text);
  clear: both;
  display: none;
}
.site-search .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Handheld footer bar
 */
.jamoo-handheld-footer-bar {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 996;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.jamoo-handheld-footer-bar::before, .jamoo-handheld-footer-bar::after {
  content: "";
  display: table;
}
.jamoo-handheld-footer-bar::after {
  clear: both;
}
@media (min-width: 1025px) {
  .jamoo-handheld-footer-bar {
    display: none;
  }
}
.jamoo-handheld-footer-bar ul {
  margin: 0;
}
.jamoo-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}
.jamoo-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}
.jamoo-handheld-footer-bar ul li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 5px;
  background-color: var(--background);
  height: 4.235801032em;
  position: relative;
  z-index: 999;
  border-right: 1px solid;
  border-right-color: var(--border);
}
.jamoo-handheld-footer-bar ul li > a:before {
  color: var(--accent);
}
.jamoo-handheld-footer-bar ul li > a .title {
  font-weight: 600;
  font-size: 12px;
  color: var(--accent);
}
.jamoo-handheld-footer-bar ul li.search .site-search {
  background-color: var(--background);
  position: absolute;
  bottom: -5em;
  left: 0;
  right: 0;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
}
.jamoo-handheld-footer-bar ul li.search.active .site-search {
  bottom: calc(100% + 1px);
}
.jamoo-handheld-footer-bar ul li.search .site-search,
.jamoo-handheld-footer-bar ul li.search .widget,
.jamoo-handheld-footer-bar ul li.search form {
  margin-bottom: 0;
}
.jamoo-handheld-footer-bar ul li.search .widget_product_search {
  padding-bottom: 0;
}
.jamoo-handheld-footer-bar ul li.search .ajax-search-result {
  display: none;
}
.jamoo-handheld-footer-bar ul li.cart .count, .jamoo-handheld-footer-bar ul li.wishlist .count {
  display: inline-block;
  min-width: 16px;
  text-indent: 0;
  line-height: 12px;
  font-size: 12px;
  padding: 2px 0;
  box-sizing: content-box;
  position: absolute;
  top: 0.5em;
  left: 50%;
  border-radius: 100%;
  color: #fff;
  background-color: var(--primary);
}
.jamoo-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}
.jamoo-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}
.jamoo-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}
.jamoo-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}
.jamoo-handheld-footer-bar ul.columns-5 li {
  width: 20%;
}

.sf-input-focused .jamoo-handheld-footer-bar {
  display: none;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
  content: "";
  display: table;
}
table.shop_table_responsive tr td::after {
  clear: both;
}
table.shop_table_responsive tr td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
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;
  line-height: 50px;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}

/**
 * Breadcrumbs
 */
/**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

/*!rtl:end:ignore*/
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.form-row label {
  color: var(--accent);
  display: block;
  margin-bottom: 0.5em;
}
.form-row .select2-container--default .select2-selection--single {
  border: 1px solid var(--border);
  border-radius: 30px;
  min-height: 54px;
  background: transparent;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: var(--text);
  background: transparent;
  padding: 0 25px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  width: 40px;
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
}
.form-row .button {
  width: auto;
}
.form-row.create-account label {
  display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.demo_store a:hover {
  text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}

p.stars {
  display: inline-block;
  margin: 0;
}
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(--text);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: var(--text);
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #FF9E0C;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: var(--primary);
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: var(--text);
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #FF9E0C;
  opacity: 1;
}

.wc-block-grid__product-onsale,
.onsale,
.product-label {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.onsale {
  color: #fff;
  background-color: var(--hightlight);
  border-color: var(--hightlight);
}

.quantity .qty {
  padding: 10px;
  border: none;
  width: 80px;
  text-align: center;
}

.jamoo-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 0 1px var(--border);
  border-radius: 10px 10px 0 0;
  padding: 13px 20px;
  z-index: 9;
  position: relative;
  background-color: #fff;
}
.jamoo-sorting > * {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 22px;
}
.jamoo-sorting .woocommerce-ordering {
  position: relative;
  padding: 0;
}
.jamoo-sorting .woocommerce-ordering select {
  font-weight: 500;
  font-size: 14px;
  width: 125px;
  border: none;
  padding: 0 18px 0 0;
  background-position: 100% center;
  background-size: 10px 10px;
  background-color: var(--background);
}
.jamoo-sorting .woocommerce-ordering .select-items {
  min-width: 197px;
  left: unset;
  margin-right: -1px;
}
.jamoo-sorting .woocommerce-result-count {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_light);
}
@media (max-width: 1023px) {
  .jamoo-sorting .woocommerce-result-count {
    display: none;
  }
}

.jamoo-products-per-page {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.jamoo-products-per-page .per-page-title {
  color: var(--text_light);
}
.jamoo-products-per-page select:not([size]):not([multiple]) {
  display: none;
}
.jamoo-products-per-page .select-selected {
  margin-left: 3px;
  font-weight: 500;
  color: var(--secondary);
}

.jamoo-related-products {
  padding: 60px 0 40px;
  background: #fff;
}
.jamoo-related-products .elementor-swiper-button.elementor-swiper-button-prev {
  right: 50px;
  left: unset;
  top: 0;
  transform: translateY(0);
}
.jamoo-related-products .elementor-swiper-button.elementor-swiper-button-next {
  right: 0;
  top: 0;
  transform: translateY(0);
}

.related,
.upsells {
  position: relative;
  margin-bottom: 60px;
}
.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 23px;
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--secondary);
  text-transform: lowercase;
}
.related .swiper-pagination,
.upsells .swiper-pagination {
  bottom: 60px;
}
.related .swiper-pagination .swiper-pagination-bullet-active,
.upsells .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.related .products-carousel,
.upsells .products-carousel {
  margin: 0 0 -110px;
}
.related .products-carousel .swiper,
.upsells .products-carousel .swiper {
  padding: 0 0 111px 1px;
  --border-width-item: 1px;
}
.related .products-carousel .swiper.product-width-border-wrap,
.upsells .products-carousel .swiper.product-width-border-wrap {
  --border-width-item: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.related .products-carousel .swiper.product-width-border-wrap:before, .related .products-carousel .swiper.product-width-border-wrap:after,
.upsells .products-carousel .swiper.product-width-border-wrap:before,
.upsells .products-carousel .swiper.product-width-border-wrap:after {
  content: "";
  position: absolute;
  height: calc(100% - 111px);
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  pointer-events: none;
}
.related .products-carousel .swiper.product-width-border-wrap:after,
.upsells .products-carousel .swiper.product-width-border-wrap:after {
  border-bottom-color: transparent;
  z-index: 2;
}
.related .products-carousel .swiper.product-width-border-wrap li.product.product-style-default:last-child,
.upsells .products-carousel .swiper.product-width-border-wrap li.product.product-style-default:last-child {
  border-bottom-right-radius: 10px;
}
.related .products-carousel .swiper .swiper-slide-visible.swiper-slide-active,
.upsells .products-carousel .swiper .swiper-slide-visible.swiper-slide-active {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.related .products-carousel .swiper .swiper-slide-visible.last-visible,
.upsells .products-carousel .swiper .swiper-slide-visible.last-visible {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right-color: transparent;
}

.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
  color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 1.3em 1.618em 1em;
  background-color: #0f834d;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: "";
  display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
  color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.home .woocommerce-message,
.home .woocommerce-info,
.home .woocommerce-error,
.home .woocommerce-noreviews,
.home p.no-comments {
  display: none;
}

.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}

.gridlist-toggle {
  display: inline-flex;
}
.gridlist-toggle a {
  font-size: 14px;
  display: inline-block;
  color: var(--light);
  line-height: 0;
}
.gridlist-toggle a.active, .gridlist-toggle a:hover {
  color: var(--secondary);
}
.gridlist-toggle a:first-child {
  margin-right: 8px;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after {
  content: "";
  display: table;
}
.wc-item-meta li::after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

/**
 * Homepage
 */
.jamoo-product-section {
  margin-bottom: 1.618em;
}
.jamoo-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}
.jamoo-product-section:last-child {
  margin-bottom: 0;
}

/**
 * Sticky Add to Cart
 */
.jamoo-sticky-add-to-cart {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

@media (max-width: 1023px) {
  .jamoo-archive-product #secondary {
    display: none;
  }
}

.jamoo-products-overflow ul.products:not(.products-list),
.jamoo-archive-product-content ul.products:not(.products-list) {
  box-shadow: 0 0 0 1px var(--border);
}
.jamoo-products-overflow ul.products li.product.product-style-default,
.jamoo-archive-product-content ul.products li.product.product-style-default {
  background: #fff;
  border: none;
  box-shadow: 0 0 0 1px var(--border);
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering select {
  display: none;
}

.select-selected {
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 0 13px 0 0;
  background-color: var(--background);
  color: var(--secondary);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.29181 0C5.92148 0 6.23682 0.821832 5.79157 1.30248L3.49976 3.77653C3.22375 4.07449 2.77625 4.07449 2.50024 3.77653L0.208426 1.30248C-0.236816 0.821832 0.0785225 0 0.70819 0H5.29181Z' fill='black'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 6px 10px;
}

.select-items div {
  padding: 5px 15px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}
.select-items div:hover {
  background-color: #f7f8fa;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  font-size: 16px;
  line-height: 1;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  border: 1px solid var(--border);
}

.select-hide {
  display: none;
}

.same-as-selected {
  background-color: #f7f8fa;
}

/**
 * Products
 */
ul.products,
.wc-block-grid__products {
  margin: 0;
  clear: both;
  display: grid;
  list-style: none;
  grid-gap: var(--gutter-width, 0);
}
ul.products.swiper-wrapper,
.wc-block-grid__products.swiper-wrapper {
  display: flex;
  grid-gap: 0 !important;
}
ul.products.swiper-wrapper li.product,
ul.products.swiper-wrapper .wc-block-grid__product,
.wc-block-grid__products.swiper-wrapper li.product,
.wc-block-grid__products.swiper-wrapper .wc-block-grid__product {
  height: auto !important;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 0;
  width: 100%;
}
ul.products li.product .product-block,
ul.products .wc-block-grid__product .product-block,
.wc-block-grid__products li.product .product-block,
.wc-block-grid__products .wc-block-grid__product .product-block {
  position: relative;
}
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
  display: none;
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary);
  display: flex;
  align-items: center;
}
ul.products li.product .price .woocs_price_code,
ul.products .wc-block-grid__product .price .woocs_price_code,
.wc-block-grid__products li.product .price .woocs_price_code,
.wc-block-grid__products .wc-block-grid__product .price .woocs_price_code {
  display: flex;
  align-items: center;
}
ul.products li.product .price del,
ul.products .wc-block-grid__product .price del,
.wc-block-grid__products li.product .price del,
.wc-block-grid__products .wc-block-grid__product .price del {
  font-size: 14px;
  font-weight: 700;
  color: var(--text_light);
}
ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins {
  margin-right: 10px;
  order: -1;
  color: var(--hightlight);
  font-weight: 700;
}
ul.products li.product .count-review,
ul.products .wc-block-grid__product .count-review,
.wc-block-grid__products li.product .count-review,
.wc-block-grid__products .wc-block-grid__product .count-review {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
ul.products li.product .count-review .count,
ul.products .wc-block-grid__product .count-review .count,
.wc-block-grid__products li.product .count-review .count,
.wc-block-grid__products .wc-block-grid__product .count-review .count {
  font-size: 12px;
  margin-left: 5px;
  color: var(--accent);
  line-height: 14px;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: var(--secondary);
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
ul.products li.product .product-labels,
ul.products .wc-block-grid__product .product-labels,
.wc-block-grid__products li.product .product-labels,
.wc-block-grid__products .wc-block-grid__product .product-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
ul.products li.product .product-labels.labels-top,
ul.products .wc-block-grid__product .product-labels.labels-top,
.wc-block-grid__products li.product .product-labels.labels-top,
.wc-block-grid__products .wc-block-grid__product .product-labels.labels-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  max-width: calc(100% - 40px);
}
ul.products li.product .product-labels.labels-bottom,
ul.products .wc-block-grid__product .product-labels.labels-bottom,
.wc-block-grid__products li.product .product-labels.labels-bottom,
.wc-block-grid__products .wc-block-grid__product .product-labels.labels-bottom {
  padding-top: 17px;
}
ul.products li.product .product-labels.labels-bottom .label-outstock,
ul.products .wc-block-grid__product .product-labels.labels-bottom .label-outstock,
.wc-block-grid__products li.product .product-labels.labels-bottom .label-outstock,
.wc-block-grid__products .wc-block-grid__product .product-labels.labels-bottom .label-outstock {
  color: var(--text_light);
  display: inline-block;
  margin-top: 3px;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  position: relative;
}
ul.products li.product .product-caption .product-caption-bottom,
ul.products .wc-block-grid__product .product-caption .product-caption-bottom,
.wc-block-grid__products li.product .product-caption .product-caption-bottom,
.wc-block-grid__products .wc-block-grid__product .product-caption .product-caption-bottom {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 99;
  padding-top: 15px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  transition: opacity 0.2s linear;
  box-shadow: 0 0 0 1px #fff;
}
ul.products li.product .product-caption .product-caption-bottom .quantity_wrap,
ul.products .wc-block-grid__product .product-caption .product-caption-bottom .quantity_wrap,
.wc-block-grid__products li.product .product-caption .product-caption-bottom .quantity_wrap,
.wc-block-grid__products .wc-block-grid__product .product-caption .product-caption-bottom .quantity_wrap {
  margin-bottom: 9px;
}
ul.products li.product .product-caption-bottom a[class*=product_type_],
ul.products .wc-block-grid__product .product-caption-bottom a[class*=product_type_],
.wc-block-grid__products li.product .product-caption-bottom a[class*=product_type_],
.wc-block-grid__products .wc-block-grid__product .product-caption-bottom a[class*=product_type_] {
  color: var(--white);
  text-align: center;
  background-color: var(--secondary);
  border-radius: 30px;
  font-size: 14px;
  width: 100%;
}
ul.products li.product .product-caption-bottom a[class*=product_type_]:hover,
ul.products .wc-block-grid__product .product-caption-bottom a[class*=product_type_]:hover,
.wc-block-grid__products li.product .product-caption-bottom a[class*=product_type_]:hover,
.wc-block-grid__products .wc-block-grid__product .product-caption-bottom a[class*=product_type_]:hover {
  color: #fff;
  background-color: var(--secondary_hover);
}
ul.products li.product .content-product-bg,
ul.products .wc-block-grid__product .content-product-bg,
.wc-block-grid__products li.product .content-product-bg,
.wc-block-grid__products .wc-block-grid__product .content-product-bg {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  pointer-events: none;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: opacity linear 0.2s;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
  font-size: 1.1em;
}
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618em;
}
ul.products li.product:hover,
ul.products .wc-block-grid__product:hover,
.wc-block-grid__products li.product:hover,
.wc-block-grid__products .wc-block-grid__product:hover {
  z-index: 99;
}
ul.products li.product:hover .content-product-bg,
ul.products .wc-block-grid__product:hover .content-product-bg,
.wc-block-grid__products li.product:hover .content-product-bg,
.wc-block-grid__products .wc-block-grid__product:hover .content-product-bg {
  opacity: 1;
}
ul.products li.product:hover .product-caption .product-caption-bottom,
ul.products .wc-block-grid__product:hover .product-caption .product-caption-bottom,
.wc-block-grid__products li.product:hover .product-caption .product-caption-bottom,
.wc-block-grid__products .wc-block-grid__product:hover .product-caption .product-caption-bottom {
  opacity: 1;
  pointer-events: auto;
}
ul.products li.product:hover .product-group-labels .quantity_wrap,
ul.products .wc-block-grid__product:hover .product-group-labels .quantity_wrap,
.wc-block-grid__products li.product:hover .product-group-labels .quantity_wrap,
.wc-block-grid__products .wc-block-grid__product:hover .product-group-labels .quantity_wrap {
  opacity: 1;
}
ul.products li.product:hover .product-group-labels .quantity_wrap + .product-labels,
ul.products .wc-block-grid__product:hover .product-group-labels .quantity_wrap + .product-labels,
.wc-block-grid__products li.product:hover .product-group-labels .quantity_wrap + .product-labels,
.wc-block-grid__products .wc-block-grid__product:hover .product-group-labels .quantity_wrap + .product-labels {
  opacity: 0;
}

.jammoo-archive-variation {
  margin-bottom: 8px;
}
.jammoo-archive-variation select:not([size]):not([multiple]) {
  margin-bottom: 5px;
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid var(--border);
  background-size: 6px 12px;
}

.woo-variation-swatches .jammoo-archive-variation .woo-variation-items-wrapper {
  margin-bottom: 10px;
}
.woo-variation-swatches .jammoo-archive-variation .woo-variation-items-wrapper:last-child {
  margin-bottom: 0;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
  background-color: var(--bg_light);
  border: 1px solid var(--bg_light);
  border-radius: 20px;
  cursor: pointer;
  width: auto;
  height: auto;
  box-shadow: none;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before {
  content: none;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  border-color: var(--secondary);
  background-color: var(--bg_light);
  box-shadow: none;
  color: var(--text_light);
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item {
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--border);
  padding: 3px;
  background: transparent !important;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item .variable-item-span {
  border-radius: 50%;
  padding: 0;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item .variable-item-span:after {
  content: none;
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item.selected:not(.no-stock), .woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item:hover {
  border: 1px solid var(--secondary);
  box-shadow: 0 0 0 1px inset var(--secondary);
}
.woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .jammoo-archive-variation .variable-items-wrapper .variable-item.color-variable-item:hover .variable-item-contents:before {
  display: none;
  content: none;
}

@media (max-width: 768px) {
  ul.jamoo-products.products:not(.products-list) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  ul.jamoo-products.products:not(.products-list) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.quantity_wrap .quantity-text {
  display: none;
}
.quantity_wrap .quantity {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0;
  display: flex;
  width: 110px;
  height: 40px;
}
.quantity_wrap .quantity button {
  padding: 0;
  background-color: transparent;
  color: var(--secondary);
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.quantity_wrap .quantity .input-text {
  padding: 0;
  line-height: 40px;
  margin-right: 0;
  width: 35px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--secondary);
  -moz-appearance: textfield;
}
.quantity_wrap .quantity .input-text::-webkit-outer-spin-button, .quantity_wrap .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.group-action {
  transition: all ease 0.25s;
}
.group-action .shop-action {
  display: inline-flex;
  flex-direction: column;
  row-gap: 5px;
}
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn,
.group-action .shop-action .woosw-btn,
.group-action .shop-action a[class*=product_type_] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  color: var(--text_light);
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--border);
}
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before,
.group-action .shop-action a[class*=product_type_]:before {
  font-size: 14px;
  margin: 0;
}
.group-action .shop-action .woosc-btn:after,
.group-action .shop-action .woosq-btn:after,
.group-action .shop-action .woosw-btn:after,
.group-action .shop-action a[class*=product_type_]:after {
  content: none;
}
.group-action .shop-action .woosc-btn:hover,
.group-action .shop-action .woosq-btn:hover,
.group-action .shop-action .woosw-btn:hover,
.group-action .shop-action a[class*=product_type_]:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.group-action .shop-action .woosw-btn:before {
  font-size: 16px;
}

.quantity-progress {
  margin-bottom: 10px;
}
.quantity-progress > div {
  width: 100%;
}
.quantity-progress .quantity-progress-text {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.quantity-progress .quantity-progress-text span:last-child {
  color: var(--secondary);
}
.quantity-progress .progress-bar {
  border-radius: 3px;
  height: 3px;
  width: 100%;
  background-color: #DCDDE3;
  position: relative;
  overflow: hidden;
}
.quantity-progress .progress-bar .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
}

.product-transition {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}
.product-transition .group-action {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

li.product:hover {
  z-index: 99;
}
li.product .product-block {
  transition: all 0.35s ease-in-out;
}
li.product .product-block:hover .product-transition .group-action {
  opacity: 1;
}
li.product .product-block:hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
li.product .product-block:hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
li.product .product-block:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
li.product .product-block:hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
li.product .product-block:hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
li.product .product-block:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
li.product .product-block:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
li.product .product-block:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
li.product .product-block:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
li.product .product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
  text-decoration: none;
}

.price del + ins {
  order: -1;
  margin-right: 0.327em;
}

.opal-product-tooltipster {
  display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
  background-color: #000;
  color: #fff;
  padding: 5px 15px 7px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
}
.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  margin-top: -8px;
  right: 0;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

.time-sale {
  display: flex;
  flex-direction: column;
  color: var(--text_light);
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 600;
}
.time-sale .title {
  margin-bottom: 12px;
}
.time-sale .jamoo-countdown {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.time-sale .jamoo-countdown .countdown-item {
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.time-sale .jamoo-countdown .countdown-item:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.time-sale .jamoo-countdown .countdown-item span {
  display: block;
}
.time-sale .jamoo-countdown .countdown-item .countdown-digits {
  min-width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px;
  color: var(--hightlight);
  background-color: var(--bg_light);
}
.time-sale .jamoo-countdown .countdown-item .countdown-label {
  display: none;
}

.woocommerce-cart .cross-sells {
  margin-bottom: 40px;
}

.preloader .count-review,
.preloader .product-transition,
.preloader .woocommerce-loop-product__title > a,
.preloader .short-description,
.preloader .price,
.preloader .shop-action,
.preloader .product-action,
.preloader .product-image,
.preloader .jamoo-add-to-cart {
  position: relative;
}
.preloader .count-review:after,
.preloader .product-transition:after,
.preloader .woocommerce-loop-product__title > a:after,
.preloader .short-description:after,
.preloader .price:after,
.preloader .shop-action:after,
.preloader .product-action:after,
.preloader .product-image:after,
.preloader .jamoo-add-to-cart:after {
  content: "";
  position: absolute;
  z-index: 996;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.jamoo-products-border-wrap {
  margin: 0 0 -130px;
}
.jamoo-products-border-wrap .woocommerce-product-grid {
  padding: 0 0 130px 1px;
}
.jamoo-products-border-wrap .woocommerce-product-grid.product-width-border-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.jamoo-products-border-wrap .woocommerce-product-grid.product-width-border-wrap:before, .jamoo-products-border-wrap .woocommerce-product-grid.product-width-border-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 130px);
  top: 0;
  left: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  pointer-events: none;
}
.jamoo-products-border-wrap .woocommerce-product-grid.product-width-border-wrap:after {
  border-bottom-color: transparent;
  z-index: 2;
}
.jamoo-products-border-wrap .woocommerce-product-grid.product-width-border-wrap li.product.product-style-default:last-child {
  border-bottom-right-radius: 10px;
}
.jamoo-products-border-wrap .woocommerce-product-grid.swiper {
  padding: 0 0 131px 1px;
  z-index: auto;
}
.jamoo-products-border-wrap .woocommerce-product-grid.swiper .swiper-slide-visible.swiper-slide-active {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.jamoo-products-border-wrap .woocommerce-product-grid.swiper .swiper-slide-visible.swiper-slide-active .content-product-bg {
  left: 0;
}
.jamoo-products-border-wrap .woocommerce-product-grid.swiper .swiper-slide-visible.last-visible {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.e--ua-mac .jamoo-products-border-wrap .woocommerce-product-grid.swiper .swiper-slide-visible.swiper-slide-active .content-product-bg {
  left: -1px;
}

ul.products li.product.product-style-default {
  border-style: solid;
  border-width: 1px 1px var(--border-width-item, 0px) var(--border-width-item, 0px);
  border-color: var(--border);
  background: #fff;
}
ul.products li.product.product-style-default .product-block {
  padding: 20px;
}
ul.products li.product.product-style-default .price del {
  margin-top: 2px;
}

/**
 * Single Product
 */
.single-product .pswp__button {
  background-color: transparent;
  border: none;
}
.single-product div.product::before, .single-product div.product::after {
  content: "";
  display: table;
}
.single-product div.product::after {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery {
  transition: opacity 0.25s ease-in-out;
  position: relative;
  opacity: 0;
  margin-bottom: 30px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  z-index: 80;
  height: 30px;
  text-align: center;
  color: var(--accent);
  font-size: 0;
  background: #fff;
  border-radius: 3px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 5px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
  border-radius: 5px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  padding: 0;
  border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img.wp-post-image {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  display: block !important;
  position: relative;
  padding: 0;
  max-width: 80px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  object-fit: cover;
  opacity: 0.9;
  border: 1px solid var(--border);
  border-radius: 5px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: var(--secondary);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product div.product .woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a {
  opacity: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button:hover {
  background: var(--primary);
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.elementor-swiper-button-next {
  right: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0;
}
.single-product div.product .woocommerce-product-gallery-horizontal .flex-control-nav li {
  margin-right: 20px;
}
.single-product div.product .woocommerce-product-gallery-horizontal .flex-control-thumbs img {
  max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery-vertical {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery-vertical .woocommerce-product-gallery__image:hover a {
  opacity: 0;
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button {
  transform: translate(0);
  height: 30px;
  width: 100%;
  left: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button:hover {
  background: var(--primary);
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button.elementor-swiper-button-next {
  bottom: 0;
  top: unset;
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button.elementor-swiper-button-next i {
  transform: rotate(90deg);
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button.elementor-swiper-button-prev {
  top: 0;
}
.single-product div.product .woocommerce-product-gallery-vertical .elementor-swiper-button.elementor-swiper-button-prev i {
  transform: rotate(90deg);
}
.single-product div.product .woocommerce-product-gallery-vertical .flex-control-thumbs .slick-list {
  height: 100% !important;
}
.single-product div.product .woocommerce-product-gallery-vertical .flex-control-thumbs li {
  margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  display: block;
}
.single-product div.product .woocommerce-product-gallery-vertical .flex-control-nav {
  width: 80px;
  display: block;
  order: -1;
}
.single-product div.product .woocommerce-product-gallery-vertical .flex-control-nav li {
  margin-right: 0;
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery-vertical .flex-viewport {
  width: calc(100% - 100px);
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery-sticky::before, .single-product div.product .woocommerce-product-gallery-sticky::after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-gallery-sticky::after {
  clear: both;
}
.single-product div.product .summary.entry-summary {
  margin-bottom: 30px;
}
.single-product div.product .summary.entry-summary .time-sale {
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-product div.product .summary.entry-summary .woosw-btn,
.single-product div.product .summary.entry-summary .woosc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  color: var(--text_light);
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}
.single-product div.product .summary.entry-summary .woosw-btn:before,
.single-product div.product .summary.entry-summary .woosc-btn:before {
  font-size: 20px;
  margin: 0;
}
.single-product div.product .summary.entry-summary .woosw-btn:after,
.single-product div.product .summary.entry-summary .woosc-btn:after {
  content: none;
}
.single-product div.product .summary.entry-summary .woosw-btn:hover,
.single-product div.product .summary.entry-summary .woosc-btn:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}
.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product .stock.in-stock {
  margin-bottom: 18px;
}
.single-product div.product p.available-on-backorder {
  margin-bottom: 20px;
}
.single-product div.product .product_after_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.single-product div.product .product_after_title > * {
  font-size: 14px;
}
.single-product div.product .product_after_title > *:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.single-product div.product .product_after_title .product-brand a {
  color: var(--secondary);
}
.single-product div.product .product_after_title .star-rating {
  font-size: 13px;
}
.single-product div.product .variations_button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product div.product form.cart {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  column-gap: 10px;
}
.single-product div.product form.cart.grouped_form, .single-product div.product form.cart.variations_form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  flex-direction: column;
}
.single-product div.product form.cart.grouped_form table {
  margin-bottom: 15px;
}
.single-product div.product form.cart.grouped_form .woocommerce-grouped-add-to-cart {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.single-product div.product form.cart .woocommerce-variation-availability {
  text-align: left;
}
.single-product div.product form.cart .quantity {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 0;
  display: flex;
  width: 110px;
  height: 50px;
  background-color: var(--bg_light);
  border: 1px solid var(--bg_light);
}
.single-product div.product form.cart .quantity.hidden {
  display: none;
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-right: 0;
  width: 100px;
}
@media (max-width: 1023px) {
  .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
    font-size: 11px;
  }
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
  width: 100%;
  text-align: center;
  padding: 0.75em 0;
  word-break: initial;
  font-weight: 700;
  font-size: 16px;
  background-color: var(--primary);
  color: var(--secondary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
  background-color: var(--primary);
}
.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
}
.single-product div.product form.cart table.group_table td {
  padding: 15px 0;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
    display: none;
  }
  .single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .single-product div.product form.cart table.group_table .text-quantity {
    display: none !important;
  }
}
.single-product div.product form.cart table.group_table .quantity {
  margin-bottom: 0;
}
.single-product div.product form.cart table.group_table .quantity button.minus {
  border-left: none;
}
@media (max-width: 767px) {
  .single-product div.product form.cart table.group_table .quantity {
    width: 100px;
  }
  .single-product div.product form.cart table.group_table .quantity .qty {
    width: 40px;
  }
}
.single-product div.product form.cart table.group_table .quantity .text-quantity {
  display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image {
  padding: 15px 20px 15px 20px;
  width: 80px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-image img {
  max-width: 70px;
  margin: auto;
}
.single-product div.product form.cart table.group_table.woocommerce-grouped-product-list .quantity_wrap {
  margin-bottom: 0;
}
.single-product div.product form.cart table.group_table.woocommerce-grouped-product-list .quantity_wrap .text-quantity {
  display: none !important;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label {
  padding-right: 10px;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
  font-weight: 500;
  font-size: 14px;
  color: var(--accent);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
  color: var(--secondary_hover);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3571428571;
  color: var(--text_light);
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
  font-weight: 600;
}
.single-product div.product form.cart table.group_table .woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.single-product div.product form.cart table.group_table .woocommerce-Price-amount {
  word-break: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--accent);
}
.single-product div.product form.cart table.group_table .stock.out-of-stock {
  display: none;
}
.single-product div.product .single_add_to_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  padding: 12px 20px;
  z-index: 1;
  flex: 1;
  transition: all 0.3s ease;
  background-color: var(--primary);
  color: var(--secondary);
}
.single-product div.product .single_add_to_cart_button:hover {
  background: var(--secondary);
  color: #fff;
}
.single-product div.product .single_add_to_cart_button + a.added_to_cart {
  display: none;
}
.single-product div.product .woocommerce-grouped-add-to-cart {
  width: 100%;
}
.single-product div.product .product_title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 13px;
  color: var(--secondary);
  display: block;
}
.single-product div.product p.price {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 8px;
  color: var(--secondary);
}
.single-product div.product p.price .woocs_price_code {
  display: flex;
  align-items: flex-end;
}
.single-product div.product p.price del {
  color: var(--text_light);
  font-size: 14px;
  line-height: 1;
}
.single-product div.product p.price ins {
  margin-right: 10px;
  color: var(--hightlight);
  font-weight: 700;
}
.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 12px;
}
.single-product div.product table.variations {
  table-layout: fixed;
  position: relative;
  margin-top: 10px;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}
.single-product div.product table.variations td.value {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.single-product div.product table.variations td.value.woo-variation-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product div.product table.variations tr:last-child td.value {
  margin-bottom: 0;
}
.single-product div.product table.variations .label label {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5714285714;
  color: var(--accent);
  display: inline-block;
}
.single-product div.product table.variations .woo-selected-variation-item-name {
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--accent);
}
.single-product div.product table.variations select {
  max-width: 100%;
  vertical-align: middle;
  padding: 11px 35px 11px 20px;
  color: transparent;
  font-weight: 500;
}
.single-product div.product table.variations select + label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  padding: 0 5px;
  background-color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all ease-in-out 0.2s;
  color: var(--light);
}
.single-product div.product table.variations select:valid, .single-product div.product table.variations select:focus {
  color: var(--text);
}
.single-product div.product table.variations select:valid ~ label, .single-product div.product table.variations select:focus ~ label {
  top: 0;
}
.single-product div.product table.variations a.reset_variations {
  margin-top: 0;
  display: inline-block;
  color: var(--accent);
  border-bottom: 1px solid;
  line-height: 1;
}
.single-product div.product table.variations a.reset_variations:hover {
  color: var(--primary);
}
.single-product div.product table.variations td.label label {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
}
.single-product div.product table.variations td.value ul.variable-items-wrapper {
  display: inline-flex;
  gap: 5px;
}
.single-product div.product table.variations td.value ul .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
  background-color: var(--bg_light);
  border: 1px solid var(--bg_light);
  border-radius: 20px;
  cursor: pointer;
  width: auto;
  height: auto;
  box-shadow: none;
}
.single-product div.product table.variations td.value ul .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0;
}
.single-product div.product table.variations td.value ul .variable-item:not(.radio-variable-item).button-variable-item.disabled .variable-item-contents:before {
  content: none;
}
.single-product div.product table.variations td.value ul .variable-item:not(.radio-variable-item).button-variable-item:hover, .single-product div.product table.variations td.value ul .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  border-color: var(--secondary);
  background-color: var(--bg_light);
  box-shadow: none;
  color: var(--text_light);
}
.single-product div.product table.variations td.value ul li.variable-item {
  box-shadow: none;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.single-product div.product table.variations td.value ul li.variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.selected {
  outline: none;
  box-shadow: none;
}
.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 15px;
  font-weight: 400;
  color: var(--text);
}
.single-product div.product table.variations td.value ul li.variable-item.button-variable-item {
  margin: -1px;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--border);
  padding: 3px;
  background: transparent !important;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
  border-radius: 50%;
  padding: 0;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
  content: none;
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected:not(.no-stock), .single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover {
  border: 1px solid var(--secondary);
  box-shadow: 0 0 0 1px inset var(--secondary);
}
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover .variable-item-contents:before {
  display: none;
  content: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:before {
  display: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled:after {
  transform: rotate(-30deg);
  height: 2px;
  background-color: var(--border);
  width: calc(100% + 12px);
  left: -7px;
  box-shadow: none;
}
.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span {
  color: var(--text);
}
.single-product div.product .single_variation .price {
  display: flex;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-right: 0;
  align-items: center;
  color: var(--hightlight);
  margin-bottom: 20px;
}
.single-product div.product .single_variation .price ins {
  font-weight: 600;
  margin-right: 0;
  color: var(--hightlight);
}
.single-product div.product .single_variation .price del {
  font-size: 14px;
  margin-right: 10px;
  color: var(--text_light);
}
.single-product div.product .single_variation_wrap {
  width: 100%;
}
.single-product div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
}
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating::after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  margin-left: 5px;
  color: var(--text);
  font-size: 16px;
}
.single-product div.product .woocommerce-product-rating a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.single-product div.product .jamoo-single-product-extra {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--accent);
  margin-bottom: 15px;
}
.single-product div.product .jamoo-single-product-extra ul {
  margin: 0 0 1em 0;
  list-style: none;
  color: var(--text_light);
  font-size: 14px;
}
.single-product div.product .jamoo-single-product-extra ul li {
  margin-bottom: 10px;
}
.single-product div.product .jamoo-single-product-extra ul strong {
  color: var(--secondary);
  font-weight: 600;
}
.single-product div.product .jamoo-single-product-extra ul i {
  margin-right: 10px;
  font-size: 18px;
  width: 21px;
  font-weight: 600;
}
.single-product div.product .jamoo-single-product-extra .extra-payment {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-product div.product .jamoo-single-product-extra .extra-payment h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
  background-color: #fff;
  padding: 5px 15px;
  transform: translateY(-5px);
  margin-top: -30px;
}
.single-product div.product .product_meta {
  margin-top: 20px;
}
.single-product div.product .product_meta > span {
  display: block;
  font-size: 14px;
  line-height: 2.1428571429;
  color: var(--text_light);
}
.single-product div.product .product_meta > span:last-child {
  margin-bottom: 0;
}
.single-product div.product .product_meta > span a, .single-product div.product .product_meta > span .sku {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--secondary);
}
.single-product div.product .product_meta > span a:hover {
  color: var(--primary);
}
.single-product div.product .product_meta > span:last-child {
  border-bottom: 0;
}
.single-product div.product .quantity_wrap .quantity-text {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
}
.single-product .woocommerce-tabs {
  display: block;
  margin-top: 40px;
  padding: 15px 20px 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .single-product .woocommerce-tabs {
    padding: 35px 50px 50px;
  }
}
.single-product .woocommerce-tabs ul.tabs {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
  margin: 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs ul.tabs {
    display: none;
  }
}
.single-product .woocommerce-tabs ul.tabs li {
  padding-bottom: 20px;
  position: relative;
}
.single-product .woocommerce-tabs ul.tabs li:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 3px;
  background-color: var(--primary);
  opacity: 0;
  transition: all 0.3s ease;
}
.single-product .woocommerce-tabs ul.tabs li a {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  border: none;
  color: #CED0D9;
  text-transform: lowercase;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: var(--secondary);
}
.single-product .woocommerce-tabs ul.tabs li:hover:before, .single-product .woocommerce-tabs ul.tabs li.active:before {
  opacity: 1;
  width: 100%;
}
.single-product .woocommerce-tabs ul.tabs li:hover a, .single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--secondary);
}
.single-product .woocommerce-tabs.product-accordions {
  margin: 30px 0 0 0;
  padding: 0;
  border: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-item {
  border-bottom: 1px solid var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head {
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title {
  display: block;
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  color: var(--secondary);
  text-transform: lowercase;
  padding-left: 25px;
  transition: all 0.4s ease-in-out;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title:before {
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease 0.2s;
  transform: translateY(-50%);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
  color: var(--secondary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title {
  color: var(--secondary);
}
.single-product .woocommerce-tabs.product-accordions .active .accordion-title {
  color: var(--accent);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
  padding: 19px 0 20px;
  display: none;
  border-top: 1px solid var(--border);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body > h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
  margin-left: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
  margin: 0;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
  margin-bottom: 5px;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address > span:not(.details) {
  font-weight: 700;
  color: var(--accent);
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
  vertical-align: middle;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
  vertical-align: text-bottom;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td, .single-product .woocommerce-tabs.product-accordions table th {
  word-break: unset;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-top: 40px;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
  margin: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
  margin-bottom: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name > span:not(.details), .single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address > span:not(.details) {
  font-weight: 700;
  color: var(--accent);
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.clearfix {
  display: flex;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
  vertical-align: middle;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .text {
  margin-left: 5px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent {
  display: inline-block;
}
.single-product .woocommerce-tabs .panel > h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs .review_form label {
  margin-bottom: 0.5em;
  display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3333333333;
  padding: 0;
  text-transform: lowercase;
  color: #CED0D9;
}
@media (min-width: 768px) {
  .single-product .woocommerce-tabs h2.resp-accordion {
    display: none;
  }
}
.single-product .woocommerce-tabs h2.resp-accordion span {
  display: block;
  position: relative;
  padding-left: 25px;
}
.single-product .woocommerce-tabs h2.resp-accordion span:before {
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease 0.2s;
  transform: translateY(-50%);
}
.single-product .product-extra-info ul {
  margin: 0;
  list-style: none;
}
.single-product .product-extra-info ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  color: var(--text);
}
.single-product .product-extra-info ul li:last-child {
  margin-bottom: 0;
}
.single-product .product-extra-info ul li i {
  margin-right: 10px;
}
.single-product .product-extra-info .themes-content {
  padding-bottom: 20px;
}
.single-product .product-extra-info .themes-wrap {
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.single-product .product-extra-info .title-themes {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--primary);
}
.single-product .single-product-type-gallery .related {
  padding-top: 70px;
}
.single-product .single-product-type-gallery .related:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  box-shadow: 0 0 0 1px var(--border);
  transform: translateX(-50%);
}
.single-product .pswp {
  z-index: 99999;
}
.single-product #page .site-content {
  margin-bottom: 0;
  margin-top: 15px;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 30px;
  white-space: nowrap;
  border: 2px dashed;
  border-color: var(--light);
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

.jamoo-woocommerce-tabs {
  margin-top: 50px;
}
.jamoo-woocommerce-tabs .umimi-woocommerce-tabs-panel {
  padding: 50px 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.jamoo-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type {
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--accent);
}
.jamoo-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
  padding: 4px 10px 4px 0;
}
.jamoo-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td {
  padding: 4px 0 4px 10px;
  text-align: right;
}

.single-product-reviews-wrap {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.single-product-reviews-wrap .woocommerce-Reviews-title {
  display: none;
}
.single-product-reviews-wrap .review-title {
  font-size: 36px;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  margin-bottom: 50px;
}
.single-product-reviews-wrap .review-title .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}

/**
 * Reviews
 */
#reviews {
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
#reviews #comments {
  margin-bottom: 35px;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #reviews #comments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #reviews #comments .reviews-summary {
    width: 170px;
  }
  #reviews #comments .commentlist {
    width: calc(100% - 210px);
  }
}
#reviews #comments .woocommerce-pagination {
  width: 100%;
}
#reviews .woocommerce-Reviews-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: var(--e-global-typography-text-font-family);
  text-transform: uppercase;
  color: var(--text);
  letter-spacing: 2px;
}
#reviews .commentlist {
  list-style: none;
  margin: 0;
}
#reviews .commentlist li {
  margin-bottom: 20px;
  list-style: none;
  clear: both;
}
#reviews .commentlist li::before, #reviews .commentlist li::after {
  content: "";
  display: table;
}
#reviews .commentlist li::after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
}
#reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container::after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  #reviews .commentlist li .comment_container .comment-text {
    width: calc(100% - 75px);
    float: right;
  }
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li .avatar {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 23px;
}
#reviews .commentlist li p.meta {
  margin-bottom: 11px;
}
#reviews .commentlist li p.meta strong {
  font-size: 16px;
  color: var(--accent);
  font-weight: 600;
  line-height: 26px;
}
#reviews .commentlist li p.meta time {
  font-size: 14px;
  line-height: 26px;
  color: var(--text_light);
}
#reviews .commentlist li p.meta time:before {
  margin-right: 5px;
  line-height: 1;
  margin-top: -3px;
}
#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
  color: var(--text_light);
}
#reviews .commentlist li ul.children {
  margin: 0;
  width: 82.2222222222%;
  float: right;
  margin-right: 0;
  padding-top: 1.618em;
}
#reviews .commentlist li ul.children .avatar {
  width: 13.5135135135%;
  float: left;
  margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text {
  width: 78.3783783784%;
  float: right;
  margin-right: 0;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating {
  clear: both;
  margin-bottom: 1em;
}
#reviews .comment-form-rating label {
  margin-right: 20px;
}
#reviews .comment-form-rating p.stars {
  line-height: 1;
}
#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input {
  width: 100%;
}
#reviews .comment-form-comment textarea {
  color: var(--accent);
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
  margin-bottom: 1.41575em;
}
#reviews .comment-form-cookies-consent:before {
  content: "";
  display: block;
  clear: left;
}

table.shop_attributes th {
  color: var(--accent);
}

.jamoo-sticky-add-to-cart {
  background-color: var(--background);
}
.jamoo-sticky-add-to-cart__content {
  font-size: 16px;
}
.jamoo-sticky-add-to-cart__content-title strong {
  color: var(--accent);
  font-weight: 500;
}
.jamoo-sticky-add-to-cart__content-button {
  border: none;
  padding: 11px 25px;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.jamoo-sticky-add-to-cart__content-button:before {
  z-index: -1;
}
.jamoo-sticky-add-to-cart__content-button:hover {
  text-decoration: none;
  color: var(--white);
}
.jamoo-sticky-add-to-cart__content-price {
  display: inline-flex;
  font-size: 16px;
  margin-bottom: 4px;
  align-items: center;
  font-weight: 700;
  color: var(--accent);
}
.jamoo-sticky-add-to-cart__content-price ins {
  font-weight: 700;
  order: -1;
  margin-left: 0;
  margin-right: 0.6180469716em;
  background-color: transparent;
}
.jamoo-sticky-add-to-cart__content-price del {
  font-size: 14px;
  color: var(--text_light);
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
  display: none;
}

@media (min-width: 1024px) {
  .wrapper-technical_specs .grid {
    display: grid;
    grid-template-columns: 15% 1fr;
    gap: 30px;
  }
}
.wrapper-technical_specs .grid:last-child {
  margin-bottom: 0;
}
.accordion-body .wrapper-technical_specs .grid {
  display: block;
}
.wrapper-technical_specs b {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent);
}
.wrapper-technical_specs .table-content label {
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 15px;
  font-size: 20px;
  display: block;
}
.wrapper-technical_specs .table-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  color: var(--text_light);
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wrapper-technical_specs .table-wrapper:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-product-labels {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.single-product-labels .product-label {
  margin-bottom: 14px;
}

.inventory_status {
  color: #15D11C;
  display: flex;
  align-items: center;
}
.inventory_status.backorder, .inventory_status.out-of-stock {
  color: #CCCCCC;
}

.jamoo-product-no-tabs .section {
  padding: 30px 50px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.jamoo-product-no-tabs .section > h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
  text-transform: lowercase;
  color: var(--secondary);
}
.jamoo-product-no-tabs .section:last-child {
  border-bottom: none;
}
.jamoo-product-no-tabs .content > h2 {
  display: none;
}

.woocommerce-product-gallery-sticky .sticky-thumbnails .swiper-slide {
  border: 2px solid var(--border);
  overflow: hidden;
  width: 80px;
  cursor: pointer;
  border-radius: 5px;
}
.woocommerce-product-gallery-sticky .sticky-thumbnails .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--secondary);
}
.woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce-product-gallery-sticky .swiper-wrapper {
    flex-wrap: wrap;
  }
  .woocommerce-product-gallery-sticky .swiper-wrapper .swiper-slide {
    height: auto;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .woocommerce-product-gallery-sticky .sticky-thumbnails {
    width: 80px;
    float: left;
    position: static;
  }
  .woocommerce-product-gallery-sticky .sticky-thumbnails .swiper-slide {
    margin-bottom: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    margin-right: 0;
  }
  .woocommerce-product-gallery-sticky .sticky-thumbnails .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .woocommerce-product-gallery-sticky .sticky-thumbnails .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--secondary);
  }
  .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
    margin-bottom: 0;
    width: calc(100% - 110px);
    float: right;
  }
  .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .swiper-slide {
    margin-bottom: 20px;
  }
  .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
}

.woocommerce-product-gallery-slider {
  position: relative;
}
.woocommerce-product-gallery-slider .woocommerce-product-gallery__image .wp-post-image {
  object-fit: cover;
  width: 100%;
}
.woocommerce-product-gallery-slider .swiper-pagination.swiper-pagination-bullets {
  background-color: #ffffff;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 25px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
}
.woocommerce-product-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.woocommerce-product-gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.woocommerce-product-gallery-slider .elementor-swiper-button {
  width: 54px;
  height: 54px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.woocommerce-product-gallery-slider .elementor-swiper-button i {
  font-size: 12px;
}

.wpcvs-type-button .wpcvs-term {
  min-width: 70px;
  min-height: 70px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 15px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin-top: 10px;
}
.wpcvs-type-button .wpcvs-term > span {
  background: transparent;
  line-height: 22px;
  padding: 0;
  height: auto;
}
.wpcvs-type-button .wpcvs-term > span.desc {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_light);
}
.wpcvs-type-button .wpcvs-term > span.sale {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  padding: 2px 5px;
  border-radius: 3px;
  background: #E38B8B;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  transform: translateY(100%);
  text-transform: uppercase;
}
.wpcvs-type-button .wpcvs-term.term-sale {
  position: relative;
  margin-bottom: 25px;
}
.wpcvs-type-button .wpcvs-term.wpcvs-selected {
  background: var(--primary);
  color: #fff;
}
.wpcvs-type-button .wpcvs-term.wpcvs-selected > span::before {
  display: none;
}
.wpcvs-type-button .wpcvs-term.wpcvs-selected > span.desc {
  color: #fff;
}

.jamoo-photo-review-input {
  width: 100%;
}
.jamoo-photo-review-input .comment-form-photo {
  padding: 0 15px;
}
.jamoo-photo-review-input .selected-image-container {
  display: flex;
  margin-top: 15px;
}
.jamoo-photo-review-input .selected-image {
  width: 100px;
  margin-right: 15px;
}
.jamoo-photo-review-input .selected-image .selected-image-preview {
  width: 100%;
  height: 75px;
  object-fit: contain;
  border: 1px solid var(--primary);
  border-radius: 3px;
}
.jamoo-photo-review-input .selected-image .selected-image-info {
  width: 100%;
  font-size: 0.8em;
  line-height: 14px;
}

.commentlist .jamoo-images-review {
  display: flex;
  flex-wrap: wrap;
}
.commentlist .jamoo-images-review .image-review {
  cursor: pointer;
  flex: 0 0 65px;
  max-width: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.commentlist .jamoo-images-review .image-review:hover {
  border-color: var(--primary);
}
.commentlist .jamoo-images-review .image-review img {
  display: block;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}
#review_form_wrapper {
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.reviews-summary {
  margin-bottom: 30px;
}
.reviews-summary .review-summary-detal {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}
.reviews-summary .review-summary-detal .review-label {
  color: #000;
  font-weight: 400;
  min-width: 60px;
  line-height: 1.2;
}
.reviews-summary .progress {
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 5px;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
  background-color: #F1F2F8;
  flex: 1;
  margin-left: 9px;
}
.reviews-summary .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #FFA824;
}
.reviews-summary .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 6px 6px;
}
.reviews-summary .progress-bar-animated {
  animation: progress-bar-stripes 0.35s;
}
.reviews-summary .review-summery-item {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.reviews-summary .progress-title {
  font-weight: 500;
  display: flex;
  align-items: center;
  min-width: 65px;
}
.reviews-summary .progress-title .review-star-number {
  margin-right: 3px;
  min-width: 10px;
}
.reviews-summary .progress-title i {
  color: #FFA824;
  margin-right: 9px;
}
.reviews-summary .progress-title .review-number-count {
  color: var(--text_light);
}
.reviews-summary .review-summary-total {
  text-align: center;
  font-weight: 400;
  padding: 25px 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 35px;
  color: var(--accent);
}
.reviews-summary .review-summary-total .star-rating {
  margin: 0 auto;
  font-size: 14px;
  height: 1em;
  margin-bottom: 11px;
}
.reviews-summary .review-summary-total .star-rating span:before {
  color: #FFA824;
}
.reviews-summary .review-summary-total .review-summary-result {
  text-align: center;
  color: #FFA824;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 3px;
}
.reviews-summary .review-summary-total .review-summary-result strong {
  font-weight: 800;
}

.single-product-sticky-sidebar .site-content,
.single-product-sticky-sidebar .breadcrumb-wrap {
  background-color: var(--bg_light);
}
.single-product-sticky-sidebar #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.single-product-sticky-sidebar .content-single-wrapper {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.single-product-sticky-sidebar .single-product-sidebar.sticky-sidebar .widget {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.single-product-sticky-sidebar .single-product-sidebar.sticky-sidebar .widget.widget_block {
  padding: 0;
}

.single-product-sidebar .widget {
  margin-bottom: 20px;
}
.single-product-sidebar .widget .wp-block-group__inner-container > h2,
.single-product-sidebar .widget .widget-title,
.single-product-sidebar .widget .widgettitle {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.single-product-sticky-summary .site-content,
.single-product-sticky-summary .breadcrumb-wrap {
  background-color: var(--bg_light);
}
.single-product-sticky-summary.single-product div.product .woocommerce-product-gallery {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.single-product-sticky-summary.single-product div.product .summary.entry-summary {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.single-product-sticky-summary #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.single-product-sticky-summary .content-single-wrapper {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.single-product-sticky-summary .single-product-summary {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}

.wrapper-technical_specs h5, .wrapper-technical_specs h6 {
  color: var(--secondary);
  margin-bottom: 30px;
}
.wrapper-technical_specs strong {
  font-size: 18px;
  color: var(--accent);
}

/**
 * Widgets
 */
.widget.jamoo-widget-woocommerce .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.widget.jamoo-widget-woocommerce .widget-title:before {
  font-size: 10px;
  color: var(--accent);
}
.widget.jamoo-widget-woocommerce .woocommerce-product-search:before {
  display: none;
}

.product_list_widget {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.product_list_widget li {
  margin-bottom: 20px !important;
}
.product_list_widget li img {
  max-width: 60px;
  object-fit: cover;
  border-radius: 5px;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget .product-list-inner {
  display: flex;
  align-items: center;
}
.product_list_widget .reviewer {
  font-size: 12px;
  color: var(--text_light);
  margin-top: 5px;
}
.product_list_widget .product-content {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product_list_widget .count-review {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.product_list_widget .price .woocs_price_code {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  text-transform: uppercase;
  color: var(--secondary);
}
.product_list_widget .price .woocs_price_code del {
  font-size: 16px;
  margin-left: 0.327em;
}
.product_list_widget .price .woocs_price_code ins {
  margin-right: 0;
  font-weight: 700;
  color: var(--hightlight);
}
.product_list_widget .product-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
  order: -1;
}
.product_list_widget .product-title a {
  color: var(--text_light);
}
.product_list_widget .product-title a:hover {
  color: var(--secondary);
}
.product_list_widget a {
  display: block;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_recent_reviews ul li {
  display: flex;
  align-items: center;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li::before, .widget_shopping_cart .product_list_widget li::after {
  content: "";
  display: table;
}
.widget_shopping_cart .product_list_widget li::after {
  clear: both;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
  color: #e2401c;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em 0;
}
.widget_shopping_cart .product_list_widget img {
  margin-right: 1em;
  float: left;
}
.widget_shopping_cart .mini_cart_item {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  padding-bottom: 10px;
}
.widget_shopping_cart .mini_cart_item a {
  color: var(--accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5714285714;
  margin-bottom: 3px;
}
.widget_shopping_cart .mini_cart_item a:hover {
  color: var(--primary);
}
.widget_shopping_cart .mini_cart_item .quantity {
  color: var(--accent);
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
  color: var(--secondary);
  font-weight: 600;
}
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.widget_shopping_cart p.total::before, .widget_shopping_cart p.total::after {
  content: "";
  display: table;
}
.widget_shopping_cart p.total::after {
  clear: both;
}
.widget_shopping_cart p.total strong {
  color: var(--accent);
}
.widget_shopping_cart p.total .amount {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
  float: right;
}
.widget_shopping_cart .buttons {
  padding: 0 0 1em;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}
.widget_shopping_cart .buttons a:not(.checkout) {
  background-color: var(--secondary);
  color: #fff;
}
.widget_shopping_cart .buttons a:not(.checkout):hover {
  background-color: var(--secondary_hover);
  color: var(--white);
}
.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}

.widget_layered_nav li,
.widget_rating_filter li,
.widget_product_brands li,
.widget_product_categories li {
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.widget_layered_nav li a,
.widget_rating_filter li a,
.widget_product_brands li a,
.widget_product_categories li a {
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 34px;
}
.widget_layered_nav li a:after,
.widget_rating_filter li a:after,
.widget_product_brands li a:after,
.widget_product_categories li a:after {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  transform: translate(-25%, -25%);
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--primary);
  opacity: 0;
}
.widget_layered_nav li a:before,
.widget_rating_filter li a:before,
.widget_product_brands li a:before,
.widget_product_categories li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--border);
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.widget_layered_nav li:hover > a:after,
.widget_rating_filter li:hover > a:after,
.widget_product_brands li:hover > a:after,
.widget_product_categories li:hover > a:after {
  opacity: 0.15;
}
.widget_layered_nav li.current-cat a:before, .widget_layered_nav li.chosen a:before,
.widget_rating_filter li.current-cat a:before,
.widget_rating_filter li.chosen a:before,
.widget_product_brands li.current-cat a:before,
.widget_product_brands li.chosen a:before,
.widget_product_categories li.current-cat a:before,
.widget_product_categories li.chosen a:before {
  box-shadow: 0 0 0 1px var(--primary) inset, 0 0 0 3px var(--white) inset;
  background-color: var(--primary);
  border-color: var(--primary);
}

.widget_rating_filter .wc-layered-nav-rating a {
  color: var(--text_light);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  margin-top: 0;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}

.widget_product_categories ul.children {
  display: none;
}

.widget_price_filter form {
  margin-bottom: 0;
  margin-top: 35px;
}
.widget_price_filter .price_slider {
  margin-bottom: 25px;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
}
.widget_price_filter .price_slider_amount .button {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--accent);
  background-color: transparent;
}
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--secondary);
}
.widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5714285714;
  color: var(--text_light);
  margin-right: auto;
}
.widget_price_filter .price_slider_amount .price_label span {
  color: var(--accent);
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: ew-resize;
  background-color: var(--white);
  box-sizing: border-box;
  margin-top: -4px;
  margin-left: auto;
  opacity: 1;
  box-shadow: 0 0 0 2px var(--secondary) inset;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: var(--secondary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: var(--border);
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px;
  border-radius: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li:before {
  content: none;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.color {
  width: 100%;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.color:last-child {
  margin-bottom: 0;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-button-type {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 7px;
  text-align: center;
  min-width: 58px;
  border-radius: 0;
  color: var(--accent);
  background-color: #F7F7F7;
  border: 2px solid transparent;
  margin-right: 10px;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-button-type:hover {
  text-decoration: none;
  border: 2px solid var(--border);
  color: var(--accent);
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .jamoo-button-type {
  border: 2px solid var(--border);
  color: var(--accent);
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-color-type {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-color-type .color-label {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid var(--border);
  border-radius: 50%;
  padding: 3px;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-color-type .color-label span {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-color-type:hover {
  text-decoration: none;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-color-type:hover .color-label {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px inset var(--accent);
  text-decoration: none;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .jamoo-color-type .color-label {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px inset var(--accent);
  text-decoration: none;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-image-type {
  display: block;
  min-width: 90px;
  margin-top: 5px;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-image-type img {
  margin: auto;
  opacity: 0.2;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-image-type .image-count {
  display: block;
  text-align: center;
  color: var(--light);
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-image-type .image-name {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--accent);
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .jamoo-image-type:hover img {
  opacity: 1;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .jamoo-image-type img {
  opacity: 1;
}
.jamoo_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .jamoo-image-type .image-name {
  color: var(--primary);
}

.jamoo-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  box-shadow: 0 0 0 1px var(--border);
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.jamoo-active-filters .clear-all {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  text-decoration: underline;
  margin-bottom: 0;
}
.jamoo-active-filters ul {
  margin-bottom: 0;
}
.jamoo-active-filters ul li {
  padding: 5px 0;
  border: none;
  margin-bottom: 0;
}
.jamoo-active-filters li {
  display: inline-block;
  margin-right: 10px;
}
.jamoo-active-filters li a {
  border: 1px solid var(--border);
  padding: 4px 12px;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.jamoo-active-filters li a:hover {
  color: red;
  border: 1px solid red;
}
.jamoo-active-filters .widget_layered_nav_filters {
  margin: 15px 0 15px 20px;
}
.jamoo-active-filters .widget_layered_nav_filters h2.widgettitle {
  display: none;
}
.jamoo-active-filters .widget_layered_nav_filters + .clear-all {
  display: inline-block;
  margin-right: 20px;
}
.jamoo-active-filters .widget_layered_nav_filters + .widget_layered_nav_filters {
  margin-left: 0;
}

/**
 * Cart
 */
.woocommerce-cart .entry-header .entry-title {
  text-align: center;
}

@media (min-width: 769px) {
  table.cart {
    margin-bottom: 3.706325903em;
  }
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}
table.cart thead {
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
table.cart th {
  font-size: 13px;
  color: var(--accent);
  font-weight: 700;
}
table.cart td,
table.cart th {
  padding: 2em 0 0;
}
table.cart tr td {
  text-align: left;
  border-color: var(--border);
}
@media (max-width: 768px) {
  table.cart tr td {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  table.cart tr td:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px 0;
  }
}
table.cart tr td[data-title]::before {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-thumbnail img {
  margin: auto;
  max-width: 90px;
}
table.cart td.product-thumbnail::before {
  display: none;
}
@media (max-width: 768px) {
  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    border: none !important;
  }
}
table.cart td.product-remove {
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  table.cart td.product-remove {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
  }
}
table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -8px;
  left: -6px;
}
table.cart td.product-remove a.remove:hover:before, table.cart td.product-remove a.remove:active:before {
  color: red;
}
table.cart td.product-name:before {
  margin-right: 1em;
}
table.cart td.product-name a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none !important;
  color: var(--accent);
}
table.cart td.product-name a:hover {
  color: var(--secondary);
}
@media (max-width: 768px) {
  table.cart td.product-name {
    text-align: left;
    border-width: 0;
    padding-right: 30px;
  }
  table.cart td.product-name:before {
    display: none;
  }
}
table.cart .quantity_wrap .quantity button i {
  font-size: 12px;
}
table.cart td.product-quantity .text-quantity {
  display: none;
}
table.cart td.product-price .amount {
  color: var(--accent);
}
table.cart td.product-quantity .qty {
  border-width: 1px;
  padding: 1em;
  font-weight: 400;
  color: var(--accent);
  text-align: center;
}
table.cart td.product-subtotal {
  padding-bottom: 1.41575em;
}
@media (min-width: 769px) {
  table.cart td.product-subtotal {
    padding-bottom: 2.2906835em;
  }
}
table.cart td.product-subtotal .amount {
  color: var(--accent);
  font-weight: 600;
}
table.cart .cart_item {
  margin-bottom: 1em;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
@media (max-width: 768px) {
  table.cart .cart_item {
    padding-left: 120px;
    position: relative;
    display: block;
  }
}
table.cart td.actions {
  background-color: transparent;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  table.cart td.actions {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  table.cart td.actions {
    display: flex;
    flex-direction: column-reverse;
  }
}
table.cart td.actions label {
  display: none;
}
table.cart td.actions .coupon {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  border-color: var(--border);
}
@media (max-width: 768px) {
  table.cart td.actions .coupon {
    padding: 25px 30px 30px;
    border-style: dashed;
    border-width: 2px;
    margin-bottom: 0;
    margin-top: 1.5em;
  }
}
table.cart td.actions .coupon .input-text {
  min-width: 220px;
  margin-right: 10px;
}
table.cart td.actions .coupon .input-text:focus {
  border-color: var(--primary);
}
@media (max-width: 768px) {
  table.cart td.actions .coupon button[type=submit] {
    width: 100%;
  }
}
table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}
@media (max-width: 768px) {
  table.cart td.actions button[name=update_cart] {
    width: 100%;
  }
}
table.cart .product-quantity .text-quantity {
  display: none !important;
}
table.cart .product-quantity .quantity input {
  font-size: 12px;
  font-weight: 700;
  background-color: var(--background_light);
}
table.cart .product-quantity .quantity.hidden {
  display: none;
}

.woocommerce-cart-form {
  margin-bottom: 0;
}
.woocommerce-cart-form table td {
  vertical-align: middle;
}

.cart_totals {
  background-color: #f6f6f6;
  padding: 35px 55px;
  position: relative;
}
.cart_totals > h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--accent);
}
.cart_totals table th {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
}
.cart_totals table th, .cart_totals table td {
  padding: 1em 0;
}
.cart_totals .cart-subtotal {
  border-top: 1px solid;
  border-top-color: var(--border);
}
.cart_totals .cart-subtotal .amount {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}
.cart_totals .woocommerce-shipping-totals td {
  font-size: 14px;
  color: var(--text_light);
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total td {
  font-size: 2.2906835em;
  padding: 0;
}
.cart_totals .order-total .amount {
  color: var(--accent);
  font-size: 24px;
  font-weight: 800;
}
.cart_totals .checkout-button {
  display: block;
  text-align: center;
  background-color: var(--secondary);
  transition: all ease-in-out 0.3s;
}
.cart_totals .checkout-button:after {
  display: none;
}
.cart_totals .checkout-button:hover {
  background-color: var(--secondary_hover);
  color: var(--white);
  text-decoration: none;
}

.woocommerce-shipping-calculator {
  margin: 0;
}
.woocommerce-shipping-calculator a {
  text-decoration: underline;
  color: var(--secondary);
}
.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}

.woocommerce-shipping-destination {
  margin-bottom: 0;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text_light);
}
ul#shipping_method li {
  margin-bottom: 0.2360828548em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-right: 0.3342343017em;
}
ul#shipping_method input[type=radio] + label {
  margin-left: 0;
  color: var(--accent);
  font-weight: 700;
}
ul#shipping_method input[type=radio]:first-child:checked + label:after {
  color: var(--primary);
}

.cart-collaterals {
  margin-bottom: 30px;
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}

.site-header-cart .widget_shopping_cart {
  border-color: var(--border);
}
.site-header-cart .widget.widget_shopping_cart {
  border-top-color: var(--primary);
}

.woocommerce-cart .site-content {
  margin-bottom: 6.8535260698em;
}
.woocommerce-cart .cart-empty {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  color: var(--accent);
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  background-color: var(--primary);
}
.woocommerce-cart .return-to-shop a:hover {
  background-color: var(--accent);
}

.cross-sells {
  position: relative;
}
.cross-sells > h2:first-child {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 23px;
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--secondary);
  text-transform: lowercase;
}
.cross-sells .swiper-pagination {
  bottom: 60px;
  z-index: 0;
}
.cross-sells .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.cross-sells .products-carousel {
  margin: 0 0 -110px;
}
.cross-sells .products-carousel .swiper {
  padding: 0 0 111px 1px;
  --border-width-item: 1px;
}
.cross-sells .products-carousel .swiper.product-width-border-wrap {
  --border-width-item: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.cross-sells .products-carousel .swiper.product-width-border-wrap:before, .cross-sells .products-carousel .swiper.product-width-border-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  height: calc(100% - 111px);
  top: 0;
  left: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  pointer-events: none;
}
.cross-sells .products-carousel .swiper.product-width-border-wrap:after {
  border-bottom-color: transparent;
  z-index: 2;
}
.cross-sells .products-carousel .swiper.product-width-border-wrap li.product.product-style-default:last-child {
  border-bottom-right-radius: 10px;
}
.cross-sells .products-carousel .swiper .swiper-slide-visible.swiper-slide-active {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.cross-sells .products-carousel .swiper .swiper-slide-visible.last-visible {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.checkout_coupon {
  margin-bottom: 2.617924em;
  display: grid;
  max-width: 622px;
}
.checkout_coupon p:first-child {
  grid-column: 1/span 2;
}
.checkout_coupon .form-row-first {
  margin-right: 0;
  width: 100%;
}
.checkout_coupon .form-row-last {
  width: unset;
  float: left;
}
.checkout_coupon .input-text {
  width: 100%;
}
.checkout_coupon .input-text:focus {
  border-color: var(--accent);
}
.checkout_coupon button[type=submit] {
  margin-left: 20px;
}

form.checkout {
  position: static !important;
  /* 1 */
}
form.checkout::before, form.checkout::after {
  content: "";
  display: table;
}
form.checkout::after {
  clear: both;
}
form.checkout > .blockUI {
  position: fixed !important;
  /* 1 */
}
form.checkout h3 {
  font-size: 28px;
  color: var(--accent);
}

#order_review {
  background-color: #f6f6f6;
  padding: 35px 55px;
  position: relative;
}
#order_review #order_review_heading {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}
#order_review table {
  margin-bottom: 0;
}
#order_review table td, #order_review table th {
  padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
  border: none;
}
#order_review .woocommerce-checkout-review-order-table th {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
  text-align: right;
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
}
#order_review .woocommerce-checkout-review-order-table td.product-total {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
  color: var(--accent);
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
  border-top: 1px solid;
  border-top-color: var(--border);
}
#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}
#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857142857;
  color: var(--text_light);
}
#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td .amount {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 24px;
  color: var(--accent);
  font-weight: 800;
}

#payment::before, #payment::after {
  content: "";
  display: table;
}
#payment::after {
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .payment_methods {
  margin: 0;
  padding: 0;
}
#payment .payment_methods > .woocommerce-PaymentMethod,
#payment .payment_methods > .wc_payment_method {
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 1em 0;
  cursor: pointer;
  font-size: 16px;
  margin-left: 0;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
  color: var(--primary);
}
#payment .payment_methods li > label {
  font-weight: 700;
  color: var(--accent);
}
#payment .payment_methods li p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
}
#payment .payment_methods li .payment_box {
  padding: 1em 1.618em 2em;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url("../../../assets/images/credit-cards/unknown.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../../../assets/images/credit-cards/visa.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../../../assets/images/credit-cards/mastercard.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../../../assets/images/credit-cards/laser.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../../../assets/images/credit-cards/diners.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../../../assets/images/credit-cards/maestro.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../../../assets/images/credit-cards/jcb.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../../../assets/images/credit-cards/amex.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../../../assets/images/credit-cards/discover.svg");
}
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
  margin-top: 1.618em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
  background-color: var(--secondary);
  transition: all ease-in-out 0.3s;
  margin-top: 15px;
}
#payment .place-order .button:hover {
  background-color: var(--secondary_hover);
  color: #fff;
}
#payment .place-order p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_light);
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  word-wrap: break-word;
}
table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: 400;
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
  color: var(--text);
}
table.woocommerce-checkout-review-order-table .variation dt {
  font-weight: 400;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
  border-color: var(--border);
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login {
  margin-left: 0;
  margin-top: 30px;
  max-width: 505px;
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border);
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid var(--border);
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--text);
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--accent);
}

.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 10px;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 30px;
}
.woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
.woocommerce-order .woocommerce-customer-details h2 {
  font-size: 1.618em;
}
@media (min-width: 768px) {
  .woocommerce-order ul.order_details {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .woocommerce-order ul.order_details li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-order ul.order_details li:first-child {
    padding-top: 0;
  }
  .woocommerce-order ul.order_details li:last-child {
    padding-bottom: 0;
  }
  .woocommerce-order ul.woocommerce-thankyou-order-details li {
    width: 20%;
    margin: 0 !important;
  }
}
.woocommerce-order .woocommerce-table--order-details {
  max-width: 900px;
  margin: 1.41575em auto 5.9968353111em;
}
.woocommerce-order .woocommerce-table--order-details th {
  color: var(--accent);
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
  text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
  border-top: 1px solid;
  border-top-color: var(--border);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
  border-top: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.woocommerce-order .woocommerce-table--order-details thead td.product-total,
.woocommerce-order .woocommerce-table--order-details thead th.product-total {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
  color: var(--text_light);
  font-size: 12px;
  font-weight: 600;
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
  color: var(--primary);
}
.woocommerce-order .woocommerce-table--order-details .product-total {
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
  color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-order .woocommerce-table--order-details tfoot small {
  color: var(--text_light);
  font-size: 100%;
}
.woocommerce-order .woocommerce-table--order-details tfoot td {
  font-size: 12px;
  font-weight: 600;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
  font-weight: 800;
  font-size: 30px;
}

form.woocommerce-form-track-order label {
  font-size: 20px;
  display: block;
  color: var(--accent);
  margin-bottom: 10px;
}
form.woocommerce-form-track-order input, form.woocommerce-form-track-order button {
  width: 100%;
}
@media (min-width: 1024px) {
  form.woocommerce-form-track-order button {
    margin-top: 42px;
  }
}
form.woocommerce-form-track-order .row {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1024px) {
  form.woocommerce-form-track-order .row {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

/*=======================
* MODAL POPUP STYLE
========================*/
@media (min-width: 1024px) {
  #woosq-popup {
    max-height: 600px;
    max-width: 1075px;
  }
}
#woosq-popup .mfp-close {
  background: transparent !important;
}
#woosq-popup .mfp-close:after {
  content: none;
}
#woosq-popup .slick-list {
  background: white;
}
#woosq-popup .single-product .product > div {
  overflow: unset;
}
@media (min-width: 1024px) {
  #woosq-popup .single-product .product > div {
    height: 600px;
    max-height: 600px;
    background: white;
  }
}
@media (min-width: 1024px) {
  #woosq-popup .woosq-product .thumbnails img {
    height: 520px;
    max-height: 520px;
    border: 1px solid var(--border);
    border-radius: 20px;
    margin: 30px;
    background: white;
  }
}
#woosq-popup .product .summary .summary-content {
  padding: 20px 30px 20px 20px;
}
#woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before {
  color: red;
}
#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
  margin-right: 0;
}
#woosq-popup .single-product div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
#woosq-popup .single-product div.product .product_meta {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.mfp-woosq .mfp-close:hover {
  border: none;
}

.mfp-woosq .mfp-arrow {
  display: none;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * My Account
 */
label.inline {
  display: inline !important;
  margin-left: 1em;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  position: relative;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 0.875em 0;
  display: block;
  color: var(--accent);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: var(--primary);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--primary);
}

.woocommerce-account .entry-header {
  text-align: center;
  margin-bottom: 60px;
}

ul.order_details {
  list-style: none;
  position: relative;
  max-width: 900px;
  background-color: #F6F6F6;
  padding: 2.2906835em 0.875em;
}
ul.order_details::before, ul.order_details::after {
  content: "";
  display: table;
}
ul.order_details::after {
  clear: both;
}
ul.order_details li {
  padding: 1em 1.618em;
  text-align: center;
  border-color: var(--border);
}
ul.order_details li:first-child {
  padding-top: 1.618em;
  border: 0;
}
ul.order_details li:last-child {
  padding-bottom: 1.618em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
  content: "";
  display: table;
}
ul.order_details li:last-child::after {
  clear: both;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  color: var(--accent);
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce-MyAccount-content table th {
  color: var(--accent);
}
.woocommerce-MyAccount-content table thead th {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content table tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content .order_details a:not(.button) {
  color: var(--accent);
}
.woocommerce-MyAccount-content .order_details a:not(.button):hover {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .order_details .product-quantity {
  color: var(--light);
}
.woocommerce-MyAccount-content .order_details .product-total .amount {
  font-weight: 700;
}
.woocommerce-MyAccount-content .order_details tfoot .amount {
  font-weight: 700;
  font-size: 1.41575em;
  color: var(--accent);
}
.woocommerce-MyAccount-content .order-again {
  margin-bottom: 3.706325903em;
}

.register-from-title,
.login-form-title {
  font-size: 28px;
  margin-bottom: 40px;
}

.login-form-col {
  border: none;
}

form.woocommerce-form-register {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  form.woocommerce-form-register {
    margin-right: 0;
    margin-left: 0;
  }
}
form.woocommerce-form-register button[type=submit] {
  display: block;
  width: 100%;
}
form.woocommerce-form-register .form-row-wide {
  margin-bottom: 32px;
}
form.woocommerce-form-register .form-row label {
  line-height: 28px;
  margin-bottom: 5px;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

form.woocommerce-form-login {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .col2-set#customer_login form.woocommerce-form-login {
    margin-right: 0;
  }
}
form.woocommerce-form-login .woocommerce-form-login-wrap {
  margin-bottom: 30px;
}
form.woocommerce-form-login button[type=submit] {
  display: block;
  width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword {
  float: right;
  margin-bottom: 35px;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-style: dotted;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: var(--primary);
}
form.woocommerce-form-login .form-row label {
  line-height: 28px;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  ul.order_details {
    margin: 0 auto 3.706325903em auto;
  }
  ul.order_details li {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
    border-left-style: solid;
    border-left-width: 1px;
  }
  ul.order_details li:first-child {
    border: 0;
  }
  ul.order_details li:last-child {
    float: right;
    margin-right: 0;
  }
  ul.order_details li:last-child::before, ul.order_details li:last-child::after {
    content: "";
    display: table;
  }
  ul.order_details li:last-child::after {
    clear: both;
  }

  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }

  /**
   * Responsive tables
   */
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  table.shop_table_responsive tr.woocommerce-shipping-totals td {
    width: 60%;
  }

  /**
   * Header Elements
   */
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    display: inline-block;
    text-indent: 0;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    margin-top: 20px;
    top: 100%;
    width: 320px;
    z-index: 999999;
    right: -999em;
    display: block;
    border-width: 2px;
    border-style: solid;
  }
  .site-header-cart .widget_shopping_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }

  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }

  .checkout_coupon {
    grid-template-columns: 53.6231884058% auto;
  }

  /**
   * Reset mobile product styles
   */
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 100%;
  }

  /**
   * Main content area (adjacent to sidebar) product layout
   */
  ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  ul.products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  /**
   * Single product page
   */
  .single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
    flex: 50%;
    max-width: 50%;
  }
  .single-product #reviews .comment-form-email {
    margin-right: 0;
  }

  #reviews .comment-form-email {
    margin-right: 0;
  }

  /**
   * General full-width styles
   */
  .jamoo-full-width-content.woocommerce-cart .entry-header, .jamoo-full-width-content.woocommerce-checkout .entry-header, .jamoo-full-width-content.woocommerce-account .entry-header {
    text-align: center;
    padding: 0 0 5.9968353111em;
  }
  .jamoo-full-width-content.woocommerce-cart .entry-header h1:last-child, .jamoo-full-width-content.woocommerce-checkout .entry-header h1:last-child, .jamoo-full-width-content.woocommerce-account .entry-header h1:last-child {
    margin-bottom: 0;
  }

  .woocommerce .page-description {
    margin-bottom: 15px;
  }

  .jamoo-sorting select {
    width: auto;
  }
  .jamoo-sorting .woocommerce-pagination + .woocommerce-result-count {
    margin-right: auto;
    margin-left: 0;
  }
  .jamoo-sorting .woocommerce-result-count {
    margin-right: auto;
  }

  /**
   * Cart
   */
  .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }

  table.cart th,
table.cart td {
    padding: 1.618em 1.618em 1.618em 0;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em 1.618em 1.618em 0;
    border: 0;
    width: 5%;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
  }
  table.cart td.product-thumbnail {
    width: 17%;
  }
  table.cart td.product-name {
    width: 30%;
  }
  table.cart td.product-price {
    width: 16%;
  }
  table.cart td.product-subtotal {
    padding: 1.618em 1.618em 1.618em 0;
    width: 16%;
  }
  table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    float: left;
    width: 60%;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .cart-collaterals::before, .cart-collaterals::after {
    content: "";
    display: table;
  }
  .cart-collaterals::after {
    clear: both;
  }
  .cart-collaterals .cross-sells {
    width: 42.0289855072%;
    float: left;
    margin-right: 4.347826087%;
  }
  .cart-collaterals .shipping_calculator {
    width: 53.6231884058%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }

  /**
   * Wishlist
   */
  table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
    display: none;
  }

  /**
   * Checkout
   */
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0;
  }

  .col2-set {
    width: 53.6231884058%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
.col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields::after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }

  #customer_details + #wc_checkout_add_ons {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
  }

  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }

  #order_review {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
    clear: right;
  }

  #order_review {
    transition: box-shadow ease 0.4s;
  }

  .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }

  /**
   * My Account
   */
  table + .addresses {
    margin-top: 1.618em;
  }

  .col2-set#customer_login {
    width: 100%;
    margin: 0;
  }
  .col2-set#customer_login .col-1 {
    width: 50%;
    float: left;
    padding-right: 5%;
    margin-bottom: 0;
  }
  .col2-set#customer_login .col-2 {
    width: 50%;
    float: right;
    padding-left: 5%;
    border-left: 1px solid var(--border);
    margin-bottom: 0;
  }

  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set.addresses .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .woocommerce-MyAccount-navigation {
    width: 27.2727272727%;
    float: left;
    margin-right: 3.8961038961%;
  }

  .woocommerce-MyAccount-content {
    width: 68.8311688312%;
    float: right;
    margin-right: 0;
  }

  .addresses header.title::before, .addresses header.title::after {
    content: "";
    display: table;
  }
  .addresses header.title::after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
  }
  .addresses header.title h3 {
    float: left;
  }

  /**
   * General WooCommerce Components
   */
  .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
    clear: both;
  }

  .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  /**
   * Sticky Add to Cart
   */
  .jamoo-sticky-add-to-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    transform: translate3d(0, 100%, 0);
    padding: 10px 1em;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .jamoo-sticky-add-to-cart--slideInDown {
    animation-name: slideInDown1;
  }
  .jamoo-sticky-add-to-cart--slideOutUp {
    animation-name: slideOutUp;
  }
  .jamoo-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jamoo-sticky-add-to-cart__content-title {
    display: block;
  }
  .jamoo-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
  }
  .jamoo-sticky-add-to-cart__content-button {
    margin-left: auto;
  }
  .jamoo-sticky-add-to-cart img {
    max-width: 60px;
    margin: 0 1em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .jamoo-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart-form,
.woocommerce-cart .cross-sells {
    width: 65.5913978495%;
    float: left;
    margin-right: 3.2258064516%;
  }

  .cart-collaterals {
    width: 31.1827956989%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails::after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 49%;
    margin-right: 0;
    float: left;
  }
  .single-product div.product .summary {
    float: right;
    width: 49%;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }

  .single-product div.product .woocommerce-product-gallery {
    width: calc(55% - 50px);
    margin-right: 0;
    float: left;
    max-width: 740px;
  }
  .single-product div.product .summary {
    float: right;
    width: 45%;
    max-width: 630px;
  }
  .single-product div.product.single-product-type-with-sidebar .content-single-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .single-product div.product.single-product-type-with-sidebar .woocommerce-product-gallery {
    width: calc(100% - 340px - 39%);
    margin-right: 0;
    float: left;
    max-width: 520px;
  }
  .single-product div.product.single-product-type-with-sidebar .summary {
    float: right;
    width: calc(100% - 340px - 40%);
    max-width: 500px;
  }
  .single-product div.product.single-product-type-with-sidebar .single-product-sidebar {
    width: 280px;
  }
  .single-product div.product.single-product-type-sticky-sidebar {
    width: calc(100% - 360px);
    float: left;
  }
  .single-product div.product.single-product-type-sticky-sidebar + .single-product-sidebar {
    width: 340px;
    float: right;
  }
  .single-product div.product.single-product-type-sticky-summary {
    width: calc(100% - 600px);
    float: left;
  }
  .single-product .single-product-summary {
    width: 580px;
    float: right;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: var(--accent);
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
  color: var(--primary_hover);
}
@media (max-width: 767px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
    min-width: 150px;
    width: auto;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
  vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
  max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
  font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
  table-layout: auto !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
  border: none !important;
  background: none !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
    padding-top: 0 !important;
    display: block;
  }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
    display: block;
    padding-bottom: 0 !important;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
  text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
  text-decoration: line-through;
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

ul.products-list {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.products-list li.product-list {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 20px;
  box-shadow: 0 0 0 1px var(--border);
  background-color: #fff;
}
@media (max-width: 767px) {
  ul.products-list li.product-list {
    flex-wrap: wrap;
  }
}
ul.products-list li.product-list .product-transition {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 568px) {
  ul.products-list li.product-list .product-transition {
    max-width: calc(100% - 225px);
    width: 225px;
  }
}
ul.products-list li.product-list .product-transition .product-image {
  height: 100%;
}
ul.products-list li.product-list .product-transition .product-image img {
  object-fit: cover;
  height: 100%;
  border-radius: 18px;
}
ul.products-list li.product-list .product-caption {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding-top: 3px;
}
ul.products-list li.product-list .product-caption .product-caption-left {
  max-width: 450px;
}
ul.products-list li.product-list .product-caption .product-caption-right {
  width: 220px;
  max-width: 220px;
}
ul.products-list li.product-list a[class*=product_type_] {
  padding-left: 45px;
  padding-right: 45px;
}
ul.products-list li.product-list .product-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
ul.products-list li.product-list .product-labels.labels-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  max-width: 100%;
}
ul.products-list li.product-list .product-labels.labels-bottom {
  color: var(--text_light);
}
ul.products-list li.product-list .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--secondary);
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
ul.products-list li.product-list .price .woocs_price_code {
  display: flex;
  align-items: flex-end;
}
ul.products-list li.product-list .price del {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  color: var(--text_light);
}
ul.products-list li.product-list .price ins {
  margin-right: 10px;
  order: -1;
  color: var(--hightlight);
  font-weight: 700;
}
ul.products-list li.product-list .quantity_wrap {
  margin-bottom: 10px;
}
ul.products-list li.product-list .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-bottom: 21px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.products-list li.product-list .woocommerce-loop-product__title a {
  color: var(--text);
}
ul.products-list li.product-list .woocommerce-loop-product__title a:hover {
  color: var(--secondary);
}
ul.products-list li.product-list .count-review {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
ul.products-list li.product-list .count-review .count {
  font-size: 12px;
  margin-left: 5px;
  color: var(--accent);
  line-height: 14px;
}
ul.products-list li.product-list .short-description {
  color: var(--text_light);
}
ul.products-list li.product-list .group-action {
  margin-top: 10px;
}
ul.products-list li.product-list .group-action .shop-action {
  flex-direction: row;
}
ul.products-list li.product-list .group-action .shop-action .woosc-btn,
ul.products-list li.product-list .group-action .shop-action .woosq-btn,
ul.products-list li.product-list .group-action .shop-action .woosw-btn {
  border-color: #fff;
}
ul.products-list li.product-list .group-action .shop-action .woosc-btn:hover,
ul.products-list li.product-list .group-action .shop-action .woosq-btn:hover,
ul.products-list li.product-list .group-action .shop-action .woosw-btn:hover {
  color: var(--text_light);
  border-color: var(--bg_light);
  background-color: var(--bg_light);
}
ul.products-list li.product-list .added_to_cart {
  display: none;
}
ul.products-list li.product-list:hover .group-action {
  opacity: 1;
}
ul.products-list li.product-list:hover .product-transition:before {
  width: calc(100%);
}

.wcml-dropdown {
  width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
  border-color: var(--border);
}
.wcml-dropdown .wcml-cs-submenu {
  border-top: 0;
}
.wcml-dropdown a {
  padding: 1em 1.41575em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
  right: 1em;
}

.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
  font-weight: bold;
  color: var(--accent);
  cursor: default;
}

/**
 * Wishlist
 */
.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 570px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--name a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--accent);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: var(--secondary);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--price del {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3571428571;
  color: var(--text_light);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--price ins {
  font-weight: 700;
  order: -1;
  margin-right: 5px;
  color: var(--hightlight);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--info .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--actions .woosw-item--stock {
  display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--actions .woosw-item--add {
  text-align: right;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--actions .woosw-item--add a[class*=product_type_] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  min-width: 150px;
  letter-spacing: 0;
  color: #ffffff;
  background-color: var(--secondary);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--actions .woosw-item--add a[class*=product_type_]:hover {
  text-decoration: none;
  background-color: var(--secondary_hover);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
  text-decoration: underline;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
  text-decoration: underline;
}

.woosw-list .woosw-content-item--price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--accent);
  font-size: 14px;
}
.woosw-list .woosw-content-item--price del {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
}
.woosw-list .woosw-content-item--price ins {
  order: -1;
}
.woosw-list .woosw-content-item--price del + ins {
  margin-right: 0.327em;
}
.woosw-list .woosw-content-item--title a {
  font-size: 16px;
  font-weight: 400 !important;
}
.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p > a.button {
  font-size: 11px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 568px) {
  .woosw-list .woosw-content-item .woosw-content-item--image {
    display: none;
  }
}
.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
  margin-bottom: 5px;
}
.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
  color: red !important;
}
.woosw-list .woosw-actions .woosw-copy-btn input {
  margin-left: 5px;
}
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  font-size: 18px;
  color: var(--accent);
  margin-bottom: 30px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a {
  font-weight: 400;
}

.widget_product_search {
  position: relative;
}

.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px 20px;
  z-index: 999;
  max-height: 500px;
  overflow-y: scroll;
}

.ajax-search-result .search-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.product-item-search .product-link {
  display: flex;
  align-items: center;
  color: var(--light);
}
.product-item-search .product-link:hover {
  text-decoration: none;
}
.product-item-search .product-link img {
  width: 60px;
  margin-right: 15px;
}
.product-item-search .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5714285714;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-item-search:last-child {
  border-bottom: none;
}
.product-item-search .amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: var(--secondary);
}
.product-item-search del {
  color: var(--text_light);
}
.product-item-search del .amount {
  font-size: 14px;
  margin-right: 0.327em;
  color: var(--text_light);
}
.product-item-search del + ins .amount {
  font-weight: 700;
  margin-right: 0;
  color: var(--hightlight);
}

.jamoo-canvas-filter {
  background-color: var(--background);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 320px;
  height: 100vh;
}
.jamoo-canvas-filter .widget {
  padding: 26px 20px 26px 20px;
  border-top: 1px solid var(--border);
}
@media (min-width: 768px) {
  .jamoo-canvas-filter .widget {
    padding: 26px 42px 26px 50px;
  }
}
.jamoo-canvas-filter .widget.active .wp-block-group__inner-container > h2,
.jamoo-canvas-filter .widget.active .widget-title,
.jamoo-canvas-filter .widget.active .widgettitle {
  padding-bottom: 0;
}
.jamoo-canvas-filter .widget .dropdown-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .jamoo-canvas-filter {
    width: 410px;
  }
}
.jamoo-canvas-filter::-webkit-scrollbar {
  width: 3px;
}
.jamoo-canvas-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.jamoo-canvas-filter::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.jamoo-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.off-canvas-active .jamoo-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.off-canvas-active .jamoo-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.filter-toggle {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2857142857;
  outline: none;
  text-align: center;
  color: var(--secondary);
  text-decoration: none;
  align-items: center;
  position: relative;
  margin-right: 15px;
  padding: 6px 15px;
  border-radius: 20px;
  background: var(--bg_light);
}
.filter-toggle:hover {
  color: var(--bg_light);
  background: var(--secondary);
  text-decoration: none;
}
@media (min-width: 1025px) {
  .filter-toggle {
    display: none;
  }
}
.jamoo-full-width-content .filter-toggle {
  display: inline-flex;
}

.jamoo-canvas-header {
  text-align: right;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .jamoo-canvas-header {
    padding: 20px 42px;
  }
}

.filter-close {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  color: var(--accent);
  text-transform: uppercase;
}
.filter-close .close-icon:hover line,
.filter-close .close-icon:hover path {
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.filter-close .close-icon:hover path {
  animation-delay: 0.1s;
}

@media (min-width: 783px) {
  .admin-bar .jamoo-canvas-filter {
    top: 32px;
  }
}
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .jamoo-canvas-filter {
    top: 46px;
  }
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto;
}

.woo-variation-swatches .variable-items-wrapper {
  margin: 0;
  gap: 5px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 0;
}

.site-header-cart-side {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  background-color: var(--background);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 999999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .site-header-cart-side {
    width: 340px;
    transform: translate3d(340px, 0, 0);
  }
}
.site-header-cart-side .cart-side-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.site-header-cart-side .cart-side-title {
  flex: 1 1 auto;
  font-size: 18px;
  color: var(--secondary);
  font-weight: 800;
}
.site-header-cart-side .close-cart-side {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding-right: 18px;
  position: relative;
}
.site-header-cart-side .close-cart-side:before, .site-header-cart-side .close-cart-side:after {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.site-header-cart-side .close-cart-side:before {
  transform: rotate(45deg);
}
.site-header-cart-side .close-cart-side:hover:before, .site-header-cart-side .close-cart-side:hover:after {
  transform: rotate(0);
}
.site-header-cart-side .widget_shopping_cart {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  border: none;
  padding: 0;
  border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 18px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item {
  padding: 15px 30px 15px 15px;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
  background-color: #F9F9F9;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.41575em;
  font-weight: 600;
  color: var(--text-light);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
  color: var(--secondary);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
  position: absolute;
  top: 20px;
  margin-bottom: 0;
  transform: translateY(-50%);
  left: unset;
  opacity: 1;
  right: 8px;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:first-child {
  padding-top: 1em;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
  max-width: 60px;
}
.site-header-cart-side .widget_shopping_cart p.total {
  padding: 12px 15px 12px 15px;
  margin: 0;
  border-top: 1px solid;
  border-top-color: var(--border);
  margin-bottom: 5px;
}
.site-header-cart-side .widget_shopping_cart p.total .amount {
  font-weight: 700;
  font-size: 20px;
  color: var(--accent);
}
.site-header-cart-side .widget_shopping_cart p.total strong {
  font-size: 16px;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
  border: 1px solid var(--secondary);
  color: #fff;
}
.site-header-cart-side .widget_shopping_cart .buttons a:hover {
  text-decoration: none;
  background-color: var(--secondary_hover);
  color: var(--white);
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
  margin-top: 0;
  margin-bottom: 0;
}
.site-header-cart-side.active {
  transform: none;
}
.site-header-cart-side.active + .cart-side-overlay {
  visibility: visible;
  opacity: 1;
}

.cart-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.quick-shop-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease;
  transform: translate3d(0, 103%, 0);
}
.quick-shop-wrapper .quick-shop-form {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.quick-shop-wrapper .quick-shop-form .woosc-btn, .quick-shop-wrapper .quick-shop-form .woosw-btn {
  display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
  text-align: center;
  padding: 5px;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}
.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
  justify-content: center;
}
.quick-shop-wrapper .quick-shop-form table.variations {
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
.quick-shop-wrapper .quick-shop-form table.variations th,
.quick-shop-wrapper .quick-shop-form table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.quick-shop-wrapper .quick-shop-form table.variations select {
  max-width: 100%;
  vertical-align: middle;
}
.quick-shop-wrapper .quick-shop-form table.variations label {
  display: block;
}
.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  margin-left: 0;
  color: #f37070;
}
.quick-shop-wrapper .quick-shop-form table.variations td.label label {
  font-size: 16px;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 8px;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item {
  box-shadow: none;
  border: 1px solid;
  margin: 0 5px 5px 0;
  width: auto;
  height: auto;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-color: var(--border);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover, .quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected {
  border-color: var(--primary);
  outline: none;
  box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span {
  font-size: 14px;
  padding: 0px 10px;
  color: var(--accent);
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item {
  border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
  border-radius: 50%;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
  content: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before {
  display: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after {
  transform: rotate(-30deg);
  height: 2px;
  background-color: var(--border);
  width: calc(100% + 12px);
  left: -7px;
  box-shadow: none;
}
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span {
  color: var(--text);
}
.quick-shop-wrapper .variations_form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.quick-shop-wrapper .variations_form:before {
  content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
  -webkit-animation: none;
  animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
  margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
  margin-right: 5px;
  margin-bottom: 10px !important;
  margin-left: 5px;
  display: block;
  padding-bottom: 0 !important;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
  display: none !important;
}
.quick-shop-wrapper div.quantity {
  display: none !important;
}
.quick-shop-wrapper button.single_add_to_cart_button {
  background-color: transparent;
  font-size: 12px;
  color: var(--accent);
  border: 1px solid;
  border-color: var(--accent);
  padding: 3px 15px;
}
.quick-shop-wrapper button.single_add_to_cart_button:hover {
  color: #ffffff;
  background-color: var(--accent);
}
.quick-shop-wrapper table.variations {
  margin-bottom: 0;
}
.quick-shop-wrapper table.variations .reset_variations {
  bottom: -30px;
  margin-left: 0;
  text-decoration: underline;
  font-size: 13px;
  color: var(--light);
}
.quick-shop-wrapper table.variations .reset_variations:before {
  content: none;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
  margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  height: 30px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 1px var(--border);
}

.quick-shop-shown .quick-shop-wrapper {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
}
.quick-shop-shown .quick-shop-close {
  opacity: 1;
  transition: all 0.25s ease 0.35s;
  padding-right: 16px;
}

.loading-quick-shop .product-transition::after {
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  color: var(--accent);
  z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
  background-color: rgba(255, 255, 255, 0.95);
}

.cross-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
}
.cross-button:after, .cross-button:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cross-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-button:hover:after, .cross-button:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb-wrap {
  display: var(--page-title-display);
}
.breadcrumb-wrap:before {
  content: "";
  height: 170px;
  width: 100%;
  background: linear-gradient(180deg, #F1F2F8 0%, rgba(241, 242, 248, 0) 50.52%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.home .main-breadcrumb {
  display: none;
}

.woosb-products .woosb-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.woosb-products .woosb-product > div {
  padding: 5px 0;
}
.woosb-products .woosb-product .woosb-thumb {
  width: 50px;
  padding: 0;
  margin-right: 20px;
}
.woosb-products .woosb-product .woosb-thumb img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  object-fit: cover;
}
.woosb-products .woosb-product .woosb-title {
  flex-grow: 1;
  margin-right: 10px;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
  margin-bottom: 0;
}
.woosb-products .woosb-product .woosb-title .woosb-availability {
  display: none;
}
.woosb-products .woosb-product .woosb-quantity {
  width: unset;
  flex: unset;
  margin-right: 10px;
}
.woosb-products .woosb-product .woosb-price {
  width: 140px;
  flex: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--accent);
}
.woosb-products .woosb-product .woosb-price del {
  opacity: 1;
  font-size: 14px !important;
  margin-right: 0.327em;
  color: var(--text_light);
}
.woosb-products .woosb-product .woosb-price ins {
  font-weight: 400;
  margin-right: 0;
  color: var(--primary);
}
.woosb-products .woosb-product .quantity {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid var(--border);
  font-size: 12px;
  font-weight: 700;
}
.woosb-products .woosb-product .quantity.hidden {
  display: none;
}
.woosb-products .woosb-product .quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  z-index: 9;
  top: 0;
  bottom: 0;
  border: none;
  width: 40px;
  height: 36px;
  border-radius: 0;
  color: #000000;
}
.woosb-products .woosb-product .quantity button:hover {
  color: var(--primary);
  outline: none;
}
.woosb-products .woosb-product .quantity button:after {
  content: none;
}
.woosb-products .woosb-product .quantity .qty {
  padding: 0;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  color: #000000;
  flex: 1;
  background-color: transparent;
}
.woosb-products .woosb-product .quantity .qty::-webkit-outer-spin-button, .woosb-products .woosb-product .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woosb-products .woosb-product .quantity .qty:focus {
  border-color: var(--primary);
}

.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: var(--text);
}
.woosb-wrap .woosb-text .amount, .woosb-bundles .woosb-text .amount {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--accent);
}

.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
  margin-bottom: 20px;
}

.single-product .woosb-products .woosb-product .woosb-title {
  max-width: 250px;
}

body.woocommerce .jamoo-menu-filter {
  display: none;
  align-items: center;
  margin-right: auto;
  padding: 0;
}
@media (min-width: 1024px) {
  body.woocommerce .jamoo-menu-filter {
    display: flex;
  }
}
body.woocommerce .jamoo-menu-filter .widget .widget-content {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: -1px;
  width: 290px;
  padding: 20px;
  background-color: var(--bg_light);
  border-top: 3px solid var(--secondary);
  z-index: 99;
}
body.woocommerce .jamoo-menu-filter .widget .wp-block-group__inner-container > h2,
body.woocommerce .jamoo-menu-filter .widget .widget-title,
body.woocommerce .jamoo-menu-filter .widget .widgettitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 0;
  margin-bottom: 0;
  border: none;
  text-transform: unset;
  color: var(--text_light);
  font-family: var(--e-global-typography-text-font-family);
  letter-spacing: 0;
}
body.woocommerce .jamoo-menu-filter .widget .wp-block-group__inner-container > h2:after,
body.woocommerce .jamoo-menu-filter .widget .widget-title:after,
body.woocommerce .jamoo-menu-filter .widget .widgettitle:after {
  transform: rotate(0);
  margin-left: 8px;
}
body.woocommerce .jamoo-menu-filter .widget .wp-block-group__inner-container > h2:hover,
body.woocommerce .jamoo-menu-filter .widget .widget-title:hover,
body.woocommerce .jamoo-menu-filter .widget .widgettitle:hover {
  color: var(--secondary);
}
body.woocommerce .jamoo-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on,
body.woocommerce .jamoo-menu-filter .widget .widget-title.toggled-on,
body.woocommerce .jamoo-menu-filter .widget .widgettitle.toggled-on {
  color: var(--secondary);
}
body.woocommerce .jamoo-menu-filter .widget .wp-block-group__inner-container > h2.toggled-on:after,
body.woocommerce .jamoo-menu-filter .widget .widget-title.toggled-on:after,
body.woocommerce .jamoo-menu-filter .widget .widgettitle.toggled-on:after {
  transform: rotate(180deg);
}
body.woocommerce .jamoo-menu-filter .widget .dropdown-sidebar {
  top: 15px;
  right: 18px;
}
body.woocommerce .jamoo-menu-filter .jamoo-menu-filter-wrap {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce .jamoo-menu-filter .jamoo-menu-filter-wrap > * {
  margin-right: 30px;
}
body.woocommerce .jamoo-menu-filter .jamoo-menu-filter-wrap > *:last-child {
  margin-right: 0;
}
body.woocommerce .jamoo-menu-filter .jamoo-menu-filter-wrap .widget_price_filter form {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .shop_filter_menu .filter-toggle {
    display: none;
  }
}
.shop_filter_menu .active-filter-toggle .filter-toggle {
  display: inline-flex;
}
.shop_filter_menu .active-filter-toggle .jamoo-menu-filter {
  display: none;
}

.jamoo-dropdown-filter {
  display: none;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 13px;
  border-top: 1px solid var(--border);
}
.jamoo-dropdown-filter::-webkit-scrollbar {
  height: 5px;
}
.jamoo-dropdown-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.jamoo-dropdown-filter::-webkit-scrollbar-thumb {
  background-color: #000000;
}
@media (max-width: 1023px) {
  .jamoo-dropdown-filter {
    display: none !important;
  }
}

.jamoo-dropdown-filter-wrap {
  display: flex;
  gap: 30px;
}
.jamoo-dropdown-filter-wrap .widget a:not(.button) {
  color: var(--accent);
}
.jamoo-dropdown-filter-wrap .widget a:not(.button):hover {
  color: var(--primary);
}
.jamoo-dropdown-filter-wrap .widget .widget-content {
  max-height: 230px;
  padding: 8px;
  overflow-y: auto;
  margin-left: -8px;
}
.jamoo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
  width: 3px;
  height: 0;
}
.jamoo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.jamoo-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.jamoo-dropdown-filter-wrap div.widget {
  min-width: 20%;
  flex: 1;
  padding: 20px 0;
  border: 0;
}
@media (min-width: 1450px) {
  .jamoo-dropdown-filter-wrap div.widget {
    min-width: 16.66%;
  }
}
.jamoo-dropdown-filter-wrap div.widget .widget-title {
  pointer-events: none;
  cursor: default;
}
.jamoo-dropdown-filter-wrap div.widget .widget-title:after {
  content: none;
}
.jamoo-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  display: flex;
}
.jamoo-dropdown-filter-wrap .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  padding: 0;
}

.filter-toggle-dropdown {
  display: none;
  font-size: 15px;
  background: transparent;
  margin-right: 25px;
  outline: none;
  text-align: center;
  line-height: 27px;
  color: #000000;
}
.filter-toggle-dropdown i {
  font-size: 16px;
  line-height: 1;
  margin-right: 9px;
  display: inline-block;
}
.filter-toggle-dropdown:focus, .filter-toggle-dropdown:hover {
  color: var(--primary);
}
.filter-toggle-dropdown:focus span:before, .filter-toggle-dropdown:hover span:before {
  background-color: var(--primary);
}

@media (min-width: 1024px) {
  .jamoo-full-width-content.shop_filter_drawing .widget-area {
    float: left;
    margin-left: -260px;
    transform: translateX(-260px);
    width: 260px;
    opacity: 0;
    pointer-events: none;
    transition: transform ease 0.5s;
  }
  .jamoo-full-width-content.shop_filter_drawing .content-area {
    float: right;
    transition: width ease 0.5s;
  }
  .jamoo-full-width-content.shop_filter_drawing.active-drawing .widget-area {
    float: left;
    margin-left: 0;
    transform: translateX(0);
    width: 260px;
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .jamoo-full-width-content.shop_filter_drawing.active-drawing .content-area {
    width: calc(100% - 330px);
  }
}

.pswp__bg,
.pswp__img--placeholder--blank {
  background: var(--background);
}

/**
 * Custom UI
 */
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}

.pswp__button--close {
  margin: 0 18px;
}

.pswp__button svg {
  pointer-events: none;
}

.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #ffffff;
  text-align: center;
}

.pswp__caption,
.pswp__share-modal,
.pswp__top-bar {
  display: none;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  margin-top: 0;
}

button.pswp__button.RoundButton {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: white !important;
  color: #000;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px #36363626 !important;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
button.pswp__button.RoundButton svg {
  display: inline-block;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
  height: 15px;
  width: 15px;
  fill: currentColor;
}
button.pswp__button.RoundButton.RoundButton--large {
  width: 55px;
  height: 55px;
}

.RoundButton[data-animate-left]:hover svg, [data-animate-left].flickity-prev-next-button:hover svg,
.flickity-prev-next-button.previous:hover svg {
  -webkit-animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
  animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
}

.RoundButton[data-animate-right]:hover svg, [data-animate-right].flickity-prev-next-button:hover svg,
.flickity-prev-next-button.next:hover svg {
  -webkit-animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
  animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
}

.RoundButton[data-animate-bottom]:hover svg, [data-animate-bottom].flickity-prev-next-button:hover svg {
  -webkit-animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
  animation: buttonFromTopToBottom 0.5s ease-in-out forwards;
}

@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}

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