/*
1. CUSTOM ANIMATION
2. CUSTOM DEFAULT / UNIT TEST
3. CUSTOM PLUGIN
4. CUSTOM PAGE LAYOUT / ELEMENTOR
5. LAZYLOAD
*/
:root {
	--ts-body-padding: 0;
	--ts-content-padding: 15px;
	--ts-site-max-width: 100%;
	--filter-gap: 10px;
	--blogs-gap-h: 20px;
	--blogs-gap-v: 50px;
	--item-gap-h: 40px;
	--item-gap-v: 40px;
	--entry-meta-gap: 14px;
	--read-more-size: 50px;
	--ts-float-sidebar-width: 360px;
	--ts-cart-sidebar: 500px;
	--ts-cart-gap: 70px;
	--ts-summary-gap: 30px;
	--label-size: 50px;
	--label-font-size: 13px;
	
	--ts-columns: 3;
	--ts-product-columns: 5;
	--ts-product-h-gap: 20px;
	--ts-product-v-gap: 40px;
	--ts-product-padding: 0;
	--ts-product-bg: #f5f5f5;
	--ts-product-border: #f5f5f5;
	
	--ts-pagination-width: 46px;
	--ts-pagination-height: 46px;
	--ts-pagination-font-size: 16px;
	--ts-pagination-radius: 50%;
	--ts-pagination-radius2: 40px;
	--ts-pagination-btn-color: #ffffff;
	--ts-pagination-btn-bg: #000000;
	--ts-pagination-border: #e6e6e6;
	
	--swiper-nav-width: 40px;
	--swiper-nav-height: 40px;
	--swiper-nav-font-size: 15px;
    --swiper-bullet-size: 10px;
    --swiper-bullet-gap: 10px;
	
	--ts-h-gap: 20px;
	--ts-v-gap: 20px;
	--ts-star-size: 12px;
	--ts-star-gap: 3px;
	--ts-section-gap: 60px;
	--ts-heading-gap: 25px;
	--ts-swatches-size: 30px;
	--ts-checkbox-size: 20px;
	--ts-border-radius: 5px;
	--ts-border-radius-large: 20px;
	--loading-size: 14px;
	
	--ts-font-family: 'Albert Sans', sans-serif;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-letter-spacing: 0;
	--ts-body-font-size: 15px;
	--ts-line-height: 22px;
	--ts-body-text-transform: none;
	--ts-placeholder-transform: none;
	--ts-placeholder-font-size: 1rem;
	
	--ts-text-small: calc(var(--ts-body-font-size) - 1px);
	--ts-text-small-line-height: calc(var(--ts-line-height) - 2px);
	--ts-text-small-transform: none;
	
	--ts-heading-font-family: 'Albert Sans', sans-serif;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 600;
	--ts-heading-letter-spacing: 0;
	--ts-h1-font-size: 50px;
	--ts-h1-line-height: 56px;
	--ts-h2-font-size: 40px;
	--ts-h2-line-height: 46px;
	--ts-h3-font-size: 30px;
	--ts-h3-line-height: 36px;
	--ts-h4-font-size: 25px;
	--ts-h4-line-height: 30px;
	--ts-h5-font-size: 20px;
	--ts-h5-line-height: 26px;
	--ts-h6-font-size: 17px;
	--ts-h6-line-height: 22px;
	
	--ts-menu-font-family: 'Albert Sans', sans-serif;
	--ts-menu-font-weight: 500;
	--ts-menu-font-size: 17px;
	--ts-menu-letter-spacing: 0;
	
	--ts-menu-2-font-family: 'Albert Sans', sans-serif;
	--ts-menu-2-font-weight: 500;
	--ts-menu-2-font-size: 18px;
	--ts-menu-2-letter-spacing: 0;
	
	--ts-mb-menu-font-family: 'Albert Sans', sans-serif;
	--ts-mb-menu-font-weight: 500;
	--ts-mb-menu-font-size: 17px;
	--ts-mb-menu-line-height: 20px;
	
	--ts-product-font-family: 'Albert Sans', sans-serif;
	--ts-product-font-style: normal;
	--ts-product-font-weight: 500;
	--ts-product-letter-spacing: 0;
	--ts-product-font-size: 16px;
	--ts-product-line-height: 20px;
	--ts-product-text-transform: none;
	
	--ts-product-price-font-family: 'Albert Sans', sans-serif;
	--ts-product-price-font-style: normal;
	--ts-product-price-font-weight: 500;
	--ts-product-price-font-size: 16px;
	--ts-product-price-line-height: 20px;
	
	--ts-single-product-font-size: 30px;
	--ts-single-product-line-height: 36px;
	
	--ts-btn-font-family: 'Albert Sans', sans-serif;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 500;
	--ts-btn-letter-spacing: 0;
	--ts-btn-text-transform: none;
	--ts-btn-font-size: 16px;
	--ts-btn-line-height: 22px;
	--ts-btn-padding-top: 12px;
	--ts-btn-padding-left: 25px;
	--ts-btn-radius: 40px;
	
	--ts-blogs-font-size: 17px;

	--ts-primary-color: #169C5C;
	--ts-primary-opacity: rgba(22, 156, 92, 0.3);
	--ts-text-in-primary-color: #ffffff;
	--ts-body-bg: #ffffff;
	--ts-text-color: #0D0D0D;
	--ts-blogs-text-color: #0D0D0D;
	--ts-related-post-bg: transparent;
	--ts-heading-color: #0D0D0D;
	--ts-placeholder-color: #999999;
	--ts-gray-color: #cccccc;
	--ts-dark-gray-color: #666666;
	--ts-highlight: #BB0925;
	--ts-dropdown-color: #0D0D0D;
	--ts-dropdown-bg: #ffffff;
	--ts-dropdown-border: #0D0D0D;
	--ts-link-color: #169C5C;
	--ts-link-hover-color: #2DA66C;
	--ts-border: #d9d9d9;
	--ts-green: #2DA66C;
	--ts-scrollbar-track: #f1f1f1;
	--ts-scrollbar-thumb: #c1c1c1;

	--ts-input-color: #0D0D0D;
	--ts-input-background-color: #EBEEF0;
	--ts-input-border: #EBEEF0;

	--ts-btn-color: #ffffff;
	--ts-btn-bg: #169C5C;
	--ts-btn-border: #169C5C;
	--ts-btn-hover-color: #169C5C;
	--ts-btn-hover-bg: transparent;
	--ts-btn-hover-border: #169C5C;
	
	--ts-btn-addtocart-color: #0D0D0D;
	--ts-btn-addtocart-bg: #EBEEF0;
	--ts-btn-addtocart-border: #EBEEF0;
	--ts-btn-addtocart-hover-color: #ffffff;
	--ts-btn-addtocart-hover-bg: #169C5C;
	--ts-btn-addtocart-hover-border: #169C5C;
	
	--ts-btn-thumbnail-color: #0D0D0D;
	--ts-btn-thumbnail-bg: #ffffff;
	--ts-btn-thumbnail-border: #ffffff;
	
	--ts-rating-color: #D9D9D9;
	--ts-rated-color: #169C5C;
	--ts-product-color: #0D0D0D;
	--ts-product-price-color: #0D0D0D;
	--ts-product-regular-price-color: #818388;
	--ts-product-sale-price-color: #bb0925;
	
	--ts-sale-label-color: #ffffff;
	--ts-sale-label-bg: #BB0925;
	--ts-new-label-color: #ffffff;
	--ts-new-label-bg: #0D0D0D;
	--ts-hot-label-color: #ffffff;
	--ts-hot-label-bg: #715949;
	--ts-soldout-label-color: #ffffff;
	--ts-soldout-label-bg: #919191;
	
	--ts-breadcrumb-bg: #ffffff;
	--ts-breadcrumb-color: #0D0D0D;
	--ts-breadcrumb-2-color: #ffffff;
	--ts-breadcrumb-link-color: #818388;
	
	--ts-hd-search-bg: #ffffff;
	--ts-hd-search-color: #0D0D0D;
	--ts-hd-search-border: #D9D9D9;
	
	--e-bg-lazyload-loaded: linear-gradient(#f5f5f5,#f5f5f5);
	--e-bg-lazyload: linear-gradient(#f5f5f5,#f5f5f5);
}
.ts-header {
	font-family: var(--ts-heading-font-family);
	color: var(--ts-heading-color);
	
	--ts-hd-top-bg: #ffffff;
	--ts-hd-top-color: #0D0D0D;
	--ts-hd-top-border: #E6E6E6;
	--ts-hd-top-link-hover: #169C5C;
	
	--ts-hd-middle-bg: #ffffff;
	--ts-hd-middle-color: #0D0D0D;
	--ts-hd-middle-border: #E6E6E6;
	--ts-hd-middle-link-hover: #169C5C;
	
	--ts-hd-bottom-bg: #ffffff;
	--ts-hd-bottom-color: #0D0D0D;
	--ts-hd-bottom-border: #E6E6E6;
	--ts-hd-bottom-link-hover: #169C5C;
	
	--ts-cart-count-bg: #169C5C;
	--ts-cart-count-color: #ffffff;
	--ts-header-icon-size: 22px;
	
	--ts-main-menu-color: #666666;
	--ts-main-menu-hover-color: #0D0D0D;
	--ts-2nd-menu-color: #0D0D0D;
	--ts-2nd-menu-hover-color: #BB0925;
	
	--ts-gap-small: 25px;
	--ts-gap-large: 50px;
}
:where(.header-v2.product-style-v4, .header-v5) .ts-header .header-top {
	font-family: var(--ts-font-family);
}
.footer-container {	
	--ts-footer-bg: #ffffff;
	--ts-footer-color: #0D0D0D;
	--ts-footer-heading-color: #0D0D0D;
	--ts-footer-link-color: #0D0D0D;
	--ts-footer-link-hover-color: #169C5C;
}
:where(.product-style-v2, .product-style-v4) {
	--ts-product-text-transform: uppercase;
	--ts-btn-text-transform: uppercase;
	--ts-heading-gap: 30px;
}
.product-style-v2 {
	--ts-text-small: 14px;
	--ts-btn-radius: 0;
	--ts-border-radius: 0;
    --ts-border-radius-large: 0;
	--ts-product-h-gap: 5px;
	--ts-product-v-gap: 5px;
	--ts-product-padding: 30px;
}
.product-style-v3 {
	--ts-text-small: 14px;
	--ts-btn-radius: 0;
	--ts-border-radius: 0;
	--ts-border-radius-large: 0;
	--ts-product-h-gap: 5px;
	--ts-product-v-gap: 5px;
	--ts-product-padding: 30px;
	--ts-btn-padding-top: 8px;
}
.product-style-v4 {
	--ts-text-small: 13px;
	--ts-scrollbar-track: #ded9d5;
}
:where(.product-style-v2, .product-style-v3) :where(.columns-1,.columns-1-1) {
	--ts-product-padding: 20px 7%;
}
.product-style-v2 :is(.columns-1, .columns-1-1) .woocommerce.main-products {
    --ts-product-h-gap: 5px;
	--ts-product-v-gap: 5px;
}
.product-style-v3,
.product-style-v3 :is(.columns-1, .columns-1-1) .woocommerce.main-products {
	--ts-product-h-gap: 4px;
	--ts-product-v-gap: 4px;
	--swiper-nav-font-size: 25px;
}
.product-style-v3 .woocommerce-product-gallery {
	--swiper-nav-font-size: 16px;
}
.product-style-v4 :is(.columns-1, .columns-1-1) .woocommerce.main-products {
	--ts-product-gap: 20px;
	--ts-product-h-gap: 20px;
	--ts-product-v-gap: 20px;
}
.product-style-v4 {
	--ts-product-h-gap: 5px;
	--ts-product-v-gap: 5px;
	--ts-product-padding: 30px 14px 25px;
	--ts-product-border: #DED9D5;
	--ts-border-radius: 30px;
}
.product-style-v4.woocommerce.archive .page-container:where(.columns-1,.columns-1-1) {
	--ts-product-padding: 30px 40px;
}
.product-style-v5 {
	--ts-product-bg: #ffffff;
	--ts-product-h-gap: 1px;
	--ts-product-v-gap: 1px;
	--ts-product-padding: var(--ts-content-padding);
	--ts-product-border: #E6E6E6;
	--ts-text-small: 13px;
	--ts-product-font-size: 14px;
	--ts-product-line-height: 18px;
	--ts-product-font-weight: 400;
	--ts-product-price-font-size: 14px;
	--ts-product-price-line-height: 18px;
	--ts-product-text-transform: uppercase;
	--ts-text-small-transform: uppercase;
	--ts-btn-text-transform: uppercase;
	--ts-cart-gap: 0;
}
.product-style-v5 .ts-product .content-wrapper {width: 100%;}
.product-style-v5 .wp-block-themepunch-revslider,
.product-style-v5 .columns-5:not(.no-sidebar) .main-products {
	--ts-product-padding: 25px;
}
.product-style-v6 .columns-5:not(.no-sidebar) .main-products {
	--ts-product-padding: 30px;
}
.product-style-v6 {
	--ts-border-radius-large: 20px;
	--ts-product-h-gap: 1px;
	--ts-product-v-gap: 1px;
	--ts-product-padding: 40px;
	--ts-text-small: 14px;
	--ts-product-bg: #ffffff;
    --ts-product-border: #D9D9D9;
	--filter-gap: 10px;
}
body.product-style-v6.single-post {
	--ts-heading-color: #ffffff;
}
.product-style-v6 #main > .page-container {
	padding-left: 0;
	padding-right: 0;
}
.product-style-v5 #main > .page-container,
.product-style-v5 #main #shop-top-area + .page-container {
	padding: 0 !important;
}
.ts-wishlist-table-wrapper,
.ts-compare-table-wrapper, 
.ts-compare-popup {
	--ts-btn-font-size: calc(var(--ts-btn-font-size) - 2px);
}
.woocommerce-tabs, .product-bottom-content {
	--ts-content-padding: 0;
}
.product-style-v5 .products.swiper .swipper-slide {
	height: auto;
}
.description {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*-------------------------------------------------------------------------------------------------------------
	1. CUSTOM ANIMATION
/*------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes animation_menu{0%{visibility: hidden;transform: scale(1,0.7);}100%{visibility: visible;transform: scale(1,1);}}
@keyframes animation_menu{0%{visibility: hidden;transform: scale(1,0.7);}100%{visibility: visible;transform: scale(1,1);}}
@-webkit-keyframes mySticky{from{transform: translateY(-100%);}to{transform: translateY(0);}}
@keyframes mySticky{from{transform: translateY(-100%);}to{transform: translateY(0);}}
@-webkit-keyframes animation_menu_sub{0%{opacity: 0;visibility: hidden;transform: scale(0.7,1);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@keyframes animation_menu_sub{0%{opacity: 0;visibility: hidden;transform: scale(0.7,1);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@-webkit-keyframes slide_down{0%{opacity: 0;visibility: hidden;transform: scale(1,0.7);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@keyframes slide_down{0%{opacity: 0;visibility: hidden;transform: scale(1,0.7);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@-webkit-keyframes animation_fade_translate{0%{opacity: 0;transform: translate3d(-10px,0,0);}100%{opacity: 1;transform: translate3d(0,0,0);}}
@keyframes animation_fade_translate{0%{opacity: 0;transform: translate3d(-10px,0,0);}100%{opacity: 1;transform: translate3d(0,0,0);}}
@-webkit-keyframes animation_fade{0%{opacity: 0;visibility: hidden;}100%{opacity: 1;visibility: visible;}}
@keyframes animation_fade{0%{opacity: 0;visibility: hidden;}100%{opacity: 1;visibility: visible;}}
@-webkit-keyframes animation_fade_out{0%{opacity: 1;visibility: visible;}100%{opacity: 0;visibility: hidden;}}
@keyframes animation_fade_out{0%{opacity: 1;visibility: visible;}100%{opacity: 0;visibility: hidden;}}
@-moz-keyframes slidebottomtotop{0% {transform: translateY(10px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@-webkit-keyframes slidebottomtotop{0% {transform: translateY(10px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes slidebottomtotop{0% {transform: translateY(10px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@-moz-keyframes slidebottomtotop2{0% {transform: translateY(3px);}100% {transform: translateY(0);}}
@-webkit-keyframes slidebottomtotop2{0% {transform: translateY(3px);}100% {transform: translateY(0);}}
@keyframes slidebottomtotop2{0% {transform: translateY(3px);}100% {transform: translateY(0);}}
@-moz-keyframes animation_to_bottom{0%{opacity: 0;visibility: hidden;transform: scale(1, 0.7);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@-webkit-keyframes animation_to_bottom{0%{opacity: 0;visibility: hidden;transform: scale(1, 0.7);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@keyframes animation_to_bottom{0%{opacity: 0;visibility: hidden;transform: scale(1, 0.7);}100%{opacity: 1;visibility: visible;transform: scale(1,1);}}
@-moz-keyframes spin{0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }to {-webkit-transform: rotate(1turn);transform: rotate(1turn) }}
@-webkit-keyframes spin{0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }to {-webkit-transform: rotate(1turn);transform: rotate(1turn) }}
@keyframes spin{0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }to {-webkit-transform: rotate(1turn);transform: rotate(1turn) }}
@-webkit-keyframes animation_tranlate_right{0%{opacity: 0;visibility: hidden;transform: translateX(-10px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@keyframes animation_tranlate_right{0%{opacity: 0;visibility: hidden;transform: translateX(-10px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@-webkit-keyframes animation_tranlate_left{0%{opacity: 0;visibility: hidden;transform: translateX(10px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@keyframes animation_tranlate_left{0%, 70%{opacity: 0;visibility: hidden;transform: translateY(100%);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@-webkit-keyframes animation_tranlate_bottom{0%, 70%{opacity: 0;visibility: hidden;transform: translateY(100%);}100%{opacity: 1;visibility: visible;transform: translateY(0);}}
@keyframes animation_tranlate_bottom{0%, 70%{opacity: 0;visibility: hidden;transform: translateY(100%);}100%{opacity: 1;visibility: visible;transform: translateY(0);}}
@keyframes ts_shake{10%, 70%{-webkit-transform: translate3d(-1px, 0, 0);}30%, 80%{-webkit-transform: translate3d(1px, 0, 0);}50%, 90%{-webkit-transform: translate3d(0, 0, 0);}}
@-webkit-keyframes ts_shake{10%, 70%{-webkit-transform: translate3d(-1px, 0, 0);}30%, 80%{-webkit-transform: translate3d(1px, 0, 0);}50%, 90%{-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes ts-shine{100%{left: 125%;}}
@-webkit-keyframes ts-shine{100%{left: 125%;}}
@keyframes shine{100%{left: 125%;}}
@-moz-keyframes gradient{0% {background-position: 0% 0%;}50% {background-position: 100% 100%;}100% {background-position: 0% 0%;}}
@-webkit-keyframes gradient{0% {background-position: 0% 0%;}50% {background-position: 100% 100%;}100% {background-position: 0% 0%;}}
@keyframes gradient{0% {background-position: 0% 0%;}50% {background-position: 100% 100%;}100% {background-position: 0% 0%;}}
@-webkit-keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}
@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}
@-webkit-keyframes rotateIn{0%{transform-origin: center;transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}100%{transform-origin: center;transform: none;opacity: 1;}}
@keyframes rotateIn{0%{transform-origin: center;transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}100%{transform-origin: center;transform: none;opacity: 1;}}

@-webkit-keyframes animation_scale_left{0%{transform: scale(0,1);}100%{transform: transform: scale(1,1);}}
@keyframes animation_scale_left{0%{transform: scale(0,1);}100%{transform: transform: scale(1,1);}}
/*-------------------------------------------------------------------------------------------------------------
	2. CUSTOM DEFAULT / UNIT TEST
/*------------------------------------------------------------------------------------------------------------*/
*{margin: 0;padding: 0;box-sizing: border-box;}
*:before,*:after{box-sizing: border-box;}
html, body{text-align: left;/* rtl */font-weight: normal;font-style: normal;vertical-align: baseline;width: 100%;-webkit-text-size-adjust: none;-ms-text-size-adjust: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
html{-webkit-text-size-adjust: none;-webkit-tap-highlight-color:transparent;}
html,body,input,textarea,keygen,select,button {
	font-family: var(--ts-font-family);
	font-weight: var(--ts-font-weight);
	font-style: var(--ts-font-style);
	line-height: var(--ts-line-height);
	letter-spacing: var(--ts-letter-spacing);
	text-transform: var(--ts-body-text-transform);
	font-size: var(--ts-body-font-size);
	color: var(--ts-text-color);
}
body {
	background-color: var(--ts-body-bg);
}
h1,h2,h3,h4,h5,h6 {
	font-family: var(--ts-heading-font-family);
	font-weight: var(--ts-heading-font-weight);
	font-style: var(--ts-heading-font-style);
	letter-spacing: var(--ts-heading-letter-spacing);
	color: var(--ts-heading-color);
}
.product-label,
.before-loop-wrapper {
	font-family: var(--ts-heading-font-family);
}
body:not(.product-style-v4) .breadcrumb-title-wrapper,
.product-style-v4 .breadcrumb-title-wrapper .page-title {
	font-family: var(--ts-heading-font-family);
}
dt,
label,
p > label,
fieldset div > label,
table thead th,
fieldset legend,
html input:focus:invalid:focus,
html select:focus:invalid:focus,
table#wp-calendar thead th,
.woocommerce table.shop_table th,
.woocommerce table.shop_attributes th,
body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th {
	color: inherit;
}
strong {
	font-weight: var(--ts-heading-font-weight);
}
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    font-size: 0.9em;
}
.highlight,
.highlight > * {
	color: var(--ts-highlight) !important;
}
.ts-search-result-container .highlight,
.ts-search-result-container .highlight > * {
	color: var(--ts-primary-color) !important;
}
.comments-area .add-comment .comments-count,
.woocommerce div.product .ts-variation-price > .price,
.summary .quantity > label,
.widget-container .wp-block-search__label,
#review_form_wrapper .comment-reply-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: var(--ts-heading-font-family);
	font-weight: var(--ts-heading-font-weight);
	font-style: var(--ts-heading-font-style);
}
h1 {
	font-size: var(--ts-h1-font-size);
	line-height: var(--ts-h1-line-height);
}
h2{
	font-size: var(--ts-h2-font-size);
	line-height: var(--ts-h2-line-height);
}
h3,
#customer_login h2, 
.account-content h2,
.column-tabs ul.tabs > li,
.theme-title .heading-title,
#comment-wrapper .heading-title,
.comments-title .heading-title,
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
#reviews .woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .summary .product_title {
	font-size: var(--ts-h3-font-size);
	line-height: var(--ts-h3-line-height);
}
.product-style-v6 #customer_login h2, 
.product-style-v6 .account-content h2,
.product-style-v6 .column-tabs ul.tabs > li,
.product-style-v6 .theme-title .heading-title,
.product-style-v6 #comment-wrapper .heading-title,
.product-style-v6 .comments-title .heading-title,
.product-style-v6.woocommerce .cross-sells > h2,
.product-style-v6.woocommerce .up-sells > h2,
.product-style-v6.woocommerce .related > h2,
.product-style-v6 #reviews .woocommerce-Reviews-title,
.product-style-v6.woocommerce div.product .woocommerce-tabs ul.tabs,
.product-style-v6.woocommerce div.product .summary .product_title {color: inherit;}
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary > .ts-variation-price, 
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary.entry-summary.entry-summary.entry-summary > p.price, 
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary.entry-summary.entry-summary > span.price,
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary.entry-summary > p.price ins, 
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary > span.price ins {
	font-family: var(--ts-product-font-family) !important;
    font-style: var(--ts-product-font-style) !important;
    font-weight: var(--ts-product-font-weight) !important;
	font-size: var(--ts-single-product-font-size);
    line-height: var(--ts-single-product-line-height);
}
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary > p.price del, 
:is(.product-style-v2, .product-style-v4) div.product .summary.entry-summary > span.price del {
    font-size: var(--ts-text-small) !important;
	font-family: var(--ts-font-family);
    font-weight: var(--ts-font-weight);
    font-style: var(--ts-font-style);
}
.product-style-v2.woocommerce div.product .woocommerce-tabs ul.tabs {
	font-size: var(--ts-h2-font-size);
	line-height: var(--ts-h2-line-height);
}
h4,
.elementor-widget-wp-widget-ts_instagram h5,
.woocommerce .product-category .meta-wrapper .description,
.cart-collaterals .cart_totals > h2,
.comments-area .add-comment .comments-count,
#commentform .form-submit,
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-billing-fields > h3,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3,
.ts-size-chart-content > h5,
.product-size-chart-content > h2,
#review_form_wrapper .comment-reply-title,
.woocommerce > form.checkout #order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	font-size: var(--ts-h4-font-size);
	line-height: var(--ts-h4-line-height);
}
h5,
.ts-social-icons-elementor-widget .shortcode-heading-wrapper h2,
.commentlist li #comment-wrapper .heading-title,
div.product .summary #reviews .woocommerce-Reviews-title,
div.product .summary #review_form_wrapper .comment-reply-title {
	font-size: var(--ts-h5-font-size);
	line-height: var(--ts-h5-line-height);
}
h6,
.widget-title-wrapper .widget-title,
.widget-title-wrapper .widgettitle,
:where(#left-sidebar, #right-sidebar) > aside .wp-block-heading,
:where(#left-sidebar, #right-sidebar) > aside > section label[class^='wp-block-'],
.widget-container .wp-block-group h2,
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-size: var(--ts-h6-font-size);
	line-height: var(--ts-h6-line-height);
}
:where(#left-sidebar, #right-sidebar) > aside .wp-block-heading,
:where(#left-sidebar, #right-sidebar) > aside > section label[class^='wp-block-'] {
	padding: 0;
    margin: 0 0 16px;
}
.woocommerce .woocommerce-ordering .orderby-current, 
.product-per-page-form .perpage-current,
.widget-title-wrapper .widget-title,
.widget-title-wrapper .widgettitle,
:where(#left-sidebar, #right-sidebar) > aside .wp-block-heading,
:where(#left-sidebar, #right-sidebar) > aside > section label[class^='wp-block-'],
.widget-container .wp-block-group h2 {
	font-weight: 500;
}
.woocommerce.product-style-v5 .woocommerce-ordering .orderby-current, 
.product-style-v5 .product-per-page-form .perpage-current,
.product-style-v5 .widget-title-wrapper .widget-title,
.product-style-v5 .widget-title-wrapper .widgettitle,
.product-style-v5 .widget-container .wp-block-search__label,
.product-style-v5 .widget-container .wp-block-group h2 {
	font-weight: inherit;
}
a {color: var(--ts-link-color);}
a:hover {color: var(--ts-link-hover-color);}
.woocommerce .form-content a.remove:hover {
	color: var(--ts-link-hover-color) !important;
	border-color: var(--ts-link-hover-color);
}
.primary-color {color: var(--ts-primary-color);}

.bypostauthor,.commentlist li.comment,.commentlist li.pingback,.commentlist li.trackback {list-style: none}
.edit-link,.drop-icon,.screen-reader-text {display: none;}
.visible-xs,.visible-sm,.visible-md {display: none !important;}
.mc4wp-response:not(:empty){margin-top: 10px;}
.mc4wp-response p {margin-bottom: 0;}
.mc4wp-response .mc4wp-error {color: red;}
.column-tabs ul.tabs > li:hover {cursor: pointer;}
.column-tabs ul.tabs > li:hover,.column-tabs ul.tabs > li.current {
	color: var(--ts-primary-color);
}
body #st-1 .st-btn {border-radius: var(--ts-border-radius);}
.primary-color{color: var(--ts-primary-color);}
.sr7-btn .icon-btn-arrow {margin-left: 10px; /* rtl */}
#group-icon-header {display: none;}
/*** Custom Scrollbar ***/
.ts-frequently-bought-together,
body :where(#left-sidebar, #right-sidebar) {
	--ts-scrollbar-thumb: #0D0D0D;
}
.ts-sidebar-content::-webkit-scrollbar,
.ts-sidebar-content ::-webkit-scrollbar,
:where(#left-sidebar, #right-sidebar) ::-webkit-scrollbar,
.ts-frequently-bought-together::-webkit-scrollbar,
.ts-frequently-bought-together ::-webkit-scrollbar,
#ts-quickshop-modal div.product ::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	cursor: pointer;
}
body ::-webkit-scrollbar-track,
.ts-sidebar-content::-webkit-scrollbar-track,
.ts-sidebar-content ::-webkit-scrollbar-track,
:where(#left-sidebar, #right-sidebar) ::-webkit-scrollbar-track,
.ts-frequently-bought-together::-webkit-scrollbar-track,
.ts-frequently-bought-together ::-webkit-scrollbar-track,
#ts-quickshop-modal div.product ::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
	background-color: var(--ts-scrollbar-track);
}
body ::-webkit-scrollbar-thumb,
.ts-sidebar-content::-webkit-scrollbar-thumb,
.ts-sidebar-content ::-webkit-scrollbar-thumb,
:where(#left-sidebar, #right-sidebar) ::-webkit-scrollbar-thumb,
.ts-frequently-bought-together::-webkit-scrollbar-thumb,
.ts-frequently-bought-together ::-webkit-scrollbar-thumb,
#ts-quickshop-modal div.product ::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
	background-color: var(--ts-scrollbar-thumb);
	border-radius: 2px;
	cursor: pointer;
}

/*** Unit Test ***/
.entry-format .thumbnail img {margin-left: auto;margin-right: auto;display:block;}
.wp-block-image:after {content:"";clear:both;display: table;}
.site-content > article.type-page > p:last-child {margin-bottom: var(--ts-section-gap) !important;}
.entry-content .content-wrapper > *:not(.elementor):last-child {margin-bottom: var(--ts-section-gap) !important}
body:not(.product-style-v5) .blog-template .ts-pagination:not(:empty) {padding-bottom: 0;}
body .wp-block-query-pagination {margin-bottom: 50px;}
.entry-summary .wp-block-navigation .wp-block-page-list {gap: 20px;}
.entry-summary .short-content .wp-block-navigation__submenu-container {gap: 0;}
.entry-summary .short-content .wp-block-navigation__submenu-container > .wp-block-navigation-item{padding: 20px 20px 0 20px;}
.entry-summary .short-content .wp-block-navigation__submenu-container > .wp-block-navigation-item:last-child {padding-bottom: 20px;}
.heading-title {-ms-word-wrap: break-word;word-wrap: break-word;position: relative;}
.wp-block-gallery, .wp-block-audio {margin-bottom: 20px;}
.entry-summary .short-content:not(:last-child),
.wp-block-button {margin-bottom: 10px;}
.has-small-font-size {letter-spacing: inherit;}
#commentform .comment-form-cookies-consent label {padding-bottom:0;}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {margin-top: 0;position: relative;top: 2px;}
.wp-block-post-template li.post,.wp-block-comments ol li.comment,.wp-block-page-list li.wp-block-pages-list__item,.wp-block-rss > li {list-style:none}
.wp-block-post-template:not(:last-child),.wp-block-post-date:not(:last-child),.wp-block-post-author:not(:last-child),.wp-block-post-featured-image:not(:last-child),.wp-block-post-terms:not(:last-child),.wp-block-read-more:not(:last-child),.wp-block-comment-template:not(:last-child) {margin-bottom: 1.5rem;}
.entry-summary .short-content .wp-block-social-links.is-layout-flex {flex-direction: row;flex-wrap: wrap;gap: 10px;}
.wp-block-table:not(:last-child) {margin-bottom: 2rem;}
.wp-block-comment-author-name,.wp-block-comment-date a,.wp-block-comment-edit-link a,.wp-block-comment-reply-link a,.wp-block-latest-comments__comment-date {text-transform: uppercase; color: inherit;}
.wp-block-comment-author-name a {color: var(--ts-text-color);}
.wp-block-post-author {align-items: center;}
.wp-block-post-date {font-size: 0.86em;}
.wp-block-comment-content {margin-top: 10px;}
.wp-block-comment-content p {margin-bottom: 10px;}
.wp-block-social-links .wp-social-link {padding: 0;}
.wp-block-post-template > li,
.entry-summary .short-content .wp-block-post-template > li {padding: 1.5rem 0;border-width: 0 0 1px;border-style: dotted;}
.wp-block-post-template > li:last-child {border-width: 0;}
a.wp-block-button__link, .wp-block-button a.wp-block-button__link {text-decoration: none !important;border-radius: var(--ts-btn-radius);}
.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
	border: 1px solid var(--ts-btn-border);
	background: transparent !important;
    color: var(--ts-btn-border);
}
.is-style-outline > .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover {
	color: var(--ts-btn-color);
	background: var(--ts-btn-bg);
}
.is-style-squared > .wp-block-button__link, .wp-block-button__link.is-style-squared {border-radius: 0;}
.wp-caption,.gallery-caption, figcaption,.wp-caption-text {color: #848484;font-style: italic;font-size: 0.86rem;line-height: 1.3;max-width: 100%;text-align: center;}
.alignfull figcaption.blocks-gallery-caption {text-align: center;display: block;width: 100%;margin-bottom: 30px;}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {position: relative;padding-bottom: 56.25%;}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.wp-block-quote cite, .wp-block-pullquote cite {display: block;font-size: 13px;line-height: 1.5;font-weight: 500;font-style: normal;}
.wp-block-quote cite {margin-top: 10px !important;}
.wp-block-quote cite br, .wp-block-pullquote cite br {display: none;}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
}
.wp-block-rss, .wp-block-social-links {margin: 0;}
.wp-block-rss__item-title {width: 100%;}
.wp-block-rss li,
.wp-block-latest-posts.wp-block-latest-posts__list li {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
	padding-bottom: 20px;
}
.wp-block-rss li:last-child,
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {padding-bottom: 0;}
.wp-block-latest-posts.wp-block-latest-posts__list {margin: 0;}
.wp-block-latest-posts.wp-block-latest-posts__list li > time,
.wp-block-latest-posts.wp-block-latest-posts__list li > .wp-block-latest-posts__post-excerpt {
	width: 100%;
}
.wp-block-latest-posts__post-excerpt {
    margin-bottom: 0;
    margin-top: 12px;
}
.wp-block-quote:not(.has-text-align-right) cite {text-align: left !important;}
blockquote.wp-block-quote.has-text-align-right:before, article.single-post .entry-content > .content-wrapper blockquote.wp-block-quote.has-text-align-right:before {transform: scaleX(-1);}
blockquote.wp-block-quote.has-text-align-right > *:first-child,article.single-post .entry-content > .content-wrapper blockquote.wp-block-quote.has-text-align-right > *:first-child {clear: both;}
a.wp-block-button__link:hover {text-decoration: none;}
.wp-block-cover p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color) {
	color: #ffffff;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {border-width: 0;}
.wp-block-cover {margin-bottom: 30px;}
.wp-block-image {margin-bottom: 10px;}
.wp-block-image figcaption {margin-top: 10px;text-align: center;}
.wp-block-image figcaption > h1, .wp-block-image figcaption > h2, .wp-block-image figcaption > h3 .wp-block-image figcaption > h4, .wp-block-image figcaption > h5, .wp-block-image figcaption > h6 {margin-bottom: 0;text-transform: uppercase;}
.wp-block-audio audio {outline: 0 !important;display: block;}
.blocks-gallery-grid {display: flex;flex-wrap: wrap;justify-content: center;}
.blocks-gallery-grid:after {display: table;content: "";clear: both;}
.wp-block-gallery, .wp-block-gallery:not(.has-nested-images) {margin-bottom: 20px;}
.wp-block-gallery li.blocks-gallery-item {padding: 0;list-style: none;}
.blocks-gallery-caption {text-align: center;}
.blocks-gallery-item figcaption {margin-top: 10px;text-align: center;}
.entry-summary .short-content .has-background:not(.has-very-light-gray-color) {color: var(--ts-text-color);}
.wp-block-group.has-background {padding: 20px;margin-bottom: 20px;}
.wp-block-group__inner-container > *:last-child {margin-bottom: 0;}
.wp-block-search__label {margin-bottom: 6px;padding-bottom: 0;}
.short-content > .twitter-tweet:first-child {padding-top: 17px;}
.wp-block-column.has-background,
.wp-block-columns.has-background .wp-block-column {padding: 10px;}
.wp-block-column > *:last-child {margin-bottom: 0;}
.short-content > .alignnone:last-child, .short-content > .aligncenter:last-child, .short-content > .alignleft:last-child, .short-content > .alignright:last-child, .short-content > *:last-child .alignnone:last-child, .short-content > *:last-child .aligncenter:last-child, .short-content > *:last-child .alignleft:last-child, .short-content > *:last-child .alignright:last-child, .short-content > *:last-child a.wp-block-button__link:last-child, .content-wrapper > .alignnone:last-child, .content-wrapper > .aligncenter:last-child, .content-wrapper > .alignleft:last-child, .content-wrapper > .alignright:last-child, .content-wrapper > *:last-child .alignnone:last-child, .content-wrapper > *:last-child .aligncenter:last-child, .content-wrapper > *:last-child .alignleft:last-child, .content-wrapper > *:last-child .alignright:last-child, .content-wrapper > *:last-child a.wp-block-button__link:last-child, #primary > article.page > .alignnone:last-child, #primary > article.page > .aligncenter:last-child, #primary > article.page > .alignleft:last-child, #primary > article.page > .alignright:last-child, #primary > article.page > *:last-child .alignnone:last-child, #primary > article.page > *:last-child .aligncenter:last-child, #primary > article.page > *:last-child .alignleft:last-child, #primary > article.page > *:last-child .alignright:last-child, #primary > article.page > *:last-child a.wp-block-button__link:last-child {
	margin-bottom: 0 !important;
}
.elementor-widget-divider .elementor-divider-separator {display: flex;}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.wp-block-file:not(.wp-element-button) {font-size: 1em; margin-bottom: 30px;}
.wp-block-post-comments-form .comment-reply-title {margin-bottom: 20px;}
.wp-block-media-text {margin-bottom: 20px;}
.alignnone {clear: both;margin: 10px 0 10px 0;}
.wp-block-image:has(figure.alignleft),
.alignleft {clear: both;float: left!important;margin: 0 20px 20px 0 !important;max-width: 100%;height: auto;}
.wp-block-image:has(figure.alignright),
.alignright {clear: both;float: right;margin: 0 0 20px 20px !important;max-width: 100%;height: auto;}
.aligncenter {clear: both;display: block;margin: 0 auto 20px auto;max-width: 100%;height: auto;}
.ts_desktop:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) .page-container.no-sidebar #main-content [class*="wp-block-"].alignfull {margin-left: calc(50% - 50vw + var(--scrollbarWidth,17px)/2);margin-right: calc(50% - 50vw + var(--scrollbarWidth,17px)/2);width: auto;max-width: 1000%;}
.wp-block-table.is-style-stripes{border: 0;}
.wp-block-archives-list li, .wp-block-categories-list li, .wp-block-latest-posts li {list-style: none;}
.entry-content .content-wrapper > *[class*="wp-block-"] {margin-bottom: 20px;}
.wp-block-calendar a, .wp-block-rss a, .wp-block-page-list a, .wp-block-latest-posts__list a, .wp-block-latest-comments a, .wp-block-categories-list a, .wp-block-archives-list a {text-decoration: none !important;color: var(--ts-text-color);}
.wp-block-calendar a:hover, .wp-block-rss a:hover, .wp-block-page-list a:hover, .wp-block-latest-posts__list a:hover, .wp-block-latest-comments a:hover, .wp-block-categories-list a:hover, .wp-block-archives-list a:hover, .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {color: var(--ts-link-color);}
.wp-block-rss li > div.wp-block-rss__item-excerpt {
	width: 100%;
    margin: 12px 0 0;
    color: var(--ts-gray-color);
}
.wp-block-calendar .wp-calendar-nav {display: flex;flex-flow: row wrap;justify-content: space-between;}
.wp-block-latest-comments__comment-excerpt p {
    margin: 12px 0 0;
    font-size: 1em;
	color: var(--ts-gray-color);
}
body ol.wp-block-latest-comments,
.wp-block-latest-comments__comment:last-child {margin: 0;}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date,
.wp-block-rss__item-author, .wp-block-rss__item-publish-date,
.wp-block-latest-comments__comment-date {
    font-size: 0.8em;
	text-transform: uppercase;
}
.has-avatars .wp-block-latest-comments__comment {
    display: flex;
    gap: 15px;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    height: 40px;
    margin: 0;
    width: 40px;
}
.entry-summary .short-content > .wp-block-archives-list:not(:last-child), .entry-summary .short-content > .wp-block-archives-dropdown:not(:last-child), .entry-summary .short-content > .wp-block-calendar:not(:last-child), .entry-summary .short-content > .wp-block-categories:not(:last-child), .entry-summary .short-content > .wp-block-latest-comments:not(:last-child), .entry-summary .short-content > .wp-block-latest-posts:not(:last-child),.entry-summary .short-content > .wp-block-search:not(:last-child), .entry-summary .short-content > .wp-block-rss:not(:last-child) {margin-bottom: 40px;}article > p {clear: both }
body.page article > p:not(.post-nav-links) {clear: none;}
.wp-block-embed-wordpress-tv.wp-block-embed.alignfull, .wp-block-embed-wordpress-tv.wp-block-embed.alignfull figcaption {margin-bottom: 0;}
.wp-caption {max-width: 100%;}
.wp-caption img {border: 0 none;height: auto;margin: 0;padding: 0;width: 100%;}
.wp-caption p.wp-caption-text {margin: 12px 0;padding: 0;text-align: center;}.wp-caption.alignnone{margin: 5px 20px 20px 0;padding-top: 8px;}
.wp-caption.alignleft {margin: 0 25px 0 0 !important;}
.wp-caption.alignright {margin: 0 0 0 25px !important;}
.entry-content .content-wrapper > p.wp-block-tag-cloud {margin-bottom: 0;}
.wp-caption p.wp-caption-text a:hover {text-decoration: underline;}
.wp-caption:last-child p.wp-caption-text:last-child {padding-bottom: 0;margin-bottom: 0;}
.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {padding: 0;}
.wp-block-quote:before {margin-bottom: 10px;}
.wp-block-pullquote:not(.has-background) blockquote {padding: 20px;border-width: 3px;border-style: solid;border-color: inherit;background: transparent;}
.wp-block-pullquote.has-background blockquote {background: transparent;}
.wp-block-pullquote.has-background blockquote:before {color: var(--ts-text-color);}
.wp-block-audio:not(:last-child) {margin-bottom: 20px;}
.wp-block-file__button {padding: 8px 20px;}
.wp-block-file__button:hover {text-decoration: none;}
.wp-block-video figcaption {text-align: center;}
.wp-block-table {overflow: auto;padding: 1px;}
.wp-block-table table {margin-bottom: 15px;}
.wp-block-table td, .wp-block-table th {padding: 15px;border-width: 0 0 1px 0;}

 /*** Photoswipe (woo) ***/
.pswp--open {z-index: 99999;}
body .pswp__caption__center {text-align: center;}
body .pswp__button {background-image: url('../images/default-skin.png') !important;background-color: transparent !important;}
body .pswp__button--arrow--left,body .pswp__button--arrow--right {background: none !important;}

 /*** Default ***/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 0.8rem;font-weight: bold;height: auto;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 99990;left: 5px; /* rtl */}
