
/*------------------- 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;
    float: left;
}
.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;
}

/*------------------- 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: var(--sk-medium-font-size);
}
.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 .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: 80px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--sk-icon-font-family);
  font-weight: 600;
  font-size: var(--sk-small-font-size);
}

.star-rating:before {
  font-family: "unioicon";
  content: "\e62f\e62f\e62f\e62f\e62f";
  color: #e1e1e1;
  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: "unioicon";
  content: "\e62f\e62f\e62f\e62f\e62f";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--sk-primary-color);
  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-size: var(--sk-medium-font-size);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.count-rating a {
    text-transform: capitalize;
    font-size: var(--sk-medium-font-size);
    text-decoration: none;
}


/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: var(--sk-small-font-size);
    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-secondary-font-family);
    color: var(--sk-title-color);
}
.price ins {
  color: var(--sk-primary-color);
  text-decoration: none;
  margin-right: 5px;
}
.price del {
  position: relative;
  font-size: var(--sk-small-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: 64rem) {
  .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-small-font-size);
  font-weight: 600;
  text-transform: uppercase;
  min-height: 1.5rem;
  color: var(--sk-button-color);
  background-color: var(--sk-secondary-color);
  padding: 0.375rem 0.75rem;
  border-radius: 1.5rem;
}
.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: 30px;
    height: 30px;
    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: oklab(0.62 -0.15 0.09);
    background-color: #fff;
    border-radius: 100px;
    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-small-font-size);
}
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
}
.countdown span {
  position: relative;
  top: -2px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.countdown .count-item {
  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;
  width: 1.75rem;
  height: 1.875rem;
  background-color: var(--sk-theme-light-color);
  border-radius: var(--sk-border-radius-size);
}

.countdown-text {
  font-size: var(--sk-small-font-size);
  color: var(--sk-text-light-color);
}

.klte-product-time-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-price + .klte-product-time-countdown {
    margin-top: 10px;
}

.klte-product-time-countdown .expired-text {
    font-size: var(--sk-small-font-size);
    margin-left: 0.75rem;
    max-width: 7.5rem;
    color: var(--sk-text-light-color);
}

/* Product actions */
.products .product-actions > *:hover {
  color: var(--sk-main-text-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-main-text-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: 64rem) {
  .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-small-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-main-text-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-small-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-small-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-medium-font-size);
    color: var(--sk-color-price);
}

ul#shipping_method li {
    margin-bottom: 10px;
}

a.shipping-calculator-button {
    font-size: var(--sk-medium-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-medium-font-size);
    margin-bottom: 1.875rem;
    border-radius: var(--sk-border-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-secondary-font-family);
    font-size: var(--sk-medium-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-medium-font-size);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 2.875rem;
    font-size: var(--sk-medium-font-size);
}

.select2-dropdown {
    border: 1px solid #f3f4f7;
}

.before-shop-loop .filter-wrapper .sorting-product .select2-selection {
    height: 28px;
    display: block;
    padding: 0;
    font-family: var(--sk-primary-font-family);
}

.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-medium-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-family: var(--sk-secondary-font-family);
    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-main-text-color);
    text-decoration: none;
}

section.woocommerce-order-details {
    font-size: var(--sk-medium-font-size);
}

.my-account-page h2,
.my-account-page h3 {
    font-family: var(--sk-secondary-font-family);
    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: -15px;
    margin-right: -15px;
}

.woocommerce-account .col2-set:before, 
.woocommerce-account .col2-set:after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce-privacy-policy-text p {
    font-size: var(--sk-medium-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-medium-font-size);
}

form.woocommerce-ResetPassword.lost_reset_password {
    font-size: var(--sk-medium-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-medium-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;
}

nav.woocommerce-pagination.klte-load-more .button {
    cursor: pointer;
}

.products > svg.loader-image.preloader {
    bottom: -40px;
    top: inherit;
}

.site-loading {
	position: fixed;
	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;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--sk-background-color);
	z-index: 100000; 
}
.site-loading .preloading {
	position: relative;
	width: 60px;
	height: 60px; 
}
.site-loading .circular {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
}

