/**
 * WooCommerce Stylesheet
 *
 * This file contains custom styles for WooCommerce integration
 * within the fludora theme. It ensures product pages, carts,
 * checkout, and account areas are visually consistent with
 * the theme’s overall design.
 *
 * Contents:
 * - Product Archive (shop, categories)
 * - Single Product Page
 * - Cart & Checkout
 * - My Account
 * - WooCommerce Widgets
 *
 * @package fludora
 * @subpackage WooCommerce CSS
 * @since 1.0.0
 */
 
 
/*------------------- 4.00. Wocommerce button -------------------*/

.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
}
.woocommerce a.button.disabled, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled], .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled], .woocommerce button.button:disabled[disabled]:hover {
    opacity: .5;
    cursor: not-allowed;
}

/*------------------- 4.00. Wocommerce input -------------------*/

.woocommerce-billing-fields__field-wrapper .form-row 
.woocommerce-input-wrapper > input, 
.woocommerce-additional-fields__field-wrapper 
.form-row .woocommerce-input-wrapper > input,
.woocommerce-additional-fields__field-wrapper 
.form-row .woocommerce-input-wrapper > select {
    height: 2.875rem;
}

.shop-content .content-inner {
	gap: 40px;
}
.single-product-wrapper .content-inner {
	gap: 30px;
}


/*------------------- 4.00. Wocommerce filter wrapper -------------------*/
.before-shop-loop {
    position: relative;
    margin-top: 1.875rem;
    border-bottom: 1px solid #e5e8ec;
	margin-bottom: 1.875rem;
    font-size: 90%;
}
.before-shop-loop .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.before-shop-loop .woocommerce-result-count {
    margin: 0;
    line-height: 46px;
    text-transform: capitalize;
    transition: .3s;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.before-shop-loop .filter-wrapper > * {
    margin-left: 15px;
}
.before-shop-loop .filter-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding-left: 1.25rem;
}
.before-shop-loop .filter-wrapper .sorting-product {
    display: flex;
    justify-content: center;
    align-items: center;
}
.before-shop-loop .product-filter {
  margin: 0;
}
.before-shop-loop .filter-wrapper select {
    border: none;
    width: auto;
    padding: 0;
    cursor: pointer;
    padding-right: 1.5625rem;
    padding-left: 8px;
}
.before-shop-loop .filter-wrapper select:focus {
	outline: none;
    border: none;
}
.before-shop-loop .product-views-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.before-shop-loop .product-views-buttons a {
    color: currentColor;
    font-size: 18px;
}

/*------------------- 4.00. Wocommerce  -------------------*/

.woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.product-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
} 
.star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--sk-icon-font-family);
  font-weight: 600;
}

.star-rating:before {
  font-family: "aweicons";
  content: "\e630\e630\e630\e630\e630" !important;
  color: var(--sk-star-color) !important;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

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

.star-rating span:before {
  font-family: "aweicons";
  content: "\e62f\e62f\e62f\e62f\e62f" !important;
  top: 0;
  position: absolute;
  left: 0;
  color: var(--sk-star-color) !important;
  letter-spacing: 3px;
}
.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--sk-icon-font-family);
  content: "\e62f";
  font-weight: 400;
  text-indent: 0;
  color: var(--sk-yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\e62f";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e62f";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e62f";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e62f";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e62f";
  font-weight: 700;
}
.count-rating {
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.count-rating a {
    text-transform: capitalize;
    text-decoration: none;
}


/* Small devices */
@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-info {
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: var(--sk-body-font-size);
    top: 10px;
    left: 15px;
  }
}

.price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-family: var(--sk-body-font-family);
    font-size: var(--sk-product-title-font-size);
    font-weight: 500;
    color: var(--sk-primary-color);
}
.price ins {
  text-decoration: none;
  margin-right: 5px;
}
.price del {
  position: relative;
  font-size: var(--sk-medium-font-size);
  color: var(--sk-form-placeholder-color);
  margin-left: 0.4375rem;
  top: -1px;
}

.product-badges {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0.7375rem;
  left: 0.7375rem;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .product-badges {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  text-transform: uppercase;
  min-height: 1.5rem;
  color: var(--sk-button-color);
  background-color: var(--sk-primary-color);
  padding: 0.375rem 0.75rem;
  border-radius: var(--sk-button-radius-size);
}
.badge span {
    line-height: 15px;
}
.badge.top {
  background-color: var(--sk-theme-success-color);
}
.badge.super {
  background-color: var(--sk-theme-warning-color);
}


/* Product added to cart */
a.added_to_cart {
    position: absolute;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #ffffff;
    background-color: var(--sk-theme-success-color);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}
a.added_to_cart:before {
	font-family: var(--sk-icon-font-family);
    content: "\e65f";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--sk-medium-font-size);
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.countdown .count-item {
    width: 42px;
    height: 42px;
    padding: 6px 0;
    border: none;
    background-color: #FEF2F2;
    color: #da3f3f;
    border-radius: 5px;
    text-align: center;
}

.countdown .count-item .count-digits {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 10px;
    color: #da3f3f;
}

.countdown .count-item .count-digits {
    background-color: transparent;
    height: auto;
    width: auto;
    line-height: 18px;
    margin-bottom: 1px;
}

.countdown .count-item .count-label {
    font-size: 11px;
    line-height: 1;
    display: block;
}

/* Product actions */
.products .product-actions > *:hover {
  color: var(--sk-body-color);
}

.products .product-actions li{
    position: relative;
}
.products .product-actions li:hover {
   background-color: var(--sk-primary-color);
}
.products .product-actions li:hover .icon-btn,
.products .product-actions li:hover .icon-btn svg,
.products .product-actions li:hover .tinvwl_add_to_wishlist_button {
   color: #fff;
}
.products .product-actions li:hover .icon-btn svg {
    fill: #fff;
    opacity: 1;
}
.products .product-actions .tinvwl_add_to_wishlist_button, 
.products .product-actions .icon-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 2rem;
    color: var(--sk-body-color);
}

.products .product-actions .icon-btn:before,
.products .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    margin: 0;
}

.vertical-tooltip {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0.7375rem;
    right: 0.7375rem;
}
@media screen and (min-width: 1024px) {
  .vertical-tooltip {
    top: 0.9375rem;
    right: 0.9375rem;
  }
}

.vertical-tooltip li {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 3px;
}
.vertical-tooltip small {
    top: 50%;
    right: 100%;
    position: absolute;
    white-space: nowrap;
   border-radius: var(--sk-border-radius-size);
    font-size: var(--sk-medium-font-size);
    padding: 7px 10px;
    color: #fff;
    background-color: var(--sk-primary-color);
    content: attr(aria-label);
    line-height: 1.3;
    transition-delay: .1s;
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(0px);
}
.vertical-tooltip small:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: -13px;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-left-color: var(--sk-primary-color);
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

.vertical-tooltip > *:hover small, 
.vertical-tooltip > *.woosq-added small, 
.vertical-tooltip > *.woosw-added small, 
.vertical-tooltip > *.woosc-added small {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-8px);
}
.horizontal-tooltip li {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
	margin-left: 4px;
    color: var(--sk-body-color);
    background-color: #fff;
    display: inline-block;
}
.horizontal-tooltip small {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: var(--sk-border-radius-size);
    font-size: var(--sk-medium-font-size);
    padding: 7px 10px;
    color: #fff;
    background-color: var(--sk-primary-color);
    content: attr(aria-label);
    line-height: 1.3;
    transition-delay: .1s;
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(0px)
}

.horizontal-tooltip small:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: var(--sk-primary-color);
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.horizontal-tooltip > *:hover small,
.horizontal-tooltip > *.woosq-added small,
.horizontal-tooltip > *.woosw-added small,
.horizontal-tooltip > *.woosc-added small {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-8px)
}

ul#shipping_method {
    list-style: none;
    padding: 0;
    font-size: var(--sk-medium-font-size);
    margin: 0;
}

#shipping_method input.shipping_method {
    position: relative;
    top: 3px;
    float: right;
    margin-right: 0;
    margin-left: 7px;
    vertical-align: middle;
}

ul#shipping_method label {
    margin-bottom: 0;
    vertical-align: middle;
}

ul#shipping_method span.woocommerce-Price-amount.amount {
    font-size: var(--sk-body-font-size);
    color: var(--sk-color-price);
}

ul#shipping_method li {
    margin-bottom: 10px;
}

a.shipping-calculator-button {
    font-size: var(--sk-body-font-size);
}

p.woocommerce-shipping-destination {
    font-size: .775rem;
}

.woocommerce-checkout-review-order-table th, 
.woocommerce-checkout-review-order-table td {
    max-width: 50%;
    width: 50%;
}

.woocommerce-cart-form table td {
    border: none;
}

.woocommerce-cart-form table th {
    border: none;
    border-bottom: 1px solid var(--sk-theme-border-color);
}

.cart-collaterals .shop_table .cart-subtotal th, .cart-collaterals .shop_table .cart-subtotal td {
    border: none;
    border-bottom: 1px solid var(--sk-theme-border-color);
}

th .cart-collaterals .shop_table .order-total th, .cart-collaterals .shop_table .order-total td {
    border: none;
}

.cart-collaterals .shop_table .order-total th, .cart-collaterals .shop_table .order-total td {
    border: none;
}

.woocommerce-cart-form .table>:not(caption)>*>* {
    border-bottom: 1px solid var(--sk-form-border-color);
}