img {border: 0;vertical-align: top;margin: 0;max-width: 100%;height: auto;transform: translateZ(0);}
a {cursor: pointer;background: transparent;transition: 150ms ease 0s;text-decoration: none;}
a:hover {text-decoration: underline;-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;}
a:focus {text-decoration: none;}
a:focus, input[type="submit"] {outline: none!important;}
a:active {color: inherit;}
a.button:hover {text-decoration: none;}
input[type^="number"] {background-clip: padding-box !important;}
input[type^="text"]:focus {outline: 0;-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;-webkit-appearance: none;}
select:focus {outline: 0;}
p,address {margin: 0 0 20px;display: block;}
em {font-style: italic;}
ins {text-decoration: none;}
small {font-size: 0.85em;}
big {font-size: 1.5rem;}
h1,h2,h3,h4,h5,h6 {margin: 0 0 20px 0;}
.elementor-widget-text-editor :is(h1,h2,h3,h4,h5,h6) {margin-bottom: 15px;}
form {display: block;}
form .select2-container,form .select2-container .selection {display: block;}
legend {border: 0;margin: 0 0 10px;}
label,.wpcf7 p {line-height: 18px;padding: 0 0 6px 0;display: block;}
.wpcf7 p {padding: 0;margin-bottom: 10px;}
ol,ul {margin-bottom: 20px;}
ol li,ul li {line-height: 22px;padding: 5px 0;}
ol li:first-child,ul li:first-child {padding-top: 0;}
ol li:last-child,ul li:last-child {padding-bottom: 0;}
ol ol,ol ul,ul ul,ul ol {margin: 10px 0 0 30px; /* rtl */}
ol ol ol,ol ul ol,ul ul ol,ul ol ol,ol ol ul,ol ul ul,ul ul ul,ul ol ul {margin-left: 20px; /* rtl */}
ul.clear-style li {list-style: none;}
ol li,ul ol li,ol.commentlist .comment-text ol li {list-style: decimal inside none;}
ul li,.elementor-widget-text-editor ul li {list-style: disc inside none;}
ul ul > li,.elementor-widget-text-editor > ul ul li {list-style: circle inside none;}
ol ol li,ol.commentlist .comment-text ol li {list-style: lower-latin inside none;}
ul ul ul > li,.elementor-widget-text-editor > ul ul ul li {list-style: square inside none;}
.elementor-widget-wp-widget-nav_menu ul {margin: 0;}
dl:not(.gallery-item) {margin-bottom: 20px;}
dl.wp-caption:not(.gallery-item) {margin-bottom: 0;}
dt,dd {line-height: 18px;}
dt {font-weight: bold;}
dd {margin: 12px 0 30px 0;}
body blockquote {
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-size: var(--ts-h4-font-size);
    line-height: var(--ts-h4-line-height);
	font-family: var(--ts-heading-font-family);
    font-weight: var(--ts-heading-font-weight);
    font-style: var(--ts-heading-font-style);
    letter-spacing: var(--ts-heading-letter-spacing);
    color: var(--ts-heading-color);
}
body .columns-2 .list-posts blockquote,
body .columns-2.ts-blogs blockquote {gap: 20px;}
body blockquote .author-meta {
	font-family: var(--ts-font-family);
	font-weight: var(--ts-font-weight);
	font-style: var(--ts-font-style);
	letter-spacing: var(--ts-letter-spacing);
	text-transform: var(--ts-body-text-transform);
}
body blockquote:before {
	content: '\e9d1';
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	font-size: 2em;
}
blockquote .author-meta .image img {    
	width: 50px;
	border: 1px solid var(--ts-border);
	border-radius: 50%;
}
blockquote .author-meta {
    font-size: 1rem;
    line-height: 20px;
	font-weight: normal;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    gap: 10px;
}
.author-meta .author a {color: inherit; text-decoration: none;}
.author-meta .author a:hover {color: var(--ts-link-hover-color);}
:where(.product-style-v2, .product-style-v4) blockquote {
	text-transform: uppercase;
}
:where(.product-style-v2, .product-style-v4) .author-meta {
	font-size: calc(1rem - 2px);
	color: var(--ts-gray-color);
}
body blockquote.has-text-align-right {
    align-items: flex-end;
}
.wp-block-pullquote blockquote, .wp-block-pullquote p {color: var(--ts-text-color);}
.wp-block-pullquote cite {color: var(--ts-gray-color);}
.wp-block-pullquote.has-background cite {color: var(--ts-text-color);}
.wp-block-pullquote:not(.has-background) blockquote {border-color: var(--ts-text-color);}
body blockquote .entry-meta-top{
	font-weight: normal;
}
.wp-block-column blockquote:before {font-size: 1.8em;}
.wp-block-column .wp-block-quote cite, .wp-block-column .wp-block-pullquote cite {margin-top: 0 !important;}
blockquote p {margin: 0 0 3px;}
blockquote p:last-child {margin-bottom: 0;}
blockquote .entry-meta-middle {margin-top: 18px; justify-content: center;}
html pre {border:0;border-radius:var(--ts-border-radius);background:#ebeef0;-ms-word-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;clear:both;overflow:hidden;padding:30px;line-height:26px;margin:10px 0 25px}
body code {display:inline-block;padding:0 2px;position:relative;top:5px;margin:0;border:0;border-radius:0;-ms-word-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;clear:both;overflow:hidden;font-style:italic;line-height:1.2}
body pre code {padding:5px;background:#ebeef0}
body table code {white-space: normal}
table, .wp-block-table table {border: 1px solid var(--ts-border);border-radius:var(--ts-border-radius);border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:1rem;width:100%;word-wrap:break-word;}
table label {white-space:normal;vertical-align:top}
label a {text-transform:none}
table thead th {border-width:0 0 1px;border-style:solid;padding:15px;max-width:100%;table-layout:auto;}
table td,table th {border-width: 0 0 1px 0;border-style: solid;line-height: 24px;padding: 15px;}
table td:last-child,table th:last-child {padding-left: 15px;padding-right: 15px}
table tfoot tr,table tfoot th {background: transparent}
form table {margin-bottom: 0;}
.wp-element-caption {margin-top: 10px;}
table tbody,table tfood,table thead {max-width: 100%;}
input[type="search"] {-webkit-appearance: none;border-radius: 0;}
.widget-container input[type="search"]::-webkit-search-cancel-button {display: none;}
body .widget input[type=email],body .widget input[type=number],body .widget input[type=password],body .widget input[type=search],body .widget input[type=tel],body .widget input[type=text],body .widget select,body .widget textarea,body .widget-container input[type=email],body .widget-container input[type=number],body .widget-container input[type=password],body .widget-container input[type=search],body .widget-container input[type=tel],body .widget-container input[type=text],body .widget-container select,body .widget-container textarea{max-width:100%}
body input[type=email],body input[type=number],body input[type=password],body input[type=search],body input[type=tel],body input[type=text],body select,body textarea {-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}
p.comment-form-comment {margin-bottom: 0;}
/**/
.ts-video.auto-size {position: relative;padding: 0;padding-bottom: 56.28%;height: 0 !important;width: 100% !important;overflow: hidden;}
.ts-video.auto-size iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;border: 0;}
.sub-menu.hide {display: none !important;}
body.tribe-theme-cozycorner .datepicker table tr td span {height: 34px;line-height: 34px;}
body.tribe-theme-cozycorner .datepicker {z-index: 993 !important;}
.fa{font-family: "FontAwesome";font-weight: normal;}
span.close:hover,.overlay:hover {cursor: pointer}
.woocommerce form.login input,.woocommerce form.login select,.woocommerce form.login textarea,.woocommerce form.register input,.woocommerce form.register select,.woocommerce form.register textarea {max-width:450px}
html input.button,input[type^=check],input[type^=radio],input[type^=submit] {margin:0;width:auto}
html input {box-shadow:none;width:100%;border:0;margin:0 0 10px;padding:6px 25px;border-radius:0}
input[type=file] {line-height:18px}
button,input {transition:350ms}
fieldset {border-width:1px;border-style:solid;padding: 10px 20px;margin:20px 0;border-radius: var(--ts-border-radius);}
#payment fieldset {border:0}
fieldset legend {padding:0 10px;margin-bottom:0;font-weight:700;text-transform:uppercase}
input[type^=submit] {cursor:pointer;vertical-align:middle}
input[type^=check],input[type^=radio] {cursor:pointer;display:inline;width:auto;text-align:center;vertical-align:middle;margin: 0 5px 0 0; /* rtl */}
html input:focus:invalid:focus,html select:focus:invalid:focus {color:#999}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0 50px #fff inset  !important;}
select,
textarea,
html input[type="search"],
html input[type="text"],
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
body .select2-container-default .select2-search--ts-dropdown .select2-search__field,
body .select2-container-default .select2-selection--ts-single,
body .select2-container-default .select2-selection--ts-single,
body .select2-container-default .select2-search--ts-dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
#add_payment_method table.cart td.actions .coupon .input-text,
.chosen-container a.chosen-single,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select,
body .select2-container-default .select2-selection--ts-multiple,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	filter: none !important;
	padding: var(--ts-btn-padding-top) var(--ts-btn-padding-left);
	width: 100%;
	box-shadow: none;
	vertical-align: bottom;
	font-family: var(--ts-btn-font-family);
	font-style: var(--ts-btn-font-style);
	font-size: var(--ts-body-font-size);
	line-height: var(--ts-btn-line-height);
	letter-spacing: var(--ts-btn-letter-spacing);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-input-color);
	background-color: var(--ts-input-background-color);
	border: 1px solid var(--ts-input-border);
	border-radius: var(--ts-btn-radius);
}
.product-style-v3 select,
.product-style-v3 textarea,
.product-style-v3 input[type="search"],
.product-style-v3 input[type="text"],
.product-style-v3 input[type="email"],
.product-style-v3 input[type="password"],
.product-style-v3 input[type="date"],
.product-style-v3 input[type="number"],
.product-style-v3 input[type="tel"],
.product-style-v3 .search-table .search-field input[type="text"], 
.product-style-v3 .wp-block-search .wp-block-search__input, 
.product-style-v3 .woocommerce-product-search .search-field,
body.product-style-v3 .select2-container-default .select2-search--ts-dropdown .select2-search__field,
body.product-style-v3 .select2-container-default .select2-selection--ts-single,
body.product-style-v3 .select2-container-default .select2-selection--ts-single,
body.product-style-v3 .select2-container-default .select2-search--ts-dropdown .select2-search__field,
.woocommerce.product-style-v3 form .form-row.woocommerce-validated .select2-container,
.woocommerce.product-style-v3 form .form-row.woocommerce-validated input.input-text,
.woocommerce.product-style-v3 form .form-row.woocommerce-validated select,
.product-style-v3 #add_payment_method table.cart td.actions .coupon .input-text,
.product-style-v3 .chosen-container a.chosen-single,
.woocommerce-cart.product-style-v3 table.cart td.actions .coupon .input-text,
.woocommerce-checkout.product-style-v3 .form-row .chosen-container-single .chosen-single,
.woocommerce-checkout.product-style-v3 table.cart td.actions .coupon .input-text,
.woocommerce-page.product-style-v3 table.cart td.actions .coupon .input-text,
body.product-style-v3 .select2-container-default .select2-selection--ts-multiple,
body.product-style-v3 .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: var(--ts-btn-padding-top) 0 !important;
	background-color: transparent !important;
	border-width: 0 0 1px !important;
	border-radius: 0 !important;
}
.product-style-v3 .woocommerce form.checkout_coupon input:-webkit-autofill, 
.product-style-v3 .woocommerce form.checkout_coupon input:-webkit-autofill:hover, 
.product-style-v3 .woocommerce form.checkout_coupon input:-webkit-autofill:focus,
.product-style-v3 .woocommerce .checkout-login-coupon-wrapper form.login input:-webkit-autofill, 
.product-style-v3 .woocommerce .checkout-login-coupon-wrapper form.login input:-webkit-autofill:hover, 
.product-style-v3 .woocommerce .checkout-login-coupon-wrapper form.login input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px var(--ts-product-bg) inset !important;
}
body textarea, 
.woocommerce form .form-row textarea.input-text {
	min-height: 150px;
	border-radius: var(--ts-border-radius-large);
}
body.product-style-v3 textarea, 
.product-style-v3 .woocommerce form .form-row textarea.input-text {
	border-radius: 0;
}
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus {
	border-color: var(--ts-input-border);
}
.product-style-v3 .search-table .search-button, 
.product-style-v3 .wp-block-search .wp-block-search__button, 
.product-style-v3 .woocommerce-product-search button[type="submit"] {
    width: 40px;
}
body .select2-dropdown {
	padding: 15px;
	border-radius: 0;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {border:0;padding:0;}
::-webkit-input-placeholder {
	font-family: var(--ts-btn-font-family);
	font-style: var(--ts-btn-font-style);
	font-weight: var(--ts-font-weight);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-placeholder-color);
	font-size: var(--ts-placeholder-font-size);
}
:-moz-placeholder {
	font-family: var(--ts-btn-font-family);
	font-style: var(--ts-btn-font-style);
	font-weight: var(--ts-font-weight);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-placeholder-color);
	font-size: var(--ts-placeholder-font-size);
}
::-moz-placeholder {
	font-family: var(--ts-btn-font-family);
	font-style: var(--ts-btn-font-style);
	font-weight: var(--ts-font-weight);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-placeholder-color);
	font-size: var(--ts-placeholder-font-size);
}
:-ms-input-placeholder {
	font-family: var(--ts-btn-font-family);
	font-style: var(--ts-btn-font-style);
	font-weight: var(--ts-font-weight);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-placeholder-color);
	font-size: var(--ts-placeholder-font-size);
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px var(--ts-input-background-color) inset !important; 
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--ts-placeholder-color);
}
.widget_product_categories select.dropdown_product_cat:not(.select2-hidden-accessible) {opacity: 0; visibility: hidden;}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {display: block;}
body .select2-container--default .select2-results__option[aria-selected=true] {background:0 0}
.woocommerce form .form-row .select2-container {display:block;line-height:2em}
body .select2-container {width: auto;z-index: 992; /* sticky 993 */}
body .select2-container.select2-container--open {z-index: 99993}
.dokan-dashboard .select2-container.select2-container--open {z-index: 995}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {background:0 0;outline:0!important;color:inherit;font-weight:700}
body .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered {min-height:0}
body .select2-container--default .select2-results > .select2-results__options li {list-style:none}
.select2-selection--single:focus,
body .select2-container--default .select2-results > .select2-results__options li,
body .select2-container--default .select2-results > .select2-results__options li:focus,
body .select2-container--default .select2-results > .select2-results__options li:hover {outline:0!important}
body .select2-container .select2-selection--single {height:auto;border:0; background: transparent;}
body .select2-container--default .select2-selection--single {border-radius:0;overflow:hidden;display:block}
body .select2-container--open .select2-dropdown--below,body .select2-dropdown {z-index:992}
body .select2-container.category-dropdown .select2-dropdown {z-index:994}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--ts-input-border) !important;
	margin: 0; 
	padding: 10px 40px 10px 15px; /* rtl */
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	right: var(--ts-btn-padding-left);/* rtl */
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0 !important;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    line-height: 0;
	background: transparent;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before {font-size:10px;line-height:1;display:inline-block;}