.site-loading .path {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	stroke: var(--sk-primary-color);
	-webkit-animation: dashray 1.5s ease-in-out infinite;
	animation: dashray 1.5s ease-in-out infinite;
	stroke-linecap: round; 
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dashray {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@keyframes dashray {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
	
.klte-mobile-search {
    height: auto;
    padding-bottom: .9375rem;
    top: initial;
    bottom: 56px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-top: .9375rem;
    border-top: 1px solid #e3e4e6;
    opacity: 0;
    visibility: hidden;
}

.klte-mobile-search.active {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 64rem) {
    .klte-mobile-search.active {
        top: 0;
        height: 100%;
        bottom: 0;
    }
    .klte-mobile-search .site-search .input-group>* {
        position: static;
    }
}

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-main-text-color);
	margin-bottom: 1.875rem
}
.products {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
.products .product {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
  z-index: 1;
}
.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: 20rem) {
  .products.mobile-1 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 20rem) {
  .products.mobile-2 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 20rem) {
  .products.mobile-2 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-6 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 75rem) {
  .products.column-6 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-5 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 75rem) {
  .products.column-5 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-4 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 75rem) {
  .products.column-4 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-3 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 75rem) {
  .products.column-3 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-2 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .products.column-1 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .products.column-1 .product .product-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.products {
  margin-right: -10px;
  margin-left: -10px;
}
.products .product {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  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;
    margin-bottom: 0.625rem;
}
.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 .content-wrapper {
  padding: 0 0.9375rem 0.9375rem;
}
@media screen and (max-width: 48rem) {
  .products .content-wrapper {
    padding: 0 0.575rem 0.575rem;
  }
}
.products .vertical-tooltip li {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -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);
    will-change: opacity, transform;
    text-decoration: none;
}
.products .product:hover .vertical-tooltip li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
}
.products .product-title {
  font-size: var(--sk-body-font-size);
  font-weight: 500;
  letter-spacing: -0.07px;
  line-height: 1.4;
  margin-bottom: 0;
}
.products .product-title a {
  text-decoration: none;
  color: var(--sk-title-color);
}
.products .product-title a:hover {
  color: var(--sk-link-color-active);
  text-decoration: underline;
}
.products .product-rating {
  margin-top: 0.25rem;
}
.products .product-rating .count-rating {
  font-weight: 400;
}
.products .product-rating .count-rating .rating-text {
  display: none;
}
.products .price {
  font-size: var(--sk-body-font-size);
  margin-top: 0.25rem;
}
.products .price>:first-child {
    order: 10;
}
.products .price del {
  font-size: var(--sk-small-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 {
  font-size: 1.175rem;
  -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;
  padding-right: 0.9375rem;
  margin-bottom: 0;
  display: inline-grid;
}
.products .product-price-cart .price del {
  font-size: 65%;
  margin-left: 0;
  top: 2px;
}
.products .product-price-cart .amount {
    color: var(--sk-main-text-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-medium-font-size);
  border-radius: var(--sk-border-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: relative;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: #02a549;
    background-color: #fff;
    border: 1px solid #e0e4e9;
    border-radius: var(--sk-border-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;
    font-size: var(--sk-medium-font-size);
    height: 2.2125rem;
    border-radius: var(--sk-border-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-border-radius-size);
}

/* Overly */
.products .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-add-cart.style1  {
  transform: translate(0%, 0%);
}
.products .thumbnail-wrapper .product-add-cart.style1 .add-to-cart {
    width: 100%;
    text-align: center;
}
.products .thumbnail-wrapper .product-add-cart.style1 .added_to_cart,
.products .thumbnail-wrapper .product-add-cart.style1 .button {
    border-radius: 0;
}
.products .product-meta {
    margin-top: 0.25rem;
}
.products .product-meta .product-message {
  display: block;
  font-size: var(--sk-small-font-size);
}
.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-main-text-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 {
  font-size: var(--sk-small-font-size);
  padding: 0.9375rem;
}
.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: 0px;
  left: 10px;
  right: 10px;
  bottom: -12px;
  background-color: white;
  border: 1px solid #e9ecef;
  -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: 8px;
  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 {
    margin-top: 1.25rem;
}
.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: 48rem) {
  .products.list-view-products .product .product-content .product-title {
    font-size: var(--sk-body-font-size);
  }
}
@media screen and (min-width: 48rem) {
  .products.list-view-products .product .product-content .price {
    font-size: 1.5rem;
  }
}
.products.list-view-products .product .thumbnail-wrapper {
  position: relative;
}
@media screen and (min-width: 48rem) {
  .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%;
  padding-bottom: 1.25rem;
  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-small-font-size);
  margin: 0;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

.products.list-view-products .product .product-list-details ul {
  font-size: var(--sk-small-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;
}
.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: 48rem) {
  .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-add-cart.box {
    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-add-cart.box {
    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-add-cart.box {
    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 */
.product-type-3 .ajax_add_to_cart.loading,
.product-type-2 .ajax_add_to_cart.loading {
    font-size: 0;
}

.product-type-3 .ajax_add_to_cart:after,
.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 4 */
.products .product-type-4 .product-add-cart.box .product-actions {
    margin: 0;
    padding: 0;
}
.products .product-type-4 .product-add-cart.box ul li {
    width: 2.2125rem;
    height: 2.2125rem;
    margin: 0;
	border-radius: var(--sk-border-radius-size);
}
.products .product-type-4 .product-add-cart.box ul li a {
	color: var(--sk-primary-color);
}
.products .product-type-4 .product-add-cart.box ul:hover li,
.products .product-type-4 .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-4 .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 1rem;
}
.products .product-type-4 .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-4 .product-footer-details ul {
    list-style-type: none;
}
/* product-type 5 */
.products .product-type-5 .product-meta {
    margin-bottom: 0;
}

/*------------------- 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-medium-font-size);
  min-width: 2.125rem;
  height: 2.125rem;
  border: 1px solid var(--sk-theme-border-color);
  border-radius: 3px;
  padding: 5px;
}
.woocommerce-pagination ul li > *.current {
  background-color: var(--sk-link-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-main-text-color);
}
.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next {
  font-size: var(--sk-body-font-size);
}

.flex-control-thumbs {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    margin-top: 5px;
}
.flex-control-thumbs li {
    width: calc(20% - .2rem);
    cursor: pointer;
}

.flex-control-thumbs li img { 
	width: 100%;
    opacity: 0.75;
}

.flex-control-thumbs li img.flex-active { 
    opacity: 1;
}

.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 .klte-single-stock .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-main-text-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+.klte-single-stock .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-medium-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-medium-font-size);
}

h2.woocommerce-Reviews-title {
	font-family: var(--sk-primary-font-family);
    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-medium-font-size);
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 180px;
  height: 46px;
  border: 1px solid #dde2e8;
  border-radius: var(--sk-border-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: 32px;
  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;
    width: 20px;
}
.quantity .minus:after {
    top: 45%;
    left: 10px;
}
.quantity .plus {
    position: relative;
    width: 20px;
}
.quantity .plus::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: currentColor;
    position: absolute;
    right: 14px;
    top: 37%;
}
.quantity .plus:after {
    right: 10px;
    top: 45%;
}
.quantity .qty {
  width: 100%;
  height: 2.625rem;
  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;
}
.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-primary{
  margin-top: 2.25rem;
}

@media (min-width: 992px) {
	.single-product .klte-single-content-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 5%;
	}
	.single-product .klte-single-images-wrapper {
		width: 55%;
	}

	.single-product .klte-product-summary {
		width: 40%;
	}
}
@media (min-width: 992px) {
	.product-vertical-gallery{
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
	}
	.product-vertical-gallery .flex-viewport {
		max-width: calc(100% - 90px - 10px);
		margin-left: auto;
	}
	.product-vertical-gallery .flex-control-thumbs {
		width: 90px;
		flex-direction: column;
		flex: none;
		order: -1;
	}
	.product-vertical-gallery .flex-control-thumbs li {
		width: 100%;
	}
}

.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 {
    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: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.single-product .klte-single-images-wrapper .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: var(--sk-border-radius-size);
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}


.single-product .klte-single-images-wrapper .woocommerce-product-gallery {
  position: relative;
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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-main-text-color);
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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 .klte-single-images-wrapper .product-extra-detail {
  padding-left: 0;
}


/* product-summary */
.single-product .klte-product-summary .product-extra-detail {
  margin-top: 1.25rem;
}
.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;
  font-weight: 600;
  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 {
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
  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: 992px) {
    .single-product .klte-product-summary .product-title {
        margin-top: 1.25rem;
    }
}
.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;
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
}
.single-product .klte-product-summary .product-meta > * {
  position: relative;
  color: var(--sk-text-light-color);
}
.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 .product-comment {
  margin-left: 0.75rem;
}
.single-product .klte-product-summary .product-ratings .product-comment a {
  font-size: var(--sk-medium-font-size);
  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;
  font-size: var(--sk-medium-font-size);
  margin-top: 1.25rem;
  gap: 4px;
}
.single-product .klte-product-summary .product-stock.in-stock {
  border-radius: var(--sk-border-radius-size);
  background-color: #f4faf6;
  padding: 6px 14px;
}
.single-product .klte-product-summary .product-stock.in-stock i {
  margin-right: 6px;
}
.single-product .klte-product-summary .product-stock {
    border-radius: var(--sk-border-radius-size);
    background-color: #f4faf6;
    color: #00a046;
    padding: 6px 14px;
}
.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;
  font-size: var(--sk-medium-font-size);
  margin-top: 1.25rem;
  gap: 4px;
}
.single-product .klte-product-summary .total-sales {
    border-radius: var(--sk-border-radius-size);
    background-color: #f4faf6;
    margin-top: 5px;
    padding: 6px 14px;
    display: inline-block;
}
.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;
}
.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;
}
@media screen and (min-width: 48rem) {
	.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%;
  font-size: var(--sk-medium-font-size);
  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 .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 .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: 64rem) {
  .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: 64rem) {
  .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;
  font-size: var(--sk-small-font-size);
  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.rapeeth-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-main-text-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;
        font-size: var(--sk-small-font-size);
		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);
    }
}