.woocommerce-shipping-totals td, 
.woocommerce-shipping-totals th {
    border: none;
    border-bottom: 1px solid var(--sk-form-border-color);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.woocommerce-shipping-totals td {
    padding-left: 10px;
}

a.shipping-calculator-button {
    text-decoration: none;
}

.wc-proceed-to-checkout .checkout-button {
    width: 100%;
}

a.restore-item {
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-form-coupon-toggle {
    padding: 20px;
    background-color: #F7F7F7;
    padding-left: 35px;
    position: relative;
    font-size: var(--sk-body-font-size);
    margin-bottom: 1.875rem;
    border-radius: var(--sk-button-radius-size);
}

.woocommerce-form-coupon-toggle:before {
    color: var(--sk-color-primary);
    position: absolute;
    left: 15px;
    top: 48%;
    transform: translateY(-50%);
    text-rendering: auto;
    font-family: var(--sk-icon-font-family);
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f097';
}

.woocommerce-form-coupon-toggle a.showcoupon {
    color: var(--sk-link-color);
    text-decoration: none;
}

form.checkout_coupon.woocommerce-form-coupon {
    margin-top: -1rem;
}

.order-review-wrapper .shop_table thead th {
    border: none;
    border-bottom: 1px solid var(--sk-theme-border-color);
	padding: 0;
    padding-bottom: 0.75rem;
}

.order-review-wrapper .shop_table tbody td {
    border: none;
}

.order-review-wrapper .shop_table tfoot tr th {
    border: none;
    border-top: 1px solid var(--sk-theme-border-color);
    padding: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.order-review-wrapper .shop_table tfoot tr td {
    border: none;
    border-top: 1px solid var(--sk-theme-border-color);
    padding: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.order-review-wrapper .woocommerce-checkout-payment #place_order {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--sk-body-font-family);
    font-size: var(--sk-body-font-size);
    letter-spacing: -0.03px;
    width: 100%;
    height: 2.875rem;
    padding: 0 0.9375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--sk-form-border-color);
    border-radius: var(--sk-form-radius-size);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
	color: var(--sk-color-text);
    font-size: var(--sk-body-font-size);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 2.875rem;
    font-size: var(--sk-body-font-size);
}

.select2-dropdown {
    border: 1px solid #f3f4f7;
}

.before-shop-loop .filter-wrapper .sorting-product .select2-selection {
    height: 28px;
    display: block;
    padding: 0;
}

.before-shop-loop .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.before-shop-loop .filter-wrapper .sorting-product > span {
    line-height: 1;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row label, 
#customer_details .woocommerce-additional-fields__field-wrapper .form-row label {
    margin-bottom: .2rem;
}

.woocommerce-shipping-fields__field-wrapper{
    margin-bottom: .2rem;
    font-size: var(--sk-body-font-size);
}

ul.woocommerce-thankyou-order-details {
    list-style: none;
    padding-left: 0;
}

.woocommerce-order-details td, .woocommerce-order-details th {
    padding: 8px;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: var(--sk-body-font-size);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

section.woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce-order-details a {
    color: var(--sk-body-color);
    text-decoration: none;
}

section.woocommerce-order-details {
    font-size: var(--sk-body-font-size);
}

.my-account-page h2,
.my-account-page h3 {
    font-size: var(--sk-body-font-size);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid var(--sk-theme-border-color);
}

.my-account-page label.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

input#rememberme {
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.woocommerce-account .col-1, .woocommerce-account .col-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.woocommerce-account .col2-set {
    margin-left: -10px;
    margin-right: -100px;
}

.woocommerce-account .col2-set:before, 
.woocommerce-account .col2-set:after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce-privacy-policy-text p {
    font-size: var(--sk-body-font-size);
    line-height: 1.6;
}

ul.woocommerce-error {
    list-style: none;
    border: 1px solid var(--sk-theme-border-color);
    margin-bottom: 1.875rem;
    padding: 1rem;
    font-size: var(--sk-body-font-size);
}

form.woocommerce-ResetPassword.lost_reset_password {
    font-size: var(--sk-body-font-size);
}

.my-account-wrapper .woocommerce-MyAccount-content a.woocommerce-button,
.my-account-wrapper .woocommerce-MyAccount-content a.woocommerce-Button{
    color: #fff;
}

table.woocommerce-orders-table {
    font-size: var(--sk-body-font-size);
    vertical-align: middle;
}

table.woocommerce-orders-table td {
    padding: 8px;
}

/*------------------------------------ 
    05 - Form 
------------------------------------*/

.ajax-loading .loader-image.preloader {
    position: static;
    display: block;
}

.no-more-products {
    text-align: center;
    margin-top: 30px;
}

.no-more-products + .no-more-products {
    display: none;
}

.klte-load-more .button {
    cursor: pointer;
    color: #fff;
    background-color: var(--sk-secondary-color);
    border-color: var(--sk-secondary-color);
}

.klte-load-more .button:hover {
    color: var(--sk-theme-white-color);
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
}

.products > svg.loader-image.preloader {
    bottom: -40px;
    top: inherit;
}

/* mobile-search */
.klte-mobile-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-top: .9375rem;
    border-top: 1px solid #e3e4e6;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(1rem) translateZ(0);
    transition: all 0.3s ease;
}

.klte-mobile-search.active {
    visibility: visible;
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 999;
    visibility: visible;
}


a.ajax_add_to_cart {
    position: relative;
}

.ajax_add_to_cart.loading i {
	opacity: 0;
}

.ajax_add_to_cart.loading:after {
    opacity: 1;
    animation: klte-rotate 450ms infinite linear;
}

@keyframes klte-rotate {
  100% {
    transform: rotate(360deg); } }

.ajax_add_to_cart:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(161 161 161 / 40%);
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
}
.cart-empty-page {
    text-align: center;
    max-width: 760px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.cart-empty-page .cart-empty {
    margin-bottom: 1rem;
}
.cart-empty-page .empty-icon {
    margin-bottom: 1.875rem;
}

.cart-empty-page svg {
    max-width: 160px;
}

.cart-empty-page p.cart-empty {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--sk-body-color);
	margin-bottom: 1.875rem
}

.products,
.klte-product-loader {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 20px;
    row-gap: 20px;
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.products .product:hover .product-content-fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.products.align-center .content-wrapper {
  text-align: center;
}
.products.align-center .content-wrapper .product-rating, .products.align-center .content-wrapper .countdown {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .products.mobile-2, .klte-product-loader {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .products.column-6, .klte-product-loader.column-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .products.column-6, .klte-product-loader.column-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .products.column-5, .klte-product-loader.column-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .products.column-5, .klte-product-loader.column-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .products.column-4, .klte-product-loader.column-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .products.column-4, .klte-product-loader.column-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .products.column-3, .klte-product-loader.column-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .products.column-3, .klte-product-loader.column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .products.column-2, .klte-product-loader.column-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.products .product {
  position: relative;
  background: #f9f9f9;
  z-index: 10;
}
.products .product.most-commented .product-content-fade {
  border-color: #ffbd27;
}
.products .product:hover {
  z-index: 11;
}
.products .product:hover .product-footer {
  opacity: 1;
  visibility: visible;
}
.products .product:hover .product-footer-buttons > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.products .product:hover .product-buttons .animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.products .product-wrapper {
  position: relative;
  line-height: normal;
  z-index: 1;
}
.products .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.products .product a.hover-thumbnail img:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.products .product a.hover-thumbnail:hover img:nth-of-type(2) {
    opacity: 1;
    transform: scale(1.09);
}
.products .product .thumbnail-wrapper > a {
    display: inline-block;
}
.products .content-wrapper {
    padding: 0.825rem;
}
@media screen and (max-width: 768px) {
  .products .content-wrapper {
    padding:  0.575rem;
  }
}
.products .product .product-actions li {
    opacity: 0;
    visibility: hidden;
	transform: translateX(40px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
}
.products .product:hover .product-actions li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.products .product .product-actions li:nth-child(2) {
    transition: all .3s ease 0s, transform .3s ease .0s, opacity .3s ease 0s;
}
.products .product .product-actions li:nth-child(3) {
    transition: all .3s ease 0s, transform .3s ease .1s, opacity .3s ease 0s;
}
.products .product .product-actions li:nth-child(4) {
    transition: all .3s ease 0s, transform .3s ease .2s, opacity .3s ease 0s;
}
.products .product .product-actions li:nth-child(1) {
	opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.products .thumbnail-wrapper .product-countdown {
    position: absolute;
    width: 100%;
    bottom: 10px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
    will-change: opacity, transform;
    text-decoration: none;
}
.products .product:hover .thumbnail-wrapper .product-countdown {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.products .thumbnail-wrapper .product-countdown .countdown {
    justify-content: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.products .thumbnail-wrapper .product-countdown .count-item {
    width: 32px;
    height: 32px;
    padding: 5px 0;
    border-radius: 3px;
    text-align: center;
}
.products .thumbnail-wrapper .product-countdown .count-item .count-digits {
    line-height: 14px;
    margin-bottom: 0;
}
.products .thumbnail-wrapper .product-countdown .count-item .count-label {
    font-size: 10px;
    line-height: 1;
}
.products .product-title {
  font-size: var(--sk-product-title-font-size);
  font-weight: 500;
  letter-spacing: -0.07px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.products .product-title {
    position: relative;
    max-height: 40px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.products .product-title a {
  text-decoration: none;
  color: var(--sk-title-color);
  display: block;
  max-height: calc(20px * 2);
  overflow: hidden;
}
.products .product-title a:hover {
  color: var(--sk-link-color-active);
  text-decoration: underline;
}
.products .product-rating {
  margin-top: 0.425rem;
}
.products .product-rating .count-rating {
  font-weight: 400;
}
.products .product-rating .count-rating .rating-text {
  display: none;
}
.products .price {
  margin-top: 0.425rem;
}
.products .price>ins {
    order: 10;
}
.products .price del {
  font-size: var(--sk-medium-font-size);
  top: -2px;
  margin: 0;
}
.products .product-price-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
  justify-content: space-between;
}

.products .product-price-cart .price ins {
    line-height: 30px;
}
.products .product-price-cart .price {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.9375rem;
    margin-bottom: 0;
}
.products .product-price-cart .price del {
  font-size: 65%;
  margin-left: 0;
  top: 2px;
}
.products .product-price-cart .amount {
    color: var(--sk-title-color);
    text-decoration: none;
}
.products .product-price-cart .price del .amount {
    color: #9aa5b3;
}
.products .product-price-cart .product-add-cart {
	position: relative;
    display: flex;
    align-items: center;
}
.products .product-price-cart .add-to-cart_icon {
    display: flex;
    align-items: center;
}
.products .product-price-cart .cart-button,
.products .product-price-cart .add_to_cart_button {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: var(--sk-button-color);
  background-color: var(--sk-primary-color);
  border: 1px solid var(--sk-primary-color);
  display: flex;
  align-items: center;
  font-size: var(--sk-body-font-size);
  border-radius: var(--sk-button-radius-size);
}
.products .product-price-cart .add_to_cart_button::before {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  margin-right: 0;
}
.products .product-price-cart .add_to_cart_button:hover {
  background-color: var(--sk-secondary-color);
  border-color: var(--sk-secondary-color);
}
.products .product-price-cart .add_to_cart_button i {
  font-size: var(--sk-body-font-size);
  margin-right: 0;
}
.products .add_to_cart_button::before {
  width: 1.125rem;
  height: 1.125rem;
  background-size: 1.125rem 1.125rem;
}
.products .product-price-cart .added_to_cart {
    position: absolute;
    left: 0;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: var(--sk-button-color);
    background-color: var(--sk-secondary-color);
    border-radius: var(--sk-button-radius-size);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}
.products .product-add-cart.style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.525rem;
    justify-content: space-between;
}
.products .product-add-cart.style1 .add-to-cart {
	position: relative;
}
.products .product-add-cart.style1 .button {
    position: relative;
    height: 2.2125rem;
    border-radius: var(--sk-button-radius-size);
    width: 100%;
}
.products .product-add-cart.style1 .added_to_cart {
    font-size: var(--sk-medium-font-size);
    height: 2.2125rem;
    width: 100%;
    top: 0;
	left: 0;
	letter-spacing: -.03px;
    font-weight: 500;
    background: green;
	color: #fff;
    border-radius: var(--sk-button-radius-size);
}
.products .thumbnail-wrapper .product-add-cart.style1 .add-to-cart {
    text-align: center;
    margin-bottom: 10px;
}
.products .product-meta {
    margin-top: 0.425rem;
}
.products .product-meta>div {
    margin-top: 0.25rem;
}
.products .product-meta>div:first-child {
    margin-top: 0;
}
.products .product-meta .product-message {
    display: flex;
    align-items: center;
}
.products .product-meta .in-stock i.aweicon-check {
  margin-right: 4px;
  width: 11px;
  height: 11px;
  display: inline-block;
  line-height: 11px;
  border-radius: 50px;
  color: #fff;
  background: var(--sk-theme-success-color);
  font-size: 8px;
}
.products .product-protect {
    display: flex;
    align-items: center;
    font-size: var(--sk-medium-font-size);
    margin-top: 0.425rem;
    gap: 5px;
}
.products .product-footer {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e0e5ea;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.products .product-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
}
.products .product-footer-buttons + .product-footer-details {
  border-top: 1px solid var(--sk-product-fade-border-color);
}
.products .product-footer-buttons.style-2 > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--sk-body-color);
  background-color: var(--sk-background-color);
  border: 1px solid var(--sk-product-fade-border-color);
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.products .product-footer-buttons.style-2 > * + * {
  margin-left: 0.3125rem;
}
.products .product-footer-buttons.style-2 > *.product-compare {
  font-size: 0.9375rem;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.products .product-footer-buttons.style-2 > *.add_to_cart_button {
  font-size: 0;
}
.products .product-footer-buttons.style-2 > *.add_to_cart_button::before {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-left: 0;
  margin-right: 0;
}
.products .product-footer-buttons.style-2 > *.add_to_cart_button i {
  font-size: 17px;
  margin-right: 2px;
}
.products .product-footer-details {
  padding: 0.725rem;
}
.products .product-footer-details p {
  margin-bottom: 0;
}
.products .product-footer-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products .product-footer-details ul li + li {
  margin-top: 0.1875rem;
}
.products .product-footer-details + .product-footer-buttons {
  padding-top: 0;
}
.products .product-content-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0px 1px 30px rgba(62, 68, 90, 0.09);
  box-shadow: 0px 1px 30px rgba(62, 68, 90, 0.09);
  border-radius: var(--sk-border-radius-size);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
.products .product > .tinv-wraper.tinv-wishlist {
    display: none;
}
.products.list-view-products .product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.products.list-view-products .product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.products.list-view-products .product .product-content .content-wrapper {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .products.list-view-products .product .product-content .product-title {
    font-size: var(--sk-body-font-size);
  }
}
.products.list-view-products .product .thumbnail-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .products.list-view-products .product .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.375rem;
            flex: 0 0 14.375rem;
    max-width: 14.375rem;
    padding: 5px;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.products.list-view-products .product .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e9ecef;
}
.products.list-view-products .product .product-list-details {
  margin-top: 0.75rem;
}
.products.list-view-products .product .product-list-details {
  font-size: var(--sk-medium-font-size);
  margin: 0;
  line-height: 1.5em;
  margin-top: 0.425rem;
}

.products.list-view-products .product .product-list-details ul {
  font-size: var(--sk-medium-font-size);
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  list-style: none;
}
.products.list-view-products .product .product-list-details ul li + li {
  margin-top: 3px;
}
.products.list-view-products .product .product-footer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  max-width: 12.5rem;
  opacity: 1;
  visibility: visible;
  border: 0;
  margin-left: 0.25rem;
}
.products.list-view-products .product .product-footer-details {
  padding: 0;
}
.products.list-view-products .product .product-footer-details + .product-footer-buttons {
  margin-top: 0.9375rem;
}
.products.list-view-products .product .product-footer-buttons {
  padding: 0;
}
@media screen and (min-width: 768px) {
    .products.list-view-products .product .product-footer-buttons {
      justify-content: end;
    }
}
.products.list-view-products .product .product-footer-buttons .product-actions {
    margin: 0;
    padding: 0;
}

.products.list-view-products .product .product-footer-buttons + .product-footer-details {
  border-top: 0;
  margin-top: 0.9375rem;
}
.products.list-view-products .product .product-footer-buttons.style-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products.list-view-products .product .product-footer-buttons.style-2 > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.products.list-view-products .product .product-content-fade {
  display: none;
}
@media screen and (max-width: 768px) {
  .products.list-view-products .product .product-wrapper, .products.list-view-products .product .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products.list-view-products .product .product-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
/*------------------- 4.00. Product Type  -------------------*/
/* product alignment */
.products .product-wrapper.left {
    text-align: left;
}
.products .product-wrapper.left .product-rating,
.products .product-wrapper.left .product-add-cart,
.products .product-wrapper.left .product-meta .product-message,
.products .product-wrapper.left .product-add-cart.box,
.products .product-wrapper.left .klte-terms,
.products .product-wrapper.left .product-protect {
    justify-content: left;
}

.products .product-wrapper.center {
    text-align: center;
}
.products .product-wrapper.center .product-rating,
.products .product-wrapper.center .product-add-cart,
.products .product-wrapper.center .product-meta .product-message,
.products .product-wrapper.center .product-add-cart.box,
.products .product-wrapper.center .klte-terms,
.products .product-wrapper.center .product-protect {
    justify-content: center;
}
.products .product-wrapper.right {
    text-align: right;
}
.products .product-wrapper.right .product-rating,
.products .product-wrapper.right .product-add-cart,
.products .product-wrapper.right .product-meta .product-message,
.products .product-wrapper.right .product-add-cart.box,
.products .product-wrapper.right .klte-terms,
.products .product-wrapper.right .product-protect {
    justify-content: right;
}

/* product-type 1 */
.product-type-3 .ajax_add_to_cart.loading,
.product-type-2 .ajax_add_to_cart.loading {
    font-size: 0;
}

/* product-type 2 */
.products .product-type-2 .thumbnail-wrapper .product-add-cart.style1{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateY(100px);
    transition: transform 0.3s;
}
.products .product:hover .product-type-2 .product-add-cart.style1  {
    transform: translate(0%, 0%);
}
.product-type-2 .ajax_add_to_cart.loading {
    font-size: 0;
}
.product-type-2 .ajax_add_to_cart:after {
    border-left-color: #fff;
}

/* product-type 3 */
.products .product-type-3 .product-footer-details ul {
    list-style-type: none;
}
.product-type-3 .ajax_add_to_cart.loading {
    font-size: 0;
}

.product-type-3 .ajax_add_to_cart:after {
    border-left-color: #fff;
}

/* product-type 4 */
.products .product-type-4 .product-footer-details ul {
    list-style-type: none;
}
.products .product-type-4 .content-wrapper {
    position: relative;
    margin-bottom: -45px;
    transition: transform 0.4s;
    transition: all .4s ease-out 0s;
}
.products .product .product-type-4  .product-content {
    overflow: hidden;
}
.products .product:hover .product-type-4 .content-wrapper {
    background: #fff;
    margin-top: -45px;
    margin-bottom: 0px;
}

.products .product-type-4 .product-add-cart .add-to-cart {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.products .product:hover .product-type-4 .product-add-cart .add-to-cart {
    opacity: 1;
}


/* product-type 5 */
.products .product-type-5 .product-add-cart.box .product-actions {
    margin: 0;
    padding: 0;
}
.products .product-type-5 .product-add-cart.box ul li {
    width: 2.2125rem;
    height: 2.2125rem;
    margin: 0;
	border-radius: var(--sk-border-radius-size);
}
.products .product-type-5 .product-add-cart.box ul li a {
	color: var(--sk-primary-color);
}
.products .product-type-5 .product-add-cart.box ul:hover li,
.products .product-type-5 .product-add-cart.box ul:hover li a {
	color: var(--sk-theme-white-color);
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
    border: 1px solid var(--sk-primary-color);
}
.products .product-type-5 .product-add-cart.box .button {
    color: var(--sk-primary-color);
    background-color: var(--sk-theme-white-color);
    border-color: var(--sk-primary-color);
    border: 1px solid #ddd;
	padding: 0 10px;
}
.products .product-type-5 .product-add-cart.box:hover .button {
    color: var(--sk-theme-white-color);
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
    border: 1px solid var(--sk-primary-color);
}
.products .product-type-5 .product-footer-details ul {
    list-style-type: none;
}

/*------------------- 4.00. Single Product  -------------------*/
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination ul li {
  margin-right: 3px;
  margin-bottom: 3px;
}
.woocommerce-pagination ul li > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--sk-body-font-size);
  min-width: 2.125rem;
  height: 2.125rem;
  border: 1px solid var(--sk-theme-border-color);
  border-radius: var(--sk-button-radius-size);
  padding: 5px;
}
.woocommerce-pagination ul li > *.current {
  background-color: var(--sk-secondary-color);
  border-color: transparent;
  color: #fff;
}
.woocommerce-pagination ul li > *.dots {
  position: relative;
  border: 0;
  top: -3px;
}
.woocommerce-pagination ul li a {
  text-decoration: none;
  color: var(--sk-body-color);
}
.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next {
  font-size: var(--sk-body-font-size);
}


.product-rating a {
    text-transform: capitalize;
    font-size: .8125rem;
    text-decoration: none;
    color: currentColor;
    border: 1px solid #dde2e8;
    border-radius: var(--sk-border-radius-size);
    padding: 5px 12px
}

.single-product .product-stock {
    display: none
}

.single-product .product-stock-info .product-stock {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.single-product .product-stock.out-of-stock {
    border-radius: var(--sk-border-radius-size);
    background-color: #ffeef2;
    color: var(--sk-color-theme-danger);
    padding: 6px 14px
}

.single-product form.cart .add_to_cart_button {
    border: none
}

.single-product form>.tinv-wraper {
    display: none
}

.single-product .product-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem;
    text-decoration: none;
    color: var(--sk-text-light-color);
    -webkit-transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    transition: all 0.2s cubic-bezier(.28,.12,.22,1)
}

.single-product .product-actions a {
    font-size: .75rem;
    text-decoration: none;
    color: var(--sk-text-light-color);
    -webkit-transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    transition: all 0.2s cubic-bezier(.28,.12,.22,1)
}

.single-product .product-actions a:hover {
    color: var(--sk-body-color)
}

.single-product-container .woosc-btn:before {
    font-size: var(--sk-body-font-size);
    margin-right: 8px;
    margin-left: 0;
    line-height: 20px
}

.single-product .info-message strong {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.single-product .product-categories a::after {
    display: none
}

.single-product .product-meta span.posted_in a:first-child {
    margin-left: 5px
}

.single-product .product-extra-detail {
    padding-left: 0
}

.single-product h1.product_title+.product-stock-info .product-stock {
    margin-top: .5rem
}

.products.site-module .module-header {
    width: 100%
}

.single-product .woocommerce-message,.single-product ul.woocommerce-error li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}

.woocommerce-message {
    border: 1px solid var(--sk-theme-border-color);
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    padding: 1rem;
    font-size: var(--sk-body-font-size);
}

p.stars a{
	border-right: 1px solid var(--sk-theme-border-color);
}
p.stars a:last-child{
	border-right: 0;
}
p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
	content: "\e62f";
	font-family: var(--sk-icon-font-family);
	color: #e1e1e1;
}
p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
	content: "\e62f\e62f";
    font-family: var(--sk-icon-font-family);
	color: #e1e1e1;
}
p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
	content: "\e62f\e62f\e62f";
    font-family: var(--sk-icon-font-family);
	color: #e1e1e1;
}
p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
	content: "\e62f\e62f\e62f\e62f";
    font-family: var(--sk-icon-font-family);
	color: #e1e1e1;
}
p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
	content: "\e62f\e62f\e62f\e62f\e62f";
    font-family: var(--sk-icon-font-family);
	color: #e1e1e1;
}
p.stars a, .woocommerce-page p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
    font-family: var(--sk-icon-font-family);
    font-size: .8rem;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
    font-family: var(--sk-icon-font-family);
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 3px;
}
p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
	width: 2em;
}
p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
	width: 3em;
}
p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
	width: 4em;
}
p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
	width: 5em;
}
p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
	width: 6em;
}