body .select2-results li {padding:8px 0;margin:0;line-height:16px}
body .select2-search--dropdown {padding: 0;margin-bottom: 7px;position:relative}
body .select2-search--dropdown:before {position:absolute;top:50%;transform: translateY(-50%);font-size:14px;text-align:center;right:20px; /* rtl */}
body .select2-container.select2-container--open .select2-dropdown--below,
body .select2-container.select2-container--open .select2-dropdown--above {
    color: var(--ts-input-color);
    background-color: var(--ts-input-background-color);
    border: 1px solid var(--ts-input-border);
	border-radius: var(--ts-border-radius-large);
	margin: 1px 0 0;
}
body .select2-container.select2-container--open .select2-dropdown--below {
	margin: -1px 0 0;
}
body .select2-results {padding:0;margin:0}
body .select2-container--classic .select2-results > .select2-results__options,
body .select2-container--default .select2-results > .select2-results__options {max-height:240px}
*,
*:before,
*:after,
img,
input[type^="checkbox"],
.wp-block-table td,
.wp-block-table th,
.select2-container-open .select2-dropdown,
body .select2-container-open .select2-dropdown--ts-above,
body .select2-container-open .select2-dropdown--ts-below,
.woocommerce div.product form.cart table.group_table td {
	border-color: var(--ts-border);
}
a[href^="tel"], a[href^="mailto"] {
	color: inherit !important;
	text-decoration: none !important;
}
html input[type^=button],
html input[type^=submit],
textarea{-webkit-appearance:none}
html input:focus:invalid:focus,
html input[type^=email]:focus,
html input[type^=email]:hover,
html input[type^=password]:focus,
html input[type^=password]:hover,
html input[type^=search]:focus,
html input[type^=search]:hover,
html input[type^=tel]:focus,
html input[type^=tel]:hover,
html input[type^=text]:focus,
html input[type^=text]:hover,
html select:focus:invalid:focus,
html textarea:focus,
html textarea:hover{background-image:none}
html input[type^=button]:focus,
html input[type^=submit]:focus,
input:focus,input:hover{outline:0!important}
body input[type=number] {
	-moz-appearance:textfield;-webkit-appearance:textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {opacity:0}

html input[type^=checkbox],
html input[type^=radio] {border:0;padding:0;}

html input[type^=checkbox] {
	width: 16px;
	height: 16px;
	border: 1px solid var(--ts-gray-color);
	border-radius: 3px;
}
textarea {width:100%;transition:350ms;overflow:auto;height: 150px}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {height: 230px}

select,select.dokan-form-control {max-width: 400px;filter: none !important;position: relative;appearance: none;-webkit-appearance: none;-moz-appearance: none;background-image: url(../images/icon-select.svg);background-repeat: no-repeat;cursor: pointer;padding-left: 20px; /* rtl */ padding-right: 40px; /* rtl */ background-position: calc(100% - 20px) 50%; /* rtl */}

select[multiple="multiple"],
select.dokan-form-control[multiple="multiple"] {background-position: 95% 14px; /* rtl */}

select option {padding: 5px 8px;}
body .select2-container--default .select2-selection--single .select2-selection__clear {float: left; /* rtl */}
br{margin: 0 0 5px;}
button,button:hover,button:focus {outline: 0}
button.button::-moz-focus-inner {padding: 0;border: 0}
.woocommerce ul.products li.product .button {margin: 0}
.woocommerce ul.products li.product .price ins {font-weight: normal}
.woocommerce-password-strength {
    margin: 5px 0 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
a.button,
button,
body .elementor-button,
input[type^="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.shopping-cart p.buttons a,
a.wp-block-button__link,
.ts-banner .ts-banner-button .button,
body table.compare-list .add-to-cart td a:not(.unstyled_button),
#reviews .woocommerce-product-rating .woocommerce-review-link,
.ts-header nav > ul.menu > li.button > a,
.ts-header nav > ul > li.button > a,
.ts-shortcode > .shop-more .shop-more-button,
.footer-container a.button,
.footer-container a.elementor-button {
	padding: var(--ts-btn-padding-top) var(--ts-btn-padding-left);
	border-width: 1px;
	border-style: solid;
	border-radius: var(--ts-btn-radius);
	text-align: center;
	text-decoration: none;
	filter: none;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	cursor: pointer;
	font-family: var(--ts-btn-font-family);
	font-weight: var(--ts-btn-font-weight);
	font-style: var(--ts-btn-font-style);
	font-size: var(--ts-btn-font-size);
	line-height: var(--ts-btn-line-height);
	letter-spacing: var(--ts-btn-letter-spacing);
	text-transform: var(--ts-btn-text-transform);
	color: var(--ts-btn-color);
	background-color: var(--ts-btn-bg);
	border-color: var(--ts-btn-border);
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {position: static;background: none;}
.woocommerce .product a.added_to_cart {margin-top: 5px;display: none !important;}
.woocommerce .product a.added_to_cart:hover,
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus,
.woocommerce .product a.button:focus {
	background-image: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover,
a.button:hover,
button:hover,
.elementor-button:hover,
input[type^="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.loading:hover,
.woocommerce a.button.loading:hover,
.woocommerce button.button.loading:hover,
.woocommerce input.button.loading:hover,
.ts-banner .ts-banner-button .button:hover,
.shopping-cart p.buttons a:hover,
a.wp-block-button__link:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce div.product .summary .ts-buy-now-button,
.ts-header nav > ul > li.button > a:hover,
.ts-header nav > ul.menu > li.button > a:hover,
body table.compare-list .add-to-cart td a:not(.unstyled_button):hover,
body table.compare-list .add-to-cart td a:not(.unstyled_button):hover,
#ts-search-sidebar.full-width .ts-search-result-container .view-all-wrapper a:hover,
.footer-container a.button:hover,
.footer-container a.elementor-button:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: var(--ts-btn-hover-color);
	background-color: var(--ts-btn-hover-bg);
	border-color: var(--ts-btn-hover-border);
	text-decoration: none;
}
#reviews .woocommerce-product-rating {
	--ts-btn-padding-left: 10px;
}
#reviews .woocommerce-product-rating .woocommerce-review-link {
	color: var(--ts-dropdown-bg);
	background-color: var(--ts-dropdown-color);
	border-color: var(--ts-dropdown-color);
	display: inline-block;
	min-width: 195px;
}
.product-style-v5 #reviews .woocommerce-product-rating .woocommerce-review-link {
	font-size: calc(var(--ts-btn-font-size) - 2px);
}
.product-style-v5 #reviews .woocommerce-product-rating .woocommerce-review-link,
#reviews .woocommerce-product-rating .woocommerce-review-link:hover {
	color: var(--ts-dropdown-color);
	background-color: transparent;
	border-color: var(--ts-dropdown-color);
}
.product-style-v5 #reviews .woocommerce-product-rating .woocommerce-review-link:hover {
	color: var(--ts-body-bg);
	background-color: var(--ts-heading-color);
	border-color: var(--ts-heading-color);
}
.ts-compare-popup a.button,
.woocommerce .ts-compare-popup a.button,
.ts-wishlist-table-wrapper .product-add-to-cart a,
.woocommerce .button.add_to_cart_button, 
.woocommerce .button.single_add_to_cart_button,
.product-group-button-meta div.loop-add-to-cart a.button {
	color: var(--ts-btn-addtocart-color);
	background-color: var(--ts-btn-addtocart-bg);
	border-color: var(--ts-btn-addtocart-border);
}
.ts-compare-popup a.button:hover,
.woocommerce .ts-compare-popup a.button:hover,
.ts-wishlist-table-wrapper .product-add-to-cart a:hover,
.woocommerce .button.add_to_cart_button:hover, 
.woocommerce .button.single_add_to_cart_button:hover,
.product-group-button-meta div.loop-add-to-cart a.button:hover {
	color: var(--ts-btn-addtocart-hover-color);
	background-color: var(--ts-btn-addtocart-hover-bg);
	border-color: var(--ts-btn-addtocart-hover-border);
}
:where(.product-style-v5, .product-style-v6) .product-group-button-meta div.loop-add-to-cart a.button {
	color: var(--ts-input-color);
	background-color: transparent;
	border-color: var(--ts-input-color);
}
:where(.product-style-v5, .product-style-v6) .product-group-button-meta div.loop-add-to-cart a.button:hover {
	color: var(--ts-input-background-color);
	background-color: var(--ts-input-color);
	border-color: var(--ts-input-color);
}
	