.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-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;
}
.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 {
  font-size: 1.125rem;
  margin-right: 10px;
  color: var(--sk-primary-color);
  max-width: var(--sk-body-font-size);
}
.single-product .klte-product-summary .purchase-details .product-message {
  margin: 0.5125rem 0;
}
.single-product .klte-product-summary .purchase-details .product-message.people-have {
    margin: 0;
    color: #c28e00;
    background-color: #fffcf2;
}
.single-product .klte-product-summary .whatsapp-order {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--sk-medium-font-size);
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .whatsapp-order .button {
    height: 46px;
    font-size: var(--sk-medium-font-size);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: #25d366;
}
.single-product .klte-product-summary .whatsapp-order .button i {
    margin-right: 5px;
}

.single-product .klte-product-summary .product-policy {
    margin-top: 1.25rem;
}
.single-product .klte-product-summary .product-policy-label {
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.single-product .klte-product-summary .product-policy .policy-item {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 5px;
}

.single-product .klte-product-summary fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: var(--sk-theme-border-color);
    border-radius: var(--sk-border-radius-size);
    margin-top: 1.25rem;
    padding: 15px 25px 25px 25px;
} 

.single-product .klte-product-summary 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-categories {
  margin-top: 1.25rem;
  font-size: var(--sk-medium-font-size);
}
.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. 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 0 0.9375rem;
  list-style: none;
  border-bottom: 1px solid var(--sk-theme-border-color);
}
.single-product .woocommerce-tabs .wc-tabs li {
  margin-right: 1.25rem;
}
@media screen and (min-width: 64rem) {
  .single-product .woocommerce-tabs .wc-tabs li {
    margin-right: 1.875rem;
  }
}
.single-product .woocommerce-tabs .wc-tabs li.active a {
  opacity: 1;
  color: var(--sk-main-text-color);
}
.single-product .woocommerce-tabs .wc-tabs a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--sk-text-light-color);
  text-decoration: none;
  opacity: 0.6;
}
.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 .related-products .product-meta {
  display: none;
}