.p.stars a.star-1.active:after, p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content: "\e62f";
	color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-2.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content: "\e62f\e62f";
	color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-3.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content: "\e62f\e62f\e62f";
	color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-4.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content: "\e62f\e62f\e62f\e62f";
	color: #ffcd00;
    font-weight: 900;
}
.p.stars a.star-5.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content: "\e62f\e62f\e62f\e62f\e62f";
	color: #ffcd00;
    font-weight: 900;
}


textarea{
	height: auto;
}

.woocommerce-Reviews p.meta {
    margin-bottom: 5px;
}

.woocommerce-Reviews .star-rating {
    margin-bottom: 5px;
}

.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}

.woocommerce-Reviews .comment_container {
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-Reviews .avatar {
    margin-top: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
    width: 90%;
}

.woocommerce-Reviews span#reply-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce-Reviews {
    font-size: var(--sk-body-font-size);
}

h2.woocommerce-Reviews-title {
    font-weight: 400;
    font-size: 1.125rem;
}

strong.woocommerce-review__author {
    font-weight: 500;
    color: var(--sk-color-text);
    text-decoration: none;
}

time.woocommerce-review__published-date {
    font-size: .75rem;
    color: #71778e;
    text-decoration: none;
}
time.woocommerce-review__published-date i {
    margin-right: 5px;
}
.single-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews p {
    font-size: .8125rem;
}

.woocommerce-Reviews label {
    margin-bottom: .2rem;
    font-size: var(--sk-body-font-size);
}

.quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 46px;
  border: 1px solid #dde2e8;
  border-radius: var(--sk-button-radius-size);
  -webkit-box-shadow: 1px 1px 3px rgba(35, 35, 35, 0.08);
  box-shadow: 1px 1px 3px rgba(35, 35, 35, 0.08);
}
.quantity .minus, .quantity .plus {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  color: var(--sk-text-light-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity .minus:after, .quantity .plus:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: currentColor;
    position: absolute;
}
.quantity .minus {
    position: relative;
}
.quantity .minus:after {
    top: 48%;
    left: 14px;
}
.quantity .plus {
    position: relative;
}
.quantity .plus::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: currentColor;
    position: absolute;
    left: 16px;
    top: 40%;
}
.quantity .plus:after {
    left: 12px;
    top: 48%;
}
.quantity .qty {
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9375rem;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.single-product .single-product-wrapper {
  position: relative;
  margin-top: 1.25rem;
}

.single-product .content-inner{
  margin-top: 2.25rem;
}

.single-product .content-primary .product {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 1024px) {
	.single-product .shop-content .klte-single-content-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
	}
	.single-product .shop-content .klte-single-images-wrapper {
		width: 48%;
	}

	.single-product .shop-content .klte-product-summary {
		width: 48%;
	}
	.single-product .shop-content .product-vertical-gallery .klte-single-images-wrapper {
		width: 52%;
	}

	.single-product .shop-content .product-vertical-gallery .klte-product-summary {
		width: 44%;
	}
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery {
    position: relative
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
	cursor: crosshair;
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    box-sizing: content-box;
    transition: 0.4s ease;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger:hover {
    background-color: var(--sk-secondary-color);
    color: var(--sk-theme-white-color);
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger::after {
    position: relative;
    font-family: var(--sk-icon-font-family);
    content: '\e61f';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: currentColor;
    text-decoration: none;
    transition: 0.4s ease;
    font-size: 100%;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger span {
    display: none;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-product .klte-single-images-wrapper .woocommerce-product-gallery {
    padding-left: 6.25rem;
  }
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-images {
  border: 1px solid #f0f3f7;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-images .swiper-button-prev {
  width: 2.375rem;
  height: 2.375rem;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-images .swiper-button-prev::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  font-size: var(--sk-body-font-size);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding-right: 2px;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-images .swiper-button-next {
  width: 2.375rem;
  height: 2.375rem;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-images .swiper-button-next::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  font-size: var(--sk-body-font-size);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding-left: 2px;
}
@media screen and (min-width: 1024px) {
  .single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails {
    position: absolute;
    max-width: 5rem;
    top: 0;
    left: 0;
  }
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails .swiper-slide {
  border: 1px solid var(--sk-theme-border-color);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails .swiper-slide {
    width: 5rem !important;
    height: 5rem;
    margin-bottom: 5px;
  }
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails .swiper-slide a {
  pointer-events: none;
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--sk-body-color);
}
@media screen and (min-width: 1024px) {
  .single-product .klte-single-images-wrapper .woocommerce-product-gallery #product-thumbnails .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 5rem;
  }
}
.single-product .klte-single-images-wrapper .woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.single-product .klte-single-images-wrapper #product-thumbnails {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .single-product .klte-single-images-wrapper #product-thumbnails {
    position: relative;
    max-width: none;
  }
  .single-product .klte-single-images-wrapper #product-thumbnails .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}

.single-product .woocommerce-product-gallery {
	display: flex;
	flex-flow: row wrap;
	gap: 0.50rem;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs, 
.elementor-widget-woocommerce-product-images .flex-control-thumbs {
    position: relative;
    overflow: visible !important;
    margin-top: 16px !important;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    overflow: hidden;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs .slick-list li img {
    filter: alpha(opacity=100) !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
    opacity: 0.5;
    cursor: pointer;
}

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

.single-product .woocommerce-product-gallery .flex-control-thumbs .slick-list li{
    margin-right:10px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    margin-right:-10px;
}

.single-product .woocommerce-product-gallery .flex-control-nav>.slick-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: 160px;
    left: auto;
    cursor: pointer;
    font-size: 16px;
}
.single-product .woocommerce-product-gallery .flex-control-nav>.slick-arrow {
    color: #888;
    background: #efefef;
    width: 40px;
    height: 28px;
    line-height: 26px;
    z-index: 99;
    text-align: center;
    font-size: 12px
}
.single-product .woocommerce-product-gallery .flex-control-nav>.slick-arrow::before {
    position: relative;
    font-family: var(--sk-icon-font-family);
    content: '\e6da';
    margin-left: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    font-weight: 900;
    transition: 0.3s ease;
}
.single-product .woocommerce-product-gallery .flex-control-nav>.slick-arrow::before {
    position: relative;
    font-family: var(--sk-icon-font-family);
    content: '\e6db';
    margin-left: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    font-weight: 900;
    transition: 0.3s ease;
}

.single-product .woocommerce-product-gallery .flex-control-nav>.slick-arrow:hover {
    color: #fff;
    background-color: var(--sk-secondary-color);
    border-color: var(--sk-secondary-color);
    opacity: .9;
}

.single-product .woocommerce-product-gallery .flex-control-nav>.slick-prev {
    left: 0;
    right: auto
}

.single-product .woocommerce-product-gallery .flex-control-nav>.slick-next {
    right: 0;
    left: auto
}

.single-product .woocommerce-product-gallery .flex-control-thumbs .slick-list li {
    clear: none !important;
    display: block;
}


.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}

@media(min-width:1200px) {
    .single-product .images[data-layout=vertical] .flex-viewport {
        display: block;
        max-width: calc(100% - 120px);
        margin-left: auto;
    }
    .single-product .images[data-layout='vertical'] .flex-control-thumbs {
        margin: 0 !important;
        padding: 0 !important
    }
    .single-product .images[data-layout='vertical'] .flex-control-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100px;
        text-align: center;
        height: max-content;
        max-height: 100%
    }
    .single-product .images[data-layout='vertical'].no-gallery-image .woocommerce-product-gallery {
        padding: 0
    }
    .single-product .images[data-layout='vertical'] .flex-control-thumbs .slick-list li {
        margin: 0 0 8px !important;
        float: none;
        border: 0;
        padding: 0
    }
    .single-product .images[data-layout='vertical'] .flex-control-nav>.slick-arrow {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        display: block !important;
        top: 0;
        left: 28px
    }
    .single-product .images[data-layout='vertical'] .flex-control-nav>.slick-arrow.owl-next {
        bottom: 0;
        top: auto
    }
    .single-product .images[data-layout='vertical'] .flex-control-nav>.slick-arrow:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media(max-width:1200px) {
    .single-product .images .flex-control-thumbs li {
        padding: 0 5px;
    }
}

/* product-summary */
.single-product .klte-product-summary {
  color: var(--sk-title-color);
}
.single-product .klte-product-summary label {
    font-size: 100%;
    font-weight: 600;
}
.single-product .klte-product-summary .product-extra-detail {
  margin-top: 1.25rem;
  padding-left: 0;
}
.single-product .klte-product-summary .product-extra-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .klte-product-summary .product-extra-detail a {
  display: inline-block;
  margin-top: 1.25rem;
  text-decoration: none;
  color: var(--sk-link-color);
}
.single-product .klte-product-summary .product-extra-detail p {
    margin: 0;
}
.single-product .klte-product-summary .product-brand {
  margin-bottom: 0.4375rem;
}
.single-product .klte-product-summary .product-brand a {
  text-decoration: none;
  color: var(--sk-link-color);
}
.single-product .klte-product-summary .product-title {
  font-size: 1.725rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
    .single-product .klte-product-summary .product-title {
        margin-top: 1.25rem;
    }
}
.single-product .klte-product-summary .woocommerce-variation p {
    padding: 0;
    margin-bottom: 1rem;
}
.single-product .klte-product-summary .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .klte-product-summary .product-meta > * {
  position: relative;
}
.single-product .klte-product-summary .product-meta > *::after {
  content: "|";
  margin-left: 5px;
  margin-right: 10px;
  color: var(--sk-text-light-color);
}
.single-product .klte-product-summary .product-meta > *:last-child::after {
  display: none;
}
.single-product .klte-product-summary .product-meta .brand-wrapper span {
    padding-left: 5px;
}
.single-product .klte-product-summary .product-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  gap: 0.625rem;
}
.single-product .klte-product-summary .product-ratings .woocommerce-review-link {
    color: var(--sk-primary-color);
}
.single-product .klte-product-summary .product-ratings .product-comment {
  margin-left: 0.75rem;
}
.single-product .klte-product-summary .product-ratings .product-comment a {
  text-decoration: none;
  color: currentColor;
  border: 1px solid #dde2e8;
  border-radius: var(--sk-border-radius-size);
  padding: 5px 12px;
}
.single-product .klte-product-summary .product-stock {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  gap: 4px;
}
.single-product .klte-product-summary .product-stock.in-stock i {
    color: var(--sk-primary-color);
}
.single-product .klte-product-summary .total-sales {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
.single-product .klte-product-summary .total-sales i {
    margin-right: 10px;
    color: var(--sk-primary-color);
    max-width: var(--sk-body-font-size);
}
.single-product .product-countdown {
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-price {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-product .klte-product-summary .product-price .price {
  font-size: 1.875rem;
  line-height: normal;
}
.single-product .klte-product-summary .product-price .onsale {
    color: var(--sk-primary-color);
}
.single-product .klte-product-summary .product-price .price ins {
  color: var(--sk-title-color);
}
.single-product .klte-product-summary .product-price .price del {
  font-size: 65%;
  top: -3px;
  color: var(--sk-text-light-color);
  opacity: 0.5;
}
.single-product .klte-product-summary .klte-terms {
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.single-product .klte-product-summary form.cart {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-flow: row wrap;
	  flex-flow: row wrap;
	  width: 100%;
	  margin-top: 1.25rem;
	}
}
.single-product .klte-product-summary form.cart .buy-now-button,
.single-product .klte-product-summary form.cart .add_to_cart_button {
  height: 46px;
  width: 100%;
  margin-top: 10px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.single-product .klte-product-summary form.cart .buy-now-button {
    color: var(--sk-theme-white-color);
    background-color: var(--sk-secondary-color);
    border-color: var(--sk-secondary-color);
}
.single-product .klte-product-summary form.cart .woocommerce-variation-add-to-cart-disabled .buy-now-button{
	opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
.single-product .klte-product-summary form.cart .buy-now-button:hover {
    color: var(--sk-theme-white-color);
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
}
.single-product .klte-product-summary form.cart .variations label {
    text-transform: capitalize;
}
.single-product .klte-product-summary .single_variation_wrap {
    width: 100%;
}
.single-product .klte-product-summary .product-info {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .single-product .klte-product-summary .product-info-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-product .klte-product-summary .product-info-top .cart {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .single-product .klte-product-summary .product-info-top .cart {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
.single-product .klte-product-summary .product-info-top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--sk-text-light-color);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.single-product .klte-product-summary .product-info-top > a i {
  font-size: var(--sk-body-font-size);
  margin-right: 6px;
}
.single-product .klte-product-summary .product-info-top > a i.fludorath-icon-heart {
  position: relative;
  font-size: 1.125rem;
  top: -2px;
}
.single-product .klte-product-summary .product-info-top > a + a {
  margin-left: 1.25rem;
}
.single-product .klte-product-summary .product-info-top > a:hover {
  color: var(--sk-body-color);
}
@media screen and (min-width: 768px ) {
    .single-product .klte-product-summary .product-info .actions {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		width: 100%;
        gap: 2%;
        text-decoration: none;
        color: var(--sk-text-light-color);
        -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
        transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
    }
}
@media screen and (max-width: 768px ) {
    .single-product .klte-product-summary .product-info .actions .quantity {
        width: 100%;
        margin-bottom: 10px;
    }
}
.single-product .klte-product-summary .actions .tinv-wraper.tinv-wishlist {
  display: none;
}
.single-product .klte-product-summary .tinv-wraper.tinv-wishlist {
  display: flex;
  align-items: center;
}
.single-product .klte-product-summary .tinv-wishlist .tinvwl-tooltip {
    display: block;
}

.single-product .klte-product-summary .wishlists-compare-wraper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .wishlists-compare-wraper .tinv-compare {
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-product .klte-product-summary.wishlists-compare-wraper .tinv-wraper {
    display: flex;
    align-items: center;
}
.single-product .klte-product-summary .info-top-border {
    border-top: 1px solid var(--sk-theme-border-color);
    padding-top: 1.25rem;
}
.single-product .klte-product-summary .info-bottom-border {
    border-bottom: 1px solid var(--sk-theme-border-color);
    padding-bottom: 1.25rem;
}

.single-product .klte-product-summary .info-heading label {
    font-size: 1.275rem;
}
.single-product .klte-product-summary .product-message .info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--sk-primary-color);
}
.single-product .klte-product-summary .product-message .info-desc {
    margin-left: 1.825rem;
}
.single-product .klte-product-summary .product-message .info-title:after {
  content: ":";
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
}
.single-product .klte-product-summary .product-message .info-message:last-child::after {
  display: none;
}
.single-product .klte-product-summary .product-message .info-message i {
  margin-right: 10px;
  color: var(--sk-primary-color);
  max-width: var(--sk-body-font-size);
}
.single-product .klte-product-summary .product-purchase-details {
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-customer-message {
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-out-of-stock .notify-button {
    height: 46px;
    width: 100%;
    margin-top: 10px;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
	color: var(--sk-theme-white-color);
	
}
.single-product .klte-product-summary .product-whatsapp-order {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-whatsapp-order .button {
    height: 46px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: #25d366;
}
.single-product .klte-product-summary .product-whatsapp-order .button i {
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .single-product .klte-product-summary .product-whatsapp-order .button {
        width: 100%;
    }
}
.single-product .klte-product-summary .sku_wrapper label label {
    margin-left: 5px;
}
.single-product .klte-product-summary .product-categories {
  margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-categories > span {
  margin-right: 5px;
  display: block;
  margin-bottom: 10px;
}
.single-product .klte-product-summary .product-categories a {
  text-decoration: none;
}
.single-product .klte-product-summary .product-categories a::after {
  content: ",";
  margin-right: 2px;
}
.single-product .klte-product-summary .product-categories a:last-child::after {
  display: none;
}
.single-product .klte-product-summary .product-categories a:hover {
  text-decoration: underline;
}
.single-product .klte-product-summary .site-social {
  margin-top: 1.875rem;
}
.single-product .klte-product-summary .site-social a {
  width: 2rem;
  height: 2rem;
}
.single-product .klte-product-summary .site-social + .product-extra-detail {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  padding-left: 0;
  border-top: 1px solid var(--sk-theme-border-color);
}
@media screen and (max-width: 768px) {
    .single-product .klte-product-summary .actions > * {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }
    .single-product .klte-product-summary .actions .quantity .qty {
        width: 100%;
    }
    .single-product .klte-product-summary .actions .tinv-wraper {
        display: none;
    }
}


/*------------------- 4.00. Product policy  -------------------*/

.single-product .product-policy .policy-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.single-product .product-policy .align-right{
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.single-product .product-policy .policy-icon i {
    font-size: 20px;
    color: var(--sk-primary-color);
}
.single-product .product-policy .policy-name {
    line-height: 20px;
}
.single-product .product-trust-badge {
    padding: 20px 16px;
}
.single-product .product-trust-badge fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: var(--sk-theme-border-color);
    border-radius: var(--sk-border-radius-size);
    padding: 15px;
    text-align: center;
} 
.single-product .product-trust-badge fieldset legend {
    float: none;
    width: auto;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px;
	font-size: var(--sk-body-font-size);
}
.single-product .klte-product-summary .product-trust-badge fieldset img {
    max-width: 60%;
}
.single-product .klte-product-summary .product-policy .policy-label,
.single-product .klte-product-summary .product-trust-label {
    margin-top: 1.25rem;
    font-size: 100%;
    margin-bottom: 10px;
}
.single-product .klte-product-summary .product-policy .policy-item {
    margin-bottom: 6px;
}
.single-product .klte-product-summary .product-trust-badge {
    padding: 0;
}

.single-product .main-sidebar .widget {
    padding: 10px 16px;
    margin-bottom: 0;
}
.single-product .main-sidebar .product-policy strong {
    font-weight: 500;
}
.single-product .main-sidebar .widget .widget-title {
    font-size: 16px;
}
.single-product .shop-content .main-sidebar {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .single-product .right-sidebar .klte-product-summary .product-policy,
    .single-product .right-sidebar .klte-product-summary .product-trust-badge{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .single-product .main-sidebar .product-policy,
    .single-product .main-sidebar .product-trust-badge {
        display: none;
    }
}

/*------------------- 4.00. tabs comment & Reviews  -------------------*/

.single-product .woocommerce-tabs {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .single-product .woocommerce-tabs {
    margin-top: 3.75rem;
  }
}
.single-product .woocommerce-tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
.single-product .woocommerce-tabs .wc-tabs li {
  position: relative;
  margin-right: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .single-product .woocommerce-tabs .wc-tabs li {
    margin-right: 1.575rem;
    padding: 0 0 0.9375rem;
  }
}

.single-product .woocommerce-tabs .wc-tabs a {
    font-weight: 600;
    text-decoration: none;
    opacity: 0.8;
}
.single-product .woocommerce-tabs .wc-tabs li.active a,
.single-product .woocommerce-tabs .wc-tabs li:hover a {
  opacity: 1;
  color: var(--sk-secondary-color);
}
.single-product div.product .woocommerce-tabs .wc-tabs li a:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: .4s ease;
}
.single-product div.product .woocommerce-tabs .wc-tabs li.active a:after,
.single-product div.product .woocommerce-tabs .wc-tabs li:hover a:after {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .single-product .woocommerce-tabs .wc-tabs li {
        margin-right: 1rem;
    }
    .single-product .woocommerce-tabs .wc-tabs a {
        font-size: 1rem;
    }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  font-size: 100%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li + li {
  margin-top: 7px;
}

.single-product .woocommerce-tabs #tab-additional_information p {
    margin: 0;
}


/*------------------- 4.00. single-product sidebar  -------------------*/
.single-product .main-sidebar.right .sidebar {
    background: #f9f9f9;
}



/*------------------- 4.00. woosq-popup  -------------------*/
.woosq-popup .entry-title {
    font-size: 2rem;
}
.woosq-popup .woocommerce-product-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woosq-popup .product-info .actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--sk-medium-font-size);
    text-decoration: none;
    gap: 10px;
    width: 100%;
}
.woosq-popup .product-info .quantity {
    padding-left: 10px;
    padding-right: 10px;
}
.woosq-popup .add_to_cart_button {
    height: 46px;
}
.woosq-popup .product-info form.cart .button {
    vertical-align: middle;
    float: none !important;
    width: 100%;
}
.woosq-popup .product-meta {
    display: block;
    margin-top: 20px;
}
.woosq-popup .product-meta>* {
    width: 100%;
    display: block;
}

.cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .cart-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .cart-wrapper .woocommerce-cart-form, .cart-wrapper #customer_details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-wrapper .cart-collaterals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    max-width: 20rem;
    margin-left: 1.875rem;
  }
  .cart-wrapper .order-review-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    max-width: 25rem;
    margin-left: 1.875rem;
  }
}

.woocommerce-cart-form {
  position: relative;
}
.woocommerce-cart-form table th {
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  border-top: 0;
  border-bottom: 1px solid var(--sk-theme-border-color);
  color: var(--sk-text-light-color);
}
@media screen and (max-width: 36rem) {
  .woocommerce-cart-form table th.product-price, .woocommerce-cart-form table th.product-subtotal, .woocommerce-cart-form table th.product-remove {
    display: none !important;
  }
}
.woocommerce-cart-form table td {
  font-size: var(--sk-body-font-size);
  vertical-align: middle;
  text-align: center;
}
.woocommerce-cart-form table td a {
  text-decoration: none;
}
@media screen and (max-width: 36rem) {
  .woocommerce-cart-form table td.product-remove {
    padding: 0 !important;
    width: 0 !important;
  }
  .woocommerce-cart-form table td.product-remove a {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: var(--sk-theme-danger-color);
    font-size: 0.625rem;
    left: 0;
    margin-top: -10px;
  }
}
.woocommerce-cart-form table td.product-thumbnail img {
  max-width: 4.375rem;
}
.woocommerce-cart-form table td .amount {
  font-weight: 500;
}
.woocommerce-cart-form table td.product-price .amount {
  color: var(--sk-text-light-color);
}
@media screen and (max-width: 36rem) {
  .woocommerce-cart-form table td.product-price {
    display: none !important;
  }
}
@media screen and (max-width: 36rem) {
  .woocommerce-cart-form table td.product-subtotal {
    display: none !important;
  }
}
.woocommerce-cart-form table td .quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  height: 32px;
}
.woocommerce-cart-form table td .quantity .minus:after {
  left: 10px;
}
.woocommerce-cart-form table td .quantity .plus::before {
  top: 10px;
  left: 14px;
}
.woocommerce-cart-form table td .quantity .plus:after {
  right: 10px;
}
.woocommerce-cart-form table td .quantity-button {
  width: 1.875rem;
  height: 1.875rem;
}
.woocommerce-cart-form table td .qty {
  font-size: var(--sk-body-font-size);
  width: 1.875rem;
  height: 1.875rem;
}
.woocommerce-cart-form table td.actions {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart-form table tbody {
  position: relative;
}
.woocommerce-cart-form table tbody tr {
  position: relative;
}

.woocommerce-cart-form .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart-form .actions-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce-cart-form .actions-wrapper .empty-cart-button {
  display: none;
}
.woocommerce-cart-form .actions-wrapper .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form .actions-wrapper .coupon label {
  display: none;
}
.woocommerce-cart-form .actions-wrapper .coupon #coupon_code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 36rem) {
  .woocommerce-cart-form .actions-wrapper .coupon #coupon_code {
    min-width: 17.5rem;
  }
}
.woocommerce-cart-form .actions-wrapper .coupon .button {
  white-space: nowrap;
  margin-left: 0.625rem;
}
.woocommerce-cart-form .actions-wrapper input {
  height: 2.75rem;
}
.woocommerce-cart-form .actions-wrapper .button {
  font-size: var(--sk-medium-font-size);
  height: 2.75rem;
}
.woocommerce-cart-form .actions-wrapper .button[name=update_cart] {
  color: #fff;
  background-color: var(--sk-primary-color);
  border-color: transparent;
}
.woocommerce-cart-form .actions-wrapper .button[name=update_cart]:disabled {
  color: #fff;
  background-color: var(--sk-primary-color);
  opacity: 0.6;
}
@media screen and (max-width: 36rem) {
  .woocommerce-cart-form .actions-wrapper .button[name=update_cart] {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.woocommerce-products-header {
  margin-top: 1.875rem;
}
.woocommerce-products-header .page-title {
  font-size: 2rem;
}

.cart-collaterals {
  border: 1px solid var(--sk-color-border);
  border-radius: var(--sk-border-radius-size);
  padding: 1.25rem;
}
.cart-collaterals .cart_totals > h2 {
  font-size: var(--sk-body-font-size);
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid var(--sk-color-border-light);
}
.cart-collaterals .shop_table {
  width: 100%;
}
.cart-collaterals .shop_table th {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
}
.cart-collaterals .shop_table td {
  text-align: right;
}
.cart-collaterals .shop_table .amount {
  font-size: 0.9375rem;
}
.cart-collaterals .shop_table .cart-subtotal th, .cart-collaterals .shop_table .cart-subtotal td {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
.cart-collaterals .shop_table .order-total th, .cart-collaterals .shop_table .order-total td {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}
.cart-collaterals .shop_table .order-total th strong, .cart-collaterals .shop_table .order-total td strong {
  font-weight: 600;
}
.cart-collaterals .shop_table .order-total .amount {
  font-size: 1.25rem;
}

.wc-proceed-to-checkout {
  padding-top: 0.9375rem;
  border-top: 1px solid var(--sk-theme-border-color);
}
.wc-proceed-to-checkout .checkout-button {
  height: 3rem;
}

@media screen and (min-width: 1024px) {
  #customer_details {
    padding-right: 1.875rem;
  }
}
#customer_details .col-1, #customer_details .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
#customer_details h3 {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
#customer_details .woocommerce-billing-fields__field-wrapper, #customer_details .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row, #customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row label, #customer_details .woocommerce-additional-fields__field-wrapper .form-row label {
  font-size: var(--sk-body-font-size);
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper > input, #customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > input {
  height: 2.875rem;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea, #customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea {
  min-height: 120px;
  resize: none;
}
@media screen and (min-width: 768px) {
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field, #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_last_name_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field, #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
#customer_details .woocommerce-additional-fields {
  margin-top: 1.875rem;
}

.order-review-wrapper {
  border: 2px solid var(--sk-color-primary);
  border-radius: var(--sk-border-radius-size);
  padding: 0.9375rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .order-review-wrapper {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .order-review-wrapper {
    margin-top: 1.25rem;
  }
}
.order-review-wrapper h3 {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
.order-review-wrapper .shop_table {
  width: 100%;
  font-size: var(--sk-body-font-size);
}
.order-review-wrapper .shop_table .amount {
  font-size: 0.9375rem;
}
.order-review-wrapper .shop_table th {
  font-weight: 600;
}
.order-review-wrapper .shop_table thead th {
  color: var(--sk-color-info);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
.order-review-wrapper .shop_table thead th:last-child {
  text-align: right;
}
.order-review-wrapper .shop_table tbody td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.order-review-wrapper .shop_table tbody td.product-name {
  font-size: var(--sk-body-font-size);
  padding-right: 1.25rem;
}
.order-review-wrapper .shop_table tbody td:last-child {
  text-align: right;
}
.order-review-wrapper .shop_table tfoot tr th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--sk-color-text-lighter);
  border-top: 1px solid var(--sk-theme-border-color);
}
.order-review-wrapper .shop_table tfoot tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: right;
  border-top: 1px solid var(--sk-theme-border-color);
}
.order-review-wrapper .shop_table tfoot tr.order-total .amount {
  font-size: 1.25rem;
  font-weight: 600;
}
.order-review-wrapper .woocommerce-checkout-payment {
  padding-top: 0.9375rem;
  border-top: 1px solid var(--sk-theme-border-color);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  margin-left: 1.25rem;
  color: var(--sk-color-primary);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods .payment_box p {
  font-size: var(--sk-medium-font-size);
  line-height: 1.6;
  color: var(--sk-text-light-color);
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 0.9375rem;
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
  font-size: var(--sk-body-font-size);
  line-height: 1.6;
}
.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a {
  color: var(--sk-theme-danger-color);
  font-weight: 500;
  text-decoration: underline;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required {
  margin-left: 0;
  margin-right: 0;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--sk-medium-font-size);
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label input {
  position: relative;
  top: 1px;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span {
  position: relative;
  line-height: 1.5;
  padding-left: 0.625rem;
}
.order-review-wrapper .woocommerce-checkout-payment .validate-required .woocommerce-form__label span a {
  font-weight: 500;
  color: var(--sk-theme-danger-color);
  text-decoration: underline;
}
.order-review-wrapper .woocommerce-checkout-payment #place_order {
  height: 3rem;
  background-color: var(--sk-primary-color);
  border-color: transparent;
}
.order-review-wrapper .woocommerce-checkout-payment #place_order:hover {
  opacity: 0.8;
}

.my-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid var(--sk-theme-border-color);
}
.my-account-wrapper .my-account-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .my-account-wrapper .my-account-navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid var(--sk-theme-border-color);
  }
}
.my-account-wrapper .my-account-navigation .account-toggle-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--sk-theme-border-color);
  height: 36px;
  padding: 4px 15px;
  margin-top: 0.625rem;
}
.my-account-wrapper .my-account-navigation .account-toggle-menu svg {
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .my-account-wrapper .my-account-navigation .account-toggle-menu {
    display: none;
  }
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation {
  padding-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation {
    padding-top: 1.875rem;
  }
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-decoration: none;
  color: var(--sk-text-light-color);
  padding: 5px 0;
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--sk-body-color);
}
.my-account-wrapper .my-account-navigation .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--sk-link-color);
}
.my-account-wrapper .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .my-account-wrapper .woocommerce-MyAccount-content {
    padding: 1.875rem;
    margin-top: 0;
  }
}
.my-account-wrapper .woocommerce-MyAccount-content a {
  font-weight: 500;
  text-decoration: none;
  color: var(--sk-link-color);
}


/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: var(--sk-border-radius-size);
  font-weight: 700;
  font-size: var(--sk-medium-font-size);
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--sk-primary-color);
  color: #fff;
  font-size: var(--sk-medium-font-size);
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--sk-title-color);
}