.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
	color: var(--ts-btn-hover-border);
	border-color: var(--ts-btn-hover-border);
}
body.error404 .not-found a.button,
.woocommerce table.shop_table.cart td.actions .button.empty-cart-button,
.add-to-cart-popup-content .action .button,
.dropdown-container .dropdown-footer .button,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a, 
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button,
.woocommerce .widget_shopping_cart .buttons .button,
.woocommerce.widget_shopping_cart .buttons .button,
.ts-shortcode > .shop-more .shop-more-button {
	background-color: transparent;
	border-color: var(--ts-product-color);
	color: var(--ts-product-color);
	display: inline-block;
}
.wp-block-file .wp-block-file__button,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout, 
.woocommerce .widget_shopping_cart .buttons a.checkout, 
.woocommerce.widget_shopping_cart .buttons a.checkout,
.add-to-cart-popup-content .action .button.checkout,
.dropdown-container .dropdown-footer .button.checkout-button {
	color: var(--ts-btn-color);
	background-color: var(--ts-btn-bg);
	border-color: var(--ts-btn-border);
}
body.error404 .not-found a.button:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a:hover, 
.woocommerce .widget_shopping_cart .buttons a:hover, 
.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce table.shop_table.cart td.actions .button.empty-cart-button:hover,
.woocommerce table.shop_table.cart td.actions .button.empty-cart-button:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button:hover,
.woocommerce .widget_shopping_cart .buttons .button:hover,
.woocommerce.widget_shopping_cart .buttons .button:hover,
.add-to-cart-popup-content .action .button:hover,
.dropdown-container .dropdown-footer .button:hover,
.ts-shortcode>.shop-more .shop-more-button:hover {
	background-color: transparent;
	border-color: var(--ts-primary-color);
	color: var(--ts-primary-color);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout:hover, 
.woocommerce .widget_shopping_cart .buttons a.checkout:hover, 
.woocommerce.widget_shopping_cart .buttons a.checkout:hover,
.add-to-cart-popup-content .action .button.checkout:hover,
.dropdown-container .dropdown-footer .button.checkout-button:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons .button.checkout:hover,
.woocommerce .widget_shopping_cart .buttons .button.checkout:hover,
.woocommerce.widget_shopping_cart .buttons .button.checkout:hover {
	color: var(--ts-btn-hover-color);
	background: var(--ts-btn-hover-bg);
	border-color: var(--ts-btn-hover-border);
}
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	opacity: 0.3;
	cursor: not-allowed;
}
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	opacity: 1;
	cursor: pointer;
}
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}
.woocommerce table.my_account_orders .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce .button.button-small,
.button.button-small, 
.ts-banner.button-default.size-small .ts-banner-button a.button,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border {
	padding: 5px 20px;
	min-width: 0;
	line-height: inherit;
	text-decoration: none
}

.woocommerce .button.button-border,
.button.button-border {background: transparent;}

a.button:hover,button:hover,input[type^="submit"]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {text-shadow: none;filter: none;background-image: none;outline: none;}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {top: 50%;}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {vertical-align: initial;display: none;}
:where(.list-posts, .ts-blogs) a.button.button-readmore > i {
    display: none;
}
/*** Light Box ***/
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading {opacity: 1;position: relative;}

a.button.loading .blockOverlay{display: none !important;}

/*** Swipper ***/
body .swiper, body .swiper *{backface-visibility: hidden;-webkit-backface-visibility: hidden;}
.ts-slider ul li {list-style: none;}
body .flex-direction-nav {margin: 0;padding: 0;}
body .flex-direction-nav li {list-style: none;padding: 0;}
body .flex-direction-nav .flex-prev, 
body .flex-direction-nav .flex-next {
	width: var(--swiper-nav-width);
	height: var(--swiper-nav-height);
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 0;
	color: var(--ts-heading-color);
	background: none;
	z-index: 2;
    transition: 300ms ease !important;
}
body div.woocommerce-product-gallery .flex-direction-nav .flex-prev, 
body div.woocommerce-product-gallery .flex-direction-nav .flex-next {
	position: absolute;
	top: calc(50% - var(--ts-thumbnail-gap) * 0.5 - 45px);
	transform: translateY(-50%);
	left: auto;/* rtl */
	right: 10px;/* rtl */
	opacity: 0;
	visibility: hidden;
}
body div.woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 10px;/* rtl */
	right: auto;/* rtl */
}
body div.woocommerce-product-gallery:hover .flex-direction-nav .flex-prev, 
body div.woocommerce-product-gallery:hover .flex-direction-nav .flex-next {
	opacity: 1;
	visibility: visible;
}
body .flex-direction-nav .flex-prev:after, 
body .flex-direction-nav .flex-next:after {
	width: var(--swiper-nav-width);
	height: var(--swiper-nav-height);
	font-size: var(--swiper-nav-font-size);
	line-height: var(--swiper-nav-height);
	display: inline-block;
	transition: none;
	color: inherit;
	border: 1px solid;
	border-radius: 50%;
	background: #ffffff;
}
body .flex-direction-nav .flex-prev:hover:after, 
body .flex-direction-nav .flex-next:hover:after {
	color: var(--ts-link-hover-color);
	border-color: var(--ts-link-hover-color);
}
/**/
body .swiper-button-next, 
body .swiper-button-prev {
	width: var(--swiper-nav-width);
	height: var(--swiper-nav-height);
	display: block;
	position: absolute;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	top: 0;
	right: 0;/* rtl */
	margin: 0 0 0 auto;/* rtl */
	order: -1;
	background: none;
    transition: 300ms ease !important;
}
body.product-style-v3 .swiper-button-next, 
body.product-style-v3 .swiper-button-prev {
	border-radius: 0;
}
body .swiper-button-prev {
	right: calc(var(--swiper-nav-width) + 10px);/* rtl */
}
body .swiper-button-next:after, 
body .swiper-button-prev:after {
	width: var(--swiper-nav-width);
	height: var(--swiper-nav-height);
	font-size: var(--swiper-nav-font-size);
	line-height: var(--swiper-nav-height);
	display: inline-block;
	transition: none;
	color: inherit;
	border: 1px solid;
	border-radius: 50%;
}
body .swiper-button-next:hover:after, 
body .swiper-button-prev:hover:after {
	color: var(--ts-link-hover-color);
	border-color: var(--ts-link-hover-color);
}
body.product-style-v2 .swiper-button-next:after, 
body.product-style-v2 .swiper-button-prev:after {
	border-radius: 0;
}
body.product-style-v2 .swiper-button-next:hover:after, 
body.product-style-v2 .swiper-button-prev:hover:after {
	color: var(--ts-text-in-primary-color);
	background: var(--ts-primary-color);
	border-color: var(--ts-primary-color);
}
body.product-style-v3 .swiper-button-next:after, 
body.product-style-v3 .swiper-button-prev:after {
	border: 0;
}
body .nav-middle .swiper-button-next, 
body .nav-middle .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	left: auto;/* rtl */
	right: calc(var(--swiper-nav-width)* -0.6);/* rtl */
}
body .nav-middle .swiper-button-prev {
	left: calc(var(--swiper-nav-width)* -0.6);/* rtl */
	right: auto;/* rtl */
}
body.product-style-v2 .nav-middle .swiper-button-next {
	right: calc(var(--swiper-nav-width)* -0.8);/* rtl */
}
body.product-style-v2 .nav-middle .swiper-button-prev {
	left: calc(var(--swiper-nav-width)* -0.8);/* rtl */
}
.ts-blogs-wrapper .swiper {position: static;}
body .elementor-element .swiper .elementor-swiper-button-prev, 
body .elementor-element .swiper~.elementor-swiper-button-prev, 
body .elementor-lightbox .swiper .elementor-swiper-button-prev, 
body .elementor-lightbox .swiper~.elementor-swiper-button-prev {
	opacity: 1;
	left: 20px;/* rtl */
}
body .elementor-element .swiper .elementor-swiper-button-next, 
body .elementor-element .swiper~.elementor-swiper-button-next, 
body .elementor-lightbox .swiper .elementor-swiper-button-next, 
body .elementor-lightbox .swiper~.elementor-swiper-button-next {
	opacity: 1;
	right: 20px;/* rtl */
}
.elementor-element.elementor-pagination-position-inside .swiper .swiper-horizontal>.swiper-pagination-bullets, 
.elementor-element.elementor-pagination-position-inside .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.elementor-element.elementor-pagination-position-inside .swiper .swiper-pagination-custom, 
.elementor-element.elementor-pagination-position-inside .swiper .swiper-pagination-fraction, 
.elementor-element.elementor-pagination-position-inside .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal, 
.elementor-element.elementor-pagination-position-inside .swiper~.swiper-pagination-custom, 
.elementor-element.elementor-pagination-position-inside .swiper~.swiper-pagination-fraction {
	position: absolute;
	margin: 0;
    bottom: 20px;
}
.elementor-element.elementor-pagination-position-outside .swiper, 
.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 0;
}

/*** Custom nav ***/
body .ts-product-category-wrapper.style-auto-width .content-wrapper {position: relative;}
body .ts-product-category-wrapper.style-auto-width .swiper-button-next, 
body .ts-product-category-wrapper.style-auto-width .swiper-button-prev {
	width: 218px;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	margin: 0;
}
body .ts-product-category-wrapper.style-auto-width.has-dots .swiper-button-next, 
body .ts-product-category-wrapper.style-auto-width.has-dots .swiper-button-prev {
	height: calc(100% - 40px);
}
.ts-blogs.has-nav > .content-wrapper:first-child :where(.swiper-button-prev, .swiper-button-next),
body .ts-testimonial-wrapper :where(.swiper-button-prev, .swiper-button-next),
body .ts-product-category-wrapper.style-auto-width :where(.swiper-button-prev, .swiper-button-next):after {
	position: absolute;
    top: 50%;
    right: 1px;/* rtl */
    transform: translateY(-50%);
	margin: 0;
}
.ts-blogs.has-nav > .content-wrapper:first-child .swiper-button-prev,
body .ts-testimonial-wrapper .swiper-button-prev {
	left: 1px;/* rtl */
	right: auto;/* rtl */
}
.ts-blogs.has-nav > .content-wrapper:first-child :where(.swiper-button-prev, .swiper-button-next) {
	opacity: 0.2;
	transition: 200ms ease;
}
.ts-blogs.has-nav > .content-wrapper:hover:first-child :where(.swiper-button-prev, .swiper-button-next) {
	opacity: 1;
}
.elementor-widget[data-widget_type="wp-widget-ts_instagram.default"] {
	position: relative;
}
.elementor-widget[data-widget_type="wp-widget-ts_instagram.default"] .ts-slider {
	position: static;
}
body .ts-product-category-wrapper.style-auto-width .swiper-button-disabled,
body.rtl.ts-product-category-wrapper.style-auto-width .swiper-button-next,
body .ts-product-category-wrapper.style-auto-width .swiper-button-prev {display: none;}
body.rtl.ts-product-category-wrapper.style-auto-width .swiper-button-prev {display: block;}
.ts-shortcode,
.elementor-widget-wp-widget-ts_instagram {
	--ts-heading-gap: 22px;
}
.shortcode-heading-wrapper .shortcode-title,
.elementor-widget-wp-widget-ts_instagram h5 {
	font-size: var(--ts-h3-font-size);
	line-height: var(--ts-h3-line-height);
	margin-bottom: var(--ts-heading-gap);
	position: relative;
}
.product-style-v5 .ts-elementor-lazy-load.type-product-tabs {gap: 0;}
.product-style-v5 .ts-elementor-lazy-load.type-product-tabs .placeholder-items {margin: 0;}
:where(.product-style-v5,.product-style-v6) .ts-elementor-lazy-load.type-product-tabs .placeholder-widget-title {display: none;}
:where(.product-style-v5,.product-style-v6) .ts-product .column-tabs,
.product-style-v5 .shortcode-heading-wrapper {
	padding: var(--ts-product-padding);
	align-items: flex-start;
	outline: 1px solid var(--ts-product-border);
}
.product-style-v6 .elementor-widget-ts-products-in-category-tabs .ts-elementor-lazy-load .placeholder-items,
:where(.product-style-v5,.product-style-v6) .column-tabs .list-categories, 
:where(.product-style-v5,.product-style-v6) .ts-product-in-product-type-tab-wrapper .column-tabs {
    margin: 0;
}
:where(.product-style-v5,.product-style-v6) .ts-elementor-lazy-load.type-product-tabs .placeholder-tabs {
	width: 100%;
	padding: var(--ts-product-padding);
	align-items: flex-start;
	margin: 0;
}
.product-style-v5 .ts-elementor-lazy-load.type-product-tabs .placeholder-items,
:where(.product-style-v5,.product-style-v6) .ts-product .column-tabs + *,
.product-style-v5 .ts-product .shortcode-heading-wrapper + * {
	outline: 1px solid var(--ts-product-border);
}
.product-style-v5 .ts-product-category-wrapper:not(.ts-slider) .products,
.product-style-v5 .ts-shortcode:not(.ts-product):not(.ts-slider) .items {
	display: grid;
	grid-gap: 1px;
}
.product-style-v5 :where(.columns-2, .columns-3) .list-posts.layout-list,
.product-style-v5 .ts-blogs.layout-list:where(.columns-2, .columns-3) .blogs,
.product-style-v5 .ts-product-category-wrapper .products:not(:is(.cross-sells,.up-sells,.related)):not(.swiper) {
	grid-gap: 1px;
}
.product-style-v5 .ts-product-category-wrapper:not(.ts-slider):not(.style-icon.direction-horizontal):not(.style-auto-width.direction-horizontal) .products .product-category,
.product-style-v5 .ts-shortcode:not(.ts-product):not(.ts-slider) .items .item {
	outline: 1px solid var(--ts-product-border);
}
.product-style-v5 .ts-product-category-wrapper .shortcode-heading-wrapper {outline: 0;}
.product-style-v5 .ts-product-category-wrapper:not(.style-icon.direction-horizontal):not(.style-auto-width.direction-horizontal) .products .product-category {
	padding-top: 40px;
	padding-bottom: 40px;
}
.product-style-v5 .ts-product-category-wrapper.ts-slider .products,
.product-style-v5 .ts-shortcode:not(.ts-product).ts-slider .items {
	margin: 0 -1px;
}
.product-style-v5 .ts-product-category-wrapper.ts-slider .products .product-category,
.product-style-v5 .ts-shortcode:not(.ts-product).ts-slider .items .item {
	border-right: 1px solid var(--ts-product-border);/* rtl */
}
.product-style-v5 .ts-shortcode.ts-blogs:not(.ts-product).ts-slider .items .item {
	outline: 0;
}
.product-style-v5 .shortcode-heading-wrapper .shortcode-title {
	margin: 0;
}
.ts-shortcode.ts-slider.has-nav .shortcode-heading-wrapper,
.elementor-widget-wp-widget-ts_instagram h5 {
	max-width: calc(100% - 30px - var(--swiper-nav-width)* 2);
}
.ts-shortcode.ts-slider.has-nav.nav-bottom .shortcode-heading-wrapper,
.style-auto-width .shortcode-heading-wrapper .shortcode-title {
	width: 100%;
	max-width: 100%;
}
.ts-blogs.has-nav :where(.swiper-button-prev, .swiper-button-next),
body .ts-product:not(.style-auto-width) :where(.swiper-button-prev, .swiper-button-next),
body .elementor-widget-wp-widget-ts_instagram :where(.swiper-button-prev, .swiper-button-next) {
	margin-bottom: var(--ts-heading-gap);
}
.ts-product.nav-bottom:not(.columns-1):not(.style-auto-width) .products {justify-content: center;}
body .ts-product.nav-bottom:not(.style-auto-width) :where(.swiper-button-prev, .swiper-button-next) {
	position: static;
    order: 10;
	margin: 30px 3px 0;
}
body.product-style-v3 .ts-product.nav-bottom.columns-1:not(.style-auto-width) .swiper-button-prev {
    margin: 0 0 0 6%;/* rtl */
}
body.product-style-v3 .ts-product.nav-bottom.columns-1:not(.style-auto-width) .swiper-button-next {
    margin: 0 6% 0 0;/* rtl */
}
.elementor-widget .elementor-icon-list-item a {transition: none;}
.product-style-v2 .underline.elementor-widget-heading .elementor-heading-title > a {
	font-style: italic;
	font-weight: normal;
}
.product-style-v2 .underline.elementor-widget-heading .elementor-heading-title > a:after,
.product-style-v2 .elementor-widget-wp-widget-ts_instagram h5 a:after {
	bottom: -1px;
}
.underline.elementor-widget-heading .elementor-heading-title > a,
.elementor-widget-wp-widget-ts_instagram h5 a {
	display: inline-block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.underline.elementor-widget-heading .elementor-heading-title > a:after,
.elementor-widget-wp-widget-ts_instagram h5 a:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid;
	transition: 300ms ease;
}
.underline.elementor-widget-heading .elementor-heading-title > a:hover:after,
.elementor-widget-wp-widget-ts_instagram h5 a:hover:after {
	width: 0;
}
.elementor-widget-heading .elementor-heading-title > a:hover {text-decoration: none;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .1;
    cursor: not-allowed;
    pointer-events: auto;
}
.elementor-element, .elementor-lightbox {
    --swiper-pagination-bullet-size: 5px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
}
.elementor-button-content-wrapper {align-items: center;}
.elementor-image-carousel-wrapper:hover {cursor: grab;}
.elementor-widget.elementor-widget-icon {line-height: 1;}
/**/
body .swiper-horizontal > .swiper-pagination-bullets{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: static; margin-top: 30px;}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]),
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]){width: var(--swiper-bullet-size);height: var(--swiper-bullet-size);opacity: 1;background: transparent; border: 1px solid var(--ts-text-color); transition: 300ms ease; margin: 0 calc(var(--swiper-bullet-gap) * 0.5);}