.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 .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-small-font-size);
    text-decoration: none;
}
.woosq-popup .quantity {
    padding-left: 10px;
    padding-right: 10px;
}
.woosq-popup .add_to_cart_button {
    height: 46px;
}

.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: 75rem) {
  .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-small-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-medium-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-medium-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: 48rem) {
  .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-small-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-family: var(--sk-secondary-font-family);
  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-medium-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: 64rem) {
  #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-family: var(--sk-secondary-font-family);
  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-medium-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: 48rem) {
  #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: 64rem) {
  .order-review-wrapper {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 48rem) {
  .order-review-wrapper {
    margin-top: 1.25rem;
  }
}
.order-review-wrapper h3 {
  font-family: var(--sk-secondary-font-family);
  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-medium-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-medium-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-medium-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-small-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-medium-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-small-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: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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-main-text-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: 64rem) {
  .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-small-font-size);
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--sk-primary-color);
  color: #fff;
  font-size: var(--sk-small-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-small-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-small-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-small-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-small-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.link {
  font-size: var(--sk-medium-font-size);
  color: var(--sk-link-color);
  background-color: transparent;
  border: 0;
  height: auto;
  padding-right: 0;
}
.site-module .module-header .btn.link i {
  font-size: var(--sk-medium-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-medium-font-size);
  font-weight: 600;
  width: 2rem;
  height: 2.125rem;
  color: #fff;
  background-color: var(--sk-theme-danger-color);
}
.site-module .products.list-style .product .product-content {
  position: relative;
}
@media screen and (min-width: 48rem) {
  .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: 48rem) {
  .slider-module .banner-content {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .slider-module .banner-content .btn {
    font-size: var(--sk-medium-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: 64rem) {
  .slider-module.full-width .banner-content {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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 {
  font-size: 3rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  width: 100%;
  text-align: center;
  color: var(--sk-link-color);
  margin-right: 0.625rem;
}
.iconbox-module .content .entry-title {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.iconbox-module .content p {
  font-size: var(--sk-medium-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;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 64rem) {
  .site-brands {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.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%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 26.25rem) {
  .site-brands .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.site-brands .brand-item img {
  max-height: 3.75rem;
  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.3;
}
.site-brands.opacity .brand-item a:hover img {
  opacity: 1;
}
@media screen and (min-width: 75rem) {
  .site-brands.column-4 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 75rem) {
  .site-brands.column-5 .brand-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 75rem) {
  .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%;
  }
}

.product-deals-module {
  position: relative;
}
.product-deals-module .row {
  margin-left: -15px;
  margin-right: -15px;
}
.product-deals-module .product {
  padding: 0.9375rem;
  border: 1px solid var(--sk-theme-border-color);
  border-radius: var(--sk-border-radius-size);
}
.product-deals-module .product:hover {
  border-color: #ffc21f;
}
.product-deals-module .product .thumbnail-wrapper {
  position: relative;
}
@media screen and (min-width: 48rem) {
  .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;
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-radius: 3px;
  padding: 1.25rem;
  overflow: hidden;
}
.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-main-text-color);
}
.coupon-banner.light {
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .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: 48rem) {
  .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: 48rem) {
  .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-medium-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 {
  border: 2px solid #ffc21f;
  border-radius: var(--sk-border-radius-size);
  padding: 1.25rem;
}
@media screen and (min-width: 64rem) {
  .special-offer-product .product {
    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: 0.9375rem;
}
.special-offer-product .product .special-counter .countdown span {
  top: 0;
}
@media screen and (min-width: 64rem) {
  .special-offer-product .product .special-counter .count-item {
    font-size: 0.9375rem;
    width: 2.5rem;
    height: 2.625rem;
  }
}
@media screen and (min-width: 64rem) {
  .special-offer-product .product .product-title {
    font-size: var(--sk-body-font-size);
  }
}
@media screen and (min-width: 64rem) {
  .special-offer-product .product .price {
    font-size: 1.5rem;
  }
}
.special-offer-product .product .product-meta {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 64rem) {
  .special-offer-product .product .product-meta {
    margin-bottom: 1.25rem;
  }
}

.banner {
  position: relative;
}
.banner.dark {
  color: var(--sk-main-text-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: 48rem) {
  .banner.medium .entry-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64rem) {
  .banner.medium.x1 .banner-content {
    padding: 2.125rem 2.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .banner.medium.x1 .entry-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 48rem) {
  .banner.large .banner-content {
    padding: 3.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .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: 48rem) {
  .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: 48rem) {
  .banner.large .entry-description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .banner.large .entry-button {
    margin-top: 1.875rem;
  }
}
.banner.vertical .banner-content {
  position: absolute;
  padding: 1.875rem;
}
@media screen and (min-width: 48rem) {
  .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-medium-font-size);
}
@media screen and (max-width: 48rem) {
  .banner.vertical .banner-image {
    position: relative;
  }
  .banner.vertical .banner-image img {
    position: relative;
  }
}
@media screen and (min-width: 75rem) {
  .banner.xlarge .banner-content {
    padding-left: 2.875rem;
  }
}
.banner.xlarge .entry-title {
  font-weight: 300;
}
@media screen and (min-width: 75rem) {
  .banner.xlarge .entry-title {
    font-size: 2rem;
  }
}
.banner.xlarge .entry-title strong {
  display: block;
  width: 100%;
}
@media screen and (min-width: 75rem) {
  .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: 64rem) {
  .banner.xlarge.x2 .banner-content-wrapper .entry-title {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 64rem) {
  .banner.xlarge.x2 .banner-content-wrapper .entry-description {
    margin-bottom: 1.875rem;
  }
}
.banner .entry-subtitle {
  font-size: var(--sk-medium-font-size);
  margin-bottom: 0.625rem;
}
.banner .entry-subtitle.style-2 {
  font-size: var(--sk-small-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-small-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-family: var(--sk-secondary-font-family);
  font-size: var(--sk-medium-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: 48rem) {
  .banner .entry-description {
    font-size: var(--sk-body-font-size);
  }
  .banner .entry-description strong {
    font-size: 160%;
  }
}
.banner .btn {
  font-size: var(--sk-small-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-medium-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-medium-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-medium-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: 64rem) {
  .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: 64rem) {
  .products-category-module .categories-list {
    padding: 1.875rem;
  }
}
.products-category-module .categories-list .entry-title {
  font-size: var(--sk-medium-font-size);
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64rem) {
  .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-medium-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-main-text-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: 64rem) {
  .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: 64rem) {
  .products-category-module .banner .entry-title {
    font-size: 1.75rem;
  }
}
.products-category-module .banner-content-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 48rem) {
  .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: 64rem) {
  .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: 64rem) {
  .products-category-module.style-2 .banner-content {
    padding: 2.25rem;
  }
}
@media screen and (min-width: 64rem) {
  .products-category-module.style-2 .banner-content .entry-title.thin {
    font-size: 1.875rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 64rem) {
  .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-medium-font-size);
}
.products-category-module.style-2 .module-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .products-category-module.style-3 .module-wrapper {
    grid-template-columns: minmax(510px, 510px) 1fr;
  }
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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-medium-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-medium-font-size);
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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-medium-font-size);
  font-weight: 600;
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 0;
  color: var(--sk-link-color);
}
@media screen and (min-width: 75rem) {
  .products-category-module.style-4 .banner-content {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 64rem) {
  .products-category-module.style-4 .products {
    padding: 1.25rem;
  }
}

.module-banner-text .banner-wrapper {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.module-banner-text .banner-inner {
  font-size: var(--sk-small-font-size);
}
@media screen and (min-width: 64rem) {
  .module-banner-text .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 1.875rem;
  }
}
.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: 64rem) {
  .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: 64rem) {
  .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-small-font-size);
  opacity: 0.5;
}
@media screen and (min-width: 64rem) {
  .module-banner-text .banner-inner .banner-details p {
    margin-bottom: 0;
  }
}
.module-banner-text .banner-inner .banner-button a {
  font-size: var(--sk-small-font-size);
  height: 2.125rem;
}

.list-products .product {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .list-products .product-buttons {
    display: none;
  }
}
.list-products .price {
  font-size: var(--sk-body-font-size); !important;
}
.list-products .product-details ul {
  font-size: var(--sk-small-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: 64rem) {
  .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-medium-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 {
  border: 1px solid var(--sk-theme-border-color);
  padding: 0.75rem;
  border-radius: 3px;
}
@media screen and (min-width: 64rem) {
  .module-category-list.style-1 {
    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: 64rem) {
  .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-medium-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-small-font-size);
  color: var(--sk-text-light-color);
}
.module-category-list.style-2 .category-name {
  font-size: var(--sk-medium-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-small-font-size);
  color: var(--sk-text-light-color);
}
.module-category-list.style-3 .category-name {
  font-size: var(--sk-medium-font-size);
  font-weight: 500;
  margin-bottom: 0;
}
.module-category-list.style-3 .category-image {
  position: relative;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  background-color: #e5e8ec;
  min-height: 120px;
  border-radius: 50%;
}
.module-category-list.style-3 .swiper-button-prev, .module-category-list.style-3 .swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
.module-category-list .swiper-button-prev, .module-category-list .swiper-button-next {
  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: 2rem;
  height: 2.5rem;
  background-color: #fff;
  color: var(--sk-main-text-color);
  border: 1px solid var(--sk-theme-border-color);
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(2, 21, 35, 0.08);
          box-shadow: 1px 1px 1px rgba(2, 21, 35, 0.08);
  opacity: 0;
  visibility: hidden;
  -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);
}
.module-category-list .swiper-button-prev::after, .module-category-list .swiper-button-next::after {
  font-size: var(--sk-body-font-size);
  color: currentColor;
  text-shadow: 0px 0px 0px;
}
.module-category-list:hover .swiper-button-prev, .module-category-list:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.module-counter-text {
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .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: 64rem) {
  .module-counter-text .countdown {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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: 64rem) {
  .module-title .entry-title {
    font-size: 5.625rem;
    margin-bottom: 0.9375rem;
  }
}
.module-title .entry-content {
  max-width: 35rem;
  line-height: 1.7;
}
@media screen and (min-width: 64rem) {
  .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-medium-font-size);
  max-width: 20rem;
  opacity: 0.5;
}

.text-module .entry-content {
  line-height: 1.8;
}

@media screen and (min-width: 64rem) {
  .contact-form {
    background-color: var(--sk-theme-light-color);
    border-radius: var(--sk-border-radius-size);
    padding: 2.875rem;
  }
}
.contact-form .entry-title {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 64rem) {
  .contact-form .entry-title {
    font-size: 2.25rem;
  }
}
.contact-form > p {
  display: block;
  font-size: var(--sk-medium-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-medium-font-size);
  margin-bottom: 5px;
  width: 100%;
}
.contact-form form .wpcf7-form-control {
  height: 2.75rem;
  margin-bottom: 0.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;
}

.address-detail .country {
  display: block;
  font-size: var(--sk-small-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-medium-font-size);
  color: var(--sk-text-light-color);
}
.address-detail .phone {
  font-size: var(--sk-medium-font-size);
  margin-bottom: 3px;
}
.address-detail .email {
  font-size: var(--sk-medium-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 .product-footer {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.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-medium-font-size);
  color: var(--sk-text-light-color);
}
.store-info a {
  font-weight: 500;
  margin-left: 0.5rem;
  text-decoration: none;
  color: var(--sk-main-text-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-medium-font-size);
  font-weight: 500;
}
.widget.widget_shopping_cart .cart-noticy {
  position: relative;
  display: block;
  font-size: var(--sk-medium-font-size);
  text-align: center;
  margin-top: var(--sk-medium-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-medium-font-size);
  margin-bottom: 3px;
}
.widget.widget_shopping_cart .products .product .entry-price .quantity {
  all: unset;
  font-size: var(--sk-medium-font-size);
}
.widget.widget_shopping_cart .products .product .entry-price .quantity .amount {
  font-size: var(--sk-medium-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-small-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-medium-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-medium-font-size);
  height: 2.75rem;
  border-radius: var(--sk-border-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-small-font-size);
  color: var(--sk-text-light-color);
  margin-bottom: 0.625rem;
}

/*------------------- 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-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-main-text-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-link-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-link-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-small-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-medium-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-medium-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-medium-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-small-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-small-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-medium-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-main-text-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: 64rem) {
    .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;
        padding: 1.25rem 1.25rem 0;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 10001;
    }
}


/* 
.site-primary .products .product {
    border-top: 1px solid #e0e5ea;
    border-left: 1px solid #e0e5ea;
    height: 432px;
}
.site-primary .products {
    border-right: 1px solid #e0e5ea;
}

.site-primary  ol.flex-control-nav.flex-control-thumbs {
    display: flex;
} */