.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--sk-border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--sk-theme-light-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: var(--sk-medium-font-size);
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--sk-primary-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  background-color: var(--sk-primary-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--sk-title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: var(--sk-medium-font-size) !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--sk-title-font-family);
}

.tinv-wishlist td.product-name a {
  color: var(--sk-body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--sk-primary-color);
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--sk-title-font-family);
  color: var(--sk-title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--sk-primary-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: var(--sk-medium-font-size);
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--sk-title-color);
  color: var(--sk-white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !important;
  }
  .product-stock {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--sk-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--sk-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--sk-border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}


.single-product .woosc-compare.btn {
    margin-left: 12px;
}
.single-product .woosc-compare .woosc-btn,
.single-product .woosc-compare small {
    font-size: 15px;
    color: #fff;
}


/*------------------------------------ 
    05 - Form 
------------------------------------*/
.site-module {
  position: relative;
}
.site-module .module-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--sk-theme-border-color);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 20rem) {
  .site-module .module-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-module .module-header .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 20rem) {
  .site-module .module-header .entry-title {
    margin-bottom: 0;
  }
}
.site-module .module-header .btn {
  margin-left: auto;
}
.site-module .module-header .btn {
  font-size: var(--sk-body-font-size);
  color: var(--sk-link-color);
  background-color: transparent;
  border: 0;
  height: auto;
  padding-right: 0;
}
.site-module .module-header .btn i {
  font-size: var(--sk-body-font-size);
  margin-left: 0.4375rem;
}
.site-module .module-header.no-border {
  border: 0;
  padding-bottom: 0.3125rem;
}
.site-module .module-header .product-countdown {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 20rem) {
  .site-module .module-header .product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    margin-left: 1.25rem;
  }
  .site-module .module-header .product-countdown .countdown-text {
    margin-left: 0.625rem;
  }
}
.site-module .module-header .product-countdown .count-item {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  color: #fff;
  background-color: var(--sk-theme-danger-color);
}
.site-module .products.list-style .product .product-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-module .products.list-style .product .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.products.list-style .product-content-fade {
  top: -14px;
}