body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:not([data-bullet-index]) {
	background: var(--ts-text-color);
}
body .thumbnail.gallery.swiper-horizontal > .swiper-pagination-bullets,
body .thumbnail.gallery .swiper-horizontal > .swiper-pagination-bullets{position: absolute;margin: 0;bottom: 15px;}
body .thumbnail.gallery.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]),
body .thumbnail.gallery.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]),
body .thumbnail.gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]),
body .thumbnail.gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not([data-bullet-index]){border-color:#ffffff;}

body .thumbnail.gallery.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:not([data-bullet-index]),
body .thumbnail.gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:not([data-bullet-index]) {
	background: #ffffff;
}
.elementor-element.elementor-pagination-position-outside.theme-dots .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent;
	border: 1px solid var(--ts-text-color);
}
.elementor-element.elementor-pagination-position-inside.theme-dots .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: transparent;
	border: 1px solid #ffffff;
}

/*Fix Elementor Pro*/
body .swiper:not(.swiper-initialized) .swiper-wrapper {overflow: visible;}

/* Products on Revolution slider */
.wp-block-themepunch-revslider .woocommerce .products:not(:is(.cross-sells,.up-sells,.related)):not(.swiper) {
    display: block;
}
.wp-block-themepunch-revslider .woocommerce .product .product-label {
    --label-size: 45px;
    --label-font-size: 11px;
}
.product-style-v4.woocommerce .wp-block-themepunch-revslider .products .product-wrapper, 
.product-style-v4 .wp-block-themepunch-revslider .woocommerce .products .product .product-wrapper {
	gap: 20px 0;
	border: 0;
}
.wp-block-themepunch-revslider .woocommerce .products .meta-wrapper:not(.meta-wrapper-2) > *:not(.product-name):not(.product-brands):not(.price) {
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------
	3. CUSTOM PLUGIN
/*------------------------------------------------------------------------------------------------------------*/
/*** Contact Form 7 ***/
.wpcf7 .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.wpcf7 p input[type=email],
.wpcf7 p input[type=password],
.wpcf7 p input[type=tel],
.wpcf7 p input[type=text],
.wpcf7 p select,
.wpcf7 p textarea {
	width: 100%;
	max-width: 100%;
}
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type^=submit],
.wpcf7 select,
.wpcf7 textarea {
	margin: 0;
}
#comment-wrapper #commentform #comment,
.woocommerce #reviews #comment {
	height: 150px;
	min-height: 0;
}
.wpcf7 p.wpcf7-form-submit {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.wpcf7-form-submit input[type^=submit] {
	margin: 0;
	width: 100%;
}
.wpcf7 .wpcf7-form {display: flex;flex-flow: row wrap;gap: 20px;}
.wpcf7 .wpcf7-form > * {width: 100%;}
.wpcf7 .wpcf7-form > .ts-col-6 {width: 50%; flex: 1;}
.wpcf7 p {margin-bottom: 0;}
.wpcf7-not-valid-tip {margin: 0 0 0 0;top: -4px;position: relative;display: inline-block;width: 100%;}
div.wpcf7-display-none, 
.wpcf7 .ts-row label + br {display: none;}
body .wpcf7 form .wpcf7-response-output {
	margin: 0 0 10px 0;
	padding: 8px 20px;
	font-family: var(--ts-font-2-family);
	font-weight: var(--ts-font-2-weight);
	font-style: var(--ts-font-2-style);
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #fef6ef;
    color: #f7aa60;
	border: 0;
	order: -1;
	font-size: 0.93em;
	border-radius: var(--ts-border-radius);
}
.wpcf7-spinner {display: block;width: 20px;height: 20px;background: transparent; margin: 0 auto;}
.wpcf7-spinner:before {display: none;}
.wpcf7-spinner:after {margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;border-color: #a5a5a5;border-top-color: #0D0D0D;}
div.screen-reader-response {color: #e94b4b;}
div.screen-reader-response ul li {padding-bottom: 0;}
div.screen-reader-response ul {margin: 0 0 20px 0;}
div.wpcf7 .wpcf7-form-control-wrap {display: inline-block;width: 100%;}
body .wpcf7 form label {padding-bottom: 0;}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {margin: 30px 0 0;font-size: 86%;}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type^="checkbox"] {width: 20px;height: 20px;}
.wpcf7 .wpcf7-form-control-wrap.terms-policy {margin-bottom: 15px;display: inline-block;}
body .wpcf7 form label:last-child input + .wpcf7-not-valid-tip {margin-top: 10px;}

/*** Woocommerce ***/
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {float: left; /* rtl */}

.woocommerce-password-strength {font-weight: normal;}
.woocommerce-password-hint {margin-top: 10px;line-height: 20px;}
.woocommerce p.stars a:hover {text-decoration: none;}
.woocommerce form .form-row {padding: 0;margin-bottom: 20px;}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {width: 49%;}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {clear: both;margin-right: 2%; /* rtl */}

.woocommerce form.login .button,
.woocommerce form.register .button {min-width: 156px;float: none;}

.date-time a {display: inline-block;}

/*** WPML - Dropdown & dropdown click ***/
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click {width:auto;max-width:100%;}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {margin-left: 0;/* rtl */}

.wpml-ls-legacy-dropdown > ul,
.wpml-ls-legacy-dropdown-click > ul {position:relative;padding:0;margin:0!important;list-style-type:none}

.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {visibility:visible}
.wpml-ls-legacy-dropdown .wpml-ls-item,
.wpml-ls-legacy-dropdown-click .wpml-ls-item {padding:0;margin:0;list-style-type:none}

.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown-click a {display:block;text-decoration:none;border:0;}

.wpml-ls-legacy-dropdown a span,
.wpml-ls-legacy-dropdown-click a span {vertical-align:middle;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {padding: 0;}
body .wcml_currency_switcher > a, 
body .wpml-ls-legacy-dropdown a, 
body .wpml-ls-legacy-dropdown-click a {position:relative;display: flex;flex-wrap: wrap;align-items: center;background: transparent;padding: 0;line-height: 20px;gap: 8px;}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {padding: 0}
body .header-middle .wcml_currency_switcher > a, 
body .header-middle .wpml-ls-legacy-dropdown a, 
body .header-middle .wpml-ls-legacy-dropdown-click a {gap: 5px;}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.rtl .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {padding:0;}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.rtl .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {right:auto;left:10px}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {background:transparent;}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {visibility:hidden;position:absolute;top:100%;right:0;left:0;border:0;padding:0;margin:0;list-style-type:none;z-index:101}

.wpml-ls-legacy-dropdown .wpml-ls-flag,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {width: 18px;height: auto;border-radius: 3px; margin-right: 2px;/* rtl */}

.header-top .wpml-ls-legacy-dropdown .wpml-ls-flag,
.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-flag {width: 15px;border-radius: 2px;}

.wpml-ls-legacy-dropdown .wpml-ls-flag span,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag span {margin:0 !important;display: inline-block;}

body .wpml-ls-legacy-dropdown > ul > li > a:after,
body .wpml-ls-legacy-dropdown-click > ul > li > a:after,
body .wcml_currency_switcher > a:after {font-size: 7px;position: static !important;border: 0 !important;display: block;}

body ul.wpml-ls-sub-menu,.wcml_currency_switcher > ul {display: flex;flex-flow: column wrap;gap: 6px 4px;text-align: start;}
body .header-middle ul.wpml-ls-sub-menu, .header-middle .wcml_currency_switcher > ul {gap: 8px 4px;}
body ul.wpml-ls-sub-menu li,.wcml_currency_switcher > ul > li {padding: 0;list-style: none;}

.wcml_currency_switcher a:hover,
.wcml_currency_switcher a:focus,
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:hover, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {color: var(--link-hover-color);}

/*** WPML - Horizontal ***/
.wpml-ls-legacy-list-horizontal {border:0;padding:0;clear:both;max-width: 320px;}
.wpml-ls-legacy-list-horizontal > ul {padding:0;margin:0 !important;list-style-type:none;display: flex;flex-wrap: wrap;align-items: center;gap: 8px 20px;}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {padding:0;margin:0;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a {display:block;text-decoration:none;padding:0;line-height:1}
.wpml-ls-legacy-list-horizontal a span {vertical-align:middle}
.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {vertical-align:unset}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {display:inline;vertical-align:middle}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {margin-left:.4em}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {margin-bottom:30px}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {text-align:center}

/*** WPML - Vertical ***/
.wpml-ls-legacy-list-vertical {display:table;max-width:100%;border:0;border-bottom:0}
.wpml-ls-legacy-list-vertical > ul {position:relative;padding:0;margin:0!important;list-style-type:none;display: flex;flex-flow: column wrap;gap: 10px;}
.wpml-ls-legacy-list-vertical .wpml-ls-item {padding:0;margin:0;list-style-type:none}
.wpml-ls-legacy-list-vertical a {display:block;text-decoration:none;border:0;padding:0;line-height:1}
.wpml-ls-legacy-list-vertical a span {vertical-align:middle}
.wpml-ls-legacy-list-vertical .wpml-ls-flag {display:inline;vertical-align:middle}
.wpml-ls-legacy-list-vertical .wpml-ls-flag + span {margin-left:.4em}
.rtl .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {margin-bottom:30px}

/*-------------------------------------------------------------------------------------------------------------
	4. CUSTOM PAGE LAYOUT / ELEMENTOR
/*------------------------------------------------------------------------------------------------------------*/
.elementor-widget-slider_revolution {
	font-weight: normal;
}
.elementor-vertical-align-top.elementor-widget-icon-box .elementor-icon-box-description {
	text-underline-offset: 4px;
}
.elementor .e-con>.elementor-widget.elementor-widget-image-carousel {
    max-width: none;
    width: auto;
}
.ts-social-icons-elementor-widget .elementor-social-icon {
	background-color: transparent;
}
.elementor-widget-image-box .elementor-image-box-img {
	border-radius: var(--ts-border-radius);
}
html #page {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	padding: var(--ts-body-padding);/* move padding here to prevent ios cut off header sticky because of overflow */
	overflow-x: clip;
}
html .page-template-blank-page-template #page {
	padding: 0;
}
html #page > * {width: 100%;}
.hidden {display: none !important}
.page-container,
.container,
#main > .ts-breadcrumbs .breadcrumbs-container,
.ts-search-result-container .search-content {margin-right: auto;margin-left: auto;}
#ts-filter-widget-area .filter-widget-area,
.ts-sidebar > aside {
	width: 100%;
	gap: 30px;
	min-height: 1px;
	display: flex; 
	flex-direction: column;
	font-size: var(--ts-text-small);
	color: inherit;
}
.ts-sidebar > aside > *:not(:last-child),
#ts-filter-widget-area .filter-widget-area > *:not(:last-child) {
	padding-bottom: 30px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--ts-border);
}
.ts-sidebar > aside > .ts-category-title:not(:last-child),
#ts-filter-widget-area .filter-widget-area > .ts-category-title:not(:last-child) {
	padding-bottom: 23px;
}
.product-style-v6 .ts-sidebar .ts-heading,
.product-style-v6 :where(#left-sidebar,#right-sidebar,#ts-filter-widget-area) .product-on-sale-form,
.product-style-v6 #ts-filter-widget-area .ts-heading,
.product-style-v6 .ts-sidebar > aside > *:not(:last-child),
.product-style-v6 #ts-filter-widget-area .filter-widget-area > *:not(:last-child) {
	border-color: var(--ts-product-border);
}
.widget-container {clear: both;position: relative; width: 100%;}
ul.wp-block-page-list,
ul.wp-block-categories,
ul:is(.wp-block-archives,.wp-block-archives-list),
.widget-container ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
}
.widget-container ul ul {width: 100%;}
ul.wp-block-page-list li,
ul.wp-block-categories li,
ul:is(.wp-block-archives,.wp-block-archives-list) li,
.widget-container ul li {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
}
.widget_product_categories ul li,
.ts-product-categories-widget ul li {
	flex-flow: row wrap;
    gap: 0 10px;
}
.ts-sidebar .widget_product_categories ul > li > a,
.ts-sidebar .ts-product-categories-widget ul > li > a {
	font-size: var(--ts-h6-font-size);
	line-height: var(--ts-h6-line-height);
	font-weight: 500;
}
.ts-sidebar .widget_product_categories ul ul > li > a,
.ts-sidebar .ts-product-categories-widget ul ul > li > a {
	font-size: calc(var(--ts-h6-font-size) - 2px);
	line-height: calc(var(--ts-h6-line-height) - 2px);
}
:where(.product-style-v2, .product-style-v4) .ts-sidebar .widget_product_categories ul > li > a,
:where(.product-style-v2, .product-style-v4) .ts-sidebar .ts-product-categories-widget ul > li > a {
	font-weight: 600;
}
.product-style-v5 .ts-sidebar .widget_product_categories ul > li > a,
.product-style-v5 .ts-sidebar .ts-product-categories-widget ul > li > a {
	font-size: calc(var(--ts-h6-font-size) - 2px);
	line-height: calc(var(--ts-h6-line-height) - 2px);
}
.product-style-v5 .ts-sidebar .widget_product_categories ul ul > li > a,
.product-style-v5 .ts-sidebar .ts-product-categories-widget ul ul > li > a {
	font-size: calc(var(--ts-h6-font-size) - 4px);
	line-height: calc(var(--ts-h6-line-height) - 4px);
}
.woocommerce .widget_rating_filter {
    --ts-star-size: 16px;
    --ts-star-gap: 7px;
}
.woocommerce .widget_rating_filter ul li .star-rating {
    margin-top: -2px;
}
.ts-product-categories-widget ul li {
	justify-content: space-between;
}
.ts-product-categories-widget ul.product-categories > li > a {
	align-items: center;
}
.ts-product-categories-widget ul.product-categories > li > a .thumbnail {
	margin-right: 10px;/* rtl */
}
.ts-product-categories-widget ul.product-categories > li > a img {
    width: 26px;
    height: 26px;
	object-fit: contain;
}
.widget-container ul li .count {
	color: var(--ts-gray-color);
	font-weight: normal;
	font-size: calc(var(--ts-body-font-size) - 2px);
}
.widget-container ul li .count,
.product-filter-by-price-wrapper ul li {
	font-variant-numeric: lining-nums;
}
.widget-container ul li > .count {
	line-height: 1;
}
.ts-category-title .widget-title {
	font-size: var(--ts-h2-font-size);
	line-height: var(--ts-h2-line-height);
	margin: 0;
}
.widget_product_categories ul > li > a,
.ts-product-categories-widget ul > li > a {
	font-weight: var(--ts-heading-font-weight);
}
:where(.product-style-v2, .product-style-v4) .widget_product_categories ul > li > a,
:where(.product-style-v2, .product-style-v4) .ts-product-categories-widget ul > li > a {
	font-weight: 600;
}
.widget_product_categories ul ul > li > a,
.ts-product-categories-widget ul ul > li > a {
	font-weight: normal !important;
}
.widget_product_categories ul > li > a:hover + .count,
.ts-product-categories-widget ul > li > a:hover > .count,
.widget_product_categories ul > li.current-cat > .count,
.ts-product-categories-widget ul > li.current > a > .count {
	font-weight: normal;
}
.ts-product-categories-widget-wrapper ul li .icon-toggle {display: none;}
.ts-product-categories-widget-wrapper ul li.cat-parent > .icon-toggle {
	display: inline-flex;
    align-items: center;
    width: 20px;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
    order: 1;
    justify-content: flex-end;
}
.ts-product-categories-widget-wrapper ul li.cat-parent > .icon-toggle:hover {cursor: pointer;}
.ts-product-categories-widget-wrapper ul li ul {
	order: 2;
}
.ts-product-categories-widget-wrapper.show-cat-thumbnail ul li ul {
	padding-left: 70px;/* rtl */
}
.ts-product-categories-widget-wrapper.show-cat-thumbnail li a:hover:before {display: none;}
.ts-product-categories-widget-wrapper.show-cat-thumbnail ul li .count {position: relative; top: 1px;}
.ts-product-categories-widget .show-cat-thumbnail ul {gap: 10px;}
.product-filter-by-brand-wrapper ul {
	max-height: 314px;
	padding: 1px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
ul.wp-block-categories li,
ul:is(.wp-block-archives,.wp-block-archives-list) li,
.widget_recent_comments ul li,
.widget_layered_nav ul li,
.widget_archive ul li,
.widget_categories ul li {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.widget_recent_comments ul li,
.widget_categories ul li {
	gap: 0 5px;
}
.widget_archive ul li,
.widget_categories ul li{
	justify-content: space-between;
}
ul.wp-block-page-list li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_categories ul li {
	position: relative;
}
ul.wp-block-page-list li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_nav_menu ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child),
.widget_meta ul li:not(:last-child),
.widget_categories ul li:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ts-border);
}
ul.wp-block-page-list li ul,
.widget_categories ul ul.children {
	margin: 12px 0 0;
	padding: 12px 0 0 17px;/* rtl */
	border-top: 1px solid var(--ts-border);
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.widget-container ul.comment_list_widget li:not(:last-child),
.widget-container ul.post_list_widget li:not(:last-child){
	padding-bottom: 20px;
	border-bottom: 1px solid var(--ts-border);
}
.widget-container.widget_categories ul ul,
.widget-container.widget_pages ul ul,
.widget-container.widget_archive ul ul,
.widget-container.widget_rss ul ul,
.widget-container.widget_nav_menu ul ul,
.widget-container.widget_recent_comments ul ul,
.widget-container.widget_recent_entries ul ul,
.widget-container.widget_meta ul ul,
.widget-container.widget_categories ul ul {
	padding-top: 12px;
	border-top: 1px solid var(--ts-border);
}
.widget_categories ul ul {
	grid-column: 1/3;
}
.widget-container.widget_archive ul li {
	gap: 0;
}
.widget-container.widget_rss > ul {
	gap: 20px;
}
.widget-container ul li a,
.widget-container span.icon-toggle {
	color: inherit;
	text-decoration: none !important;
}
.ts-product-categories-widget ul li a .thumbnail {
	width: 50px;
    height: 50px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.wp-block-heading {
	line-height: 1.2;
}
.wp-block-heading.page-title {
	margin-bottom: 30px !important;
	margin-top: -5px;
}
.has-x-large-font-size {
    font-size: var(--ts-h1-font-size) !important;
}
del,
.group_table del .amount,
.price del .amount,
.product-price del .amount {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
ul.wp-block-categories li a,
.ts-product-categories-widget li a,
.widget_categories li a,
.widget_pages li a,
.widget_archive li a,
.widget_rss li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_meta li a,
.widget_categories li a {
	position: relative;
	display: inline-flex;
	gap: 0 8px;
}
.widget_rss a.rsswidget {
	font-weight: var(--ts-heading-font-weight);
}
.widget-container .widget-title-wrapper,
.widget-title-wrapper,
.elementor-widget[data-widget_type*="wp-widget-"] > h5:not(.elementor-heading-title) {
	position: relative;
}
.ts-blogs-widget .ts-blogs-widget-wrapper {padding: 5px 0;}
.widget-title-wrapper .widget-title {margin-bottom: 20px;color: inherit;}
.mailchimp-subscription .widget-title-wrapper .widget-title,
.widget-title-wrapper .widget-title:empty {margin-bottom: 0;}
.has-nav .widget-title-wrapper .widget-title {padding-right: 40px; /* rtl */}
.mailchimp-subscription .widget-title-wrapper .widget-title {font-weight: var(--ts-heading-font-weight);}

.widget-container fieldset,
.elementor-widget[data-widget_type*="wp-widget-"] fieldset {padding: 0;}
.widget-container ul ol,
.widget-container ol ol,
.widget-container ul ul,
ul.wp-block-categories ul,
.elementor-widget[data-widget_type*="wp-widget-"] ul ol,
.elementor-widget[data-widget_type*="wp-widget-"] ol ol,
.elementor-widget[data-widget_type*="wp-widget-"] ul ul {
	margin: 12px 0 0 0;
	padding: 0 0 0 17px; /* rtl */
}
ul.wp-block-categories ul {width: 100%;}
.widget-container.widget_product_categories ul ul, 
.widget-container.ts-product-categories-widget ul ul,
.widget-container.widget_product_categories ol ol, 
.widget-container.ts-product-categories-widget ol ol {
	margin-top: 15px;
}
.widget-container ul li > label,
.widget-container ul li > a,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > label,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > a {
	position: relative;
}
.widget-container a:hover,
.widget-container li:hover > a,
.widget-container li:hover > label,
.widget-container li:hover > .count,
.widget-container li:hover > a > .count,
.widget-container li:hover > label > .count,
.widget-container li:hover > .icon-toggle,
.widget-container li:where(.current, .current-cat) > a,
.widget-container li:where(.current, .current-cat) > label,
.widget-container li:where(.current, .current-cat) > .count,
.widget-container li:where(.current, .current-cat) > a > .count,
.widget-container li:where(.current, .current-cat) > label > .count,
.widget-container li:where(.current, .current-cat) > .icon-toggle,
.ts-sidebar .widget_product_categories ul > li > a:hover, 
.ts-sidebar .ts-product-categories-widget ul > li > a:hover,
.ts-sidebar .widget_product_categories ul > li:where(.current, .current-cat) > a, 
.ts-sidebar .ts-product-categories-widget ul > li:where(.current, .current-cat) > a {
	color: var(--ts-link-hover-color);
}
.product-filter-by-brand ul li label:hover, 
.product-filter-by-brand ul li > label:hover > .count, 
.product-filter-by-price ul li label:hover, 
.woocommerce .widget_rating_filter ul li a:hover,
.product-filter-by-brand ul li.selected label, 
.product-filter-by-brand ul li.selected > label > .count, 
.product-filter-by-price ul li.chosen label, 
.woocommerce .widget_rating_filter ul li.current a {
	color: inherit;
	font-weight: var(--ts-heading-font-weight);
}
/*** Nav Menu ***/
.widget_nav_menu > div > ul li[class*=fa]:before {
	margin-right: 5px; /* rtl */
	display: inline-block;
}
.widget_nav_menu > div > ul {
	margin-bottom: 0;
}
/*** Calendar ***/
.wp-block-calendar,
#page .widget_calendar .calendar_wrap,
.elementor-widget-wp-widget-calendar .elementor-widget-container {
	background: #ebeef0;
	border-radius: var(--ts-border-radius);
	overflow: hidden;
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav,
.elementor-widget-wp-widget-calendar .wp-calendar-nav {
	padding: 5px 15px;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-weight: 500;
}
.wp-block-calendar,
#calendar_wrap {
	overflow: auto;
}
.wp-block-calendar a,
#calendar_wrap a {
	color: var(--ts-text-color);
}
.wp-block-calendar table,
.widget_calendar table,
.elementor-widget-wp-widget-calendar table {
	margin: 0;
	outline: 0;
	border: 0;
	width: 100%;
}
.wp-block-calendar table th,
.wp-block-calendar table td,
body .widget_calendar table td,
body .widget_calendar table th,
.elementor-widget-wp-widget-calendar table td,
.elementor-widget-wp-widget-calendar table th {
	border-width: 0 !important;
	padding: 5px;
	text-align: center;
	background: transparent;
}
.wp-block-calendar table caption,
.widget_calendar caption,
.elementor-widget-wp-widget-calendar caption {
	padding: 7px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
	background: #0D0D0D;
	color: #fff;
	font-weight: 500;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar td#prev,
.elementor-widget-wp-widget-calendar td#prev {
	text-align: left; /* rtl */
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar td#next,
.elementor-widget-wp-widget-calendar td#next {
	text-align: right; /* rtl */
}
/*** Search ***/
.search-table,
.wp-block-search__inside-wrapper,
.woocommerce-product-search {
	position: relative;
}
.search-table .search-field,
.woocommerce-product-search .search-field {
	width: 100%;
}
.search-table .search-field input[type="text"],
.wp-block-search .wp-block-search__input,
.woocommerce-product-search .search-field {
	font-size: var(--ts-body-font-size);
	padding-right: 50px; /* rtl */
	padding-left: 20px; /* rtl */
	margin: 0;
	width: 100%;
    border-radius: 60px;
	background: transparent;
    border-color: var(--ts-border);
	color: inherit;
}
.search-table .search-field input[type="text"]:focus {
    border-color: var(--ts-hd-middle-color);
}
.header-transparent.header-text-light .header-sticky:not(.is-sticky) .search-table .search-field input[type="text"]:focus {
    border-color: var(--ts-primary-color);
}
#ts-search-sidebar {
    --ts-input-border: var(--ts-input-color);
	--ts-btn-padding-top: 12px;
}
.ts-search-form-widget .popular-search,
.ts-search-form-widget {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	text-align: center;
    gap: 20px;
}
.ts-search-form-widget > * {width: 100%;}
.ts-search-form-widget a {color: inherit;}
.ts-search-form-widget a:hover {color: var(--ts-link-hover-color);}
.product-style-v6 .ts-search-result-container :is(.price, .woocommerce .price, .product-price) {
	margin-top: 8px;
}
.wp-block-search.wp-block-search__no-button .wp-block-search__input {
	padding-right: 20px; /* rtl */
}
.search-table .search-button,
.wp-block-search .wp-block-search__button,
.woocommerce-product-search button[type="submit"] {
	width: 50px;
    text-align: center;
	position: absolute;
    top: 0;
    right: 0; /* rtl */
    bottom: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0 !important;
	border-width: 0;
	font-size: 0 !important;
	letter-spacing: 0;
	min-width: 0;
	transition: 250ms ease;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button {width: 44px;}
.wp-block-search .wp-block-search__button,
.woocommerce-product-search button[type="submit"] {
	border-width: 1px;
	border-style: solid;
}
.wp-block-search__button-outside.wp-block-search .wp-block-search__inside-wrapper {
	gap: 5px;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper {
	padding: 2px;
	border-radius: 60px;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 0;
}
.wp-block-search__button-inside.wp-block-search .wp-block-search__button {
	margin: 2px;
}
.wp-block-search__button-outside.wp-block-search .wp-block-search__button {
	position: static;
}
.wp-block-search__text-button.wp-block-search .wp-block-search__button {
    font-size: var(--ts-body-font-size) !important;
    width: auto;
    padding: 0 20px !important;
}
.wp-block-search__text-button.wp-block-search .wp-block-search__button:before,
.wp-block-search__button svg {display: none;}
.search-table .search-button input[type^="submit"] {
	position: absolute;
    inset: 0;
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	border-width: 0;
	font-size: 0 !important;
	min-width: 0;
	background: transparent !important;
	width: 100%;
    height: 100%;
	z-index: 2;
}
.search-table .search-button:before,
.wp-block-search .wp-block-search__button:before,
.woocommerce-product-search button[type="submit"]:before {
	font-size: 18px;
}

/*** RSS ***/
.widget_rss .rss-date {
	font-size: 85%;
	text-transform: uppercase;
	margin: 6px 0 6px 0;
	display: block;
	width: 100%;
}
.widget_rss cite {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.widget_rss .widget-title:before {
	display: none !important;
}
.rsswidget .rss-widget-icon {
	vertical-align: baseline;
	position: relative;
	top: 1px;
}
/*** Gallery ***/
.widget_media_gallery .gallery {
	margin: -1px !important;
}
.widget_media_gallery .gallery .gallery-item {
	padding: 1px !important;
	margin: 0 !important;
}
.elementor-widget-wp-widget-media_gallery .gallery {
	margin: -10px !important;
}
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
	padding: 10px !important;
	margin: 0 !important;
}
.gallery .gallery-item img {
	border: 0 !important;
	transition: 350ms ease;
}
.gallery .gallery-item:hover img {
	opacity: 0.5;
}
.gallery .gallery-item .gallery-caption {
	margin: 3px 0 0 !important;
	font-size: 80%;
	line-height: 18px;
    font-weight: normal;
}
/*** Widet Text ***/
.ts-sidebar .widget_text small + a {
	margin-left: 20px; /* rtl */
}
.widget_text a[href^="mailto"],
.widget_text a[href^="tel"] {
	color: inherit;
}
/*** Widet Gutenberg ***/
body.home .index-template .list-posts .wp-block-latest-comments article {
	padding: 0;
	margin: 0;
	width: auto;
}
body.home .index-template .list-posts .wp-block-latest-comments article:after {
	display: none;
}
body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0; /* rtl */
}
/*** Filter By Price ***/
.woocommerce .widget_price_filter form {
	padding-top: 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	height: 2px;
	position: relative;
	z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin: 0 6px 20px 6px; /* rtl */
	background: var(--ts-border);
	direction: ltr;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 2px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before {
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	z-index: 1;
	content: "";
	background: var(--ts-primary-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
	right: 0; /* rtl */
	left: auto; /* rtl */
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	top: -5px;
	border-radius: 100%;
	background: var(--ts-primary-color);
	box-shadow: none;
	margin-left: -6px; /* rtl */
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left: 2px;
	margin-right: 2px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	letter-spacing: 0;
	font-size: 100%;
	line-height: 1.2;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
	width: 100%;
	margin-bottom: 15px;
	text-align: start;
	order: -1;
	color: var(--ts-gray-color);
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
	color: var(--ts-product-price-color);
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span:first-child {
	margin-left: 5px;/* rtl */
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	padding: 3px 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	font-size: 12px;
}
/*** Filter By Color ***/
.ts-product-attribute,
.product-filter-by-color ul,
.color-swatch {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	margin: 0;
}
.color-swatch {
	--ts-swatches-size: 50px;
	gap: 10px;
}
.color-swatch > div {
    width: var(--ts-swatches-size);
    aspect-ratio: 1;
    display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	transition: 200ms ease;
}
.color-swatch > div > span {
	border: 1px solid transparent;
	border-radius: var(--ts-border-radius);
	overflow: hidden;
	display: inline-block;
}
.color-swatch > div.variation-thumbnail > span {
	border-color: var(--ts-border);
	background: var(--ts-product-bg);
}
.product-style-v6 .color-swatch > div.variation-thumbnail > span {
	border-color: var(--ts-product-border);
}
.color-swatch > div.color-image:not(:hover):not(.active) > span {border-width: 0;}
.color-swatch > div:hover > span,
.color-swatch > div.active > span {
	border-color: #0D0D0D !important;
}
#shop-top-area .widget-title-wrapper .widget-title {
	min-width: 0;
}
.color-swatch > div:hover:after {cursor: pointer;}
.color-swatch > div > span {
	width: 100%;
    height: 100%;
    display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.color-swatch > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-filter-by-color ul li {list-style: none;padding: 0;}
.product-filter-by-color ul li a {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 10px;
	padding: 3px 30px;
	max-width: max-content;
	border: 1px solid var(--ts-border);
	transition: 150ms ease;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.product-filter-by-color ul li a {
	border-radius: 40px;
}
.product-style-v2.woocommerce .widget_layered_nav_filters ul li a,
.product-style-v2.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.product-style-v2.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.product-style-v2 .product-filter-by-color ul li a {
	border-radius: 0;
}
:where(.product-style-v2, .product-style-v4) .product-filter-by-color ul li a {text-transform: uppercase;}
.product-filter-by-color ul li a > img,
.product-filter-by-color ul li a > span:not(.color-name) {
	width: 12px;
	aspect-ratio: 1;
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--ts-body-bg);
	border-radius: 50%;
}
.product-filter-by-color ul.hide-color-name {
	flex-direction: row;
}
.product-filter-by-color ul.hide-color-name li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    justify-content: center;
	max-width: none;
}
.product-filter-by-color ul.hide-color-name li a > img,
.product-filter-by-color ul.hide-color-name li a > span:not(.color-name) {
	width: 16px;
}
.product-filter-by-color ul.hide-color-name li a > span.color-name {
	display: none;
}
.product-filter-by-color ul.hide-color-name li .count {
    width: 16px;
    height: 16px;
    font-size: 8px;
    font-weight: bold;
    line-height: 16px;
    background: var(--ts-primary-color);
    color: var(--ts-text-in-primary-color);
    position: absolute;
    right: -5px;/* rtl */
    top: -2px;
    text-align: center;
    border-radius: 50%;
}
.product-filter-by-color ul li .count {display: inline-block;}
.product-filter-by-color ul:not(.hide-color-name) li .count:before {
	content: '(';
	display: inline-block;
}
.product-filter-by-color ul:not(.hide-color-name) li .count:after {
	content: ')';
	display: inline-block;
}
.woocommerce .woocommerce-widget-layered-nav-list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.woocommerce.product-style-v3 .woocommerce-widget-layered-nav-list {gap: 10px;}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	gap: 8px;
	padding: 0;
	border: 1px solid var(--ts-border);
	transition: 150ms ease;
	overflow: hidden;
}
.product-filter-by-color ul li.chosen a,
.product-filter-by-color ul li a:hover,
.product-filter-by-availability-wrapper ul li label:hover,
.product-filter-by-availability-wrapper ul li.selected label,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover {
	border-color: currentColor;
}
.product-filter-by-availability-wrapper ul li label:hover {
	cursor: pointer;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	position: relative;
	z-index: 2;
}
.product-filter-by-color ul li:hover a,
.product-filter-by-color ul li a:hover,
.product-filter-by-color ul li:hover > a > .count,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover > .count {
	color: inherit;
}
.ts-product-color.product-filter-by-color ul li:hover a,
.ts-product-color.product-filter-by-color ul li a:hover {
	color: var(--ts-primary-color);
}
.woocommerce .widget_rating_filter ul li::after, 
.woocommerce .widget_rating_filter ul li::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{display: none;}
.woocommerce .widget_layered_nav_filters ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.widget-container style[type="text/css"],
.widget-container script {
	display: none !important;
}
.product-filter-by-availability-wrapper ul li label {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 8px;
	padding: 8px 30px;
	max-width: max-content;
	border: 1px solid var(--ts-border);
	border-radius: var(--ts-btn-radius);
	transition: 150ms ease;
	position: relative;
}
/*** Filter By Brand ***/
.product-filter-by-availability ul li input[type^="checkbox"],.product-filter-by-brand ul li input[type^="checkbox"] {display: none;}
.product-filter-by-brand ul li label,
.product-filter-by-price ul li label,
.woocommerce .widget_rating_filter ul li a {
	padding: 0 0 0 calc(var(--ts-checkbox-size) + 8px); /* rtl */
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	position: relative;
	color: inherit;
	line-height: inherit;
	gap: 0 8px;
	text-decoration: none;
	transition: 200ms ease;
}
.product-filter-by-brand ul li label:before,
.product-filter-by-price ul li label:before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_rating_filter ul li a:before {
	content: '';
	width: var(--ts-checkbox-size);
	height: var(--ts-checkbox-size);
	border: 1px solid var(--ts-product-color);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0; /* rtl */
	transform: translateY(-50%);
}
:where(.product-style-v2, .product-style-v4) .product-filter-by-brand ul li label:before,
:where(.product-style-v2, .product-style-v4) .product-filter-by-price ul li label:before,
:where(.product-style-v2, .product-style-v4).woocommerce .widget_rating_filter ul li.chosen a::before,
:where(.product-style-v2, .product-style-v4).woocommerce .widget_rating_filter ul li a:before {
	border-radius: 0;
}
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-price ul li label:after,
.widget-container.product-filter-by-brand ul > li label:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 6px; /* rtl */
	transform: translateY(-50%);
    font-size: 11px;
	line-height: 1;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 150ms ease;
}
.woocommerce .widget_rating_filter ul li:hover > a:before,
.product-filter-by-price ul li:hover > label:before,
.widget-container.product-filter-by-brand ul > li:hover > label:before,
.woocommerce .widget_rating_filter ul li.chosen > a:before,
.product-filter-by-price ul li.chosen > label:before,
.widget-container.product-filter-by-brand ul > li.selected > label:before {
	background-color: var(--ts-dropdown-color);
}
.woocommerce .widget_rating_filter ul li:hover > a:after,
.product-filter-by-price ul li:hover > label:after,
.widget-container.product-filter-by-brand ul > li:hover > label:after,
.woocommerce .widget_rating_filter ul li.chosen > a:after,
.product-filter-by-price ul li.chosen > label:after,
.widget-container.product-filter-by-brand ul > li.selected > label:after {
	opacity: 1;
	visibility: visible;
	color: var(--ts-dropdown-bg);
}
/*** TS Social Icons ***/
.social-icons .social-desc {margin-bottom: 20px; color: var(--ts-gray-color);}
.social-icons ul.list-icons {gap: 15px 25px; flex-flow: row wrap;}

.social-icons .list-icons li {
	text-align: center;
	position: relative;
	margin: 0 0 10px;
	line-height: 1;
}
.social-icons .list-icons li a {
	display: block;
	transition: none;
	color: inherit;
	letter-spacing: 0;
}
.social-icons .list-icons li i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
/*** Tooltip ***/
.social-icons .ts-tooltip {
	display: none;
	position: absolute;
	content: "";
	top: -28px;
	left: 50%;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	min-width: 70px;
	transform: translate(-50%,0);
	font-size: 11px;
	transition: 150ms ease 0s;
	text-align: center !important;
	line-height: 16px !important;
	background: #0D0D0D;
	color: #ffffff;
	border-radius: 3px;
}
.social-icons li a:hover .ts-tooltip {
	z-index: 999;
}
.show-tooltip.social-icons .ts-tooltip {
	display: inline-block;
}
.social-icons .ts-tooltip:before {
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 12px;
	margin-left: -3px;
	line-height: 14px;
	font-weight: 900;
	color: #0D0D0D;
}
.social-icons li a:hover .ts-tooltip {
	opacity: 1;
	visibility: visible;
}
/*** TS Instagram ***/
.ts-instagram-wrapper.items {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.ts-instagram-wrapper.items,
.ts-instagram-wrapper.items .swiper-wrapper {align-items: center;}
.ts-instagram-wrapper.items {margin: -2px;}
.ts-instagram-wrapper .item {padding: 2px;}
:where(.product-style-v3,.product-style-v6) .ts-instagram-wrapper.items {margin: -1px;}
:where(.product-style-v3,.product-style-v6) .ts-instagram-wrapper .item {padding: 1px;}
.product-style-v5 .ts-instagram-wrapper.items {margin: 0;}
.product-style-v5 .ts-instagram-wrapper .item {padding: 0;}
.product-style-v5 .ts-instagram-wrapper .item > a,
.product-style-v5 .ts-instagram-wrapper .item img {border-radius: 0;}
.ts-instagram-wrapper.columns-3 .item {width: 33.33333%;}
.ts-instagram-wrapper.columns-4 .item {width: 25%;}
.ts-instagram-wrapper.columns-5 .item {width: 20%;}
.ts-instagram-wrapper.columns-6 .item {width: 16.66666%;}
.ts-instagram-wrapper.columns-7 .item {width: 14.2857%;}
.ts-instagram-wrapper.columns-8 .item {width: 12.5%;}
.ts-instagram-wrapper.columns-9 .item {width: 11.1111%;}
.ts-instagram-wrapper.columns-10 .item {width: 10%;}
.ts-instagram-wrapper.columns-11 .item {width: 9.090909%;}
.ts-instagram-wrapper.columns-12 .item {width: 8.333333%;}

.ts-instagram-wrapper .item > a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--ts-border-radius);
}
.ts-instagram-wrapper .item > a:after {
	display: inline-block;
    font-size: 28px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    color: #ffffff;
	transition: 350ms ease;
}
.ts-sidebar .ts-instagram-wrapper .item > a:after {
	font-size: 24px;
}
.ts-instagram-wrapper .item img {
	width: 100%;
	border-radius: var(--ts-border-radius);
	transform-origin: center left;
	transition: 300ms ease;
}
.ts-instagram-wrapper .item:hover img {
	-webkit-filter: brightness(0.6);
	filter: brightness(0.6);
}
.ts-instagram-wrapper .item:hover > a:after {
	transform: translate(-50%,-50%) scale(1);
}
#left-sidebar .ts-instagram-wrapper .item > a,
#right-sidebar .ts-instagram-wrapper .item > a {
	overflow: hidden;
}
#left-sidebar .ts-instagram-wrapper .item > a:before,
#right-sidebar .ts-instagram-wrapper .item > a:before {
	content: '';
	display: block;
	padding-top: 100%;
}
#left-sidebar .ts-instagram-wrapper .item img,
#right-sidebar .ts-instagram-wrapper .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

/*** TS Blogs ***/
.widget-container ul.post_list_widget {gap: 20px;}
.widget-container ul.post_list_widget li {
	flex-direction: row;
	align-items: center;
	gap: 15px;
}
ul.post_list_widget li .excerpt {
	color: var(--ts-gray-color);
}
ul.post_list_widget .entry-content {
	display: flex;
	flex-flow: column wrap;
	gap: 5px;
	flex: 1;
	padding: 0 !important;
}
.post_list_widget li .entry-content > *,
.post_list_widget li .heading-title {
	margin: 0 !important;
}
.post_list_widget li .thumbnail,
.post_list_widget li .ts-video {
	width: 90px;
	max-width: 90px;
}
.post_list_widget li .thumbnail img {
	height: 64px;
	object-fit: cover;
}
.post_list_widget li .ts-video {
	padding-bottom: 22%;
}
.ts-blogs-widget-wrapper .heading-title {
	font-size: 1rem;
	line-height: 1.5;
}
body .post_list_widget blockquote:before{
	font-size: 1.5rem;
}
.post_list_widget li.gallery .thumbnail .swiper-button-prev,
.post_list_widget li.gallery .thumbnail .swiper-button-next,
.post_list_widget li.gallery .thumbnail .swiper-pagination {
	display: none;
}
/*** TS Recent Comment ***/
.widget_recent_comments ul li {
	color: var(--ts-gray-color);
	display: block;
}
.widget_recent_comments ul li a {color: var(--ts-text-color);}
.widget_recent_comments ul li:after {
	content: '';
	display: table;
	clear: both;
}
.comment-author-link {
	font-weight: 600;
	color: var(--ts-text-color);
	float: left; /* rtl */
	margin-right: 5px; /* rtl */
}
.widget-container ul.comment_list_widget {
	gap: 23px;
}
.widget-container ul.comment_list_widget li {
	gap: 0;
	color: inherit;
}
.woocommerce #reviews ol.commentlist li .woocommerce-review__published-date,
.comment_list_widget .comment-meta .date-time,
.widget_rss .rss-date{
	color: var(--ts-gray-color);
}
.comment_list_widget .comment-meta-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.comment_list_widget .comment-meta-wrapper img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: var(--ts-border-radius);
}
.comment_list_widget .comment-meta-wrapper .comment-meta{
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	gap: 4px;
	line-height: 18px;
	align-items: flex-start;
}
.comment_list_widget .comment-body {
	font-size: 1em;
	margin: 11px 0 0;
	padding: 0;
	background: transparent;
	color: inherit;
	border: 0;
	font-weight: inherit;
    line-height: 1.6;
	gap: 3px;
}
.comment_list_widget blockquote:before {display: none;}
/*** WIDGET ELEMENTOR **/
.product-content > .elementor > .e-con-boxed:not(.e-child),
.ads-banner > .elementor > .e-con-boxed:not(.e-child) {
	--container-default-padding-inline-end: 0;
    --container-default-padding-inline-start: 0;
    --container-default-padding-right: 0;
    --container-default-padding-left: 0;
}
/*** Icon List ***/
.elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-widget__width-auto .elementor-icon-list-icon {
	line-height: 1;
}