.site-hr {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  .slider-module .banner-content {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .slider-module .banner-content .btn {
    font-size: var(--sk-body-font-size);
    height: 2.375rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.slider-module.full-width .banner-image img {
  width: 100%;
}
.slider-module.full-width .banner-content {
  max-width: var(--sk-main-container-width);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .slider-module.full-width .banner-content {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .slider-module.full-width .banner-content .entry-title strong {
    display: block;
    font-size: 3.5rem;
  }
}
.slider-module .entry-title strong {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider-module.content .banner-content {
    padding-left: 5rem;
  }
}

.iconbox-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconbox-module .icon {
  text-align: center;
  color: var(--sk-link-color);
  margin-right: 0.625rem;
  display: inline-block;
}
.iconbox-module .icon i,
.iconbox-module .icon svg {
    font-size: 40px;
    width: 40px;
    height: auto;
}
.iconbox-module .content .entry-title {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.iconbox-module .content p {
  font-size: var(--sk-body-font-size);
  color: var(--sk-text-light-color);
  margin-bottom: 0;
}

.site-brands {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: none;
  overflow: hidden;
}
.site-brands .brand-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.site-brands .brand-item .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin: 10px;
  text-align: center;
}
.site-brands .brand-item img {
  max-height: 6.25rem;
  image-rendering: auto;
  will-change: opacity;
  -webkit-transition: opacity 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.site-brands.opacity .brand-item img {
  opacity: 0.8;
}
.site-brands.opacity .brand-item a:hover img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .site-brands.column-1 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .site-brands.column-2 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .site-brands.column-3 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .site-brands.column-4 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .site-brands.column-5 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .site-brands.column-6 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .site-brands.column-7 .brand-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.286%;
      flex: 0 0 14.286%;
      max-width: 14.286%;
  }
  .site-brands.column-8 .brand-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.50%;
      flex: 0 0 12.50%;
      max-width: 12.50%;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  .site-brands.mobile-1 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .site-brands.mobile-2 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .site-brands.mobile-3 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .site-brands.mobile-4 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.site-brands.brands-carousel .brand-item {
  width: 100%;
  max-width: 100%;
}

.product-deals-module {
  position: relative;
}
.product-deals-module .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-deals-module .product-wrapper {
  padding: 0.9375rem;
  border: 1px solid var(--sk-theme-border-color);
  border-radius: var(--sk-border-radius-size);
}
.product-deals-module .product-wrapper:hover {
  border-color: #ffc21f;
}
.product-deals-module .product .thumbnail-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-deals-module .product .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
  }
}
.product-deals-module .product .content-wrapper {
  padding: 0.9375rem;
}
.product-deals-module .product-offer-count {
  margin-bottom: 0;
}
.coupon-banner {
  position: relative;
  background-color: #021523;
  border-radius: 3px;
}
.coupon-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: 130% 80%;
  top: 0;
  right: 0;
}
.coupon-banner.dark {
  color: var(--sk-body-color);
}
.coupon-banner.light {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .coupon-banner {
    padding: 1.5rem 1.875rem;
  }
}
.coupon-banner .coupon-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .coupon-banner .coupon-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .coupon-banner .coupon-detail .entry-coupon {
    margin-left: auto;
  }
}
.coupon-banner .coupon-detail .text {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .coupon-banner .coupon-detail .text {
    margin-bottom: 0;
  }
}
.coupon-banner .entry-title {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  margin-bottom: 5px;
}
.coupon-banner .entry-description {
  font-size: var(--sk-body-font-size);
  opacity: 0.6;
}
.coupon-banner .entry-coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coupon-banner .entry-coupon i {
  font-size: 1.25rem;
  margin-right: 0.625rem;
}

.special-offer-product .product .product-wrapper {
  border: 2px solid #ffc21f;
  border-radius: var(--sk-border-radius-size);
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .special-offer-product .product .product-wrapper {
    padding: 2.5rem;
  }
}
.special-offer-product .product .thumbnail-wrapper, .special-offer-product .product .content-wrapper {
  position: relative;
  padding: 0;
}
.special-offer-product .product .special-counter {
  margin-bottom: 0.625rem;
}
.special-offer-product .product .special-counter .entry-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.special-offer-product .product .special-counter .countdown-text {
  margin-bottom: 10px;
}
.special-offer-product .product .special-counter .countdown span {
  top: 0;
}
@media screen and (min-width: 1024px) {
  .special-offer-product .product .special-counter .count-item {
    font-size: 0.9375rem;
    width: 2.5rem;
    height: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .special-offer-product .product .product-title {
    font-size: var(--sk-body-font-size);
  }
}
@media screen and (min-width: 1024px) {
  .special-offer-product .product .price {
    font-size: 1.5rem;
  }
}
.special-offer-product .product .product-meta {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .special-offer-product .product .product-meta {
    margin-bottom: 1.25rem;
  }
}

.banner {
  position: relative;
}
.banner.dark {
  color: var(--sk-body-color);
}
.banner.light {
  color: #fff;
}
@media screen and (max-width: 62rem) {
  .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .banner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner.bordered {
  border: 1px solid var(--sk-theme-border-color);
}
.banner-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  cursor: default;
  z-index: 1;
}
@media screen and (min-width: 62rem) {
  .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    z-index: 1;
  }
  .banner-content-wrapper {
    max-width: 70%;
  }
}
.banner.align-top .banner-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner.align-center .banner-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner.align-bottom .banner-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner.medium .entry-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .banner.medium .entry-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner.medium.x1 .banner-content {
    padding: 2.125rem 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .banner.medium.x1 .entry-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .banner.large .banner-content {
    padding: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .banner.large .entry-subtitle, .banner.large .entry-title, .banner.large .entry-description {
    margin-bottom: 1.25rem;
  }
}
.banner.large .entry-title {
  font-size: 1.75rem;
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .banner.large .entry-title {
    font-size: 2.5rem;
    font-weight: 300;
  }
  .banner.large .entry-title strong {
    font-size: 3rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .banner.large .entry-description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .banner.large .entry-button {
    margin-top: 1.875rem;
  }
}
.banner.vertical .banner-content {
  position: absolute;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .banner.vertical .banner-content {
    padding: 2.5rem;
  }
}
.banner.vertical .banner-content-wrapper {
  max-width: 100%;
}
.banner.vertical .entry-title {
  font-size: 1.5rem;
}
.banner.vertical .entry-description {
  font-size: var(--sk-body-font-size);
}
@media screen and (max-width: 768px) {
  .banner.vertical .banner-image {
    position: relative;
  }
  .banner.vertical .banner-image img {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .banner.xlarge .banner-content {
    padding-left: 2.875rem;
  }
}
.banner.xlarge .entry-title {
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .banner.xlarge .entry-title {
    font-size: 2rem;
  }
}
.banner.xlarge .entry-title strong {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .banner.xlarge .entry-title strong {
    font-size: 2.625rem;
  }
}
.banner.xlarge .entry-button .btn {
  height: 2.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .banner.xlarge.x2 .banner-content-wrapper .entry-title {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner.xlarge.x2 .banner-content-wrapper .entry-description {
    margin-bottom: 1.875rem;
  }
}
.banner .entry-subtitle {
  font-size: var(--sk-body-font-size);
  margin-bottom: 0.625rem;
}
.banner .entry-subtitle.style-2 {
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--sk-link-color);
}
.banner .entry-subtitle.style-3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 1.4375rem;
  background-color: var(--sk-color-secondary);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 1.4375rem;
}
.banner .entry-title {
  font-size: 1.25rem;
}
.banner .entry-title strong {
  font-weight: 600;
}
.banner .entry-description {
  font-size: var(--sk-body-font-size);
  font-weight: 300;
}
.banner .entry-description strong {
  font-size: 120%;
  font-weight: 600;
  color: var(--sk-theme-danger-color);
}
@media screen and (min-width: 768px) {
  .banner .entry-description {
    font-size: var(--sk-body-font-size);
  }
  .banner .entry-description strong {
    font-size: 160%;
  }
}
.banner .btn {
  font-size: var(--sk-medium-font-size);
  height: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.banner.price-banner .entry-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.banner.price-banner .entry-description {
  font-size: 0.9375rem;
}
.banner.price-banner .entry-description p {
  margin-bottom: 3px;
}
.banner.price-banner .banner-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.banner.price-banner .banner-price-content {
  margin-top: auto;
  padding-top: 1.25rem;
}
.banner.price-banner .banner-price-content > p {
  font-size: var(--sk-body-font-size);
  opacity: 0.5;
  margin-bottom: 3px;
}
.banner.price-banner .banner-price-content > .price {
  font-size: 1.25rem;
}
.banner.price-banner.small .entry-title {
  font-size: 1.125rem;
}
.banner.price-banner.small .entry-description {
  font-size: var(--sk-body-font-size);
}
.banner.price-banner.small .banner-price-content {
  padding-top: 0.625rem;
}
.banner.price-banner.small .banner-price-content p {
  font-size: var(--sk-body-font-size);
  margin-bottom: 0;
}

.products-category-module.style-1 .module-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-1 .module-wrapper {
    grid-template-columns: minmax(293px, 293px) 1fr;
  }
}
.products-category-module .categories-list {
  padding: 1.25rem;
  border: 1px solid var(--sk-theme-border-color);
}
@media screen and (min-width: 1024px) {
  .products-category-module .categories-list {
    padding: 1.875rem;
  }
}
.products-category-module .categories-list .entry-title {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module .categories-list .entry-title {
    margin-bottom: 1.25rem;
  }
}
.products-category-module .categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-category-module .categories-list ul li {
  font-size: var(--sk-body-font-size);
}
.products-category-module .categories-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: var(--sk-text-light-color);
  text-decoration: none;
  padding: 8px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.products-category-module .categories-list ul li a:hover {
  color: var(--sk-body-color);
}
.products-category-module .product-category-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.products-category-module .category-banner {
  background-color: #f4f4f4;
}
@media screen and (min-width: 1024px) {
  .products-category-module .category-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.products-category-module .banner {
  width: 100%;
  height: 100%;
}
.products-category-module .banner .entry-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .products-category-module .banner .entry-title {
    font-size: 1.75rem;
  }
}
.products-category-module .banner-content-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .products-category-module .banner .banner-content {
    padding: 2.5rem 1.5rem;
  }
}
.products-category-module .banner .banner-image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-2 .banner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-2 .banner-content {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-2 .banner-content .entry-title.thin {
    font-size: 1.875rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-2 .banner-content .entry-title.thin strong {
    font-size: 2.125rem;
  }
}
.products-category-module.style-2 .banner-content .entry-description {
  font-size: var(--sk-body-font-size);
}
.products-category-module.style-2 .module-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-2 .module-wrapper {
    grid-template-columns: minmax(340px, 340px) 1fr;
  }
}
.products-category-module.style-2 .product {
  margin-bottom: 0.625rem;
}
.products-category-module.style-3 .module-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .module-wrapper {
    grid-template-columns: minmax(510px, 510px) 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .product-category-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .product-category-detail > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.products-category-module.style-3 .product-category-detail .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-category-module.style-3 .product-category-detail .categories-list ul + .entry-title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .product-category-detail .categories-list ul + .entry-title {
    margin-top: 2.5rem;
  }
}
.products-category-module.style-3 .product-category-detail .categories-list .btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .product-category-detail .categories-list .btn {
    margin-top: auto;
  }
}
.products-category-module.style-3 .product-category-detail .categories-list .btn.link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 0;
  color: var(--sk-link-color);
}
.products-category-module.style-3 .banner .entry-title {
  font-size: 1.375rem;
}
.products-category-module.style-3 .banner .entry-description {
  font-size: var(--sk-body-font-size);
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-3 .banner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.products-category-module.style-4 .module-wrapper {
  border: 1px solid var(--sk-theme-border-color);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-4 .module-wrapper {
    gap: 0;
    grid-template-columns: minmax(255px, 255px) 1fr;
  }
}
.products-category-module.style-4 .module-column:first-child {
  border-right: 1px solid var(--sk-theme-border-color);
}
.products-category-module.style-4 .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 0;
}
.products-category-module.style-4 .categories-list ul + .entry-title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-4 .categories-list ul + .entry-title {
    margin-top: 2.5rem;
  }
}
.products-category-module.style-4 .categories-list .btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-4 .categories-list .btn {
    margin-top: auto;
  }
}
.products-category-module.style-4 .categories-list .btn.link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: var(--sk-body-font-size);
  font-weight: 600;
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 0;
  color: var(--sk-link-color);
}
@media screen and (min-width: 1200px) {
  .products-category-module.style-4 .banner-content {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .products-category-module.style-4 .products {
    padding: 1.25rem;
  }
}

.module-banner-text .banner-wrapper {
  display: block;
  color: currentColor;
  text-decoration: none;
  background-color: #f5f5f7;
}
.module-banner-text .banner-inner {
  font-size: var(--sk-medium-font-size);
}
@media screen and (min-width: 1024px) {
  .module-banner-text .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-banner-text .banner-inner .entry-title {
  font-size: var(--sk-body-font-size);
  font-weight: 300;
  text-transform: uppercase;
}
.module-banner-text .banner-inner .entry-title strong {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  background-color: #ffbd27;
  padding: 4px 15px;
  border-radius: 34px;
  margin: 0 5px;
}
@media screen and (min-width: 1024px) {
  .module-banner-text .banner-inner .entry-title {
    margin-bottom: 0;
  }
}
.module-banner-text .banner-inner .banner-price {
  font-weight: 500;
}
.module-banner-text .banner-inner .banner-price span {
  font-size: 1.625rem;
  font-weight: 600;
  color: #ef262c;
}
@media screen and (min-width: 1024px) {
  .module-banner-text .banner-inner .banner-details {
    margin-left: auto;
    text-align: right;
    margin-right: 1.875rem;
  }
}
.module-banner-text .banner-inner .banner-details p {
  display: block;
  font-size: var(--sk-medium-font-size);
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .module-banner-text .banner-inner .banner-details p {
    margin-bottom: 0;
  }
}
.module-banner-text .banner-inner .banner-button a {
  font-size: var(--sk-medium-font-size);
  height: 2.125rem;
}

.list-products .product {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .list-products .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-products .thumbnail-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  max-width: 10rem;
  margin-right: 0.9375rem;
  padding: 0.625rem !important;
}
@media screen and (max-width: 1024px) {
  .list-products .thumbnail-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    max-width: 6.25rem;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .list-products .product-buttons {
    display: none;
  }
}
.list-products .price {
  font-size: var(--sk-body-font-size);
}
.list-products .product-details ul {
  font-size: var(--sk-medium-font-size);
  margin: 0;
  padding-left: 0.9375rem;
  color: var(--sk-text-light-color);
}
.list-products .product-details ul li + li {
  margin-top: 5px;
}
.list-products .product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.9375rem 0.9375rem;
}
.list-products .product-countdown .countdown-text {
  font-size: 0.6875rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .list-products.spacing .product {
    margin-bottom: 2.25rem;
  }
  .list-products.spacing .product:last-child {
    margin-bottom: 0;
  }
}

.module-category-list {
  position: relative;
}
.module-category-list .category-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-category-list .category-detail ul li + li {
  margin-top: 2px;
}
.module-category-list .category-detail ul li a {
  font-size: var(--sk-medium-font-size);
  text-decoration: none;
  color: var(--sk-text-light-color);
}
.module-category-list .category-detail ul li a:hover {
  text-decoration: underline;
}
.module-category-list .category-detail ul + .btn.link {
  margin-top: 0.9375rem;
}
.module-category-list .category-detail > .btn.link {
  font-size: var(--sk-body-font-size);
  padding: 0;
  margin-top: 0.75rem;
  height: auto;
  color: var(--sk-link-color);
  background-color: transparent;
  border: 0;
}
.module-category-list .category-detail > .btn.link i {
  margin-left: 0.5rem;
}
.module-category-list.style-1 .category-item {
  border: 1px solid var(--sk-theme-border-color);
  padding: 0.75rem;
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  .module-category-list.style-1 .category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem;
  }
}
.module-category-list.style-1 .category-image {
  margin-bottom: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .module-category-list.style-1 .category-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
            flex: 0 0 9.375rem;
    max-width: 9.375rem;
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }
}
.module-category-list.style-1 .category-name {
  font-size: var(--sk-body-font-size);
  font-weight: 600;
}
.module-category-list.style-2 a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: currentColor;
  border: 1px solid var(--sk-theme-border-color);
  padding: 1.25rem;
}
.module-category-list.style-2 .category-detail span {
  font-size: var(--sk-medium-font-size);
  color: var(--sk-text-light-color);
}
.module-category-list.style-2 .category-name {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  margin-bottom: 0;
}
.module-category-list.style-3 a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: currentColor;
}
.module-category-list.style-3 .category-detail span {
  font-size: var(--sk-medium-font-size);
  color: var(--sk-text-light-color);
}
.module-category-list.style-3 .category-name {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  margin-bottom: 0;
}
.module-category-list.style-3 .category-image {
  position: relative;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}