/*** Nav menu ***********************************/
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu li {
	display: inline-block;
    width: 100%;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
	color: inherit;
}
/**/
.widget_product_categories ul,
.ts-product-categories-widget ul {
	width: 100%;
}
.ts-product-categories-widget ul:not(.children) {
	width: 100%;
	max-height: 510px;
    overflow-x: hidden;
    overflow-y: auto;
	padding-right: 5px;/* rtl */
}
.product-style-v2 .ts-product-categories-widget ul:not(.children) {
	max-height: 450px;
}
.product-style-v2 .collapse-scroll-sidebar .ts-product-categories-widget ul:not(.children),
.product-style-v5 .collapse-scroll-sidebar .ts-product-categories-widget ul:not(.children),
.collapse-scroll-sidebar .ts-product-categories-widget ul:not(.children) {
	max-height: 300px;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {border-radius: var(--ts-border-radius);}
body .wp-block-social-link:hover {transform: none;overflow: hidden;}
body .wp-block-social-link > a {transition: transform .2s ease;}
body .wp-block-social-link:hover > a {transform: scale(1.1);}
.woocommerce.archive .widget_layered_nav_filters ul li,
.woocommerce .widget_layered_nav_filters ul li {
	margin: 0;
	padding: 0;
    width: max-content;
    max-width: 100%;
}
.single-product.woocommerce img.pswp__img, .single-product.woocommerce-page img.pswp__img {
    background: var(--ts-product-bg);
}
#main-content,.container {width: 100%;max-width: 100%;}
#shop-top-area,
#main > .list-categories {padding-top: 37px;}
body.search #shop-top-area {display: none;}
.product-style-v2 #shop-top-area {padding-top: 30px;}
#main > .breadcrumb-title-wrapper.breadcrumb-v3.no-title + .page-container,
#main > .page-container {padding-top: 40px;}
.single-product .breadcrumb-v1 .page-title {margin-bottom: 7px;}
.header-transparent #main > .page-container,
#main > .no-title + .page-container {padding-top: 0;}
.single-post #main > .no-title + .page-container {padding-top: 24px;}
#main > .page-container.title-in-sidebar {padding-top: 22px;}
.product-style-v2.woocommerce.archive #main > .page-container {
	padding-top: 30px;
}
#main > .list-categories {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#main > .list-categories:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: var(--ts-content-padding);
	right: var(--ts-content-padding);
	border-width: 0 0 1px;
	border-style: solid;
}
.product-style-v3 #main > .list-categories:after {
	left: 0;
	right: 0;
}
#main > .page-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	min-height: 400px;
}
.product-style-v4 .post-content-wrapper .entry-format {
	width: calc(100% + var(--ts-content-padding) * 2);
	margin-left: calc(var(--ts-content-padding) * -1);
	margin-right: calc(var(--ts-content-padding) * -1);
}
.product-style-v4 .post-content-wrapper .entry-format img {width: 100%;}
.product-style-v4 .post-content-wrapper .entry-header,
.product-style-v3 .post-content-wrapper :is(.entry-header, .entry-format) {
	width: 100%;
}
.ts-pagination:not(:empty),
:is(.woocommerce,.woocommerce-page,.single) #main > .page-container, 
#main > .page-container:is(.index-template,.blog-template) {
	padding-bottom: var(--ts-section-gap);
}
.product-style-v6:is(.woocommerce,.woocommerce-page,.single):not(.archive) #main > .page-container {
	padding-top: 15px;
	padding-bottom: calc(var(--ts-section-gap) + 6px);
}
.product-style-v6.page-template-blog-template #main > .page-container {
	padding-bottom: calc(var(--ts-section-gap) + 6px);
}
.product-style-v5:is(.woocommerce,.woocommerce-page,.single) #main > .page-container {
	padding-bottom: 0;
}
.e-con-boxed:not(.e-child) {
	--container-default-padding-inline-end: var(--ts-content-padding);
	--container-default-padding-inline-start: var(--ts-content-padding);
	--container-default-padding-right: var(--ts-content-padding);
	--container-default-padding-left: var(--ts-content-padding);
}
/*** Reset container child, mega menu, product description & blog detail ***/
.e-con-boxed .e-child,
.short-content .e-con-boxed:not(.e-child),
.content-wrapper .e-con-boxed:not(.e-child) {
	--container-default-padding-inline-end: 0;
	--container-default-padding-inline-start: 0;
	--container-default-padding-right: 0;
	--container-default-padding-left: 0;
}
/**/
.container,
.ts-compare-popup .content-wrapper,
.breadcrumb-title-wrapper .container,
.product-style-v5 .breadcrumb-title-wrapper .breadcrumb-title > *,
.elementor-page .page-container:is(.has-1-sidebar, .has-2-sidebar),
.product-style-v6:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post).layout-fullwidth #main .page-container,
.product-style-v6:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post) #main.main-content-fullwidth .page-container,
body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post) .page-container {
	padding-left: var(--ts-content-padding);
	padding-right: var(--ts-content-padding);
}
body.product-style-v6:not(.page-template-blog-template,.single-post) .page-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.product-style-v5 .term-description > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.product-style-v5 .term-description {
	padding: 0 var(--ts-content-padding) var(--ts-content-padding);
	font-size: var(--ts-h6-font-size);
	line-height: var(--ts-h6-line-height);
	text-transform: uppercase;
}
.product-style-v5 .breadcrumb-title-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}
.header-transparent .ts-header .container,
.ts-header .is-sticky .container {
	padding-left: calc(var(--ts-body-padding) + var(--ts-content-padding));
	padding-right: calc(var(--ts-body-padding) + var(--ts-content-padding));
}
.header-v3 .ts-header .is-sticky .header-middle > .container {
	padding-bottom: 21px;
}
.ts-pagination, .woocommerce nav.woocommerce-pagination, .dokan-pagination-container .dokan-pagination {
	margin-top: 30px;
}
.product-style-v6 .ts-pagination {
	margin-top: 0;
}
.pagination-style-v5 .ts-pagination, 
.pagination-style-v5.woocommerce nav.woocommerce-pagination, 
.pagination-style-v5 .dokan-pagination-container .dokan-pagination {
	margin-top: 20px;
	margin-bottom: 20px;
}
body.product-style-v5 .ts-pagination {
	margin-top: 30px;
	margin-bottom: 0;
}
.ads-banner.ts-custom-block-content {
	display: block;
}
.shop-ads-banner {
	margin-top: var(--ts-section-gap);
}
.pagination-style-v5 .shop-ads-banner {
	margin-top: 0;
}
.woocommerce .after-loop-wrapper:empty,
.ads-banner:empty {display: none !important}
.elementor-element.translate-z-0 {transform: translateZ(0) !important;}
body.product-style-v5 .ts-shortcode .items {position: static;}
body.product-style-v5 .ts-shortcode .swiper-button-next, body.product-style-v5 .ts-shortcode .swiper-button-prev {
	transform: none;
	margin: 0;
}
.product-style-v6 .custom-breadcrumb-wrapper ~ #shop-top-area .product-filter-by-color ul li a {
	--ts-border: var(--ts-product-border);
}

@media (min-width: 768px){
	:root {
		--ts-content-padding: 30px;
		--filter-gap: 30px;
		--blogs-gap-v: 40px;
	}
	html .header-v5 #page {
		padding-top: 0;
		padding-bottom: 0;
	}
	fieldset {
		padding: 20px 30px;
	}
	.product-style-v4 .ts-instagram-wrapper .item > a,
	.product-style-v4 .ts-instagram-wrapper .item img {
		border-radius: calc(var(--ts-border-radius) * 0.7);
	}
	.ts-blogs.columns-1.has-nav > .content-wrapper:first-child {
		padding-left: 40px;
		padding-right: 40px;
	}
	#main > .page-container {
		--ts-sidebar-width: 200px;
		--ts-sidebar-gap: 20px;
	}
	.product-style-v6 #main > .page-container {
		--ts-sidebar-width: 246px;
		--ts-sidebar-gap: 10px;
	}
	body:not(.woocommerce.archive) #main > .page-container {
		--ts-sidebar-width: 230px;
	}
	body.product-style-v5 .ts-pagination {
		margin-top: 40px;
	}
	.page-container:not(.title-in-sidebar) :where(#left-sidebar, #right-sidebar) > aside {padding-top: 5px;}
	#left-sidebar {margin-right: var(--ts-sidebar-gap); /* rtl */}
	#right-sidebar {margin-left: var(--ts-sidebar-gap); /* rtl */}
	#left-sidebar, #right-sidebar {width: var(--ts-sidebar-width);}
	
	.product-style-v5 #left-sidebar, .product-style-v5 #right-sidebar {margin: 0; padding: var(--ts-product-padding);width: calc(var(--ts-sidebar-width) + var(--ts-sidebar-gap));}
	.product-style-v5 #left-sidebar {border-right: 1px solid var(--ts-border);/* rtl */}
	.product-style-v5 #right-sidebar {border-left: 1px solid var(--ts-border);/* rtl */}
	
	.has-1-sidebar #main-content {width: calc(100% - var(--ts-sidebar-width) - var(--ts-sidebar-gap));}
	.has-2-sidebar #main-content {width: calc(100% - var(--ts-sidebar-width) * 2 - var(--ts-sidebar-gap) * 2);}
	
	/*** Layout Boxed ***/
	body.boxed {background: #F7F2ED;}
}

@media (min-width: 991px){
	:root {
		--ts-content-padding: 30px;
	}
	#main > .page-container {
		--ts-sidebar-width: 240px;
		--ts-sidebar-gap: 30px;
	}
	.product-style-v6 #main > .page-container {
		--ts-sidebar-width: 300px;
	}
	body:not(.woocommerce.archive) #main > .page-container {
		--ts-sidebar-width: 270px;
	}
	#group-icon-header {display: none;}
}

@media (min-width: 1201px){
	:root {
		--ts-content-padding: 50px;
		--ts-section-gap: 80px;
		--blogs-gap-v: 60px;
	}
	.product-style-v4 {
		--blogs-gap-v: 60px;
	}
	.product-style-v6 .product-group-button-meta,
	.ts-compare-popup {
        --ts-btn-padding-top: 14px;
    }
	:where(.product-style-v2,.product-style-v3,.product-style-v4,.product-style-v5) .ts-compare-popup {
        --ts-btn-padding-top: 9px;
    }
	.product-style-v6 .custom-breadcrumb-wrapper ~ .page-container #ts-filter-widget-area,
	.product-style-v6 :where(#left-sidebar,#right-sidebar) {
		--ts-border: var(--ts-product-border);
	}
	ul.wp-block-page-list li ul,
	.widget_categories ul ul.children {
		padding: 12px 0 0 25px;/* rtl */
	}
	.widget-container ul ol,
	.widget-container ol ol,
	.widget-container ul ul,
	ul.wp-block-categories ul,
	.elementor-widget[data-widget_type*="wp-widget-"] ul ol,
	.elementor-widget[data-widget_type*="wp-widget-"] ol ol,
	.elementor-widget[data-widget_type*="wp-widget-"] ul ul {
		margin: 12px 0 0 0;
		padding: 0 0 0 25px; /* rtl */
	}
	.product-style-v4 .post-content-wrapper .entry-header,
	.product-style-v3 .post-content-wrapper :is(.entry-header, .entry-format),
	#main > .page-container {
		width: 100%;
		max-width: 100%;
	}
	.style-filter-sidebar #ts-filter-widget-area .filter-widget-area,
	.page-container:not(.title-in-sidebar) :where(#left-sidebar, #right-sidebar) > aside {padding-top: 10px;}
	.product-style-v3 .style-filter-sidebar #ts-filter-widget-area .filter-widget-area,
	.product-style-v3 .page-container:not(.title-in-sidebar) :where(#left-sidebar, #right-sidebar) > aside {padding-top: 0;}
	.product-style-v1 #main > .page-container.show_breadcrumb_v1 {padding-top: 36px;}
	fieldset {
		padding: 30px 40px;
	}
	:where(.product-style-v2, .product-style-v3, .product-style-v4, .product-style-v6) {
		--ts-section-gap: 100px;
	}
	.product-style-v5 #main > .page-container {
		--ts-sidebar-width: 312px;
		--ts-sidebar-gap: 0px;
	}
	body.product-style-v5 .ts-pagination {
		margin-top: 50px;
	}
	.product-style-v5 .term-description {
		margin-top: -20px;
	}
	.product-style-v5 .ts-shortcode {
		display: flex;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-product-tabs .placeholder-tabs,
	.product-style-v5 .ts-product .column-tabs,
	.product-style-v5 .shortcode-heading-wrapper {
		width: 20%;
		display: flex;
        flex-direction: column;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-product-tabs .placeholder-items,
	.product-style-v5 .ts-product .column-tabs + *,
	.product-style-v5 .shortcode-heading-wrapper + * {
		flex: 1;
		overflow: hidden;
	}
	.product-style-v5 .column-tabs ul.tabs,
	.product-style-v5 .column-tabs .list-categories ul.tabs {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 10px;
		margin: 0;
	}
	.product-style-v5 .column-tabs .list-categories {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 20px;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-product-tabs {align-items: flex-start;}
	.product-style-v5 .ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:not(:last-child):after {display: none;}
	.product-style-v5 .ts-product .column-tabs {margin: 0;}
	body.product-style-v5 .ts-shortcode .swiper-button-next, 
	body.product-style-v5 .ts-shortcode .swiper-button-prev {
		top: auto;
		left: var(--ts-product-padding);/* rtl */
		right: auto;/* rtl */
		bottom: var(--ts-product-padding);
	}
	body.product-style-v5 .ts-shortcode .swiper-button-next {
		left: calc(var(--ts-product-padding) + var(--swiper-nav-width) + 10px);/* rtl */
	}
	.ts-pagination {
		margin-top: 50px;
	}
	.woocommerce nav.woocommerce-pagination, .dokan-pagination-container .dokan-pagination {
		margin-top: 40px;
	}
	.no-stretch-content > ul.sub-menu > li {
		max-width: calc(100vw - var(--scrollbarWidth, 17px));
	}
	.columns-5:not(.no-sidebar) .main-products .products .product .product-label{
		--label-size: 44px;
		--label-font-size: 12px;
	}
	.widget_product_categories ul,
	.ts-product-categories-widget ul {
		gap: 15px;
	}
	:where(.product-style-v2, .product-style-v4) .widget_product_categories ul,
	:where(.product-style-v2, .product-style-v4) .ts-product-categories-widget ul {
		gap: 20px;
	}
	.ts-blogs.columns-1.has-nav > .content-wrapper:first-child {
		padding-left: 100px;
		padding-right: 100px;
	}
	.sr7-btn .icon-btn-arrow {margin-left: 20px; /* rtl */}
}

@media (min-width: 1501px){
	:root {
		--ts-content-padding: 70px;
		--ts-section-gap: 100px;
		--ts-site-max-width: 1420px;
		--ts-float-sidebar-width: 400px;
		--filter-gap: 40px;
	}
	.product-style-v5 {
		--ts-summary-gap: 40px;
	}
	:where(.product-style-v2, .product-style-v4, .product-style-v6) {
		--ts-section-gap: 150px;
	}
	.product-style-v3 {
		--ts-section-gap: 120px;
	}
	.product-style-v2.layout-fullwidth,
	.product-style-v2 .main-content-fullwidth {
		--blogs-gap-h: 60px;
		--swiper-nav-width: 50px;
		--swiper-nav-height: 50px;
	}
	#main > .page-container {
		min-height: 640px;
		--ts-sidebar-width: 286px;
		--ts-sidebar-gap: 48px;
	}
	:is(.product-style-v5, .product-style-v6).layout-fullwidth:not(.woocommerce-cart),
	:is(.product-style-v5, .product-style-v6):not(.woocommerce-cart) .main-content-fullwidth {
		--ts-btn-padding-top: 18px;
	}
	:is(.product-style-v5,.product-style-v6) .quickshop-container div.product .quantity .number-button:after,
	:is(.product-style-v5,.product-style-v6).single-product #primary > div.product .quantity .number-button:after {
		padding-top: 11px;
	}
	.product-style-v5 #main > .page-container {
		--ts-sidebar-width: 360px;
	}
	.product-style-v6 #main > .page-container {
		--ts-sidebar-width: 346px;
	}
	.ts-blogs.columns-1.has-nav > .content-wrapper:first-child {
		padding-left: 140px;
		padding-right: 140px;
	}
	body:not(.woocommerce.archive) #main > .page-container {
		--ts-sidebar-width: 320px;
	}
	.ts-pagination {
		margin-top: 60px;
	}
	.product-style-v2 .ts-pagination,
	.product-style-v4 .ts-pagination {
		margin-top: 80px;
	}
	body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post):not(.layout-fullwidth) #main .page-container,
	body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post) #main:not(.main-content-fullwidth) .page-container {
		padding-left: 0;
		padding-right: 0;
	}
	.container,
	.ts-compare-popup .content-wrapper,
	.breadcrumb-title-wrapper .container,
	.product-style-v5 .breadcrumb-title-wrapper .breadcrumb-title > *,
	.elementor-page .page-container:is(.has-1-sidebar, .has-2-sidebar),
	body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post).layout-fullwidth #main .page-container,
	body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page, .single-post) #main.main-content-fullwidth .page-container {
		padding-left: var(--ts-content-padding);
		padding-right: var(--ts-content-padding);
	}
	
	/*** Wide layout ***/
	body .ts-compare-popup .content-wrapper,
	body:not(.layout-fullwidth):not(.boxed) .ts-header:not(.header-fullwidth) .container,
	body:not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) .container,
	body:not(.layout-fullwidth):not(.boxed) .footer-container:not(.footer-fullwidth) .container,
	body:not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) .breadcrumb-title-wrapper .container,
	body.product-style-v5:not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) .breadcrumb-title-wrapper .breadcrumb-title > *,
	body:is(.page-template-blog-template, :not(.elementor-page), .woocommerce-page.elementor-page ):not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) .page-container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: var(--ts-site-max-width);
	}
	body:not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) #shop-top-area aside:after {
		left: 0;
		right: 0;
	}
	body:not(.layout-fullwidth):not(.boxed) #main:not(.main-content-fullwidth) .e-con-boxed:not(.e-child),
	body:not(.layout-fullwidth):not(.boxed) .ts-header:not(.header-fullwidth) .ts-megamenu .e-con-boxed:not(.e-child),
	body:not(.layout-fullwidth):not(.boxed) .footer-container:not(.footer-fullwidth) .e-con-boxed:not(.e-child) {
		--container-max-width: var(--ts-site-max-width);
		--container-default-padding-inline-end: 0;
		--container-default-padding-inline-start: 0;
		--container-default-padding-right: 0;
		--container-default-padding-left: 0;
	}
	/**/
}

/*-------------------------------------------------------------------------------------------------------------
	5. LAZYLOAD
/*------------------------------------------------------------------------------------------------------------*/
@keyframes placeHolderShimmer{
  0% {
    background-position: -1200px 0
  }
  100% {
    background-position: 1200px 0
  }
}
.ts-elementor-lazy-load .placeholder-widget-title:before,
.type-product-tabs .placeholder-widget-title,
.placeholder-item .placeholder-thumb,
.placeholder-item .placeholder-title,
.placeholder-item .placeholder-subtitle,
.placeholder-tabs .placeholder-tab-item {
	background: #ebebeb;
}
.elementor-widget-ts-blogs,
.elementor-element:has(.ts-elementor-lazy-load.type-testimonial),
.elementor-element.e-con:has(.ts-elementor-lazy-load:not(.type-product)):only-child,
.elementor-widget-heading ~ .elementor-element:has(.ts-elementor-lazy-load:not(.type-product)),
.ts-elementor-lazy-load {
	width: 100%;
}
.elementor-element.e-con:has(.ts-elementor-lazy-load.type-product):only-child {
	width: var(--width);
}
.ts-elementor-lazy-load .placeholder-items.partial-right {
	width: auto !important;
}
.ts-elementor-lazy-load .placeholder-items {
	width: 100%;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(var(--lazy-cols), 1fr);
}
.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-items {
	gap: 1px;
}
.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-thumb {border-radius: 0;}
.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
	gap: var(--ts-product-v-gap) var(--ts-product-h-gap);
}
:where(.product-style-v2,.product-style-v3) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-item {
	height: var(--lazy-thumb-height);
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
:where(.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {gap: 1px;}
:where(.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-item {
    outline: 1px solid var(--ts-product-border);
	padding: var(--ts-product-padding);
}
.product-style-v4 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-item {
    border: 1px solid var(--ts-product-border);
	padding: var(--ts-product-padding);
}
.product-style-v4 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-thumb {
	width: 100%;
}
.product-style-v4 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-item {
    border-radius: 20px;
	background: var(--ts-body-bg);
	align-items: center;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal.is-slider {
	height: var(--lazy-thumb-height);
	overflow: hidden;
}
.ts-elementor-lazy-load.type-special-product .placeholder-items .placeholder-item .placeholder-title,
.ts-elementor-lazy-load.type-special-product .placeholder-items .placeholder-item .placeholder-subtitle,
:where(.product-style-v2,.product-style-v3) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items .placeholder-item > *,
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal .placeholder-item > * {
	display: none;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal .placeholder-item {
	width: auto;
	min-width: 200px;
	height: var(--lazy-thumb-height);
	background: #ebebeb;
	border-radius: 100px;
}
.ts-elementor-lazy-load .placeholder-items .placeholder-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item,
.ts-elementor-lazy-load.type-grouped-product .placeholder-items .placeholder-item {
	display: grid;
    grid-template-columns: 36% minmax(0, 1fr);
    align-items: center;
	gap: 20px;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
    grid-template-columns: 50% minmax(0, 1fr);
	gap: 40px;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-thumb,
.ts-elementor-lazy-load.type-grouped-product .placeholder-items .placeholder-thumb,
.ts-elementor-lazy-load .placeholder-items.list .placeholder-thumb {
    grid-area: 1 / 1 / 3 / 2;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-title,
.ts-elementor-lazy-load.type-grouped-product .placeholder-items .placeholder-title,
.ts-elementor-lazy-load .placeholder-items.list .placeholder-title {
	grid-area: 1 / 2 / 2 / 3;
	align-self: flex-end;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-subtitle,
.ts-elementor-lazy-load.type-grouped-product .placeholder-items .placeholder-subtitle,
.ts-elementor-lazy-load .placeholder-items.list .placeholder-subtitle {
	grid-area: 2 / 2 / 3 / 3;
    align-self: flex-start;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-subtitle,
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-title {
	height: 20%;
	min-height: 16px;
}
.placeholder-item .placeholder-thumb {
	height: var(--lazy-thumb-height);
	position: relative;
}
.placeholder-item .placeholder-thumb,
.placeholder-item .placeholder-title,
.placeholder-item .placeholder-subtitle {
	border-radius: var(--ts-border-radius);
}
.product-style-v5 .placeholder-item .placeholder-thumb,
.product-style-v5 .placeholder-item .placeholder-title,
.product-style-v5 .placeholder-item .placeholder-subtitle {
	border-radius: 0;
}
.ts-elementor-lazy-load.loaded .placeholder-item .placeholder-thumb {
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}
:where(.product-style-v2,.product-style-v3) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs).loaded .placeholder-items .placeholder-item:after,
.ts-elementor-lazy-load.loaded .placeholder-item .placeholder-thumb:after {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #ebebeb;
	background: linear-gradient(to right, #ebebeb 8%, #f5f5f5 18%, #ebebeb 33%);
	background-size: 1200px 1200px;
	transform: rotate(45deg);
	position: absolute;
	left: 0;/* rtl */
	top: -450px;
	content: "";
	width: 1200px;
	height: 1200px;
}
.placeholder-tabs {
	display: flex;
	gap: 5px 20px;
}
.placeholder-tabs .placeholder-tab-item {
	width: 100px;
	height: 20px;
}
:where(.product-style-v5, .product-style-v6) .placeholder-tabs .placeholder-tab-item:not(:first-child) {margin: 0;}
:where(.product-style-v5, .product-style-v6) .placeholder-tabs .placeholder-tab-item {
	width: 100%;
	max-width: 250px;
	height: 30px;
}
.elementor-widget-ts-products-in-category-tabs .type-product-tabs .placeholder-tabs {
	margin: 0; 
}
.elementor-widget-ts-products-in-category-tabs .type-product-tabs {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.elementor-widget-ts-products-in-category-tabs .ts-elementor-lazy-load .placeholder-items {
	margin-top: 30px;
}
.placeholder-tabs,
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title {
    margin-bottom: 30px;
	position: relative;
}
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	border-radius: var(--ts-border-radius);
}
.product-style-v6 .placeholder-tabs .placeholder-tab-item,
.product-style-v6 .placeholder-item .placeholder-title, 
.product-style-v6 .placeholder-item .placeholder-subtitle,
.product-style-v6 .ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before {
	border-radius: 30px;
}
.product-style-v6 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-thumb {
    border-radius: 100px;
}
:where(.product-style-v2,.product-style-v3,.product-style-v5) .ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before {
	border-radius: 0;
}
.type-product-tabs .placeholder-widget-title,
.elementor-widget-ts-products-in-product-type-tabs .placeholder-tabs .placeholder-tab-item,
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before {
	width: 100%;
	max-width: 250px;
	height: 30px;
}
.placeholder-item .placeholder-title,
.placeholder-item .placeholder-subtitle {height: 16px;}
.placeholder-item .placeholder-title {width: 80%;}
.placeholder-item .placeholder-subtitle {width: 50%;}

.ts-elementor-lazy-load.type-product-category .placeholder-items  .placeholder-item {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-default-bg.direction-vertical .placeholder-thumb,
.ts-elementor-lazy-load.type-product-category .placeholder-items.style-icon .placeholder-thumb {
	width: 100%;
    height: auto;
    min-height: var(--lazy-thumb-height);
    aspect-ratio: 1;
	border-radius: 50%;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items .placeholder-thumb {
	width: 100%;
}
.ts-elementor-lazy-load.type-product-category .placeholder-items .placeholder-item .placeholder-title,
.ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-title {width: 70%; max-width: 100%;}
:where(.product-style-v2,.product-style-v3,.product-style-v4) .ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-title,
:where(.product-style-v2,.product-style-v3,.product-style-v4) .ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-subtitle {
	margin-left: auto;
	margin-right: auto;
}
:where(.product-style-v2,.product-style-v3,.product-style-v4) .ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-title {order: 1;}
:where(.product-style-v2,.product-style-v3,.product-style-v4) .ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-subtitle {width: 40%;}
.ts-elementor-lazy-load.type-testimonial .placeholder-items .placeholder-item {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 30px;
    width: 100%;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-items.columns-1 .placeholder-item {
	max-width: 1100px;
	margin: 0 auto;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1) {
    gap: 100px;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-item .placeholder-thumb {
    width: 100%;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-item .placeholder-subtitle {display: none;}
.ts-elementor-lazy-load.type-testimonial .placeholder-item .placeholder-title {
    max-width: 100%;
	width: 150px;
}
.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-title {flex: 1;}
.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-thumb {
	width: var(--lazy-thumb-height);
	border-radius: 50%;
}
.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
	flex-direction: row;
	gap: 20px;
}
.product-style-v5 .ts-elementor-lazy-load {
	outline: 1px solid var(--ts-product-border);
	overflow: hidden;
}
.product-style-v5 .ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1),
.product-style-v5 .ts-elementor-lazy-load:not(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
	gap: 1px;
}
.product-style-v5 .ts-elementor-lazy-load .placeholder-widget-title {
	padding: var(--ts-product-padding);
}
.product-style-v5 .ts-elementor-lazy-load:not(.type-product, .type-product-deals, .type-product-tabs) .placeholder-item {
	outline: 1px solid var(--ts-product-border);
	padding: var(--ts-product-padding);
}
.product-style-v5 .ts-elementor-lazy-load.type-testimonial .placeholder-item {align-items: flex-start;}
.product-style-v6 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) {
	background: var(--ts-product-bg);
    border-radius: 20px;
    overflow: hidden;
    transform: translateZ(0);
}
.product-style-v6 .ts-elementor-lazy-load:is(.type-product, .type-product-deals) .placeholder-widget-title {
	padding: var(--ts-product-padding);
	margin: 0;
}
.product-style-v6 .ts-elementor-lazy-load.type-product-category .placeholder-items.style-big-text.direction-horizontal .placeholder-title {display: none;}
.product-style-v6 .ts-elementor-lazy-load.type-product-category .placeholder-items.style-big-text.direction-horizontal .placeholder-thumb {border-radius: 20px;}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-title {width: auto; align-self: center;}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-subtitle {display: none;}
.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-thumb {
	border-radius: var(--ts-border-radius);
}
.product-style-v6 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list {gap: 0;}
.product-style-v6 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list.columns-1 .placeholder-item:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-width: 0 0 1px;
	border-style: solid;
}
@media only screen and (min-width: 1201px){
	.product-style-v5 .ts-elementor-lazy-load {
		display: flex;
		overflow: hidden;
	}
	.product-style-v5 .ts-elementor-lazy-load .placeholder-widget-title {
		width: 20%;
	}
	.product-style-v5 .ts-elementor-lazy-load .placeholder-items {flex: 1;}
}
@media only screen and (max-width: 1200px){
	.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-items {
		grid-template-columns: repeat(5, 1fr);
	}
	.product-style-v6 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-widget-title,
	.product-style-v5 .ts-elementor-lazy-load .placeholder-widget-title {
		border-bottom: 1px solid var(--ts-product-border);
		margin: 0;
	}
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(5, 1fr);
	}
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.partial-right,
	.product-style-v6 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.partial-right,
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items:is(.columns-1,.columns-2,.columns-3,.columns-4) {
		grid-template-columns: repeat(var(--lazy-cols), 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.partial-right {
		grid-template-rows: 1fr repeat(var(--lazy-cols), 0);
		grid-row-gap: 0 !important;
	}
	:where(.product-style-v5) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(4, 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.partial-right:is(.columns-1,.columns-2,.columns-3),
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items:is(.columns-1,.columns-2,.columns-3) {
		grid-template-columns: repeat(var(--lazy-cols), 1fr);
	}
	.product-style-v5 .ts-elementor-lazy-load.type-product-tabs .placeholder-tabs {
		width: 100%;
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items {
		grid-template-columns: repeat(7, 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.is-slider {
		grid-template-rows: 1fr repeat(var(--lazy-cols), 0);
		grid-row-gap: 0 !important;
	}
	.product-style-v5 .ts-elementor-lazy-load:not(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.is-slider {
		margin-bottom: -1px;
	}
	.ts-elementor-lazy-load .placeholder-items.is-slider {
		overflow: hidden;
	}
	.ts-elementor-lazy-load.type-blog .placeholder-items {
		grid-template-columns: repeat(3,1fr);
	}
	.ts-elementor-lazy-load.type-blog .placeholder-items:is(.columns-1,.columns-2) {
		grid-template-columns: repeat(var(--lazy-cols), 1fr);
	}
	.ts-elementor-lazy-load.type-testimonial .placeholder-items .placeholder-item {
		gap: 20px;
		max-width: 80%;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-testimonial .placeholder-items .placeholder-item {
		max-width: 100%;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items {
        grid-template-columns: 1fr;
    }
	.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal .placeholder-item {
		min-width: 170px;
	}
	.ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1) {
		gap: 50px;
	}
	.ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1) .placeholder-item {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1025px){
	.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-items {
		grid-template-columns: repeat(4, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.style-default-bg.direction-vertical {
		grid-template-columns: repeat(5, 1fr);
	}
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width: 991px){
	.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-items {
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load.type-grouped-product .placeholder-items .placeholder-item {
		grid-template-columns: 36% minmax(0, 1fr);
	}
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.partial-right {
		grid-template-columns: repeat(4, 1fr);
	}
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items {
		grid-template-columns: repeat(5, 1fr);
	}
	.ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1),
	.ts-elementor-lazy-load.type-blog .placeholder-items {
		grid-template-columns: repeat(2,1fr);
	}
	:where(.product-style-v4,.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items,
	:where(.product-style-v4,.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.partial-right {
		grid-template-columns: repeat(4, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.style-default-bg.direction-vertical {gap: 14px;}
}
@media only screen and (max-width: 800px){
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 767px){
	.type-product-tabs .placeholder-widget-title, .elementor-widget-ts-products-in-product-type-tabs .placeholder-tabs .placeholder-tab-item, .ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before {
		max-width: 160px;
		height: 26px;
	}
	.placeholder-tabs .placeholder-tab-item {
		width: 80px;
	}
	.elementor-widget-ts-products-in-category-tabs .type-product-tabs {
		justify-content: center;
	}
	.ts-elementor-lazy-load .placeholder-items.partial-right,
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items {
		grid-template-columns: repeat(4, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.style-auto-width.direction-horizontal .placeholder-item {
		min-width: 120px;
	}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-thumb {width: var(--lazy-thumb-height); max-width: 100%;}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item .placeholder-title,
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item .placeholder-subtitle {height: 16px; margin: 0 auto;}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item .placeholder-title {width: 50%;}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item .placeholder-subtitle {width: 30%;}
	.product-style-v5 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-style-v6 .ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
		justify-content: center;
	}
	.ts-elementor-lazy-load .placeholder-items .placeholder-item {
		flex-wrap: wrap;
	}
	.ts-elementor-lazy-load.type-testimonial .placeholder-items .placeholder-item {
        max-width: 100%;
    }
	.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item .placeholder-title {
		width: 70% !important;
		height: 16px;
	}
	.ts-elementor-lazy-load.type-blog .placeholder-items.layout-list .placeholder-item {
		gap: 20px;
	}
}
@media only screen and (max-width: 480px){
	.ts-elementor-lazy-load:is(.type-product-brand,.type-logo) .placeholder-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.ts-elementor-lazy-load .placeholder-items.partial-right.columns-3,
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.columns-3,
	:where(.product-style-v4,.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items,
	:where(.product-style-v4,.product-style-v5,.product-style-v6) .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items:is(.columns-4,.columns-3),
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items.partial-right,
	.ts-elementor-lazy-load .placeholder-items.partial-right,
	.product-style-v3 .ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items,
	.ts-elementor-lazy-load:is(.type-product, .type-product-deals, .type-product-tabs) .placeholder-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items {
		grid-template-columns: repeat(3, 1fr);
	}
	.ts-elementor-lazy-load.type-blog .placeholder-items.columns-2,
	.ts-elementor-lazy-load.type-testimonial .placeholder-items,
	.ts-elementor-lazy-load.type-testimonial .placeholder-items:not(.columns-1),
	.ts-elementor-lazy-load.type-blog .placeholder-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.style-default-bg.direction-vertical {
        grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}