.module-counter-text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .module-counter-text .module-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .module-counter-text .counter-content p {
    margin-bottom: 0;
  }
}
.module-counter-text .counter-content a {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: var(--sk-theme-danger-color);
}
.module-counter-text .counter-content a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  background-color: currentColor;
}
@media screen and (min-width: 1024px) {
  .module-counter-text .product-countdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.875rem;
  }
}
.module-counter-text .countdown {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .module-counter-text .countdown {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            align-items: center;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.module-counter-text .countdown > span {
  top: 0;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.module-counter-text .countdown .count-item {
  font-size: var(--sk-body-font-size);
  width: 2.75rem;
  height: 2.875rem;
}

.products-module .product-countdown {
  margin-top: 0.625rem;
}
.products-module .product-countdown .countdown {
  margin-bottom: 0.625rem;
}
.products-module .product-countdown .countdown span {
  top: 0;
}

.module-title .entry-subtitle {
  font-size: var(--sk-body-font-size);
  color: var(--sk-text-light-color);
}
@media screen and (min-width: 1024px) {
  .module-title .entry-title {
    font-size: 5.625rem;
    margin-bottom: 0.9375rem;
  }
}
.module-title .entry-content {
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .module-title.small .entry-title {
    font-size: 3rem;
    margin-bottom: 0.9375rem;
  }
}

.text-check .entry-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: var(--sk-body-font-size);
  font-weight: 500;
}
.text-check .entry-title::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: currentColor;
  margin-top: 8px;
  margin-right: 0.625rem;
}
.text-check .entry-description {
  margin-left: 2.5rem;
  font-size: var(--sk-body-font-size);
  opacity: 0.5;
}

.text-module .entry-content {
  line-height: 1.8;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    border-radius: var(--sk-form-radius-size);
    padding: 2.875rem;
  }
}
.contact-form .entry-title {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .contact-form .entry-title {
    font-size: 2.25rem;
  }
}
.contact-form > p {
  display: block;
  font-size: var(--sk-body-font-size);
  color: var(--sk-text-light-color);
  margin-bottom: 1.25rem;
}
.contact-form form p {
    margin: 0;
}
.contact-form form label {
  font-size: var(--sk-body-font-size);
  margin-bottom: 5px;
  width: 100%;
}
.contact-form form .wpcf7-form-control {
  height: 2.75rem;
}
.contact-form form .wpcf7-form-control.wpcf7-textarea {
  min-height: 120px;
}
.contact-form form .wpcf7-form-control.wpcf7-submit {
  height: 3rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.contact-form form .wpcf7-spinner {
	display: none;
}
.contact-form form.submitting .wpcf7-spinner {
	visibility: visible;
	display: inline-block;
}
.subscribe-form form .wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
}
.address-detail .country {
  display: block;
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.address-detail .address-title {
  font-size: var(--sk-body-font-size);
}
.address-detail .address {
  font-size: var(--sk-body-font-size);
  color: var(--sk-text-light-color);
}
.address-detail .phone {
  font-size: var(--sk-body-font-size);
  margin-bottom: 3px;
}
.address-detail .email {
  font-size: var(--sk-body-font-size);
}
.address-detail .email a {
  text-decoration: none;
  color: var(--sk-link-color);
}

.product-carousel .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: inherit;
          flex-flow: inherit;
}
.product-carousel .products {
    margin: 0;
}
.product-carousel .products .product {
    padding: 0;
}
.product-carousel .product-footer {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.product-carousel .product-footer,
.product-carousel .product-content-fade {
  display: none;
}
.product-carousel .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 0.625rem;
}
.product-carousel .product-footer-buttons.style-2 > * {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.store-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--sk-body-font-size);
  color: var(--sk-text-light-color);
}
.store-info a {
  font-weight: 500;
  margin-left: 0.5rem;
  text-decoration: none;
  color: var(--sk-body-color);
}
.store-info a:hover {
  text-decoration: underline;
}

.product .product-switcher {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.product .product-switcher .switcher-wrapper {
  position: relative;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: transform 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  transition: transform 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-transform 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
  will-change: transform;
}
.product .product-switcher .switcher-wrapper > *:nth-child(2) {
  position: absolute;
  bottom: -100%;
}
.product .product-switcher .switcher-wrapper > * {
  margin-bottom: 0 !important;
}
.product:hover .product-switcher .switcher-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 4.00. widget -------------------*/

/* widget cart */
.widget.widget_shopping_cart .cart-empty {
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.widget.widget_shopping_cart .cart-empty .empty-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.widget.widget_shopping_cart .cart-empty .empty-icon svg {
  max-width: 52px;
}
.widget.widget_shopping_cart .cart-empty .empty-text {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
}
.widget.widget_shopping_cart .cart-noticy {
  position: relative;
  display: block;
  font-size: var(--sk-body-font-size);
  text-align: center;
  margin-top: var(--sk-body-font-size);
  padding-top: 0.9375rem;
}
.widget.widget_shopping_cart .cart-noticy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.1;
}
.widget.widget_shopping_cart .products {
  position: relative;
  padding: 0;
  margin: 0 0 0 0;
  overflow: hidden;
  max-height: 100%;
}
.widget.widget_shopping_cart .products .product {
    height: auto;
}
.widget.widget_shopping_cart .products .product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget.widget_shopping_cart .products .product .product-content .thumbnail-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  max-width: 3.5rem;
  padding: 0;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.widget.widget_shopping_cart .products .product .product-title {
  font-size: var(--sk-body-font-size);
  margin-bottom: 3px;
}
.widget.widget_shopping_cart .products .product .entry-price .quantity {
  all: unset;
  font-size: var(--sk-body-font-size);
}
.widget.widget_shopping_cart .products .product .entry-price .quantity .amount {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  color: red;
}
.widget.widget_shopping_cart .products .product .content-wrapper {
    position: relative;
    margin: 0;
    padding: 0 0.9375rem 0 0;
}
.widget.widget_shopping_cart .products .product .remove_from_cart_button {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--sk-theme-light-color);
  border-radius: 50%;
  top: 0;
  right: 0;
}
.widget.widget_shopping_cart .products .product + .product {
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid var(--sk-theme-border-color);
}
.widget.widget_shopping_cart .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--sk-theme-border-color);
}
.widget.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  color: var(--sk-text-light-color);
}
.widget.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ef262c;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .btn {
  font-size: var(--sk-body-font-size);
  height: 2.75rem;
  border-radius: var(--sk-button-radius-size);
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .btn:not(.checkout) {
  background-color: var(--sk-theme-light-color);
  border-color: transparent;
  margin-bottom: 3px;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .btn.checkout {
  color: #fff;
  background-color: #ef262c;
  border-color: transparent;
}
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .btn:hover {
  opacity: 0.8;
}
.widget.widget_shopping_cart .button-more {
  width: 100%;
  border-top: 1px solid var(--sk-theme-border-color);
  margin-top: 8px;
}
.widget.widget_shopping_cart .button-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5625rem;
}

.widget.widget_shopping_cart .cart-total-product {
  display: block;
  font-size: var(--sk-medium-font-size);
  color: var(--sk-text-light-color);
  margin-bottom: 0.625rem;
}


/*------------------- 4.00. Product categories -------------------*/
.widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_product_categories ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.widget_product_categories ul li {
    flex-direction: column;
}
.widget_product_categories ul li + li {
  margin-top: 0.5rem;
}
.widget_product_categories ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  margin: 0;
}
.widget_product_categories ul li.current-cat > a {
    color: var(--sk-link-color-active);
}
.widget_product_categories ul li ul.children {
    display: none;
}
.widget_product_categories .sub-dropdown.plus:before {
    content: "\e66e";
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-family: var(--sk-icon-font-family);
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.widget_product_categories .sub-dropdown.minus:before {
    content: '\e664';
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-family: var(--sk-icon-font-family);
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.price_slider_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1.875rem;
}
.price_slider_wrapper .price_slider_amount .price_label {
  margin-right: auto;
}
.price_slider_wrapper .price_slider_amount .price_label span {
  color: var(--sk-body-color);
}
.price_slider_wrapper .price_slider_amount button {
  font-size: var(--sk-small-font-size);
  text-transform: uppercase;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2.125rem;
  background-color: #f2f3f5;
  border-color: transparent;
  color: var(--sk-body-color);
}

.widget_rating_filter ul li a {
    text-decoration: none;
    display: flex;
}
.widget_recently_viewed_products li,
.widget_recently_viewed_products li a,
.widget_products li,
.widget_products li a {
    display: grid !important;
    grid-template-columns: 60px auto;
    grid-gap: 5px;
}

.widget.widget_recently_viewed_products li a,
.widget_products li a {
    grid-column: 1 / -1;
}

.widget_recently_viewed_products span,
.widget_recently_viewed_products div,
.widget_products span,
.widget_products div {
    grid-column: 2;
}

.widget.widget_recently_viewed_products li a img,
.widget_products li a img {
    width: 50px !important;
}

*
*** Cart List Reset ****/
.widget ul.cart_list {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.widget ul.cart_list li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

/* Clearfix */
.widget ul.cart_list li::before,
.widget ul.cart_list li::after {
    content: " ";
    display: table;
}

.widget ul.cart_list li::after {
    clear: both;
}

/* Product Link */
.widget ul.cart_list li a {
    display: block;
    font-weight: 700;
}

/* Product Image */
.widget ul.cart_list li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

/* Variation Style */
.widget ul.cart_list li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1);
}

.widget ul.cart_list li dl::before,
.widget ul.cart_list li dl::after {
    content: " ";
    display: table;
}

.widget ul.cart_list li dl::after {
    clear: both;
}

.widget ul.cart_list li dl dt {
    display: inline-block;
    float: left;
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.widget ul.cart_list li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
    padding: 0 0 .25em;
}

.widget ul.cart_list li dl dd p:last-child {
    margin-bottom: 0;
}

/* Rating */
.widget ul.cart_list li .star-rating {
    float: none;
}

.widget ul.cart_list li .count-rating {
    display: none;
}


/*------------------- 4.00. Widget Product List -------------------*/
.widget > .product_list_widget {
  list-style: none;
  margin: -5px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li {
  min-height: 80px;
  margin: 0;
  padding: 5px 0 5px 80px;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li:before {
  content: none;
}
.widget > .product_list_widget li .star-rating {
  font-size: 11px;
}
.widget > .product_list_widget li .count-rating {
    display: none;
}

.widget > .product_list_widget a {
  display: block;
  padding: 0;
  margin: 0 0 4px;
}
.widget > .product_list_widget img {
  width: 60px;
  height: 60px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  image-rendering: auto;
}
.widget > .product_list_widget ins {
  text-decoration: none;
}
.widget > .product_list_widget del {
  margin: 0 3px 0 0;
}

/*------------------- 4.00. Widget Tag Cloud -------------------*/
.widget_product_tag_cloud {
  position: relative;
  overflow: hidden;
}
.widget_product_tag_cloud a {
  margin: 0 1px 1px 0;
  display: inline-block;
  padding: 4px 10px;
  border-width: 1px;
  border-style: solid;
}


/*------------------- 4.00. Wocommerce wishlist -------------------*/
.tinv-wishlist .tinvwl-tooltip, 
.tinv-wishlist .tinvwl_add_to_wishlist-text {
    display: none;
}


/*------------------- 4.00. Wocommerce price slider -------------------*/
.price_slider_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1.875rem;
}
.price_slider_wrapper .price_slider_amount .price_label {
  color: var(--sk-color-text-light);
  margin-right: auto;
}
.price_slider_wrapper .price_slider_amount .price_label span {
  color: var(--sk-color-main-text);
}
.price_slider_wrapper .price_slider_amount button {
  font-size: var(--sk-medium-font-size);
  text-transform: uppercase;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2.125rem;
  border-color: transparent;
  color: var(--sk-theme-white-color);
  background-color: var(--sk-primary-color);
}

.ui-widget-content {
  position: relative;
  height: 2px;
  background-color: var(--sk-theme-light-color);
  margin-bottom: 1.5625rem;
  border-radius: 2px;
}
.ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: var(--sk-secondary-color);
  border-radius: 8px;
  z-index: 1;
}
.ui-widget-content .ui-slider-handle {
  left: 0%;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: var(--sk-secondary-color);
  border-radius: 100%;
  border: 0;
  height: 14px;
  top: -6px;
  width: 14px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*------------------- 4.00. Wocommerce rating -------------------*/
.widget-checkbox-list ul li + li {
    margin-top: 0.4rem;
}
.widget .wc-layered-nav-rating {
    position: relative;
}
.widget .wc-layered-nav-rating:after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    transition: opacity .2s ease;
    border: 1px solid var(--sk-form-border-color);
    padding: 5px;
    font-size: var(--sk-medium-font-size);
}
.widget .wc-layered-nav-rating.chosen:after {
    font-family: var(--sk-icon-font-family);
    content: '\e65f';
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
    color: #fff;
}
.widget .wc-layered-nav-rating a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
}
.widget .wc-layered-nav-rating span.count {
    float: right;
    font-size: var(--sk-body-font-size);
    line-height: 25px;
    color: #9aa5b3;
}

/*------------------- 4.00. Wocommerce attribute -------------------*/

/* Color Attribute */
.woocommerce-widget-layered-nav-list .type-color span.color-box {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
	border: 1px solid var(--sk-form-border-color);
}

.woocommerce-widget-layered-nav-list .type-color {
    padding-bottom: 5px;
    text-transform: capitalize;
    vertical-align: middle;
}

.woocommerce-widget-layered-nav-list .type-color span.count {
	float: right;
	font-size: var(--sk-body-font-size);
	line-height: 25px;
	color: #9aa5b3;
}

.woocommerce-widget-layered-nav-list .type-color span.color-box:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	font-family: var(--sk-icon-font-family);
    content: '\e65f';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--sk-primary-color);
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
}

.woocommerce-widget-layered-nav-list li.chosen .type-color span.color-box:after,
.woocommerce-widget-layered-nav-list li:hover .type-color span.color-box:after{
	opacity: 1;
}

/* Attribute */

.woocommerce-widget-layered-nav-list .layered-box {
    padding-bottom: 5px;
    text-transform: capitalize;
    vertical-align: middle;
    line-height: normal;
}

.woocommerce-widget-layered-nav-list .layered-box span.count {
	float: right;
	font-size: var(--sk-body-font-size);
	line-height: 1;
	color: #9aa5b3;
}

.woocommerce-widget-layered-nav-list .layered-box span.icon-box {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}
.woocommerce-widget-layered-nav-list .layered-box span.icon-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #ffffff;
    font-weight: normal;
    line-height: 1;
    transition: opacity .2s ease;
    border: 1px solid var(--sk-form-border-color);
    padding: 5px;
    font-size: var(--sk-medium-font-size)
}

.woocommerce-widget-layered-nav-list li.chosen .layered-box span.icon-box:after,
.woocommerce-widget-layered-nav-list li:hover .layered-box span.icon-box:after{
	font-family: var(--sk-icon-font-family);
    content: '\e65f';
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
    color: #fff;
}

/* brand Attribute */
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term:after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    transition: opacity .2s ease;
    border: 1px solid var(--sk-form-border-color);
    padding: 5px;
    font-size: var(--sk-medium-font-size);
}
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term.chosen:after,
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term:hover:after {
    font-family: var(--sk-icon-font-family);
    content: '\e65f';
    background-color: var(--sk-primary-color);
    border-color: var(--sk-primary-color);
    color: #fff;
}
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term a {
    margin-left: 25px;
}
.wc-brand-list-layered-nav-product_brand .wc-layered-nav-term span.count {
    float: right;
    font-size: var(--sk-body-font-size);
    line-height: 25px;
    color: #9aa5b3;
}


/*------------------- 4.00. Wocommerce checkbox-list -------------------*/
.widget-checkbox-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-checkbox-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.widget-checkbox-list ul li + li {
  margin-top: 0.5rem;
}
.widget-checkbox-list ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--sk-body-color);
  text-decoration: none;
}
.widget-checkbox-list ul li a label:hover span {
  background-color: var(--sk-form-border-color);
}
.widget-checkbox-list ul li a input[type=checkbox] {
  display: none;
}
.widget-checkbox-list ul li a input[type=checkbox]:checked + label {
  color: var(--sk-primary-color);
  font-weight: 500;
}
.widget-checkbox-list ul li a label:hover span, 
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span {
  color: #fff;
  background-color: var(--sk-primary-color);
  border-color: var(--sk-primary-color);
}
.widget-checkbox-list ul li a:hover label span::before,
.widget-checkbox-list ul li a input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.widget-checkbox-list ul li a label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  cursor: pointer;
  margin-bottom: 0;
}
.widget-checkbox-list ul li a label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 1rem;
  max-width: 1rem;
  width: 100%;
  height: 1rem;
  margin-right: 10px;
  top: -1px;
  border-radius: 2px;
  border: 1px solid var(--sk-form-border-color);
}
.widget-checkbox-list ul li a label span::before {
  position: relative;
  font-family: var(--sk-icon-font-family);
  content: '\e65f';
  line-height: 1;
  left: 0.5px;
  text-shadow: 0px 0px 0px;
  opacity: 0;
}

/*------------------- 4.00. Wocommerce filtered-sidebar -------------------*/
.shop-content .site-sidebar {
    position: relative;
}

@media screen and (max-width: 768px) {
    .filtered-sidebar {
        position: fixed !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: 0 !important;
        padding: 1.25rem 1.25rem 0;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 10001;
    }
    .filtered-sidebar {
        visibility: inherit;
        transition: transform 0.3s ease-in-out;
    }
    .filtered-sidebar.show {
        opacity: 1;
        visibility: inherit;
        transform: translate(0px, 0px);
    }
    .filtered-sidebar.show {
        overflow: auto;
        overflow-anchor: none;
        -ms-overflow-style: none;
        touch-action: auto;
        -ms-touch-action: auto;
        height: 100%;
    }
    .filtered-sidebar .sidebar-mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.875rem;
        padding-bottom: 1.75rem;
        border-bottom: 1px solid var(--theme-border-color);
    }
    .filtered-sidebar .close-sidebar {
        cursor: pointer;
    }
}


/*------------------- 4.00. Wocommerce product categories -------------------*/
.widget_fludora_product_categories span.subDropdown.minus:before {
    content: "\e664";
    font-family: var(--sk-icon-font-family);
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.widget_fludora_product_categories span.subDropdown.plus:before {
    content: "\e66e";
    font-family: var(--sk-icon-font-family);
    position: absolute;
    color: #636363;
    top: 2px;
    right: 0;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.widget.widget_fludora_product_categories ul.children {
    display: none;
}
.widget_fludora_product_categories li.cat-parent {
    position: relative;
}
.widget_fludora_product_categories li.cat-parent.current-cat > ul.children {
    display: block;
}
.widget_fludora_product_categories li.cat-parent.current-cat > span.plus:before {
    content: '-';
}
.widget_klb_product_categories li.cat-parent.current-cat > span.minus:before {
    content: '+';
}

.login-register-wrapper .custom-checkbox.notice {
    display: flex;
    gap: 10px;
}
/*------------------- 4.00. Wocommerce site-login -------------------*/
.site-login {
	margin-top: 2.5rem; 
}

@media screen and (min-width: 64rem) {
	.site-login {
		margin-top: 5.5rem; 
	}
}
.site-login .site-login-container {
	display: block;
	max-width: 560px;
	padding: 0 .9375rem;
	margin-left: auto;
	margin-right: auto; 
}
.site-login .site-login-overflow {
	position: relative;
	overflow: hidden; 
}
@media screen and (min-width: 64rem) {
	.site-login .site-login-overflow {
		border: 1px solid var(--sk-theme-border-color);
		border-radius: var(--sk-border-radius-size);
		padding: 60px; 
	}
}

.site-login .login-page-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 1.75rem;
	padding: 0;
	list-style: none;
}

.site-login .login-page-tab li + li {
	margin-left: 1.25rem; 
}
@media screen and (min-width: 64rem) {
	.site-login .login-page-tab li + li {
		margin-left: 2.5rem; 
	} 
}

.site-login .login-page-tab li a {
	font-family: var(--sk-body-font-family);
	font-size: 1.065rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--sk-title-color);
	text-decoration: none; 
}

.site-login .login-page-tab li a:not(.active) {
	color: #c2c2d3; 
}

.site-login .login-form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
	transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99); 
}

.site-login .login-form-container > * {
	padding: 0 1px;
	width: 100%;
	will-change: opacity;
	margin-top: .9375rem;
	-webkit-transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99);
	transition: all 0.4s cubic-bezier(0.17, 0.62, 0.44, 0.99); 
}

.site-login .login-form-container > *.register-form {
	opacity: 0; 
}

.site-login .login-form-container > * > p {
	text-align: center;
	margin-bottom: 1.875rem;
	max-width: 21.25rem;
	margin-left: auto;
	margin-right: auto;
	color: var(--sk-theme-black-color); 
}

.site-login .login-form-container > * form .form-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0; 
}

.site-login .login-form-container > * form .form-row label {
	font-size: .8125rem; 
}
.site-login .login-form-container > * form .form-row .password-input {
	width: 100%; 
}
.site-login .login-form-container > * form .form-row .woocommerce-Input {
	height: 2.875rem; 
}
.site-login .login-form-container .lost-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
.site-login .login-form-container .lost-password .woocommerce-form-login__rememberme .woocommerce-form__input {
	position: relative;
	top: 1px;
	margin-right: 6px; 
}
.site-login .login-form-container .lost-password .woocommerce-LostPassword {
	font-size: .8125rem;
	font-weight: 500; 
}
.site-login .login-form-container .woocommerce-button {
	font-size: .8125rem;
	width: 100%;
	height: 2.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
}
.site-login .login-form-container .woocommerce-privacy-policy-text p {
	font-size: .75rem; 
}
.site-login .login-form-container .woocommerce-privacy-policy-text p a {
	color: var(--sk-theme-danger-color);
	text-decoration: underline; 
}
.site-login .login-form-container.show-register-form {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.site-login .login-form-container.show-register-form .login-form {
	opacity: 0; 
}
.site-login .login-form-container.show-register-form .register-form {
	opacity: 1; 
}


.password-input .show-password-input {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--sk-theme-gray-color);
  font-size: 1.3125rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  right: 0.3125rem;
  background: none;
  border: none;
  font-weight: inherit;
  padding: 0;
}
.password-input .show-password-input::before {
  font-family: "aweicons";
  content: "\e70d";
  line-height: 1;
}
.password-input .show-password-input.display-password::before {
  content: "\e70e";
}
.password-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


/*
*** Recycler Card ****/
.klte-recycler-card {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.klte-recycler {
    background: linear-gradient(90deg, #e6e9ef 25%, #fdfdfd 50%, #e6e9ef 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.klte-recycler-img {
    height: 160px;
    width: 100%;
    margin-bottom: 10px;
}

.klte-recycler-line {
    height: 14px;
    width: 80%;
    margin-bottom: 6px;
}

.klte-recycler-line.short {
    width: 50%;
}


.klte-product-loader.column-list {
    grid-template-columns: minmax(0, 1fr) !important;
}
.klte-product-loader.column-list .klte-recycler-card {
    display: inline-block;
    flex-direction: column;
    vertical-align: middle;
}
.klte-product-loader.column-list .klte-recycler-img {
    height: 170px;
    width: 235px;
    float: left;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
}
.klte-product-loader.column-list .klte-recycler-line {
    width: 55%;
    margin-bottom: 0px;
    float: left;
    display: inline-block;
    margin-top: 6px;
}
.klte-product-loader.column-list .klte-recycler-line.short {
    width: 40%;
}








