<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
1. CUSTOM ANIMATION
2. CUSTOM DEFAULT / UNIT TEST
3. CUSTOM PLUGIN
4. CUSTOM PAGE LAYOUT / ELEMENTOR
5. LAZYLOAD
*/
/*-------------------------------------------------------------------------------------------------------------
	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(-5px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@keyframes animation_tranlate_right{0%{opacity: 0;visibility: hidden;transform: translateX(-5px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@-webkit-keyframes animation_tranlate_left{0%{opacity: 0;visibility: hidden;transform: translateX(5px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@keyframes animation_tranlate_left{0%{opacity: 0;visibility: hidden;transform: translateX(5px);}100%{opacity: 1;visibility: visible;transform: translateX(0);}}
@keyframes shake{10%, 90%{transform: translate3d(-1px, 0, 0);}20%, 80%{transform: translate3d(2px, 0, 0);}30%, 50%, 70%{transform: translate3d(-2px, 0, 0);}40%, 60%{transform: translate3d(3px, 0, 0);}}
@-webkit-keyframes shake{10%, 90%{-webkit-transform: translate3d(-1px, 0, 0);}20%, 80%{-webkit-transform: translate3d(2px, 0, 0);}30%, 50%, 70%{-webkit-transform: translate3d(-2px, 0, 0);}40%, 60%{-webkit-transform: translate3d(3px, 0, 0);}}
@keyframes marquee{0%{transform: translate3d(0,0,0);}100%{transform: translate3d(-100%,0,0);}}
@-webkit-keyframes marquee{0%{transform: translate3d(0,0,0);}100%{transform: translate3d(-100%,0,0);}}
@keyframes bounce{30% {transform:translateY(0%);}50% {transform:translateY(-20%);}70% {transform:translateY(0%);}80% {transform:translateY(-10%);}90% {transform:translateY(0%);}99% {transform:translateY(-5%);}100% {transform:translateY(0);}}
@-webkit-keyframes bounce{30% {transform:translateY(0%);}50% {transform:translateY(-20%);}70% {transform:translateY(0%);}80% {transform:translateY(-10%);}90% {transform:translateY(0%);}99% {transform:translateY(-5%);}100% {transform:translateY(0);}}
@keyframes bounce2{30% {transform:translateY(0%);}50% {transform:translateY(20%);}70% {transform:translateY(0%);}80% {transform:translateY(10%);}90% {transform:translateY(0%);}99% {transform:translateY(5%);}100% {transform:translateY(0);}}
@-webkit-keyframes bounce2{30% {transform:translateY(0%);}50% {transform:translateY(20%);}70% {transform:translateY(0%);}80% {transform:translateY(10%);}90% {transform:translateY(0%);}99% {transform:translateY(5%);}100% {transform:translateY(0);}}
@-moz-keyframes shine{100%{left: 125%;}}
@-webkit-keyframes 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%;}}
/*-------------------------------------------------------------------------------------------------------------
	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,label,body,input,textarea,keygen,select,button,html body #yith-woocompare{
	font-family: var(--ts-pr-font-family);
	font-weight: var(--ts-pr-font-weight);
	font-style: var(--ts-pr-font-style);
	line-height: var(--ts-pr-line-height);
	letter-spacing: var(--ts-pr-letter-spacing);
	font-size: var(--ts-body-font-size);
	color: var(--ts-text-color);
}
h1,h2,h3,h4,h5,h6,html body &gt; h1,.column-tabs ul.tabs &gt; li, body #yith-woocompare table.compare-list tbody th{
	font-family: var(--ts-heading-font-family);
	font-weight: var(--ts-heading-font-weight);
	font-style: var(--ts-heading-font-style);
	line-height: var(--ts-heading-line-height);
	letter-spacing: var(--ts-heading-letter-spacing);
	color: var(--ts-heading-color);
}
dt,label,p &gt; label,fieldset div &gt; label,table thead th,fieldset legend,html input:focus:invalid:focus,html select:focus:invalid:focus,#yith-wcwl-popup-message,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: var(--ts-heading-color);}
strong{font-weight: 800;}
.hightlight, .hightlight &gt; *{color: var(--ts-hightlight) !important;}
.ts-search-result-container .hightlight, .ts-search-result-container .hightlight &gt; *{color: var(--ts-primary-color) !important;}
.comments-area .add-comment .comments-count, .woocommerce div.product .ts-variation-price &gt; .price, .yith-wfbt-submit-block .total_price, .summary .quantity &gt; label, .widget-container .wp-block-search__label, .widget_rss ul li &gt; a.rsswidget, .elementor-widget-text-editor h4[class^="tb-icon-"], .elementor-widget-text-editor h4[class*=" tb-icon-"], #review_form_wrapper .comment-reply-title, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .yith-wfbt-items .price, .elementor-widget-wp-widget-woocommerce_widget_cart .total, #add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button, .price, .products .meta-wrapper &gt; .price, .woocommerce-grouped-product-list-item__price, .wishlist_table li .item-details table.item-details-table .amount.woocommerce-Price-amount, .woocommerce table.shop_table .amount.woocommerce-Price-amount{font-weight: 700;}
h1{	font-size: var(--ts-h1-font-size);}
h2,article.single-post &gt; header &gt; .entry-title,.ts-product-deals-wrapper.heading-left .shortcode-heading-wrapper .shortcode-title,.ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper .widget-title{
	font-size: var(--ts-h2-font-size);
}
h3,.column-tabs ul.tabs &gt; li,.woocommerce div.product .summary .product_title,#customer_login h2,.account-content h2,.list-posts article header .heading-title,.ts-blogs article header .heading-title,.woocommerce .product-category .meta-wrapper .description,body.error404 .not-found h1,.cart-collaterals .cart_totals &gt; h2,.theme-title .heading-title,#comment-wrapper .heading-title,.comments-title .heading-title,.woocommerce .cross-sells &gt; h2,.woocommerce .up-sells &gt; h2,.woocommerce .related &gt; h2,.woocommerce.related &gt; h2,.comments-area .add-comment .comments-count,#commentform .form-submit,.woocommerce-order-details .woocommerce-order-details__title,.elementor-widget[data-widget_type^="wp-widget-"] .elementor-widget-container &gt; h5{
	font-size: var(--ts-h3-font-size);
}
h4,.widget-container .widget-title-wrapper .widget-title,.widget-container .widget-title-wrapper .widgettitle,.woocommerce-page #ts-filter-widget-area .widget-container.ts-social-icons .widget-title-wrapper .widget-title, .woocommerce-page #left-sidebar .widget-container.ts-social-icons .widget-title-wrapper .widget-title,.woocommerce-page #right-sidebar .widget-container.ts-social-icons .widget-title-wrapper .widget-title,.ts-blogs.columns-3 article header .heading-title,.ts-list-of-product-categories-wrapper h3.heading-title,.elementor-widget-wp-widget-ts_instagram h5,.has-1-sidebar .ts-blogs.columns-2 article header .heading-title,.has-2-sidebar .ts-blogs.columns-2 article header .heading-title,.woocommerce div.product .woocommerce-tabs ul.tabs,.commentlist li #comment-wrapper .heading-title,#reviews .woocommerce-Reviews-title,#review_form_wrapper .comment-reply-title,.widget-container .wp-block-search__label,.widget-container .wp-block-group h2{
	font-size: var(--ts-h4-font-size);
}
h5,div.product .summary #reviews .woocommerce-Reviews-title,div.product .summary #review_form_wrapper .comment-reply-title{
	font-size: var(--ts-h5-font-size);
}
h6,.footer-container .elementor-widget-container &gt; h5,.ts-megamenu-container .elementor-widget .elementor-widget-container h5,.woocommerce-account .woocommerce-MyAccount-navigation ul li,.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title,.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,.comment_list_widget .comment-body,.widget_rss ul li &gt; a.rsswidget{
	font-size: var(--ts-h6-font-size);
}
a{color: var(--ts-link-color);}
a:hover{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-phone,.visible-ipad{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 &gt; li:hover{cursor: pointer;}
.column-tabs ul.tabs &gt; li:hover,.column-tabs ul.tabs &gt; li.current{color: var(--ts-primary-color);}
/*** Custom Scrollbar ***/
#page ::-webkit-scrollbar,.ts-sidebar-content::-webkit-scrollbar,.ts-sidebar-content ::-webkit-scrollbar,#ts-quickshop-modal div.product ::-webkit-scrollbar,.select2-results__options::-webkit-scrollbar{
	width: 4px;
	height: 4px;
	border-radius: 2px;
	cursor: pointer;
}
#page ::-webkit-scrollbar-track,.ts-sidebar-content::-webkit-scrollbar-track,.ts-sidebar-content ::-webkit-scrollbar-track,#ts-quickshop-modal div.product ::-webkit-scrollbar-track,.select2-results__options::-webkit-scrollbar-track{
	background-color: #f0f0f0;
}
#page ::-webkit-scrollbar-thumb,.ts-sidebar-content::-webkit-scrollbar-thumb,.ts-sidebar-content ::-webkit-scrollbar-thumb,#ts-quickshop-modal div.product ::-webkit-scrollbar-thumb,.select2-results__options::-webkit-scrollbar-thumb{
	background-color: #d7d7d7;
	border-radius: 2px;
	cursor: pointer;
}
#page .widget-container ::-webkit-scrollbar-thumb{
	background-color: #000000;
}
/*** Unit Test ***/
.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;}
.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;}
.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,.wp-block-comment-template li{list-style: none;}
.wp-block-post-template &gt; li{padding: 1.5rem 0;border-width: 0 0 1px;border-style: dotted;}
.wp-block-post-template &gt; 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: 30px;}
.is-style-outline&gt;.wp-block-button__link, .wp-block-button__link.is-style-outline{border-width: 1px;}
.is-style-squared&gt;.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{margin-top: 10px !important;display: block;font-size: 13px;line-height: 1.5;font-weight: 500;font-style: normal;}
.wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date{text-transform: uppercase;}
.wp-block-latest-posts__post-date{margin: 5px 0 0;}
.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 &gt; .content-wrapper blockquote.wp-block-quote.has-text-align-right:before{float: right;transform: scaleX(-1);}
blockquote.wp-block-quote.has-text-align-right &gt; *:first-child,article.single-post .entry-content &gt; .content-wrapper blockquote.wp-block-quote.has-text-align-right &gt; *: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, .wp-block-image{margin-bottom: 30px;}
.wp-block-image figcaption{margin-top: 10px;text-align: center;}
.wp-block-image figcaption &gt; h1, .wp-block-image figcaption &gt; h2, .wp-block-image figcaption &gt; h3 .wp-block-image figcaption &gt; h4, .wp-block-image figcaption &gt; h5, .wp-block-image figcaption &gt; 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, .blocks-gallery-grid:not(.has-nested-images),.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;}
.wp-block-group.has-background{padding: 20px;margin-bottom: 20px;}
.wp-block-group__inner-container &gt; *:last-child{margin-bottom: 0;}
.wp-block-search__label{margin-bottom: 20px;padding-bottom: 0;}
.short-content &gt; .twitter-tweet:first-child{padding-top: 17px;}
.short-content &gt; .alignnone:last-child, .short-content &gt; .aligncenter:last-child, .short-content &gt; .alignleft:last-child, .short-content &gt; .alignright:last-child, .short-content &gt; *:last-child .alignnone:last-child, .short-content &gt; *:last-child .aligncenter:last-child, .short-content &gt; *:last-child .alignleft:last-child, .short-content &gt; *:last-child .alignright:last-child, .short-content &gt; *:last-child a.wp-block-button__link:last-child, .content-wrapper &gt; .alignnone:last-child, .content-wrapper &gt; .aligncenter:last-child, .content-wrapper &gt; .alignleft:last-child, .content-wrapper &gt; .alignright:last-child, .content-wrapper &gt; *:last-child .alignnone:last-child, .content-wrapper &gt; *:last-child .aligncenter:last-child, .content-wrapper &gt; *:last-child .alignleft:last-child, .content-wrapper &gt; *:last-child .alignright:last-child, .content-wrapper &gt; *:last-child a.wp-block-button__link:last-child, #primary &gt; article.page &gt; .alignnone:last-child, #primary &gt; article.page &gt; .aligncenter:last-child, #primary &gt; article.page &gt; .alignleft:last-child, #primary &gt; article.page &gt; .alignright:last-child, #primary &gt; article.page &gt; *:last-child .alignnone:last-child, #primary &gt; article.page &gt; *:last-child .aligncenter:last-child, #primary &gt; article.page &gt; *:last-child .alignleft:last-child, #primary &gt; article.page &gt; *:last-child .alignright:last-child, #primary &gt; article.page &gt; *:last-child a.wp-block-button__link:last-child{margin-bottom: 0 !important;}.wp-block-media-text{margin-bottom: 20px;}
.alignnone{clear: both;margin: 10px 0 10px 0;}
.alignleft{clear: both;float: left!important;margin: 0 20px 20px 0 !important;max-width: 100%;height: auto;}
.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 &gt; *[class*="wp-block-"]{margin-bottom: 20px;}
.wp-block-file .wp-block-file__button{background: #32373c;color: #ffffff !important;}
.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{color: var(--ts-link-color);}
.wp-block-rss li &gt; div{display: inline-block;}
.wp-block-calendar .wp-calendar-nav{display: flex;flex-flow: row wrap;justify-content: space-between;}
.wp-block-latest-comments__comment-excerpt p{font-size: 1em;}
.ts-sidebar .wp-block-latest-comments__comment-excerpt p{
    margin: 15px 0;
    font-size: var(--ts-h6-font-size);
	color: var(--ts-text-color);
}
.entry-summary .short-content &gt; .wp-block-archives-list:not(:last-child), .entry-summary .short-content &gt; .wp-block-archives-dropdown:not(:last-child), .entry-summary .short-content &gt; .wp-block-calendar:not(:last-child), .entry-summary .short-content &gt; .wp-block-categories:not(:last-child), .entry-summary .short-content &gt; .wp-block-latest-comments:not(:last-child), .entry-summary .short-content &gt; .wp-block-latest-posts:not(:last-child),.entry-summary .short-content &gt; .wp-block-search:not(:last-child), .entry-summary .short-content &gt; .wp-block-rss:not(:last-child){margin-bottom: 40px;}article &gt; p{clear: both }
body.page article &gt; 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 &gt; 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: 5%;}
.wp-block-pullquote.has-background blockquote{background: transparent;}
.wp-block-pullquote.has-background blockquote:before{color: inherit;}
.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;}
.wp-block-table table{margin-bottom: 15px;}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border: 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.8rem;}
big{font-size: 1.5rem;}
h1,h2,h3,h4,h5,h6{margin: 0 0 18px 0;}
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 .elementor-widget-container &gt; ul li{list-style: disc inside none;}
ul ul &gt; li,.elementor-widget-text-editor .elementor-widget-container &gt; ul ul li{list-style: circle inside none;}
ul ul ul &gt; li,.elementor-widget-text-editor .elementor-widget-container &gt; 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;}
dt,dd{line-height: 18px;}
dt{font-weight: bold;}
dd{margin: 12px 0 30px 0;}
body blockquote{font-size: var(--ts-blockquote-font-size);color: var(--ts-blockquote-text-color);font-size: 2rem;line-height: 1.7;position: relative;padding: 5%;background: var(--ts-blockquote-bg-color); color: var(--ts-blockquote-text-color);border-radius: 10px;}
blockquote:before{content: "\e9bf";font-family: 'tb-icon';font-weight: normal;font-style: normal;line-height: 1;letter-spacing: 0;font-size: 2.3rem;margin-bottom: 5px;display: block;color: var(--ts-blockquote-icon-color);}
blockquote.wp-block-quote.is-style-large:before{font-size: 2em;}
blockquote p{margin: 0 0 10px;}
blockquote p:last-child{margin-bottom: 0;}
blockquote .entry-meta-middle{margin-top: 18px;}
html pre{border:0;border-radius:0;background:#f0f0f0;-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:#f0f0f0}
body table code{white-space: normal}
table{border-width:1px;border-style:solid;border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:100%;width:100%;word-wrap:break-word;margin-bottom:30px}
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 0 15px 20px;max-width:100%;table-layout:auto;margin-bottom:20px}
table td,table th{border-width: 0 0 1px 0;border-style: solid;line-height: 22px;padding: 15px 0 15px 20px; /*rtl*/text-align: left; /*rtl*/}
table td:last-child,table th:last-child{padding-left: 20px;padding-right: 20px}
table tfoot tr,table tfoot th{background: transparent}
form table{margin-bottom: 0;}
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}
/**/
.ts-video.auto-size{position: relative;padding: 0;padding-bottom: 56.25%;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;}
.entry-content .content-wrapper a{text-decoration: underline;}
.aligncenter,.ts-aligncenter{text-align: center;position:relative;z-index: 1;backface-visibility: hidden;}
.ts-alignright{text-align: right;}
.ts-alignleft{text-align: left;}
.sub-menu.hide{display: none !important;}
body.tribe-theme-ecomall .datepicker table tr td span{height: 34px;line-height: 34px;}
body.tribe-theme-ecomall .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:20px 20px 10px;margin:20px 0}
#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:-2px 3px 0 0; /*rtl*/}
html input:focus:invalid:focus,html select:focus:invalid:focus{color:#999}
small{font-size:85%}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus{-webkit-box-shadow: 0 0 0 50px #fff inset  !important;}
body .select2-container--default .select2-selection--single .select2-selection__rendered,body select.dokan-form-control,select{line-height:22px;font-weight:var(--ts-pr-font-weight);}
body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{height:22px}
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"], .woocommerce .quantity input.qty, .quantity input.qty, 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, body .select2-container-default .select2-selection--ts-multiple, body .select2-container--default .select2-selection--single .select2-selection__rendered{
	filter:none!important;
	padding:12px 26px;
	width:100%;
	box-shadow:none;
	vertical-align:bottom;
	border-width:1px;
	border-style:solid;
	border-radius: 6px;
	line-height:24px;
	font-size: var(--ts-body-font-size);
	color: var(--ts-input-color);
	background-color: var(--ts-input-background-color);
	border-color: var(--ts-input-border);
}
body .select2-dropdown{padding: 10px;border-radius: 0;}
.woocommerce form .form-row.woocommerce-validated .select2-container{border:0;padding:0;}
::-webkit-input-placeholder{font-size: var(--ts-body-font-size); color: var(--ts-gray-color);}
:-moz-placeholder{font-size: var(--ts-body-font-size); color: var(--ts-gray-color);}
::-moz-placeholder{font-size: var(--ts-body-font-size); color: var(--ts-gray-color);}
:-ms-input-placeholder{font-size: var(--ts-body-font-size); color: var(--ts-gray-color);}
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--ts-single .select2-selection__placeholder{color: var(--ts-input-color);}
*, *: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, .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.modern_grid li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td{
	border-color: var(--ts-border);
}
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{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&gt;.select2-results__options li{list-style:none}
.select2-selection--single:focus,body .select2-container--default .select2-results&gt;.select2-results__options li,body .select2-container--default .select2-results&gt;.select2-results__options li:focus,body .select2-container--default .select2-results&gt;.select2-results__options li:hover{outline:0!important}
body .select2-container .select2-selection--single{height:auto;border:0}
body .select2-container--default .select2-selection--single{border-radius:0;overflow:hidden;display:block}
body .select2-container--open .select2-dropdown{top:-1px}
body .select2-container--open .select2-dropdown.select2-dropdown--above{top:1px}
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 rgba(0,0,0,.1)!important;margin:0; padding:7px 30px 7px 10px; /*rtl*/}
body .select2-container--default .select2-selection--single .select2-selection__arrow{height:20px;width:20px;top:14px;right:15px;/*rtl*/text-align:center}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{border-width:0!important;height:20px;margin:0;position:static}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before{font-size:20px;line-height:20px;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%;width:28px;transform: translateY(-50%);font-size:20px;text-align:center;right:8px; /*rtl*/}
body .select2-container--open .select2-dropdown--below{border-top-width:1px;border-style:solid;border-color:var(--ts-border);border-radius: 6px;}
body .select2-container--open .select2-dropdown--above{border-bottom-width:1px;border-style:solid;border-color:var(--ts-border);border-radius: 6px;}
body .select2-results{padding:0;margin:0}
body .select2-container--classic .select2-results&gt;.select2-results__options,body .select2-container--default .select2-results&gt;.select2-results__options{max-height:240px}
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;}
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: 35px; /*rtl*/ background-position: 95% 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*/}
body .select2-container--default .select2-selection--single .select2-selection__rendered{padding: 11px 30px 11px 20px; /*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: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, 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, .elementor-button-wrapper .elementor-button, .shopping-cart p.buttons a, a.wp-block-button__link, .ts-banner .ts-banner-button .button, .yith-woocompare-widget a.clear-all, .yith-woocompare-widget a.compare, .elementor-widget-wp-widget-yith-woocompare-widget a.clear-all, .elementor-widget-wp-widget-yith-woocompare-widget a.compare, body table.compare-list .add-to-cart td a:not(.unstyled_button), .wishlist_table .product-add-to-cart a, .wishlist_table .product-add-to-cart a.button, .ts-header nav &gt; ul.menu &gt; li.button &gt; a, .ts-header nav &gt; ul &gt; li.button &gt; a,.ts-shortcode &gt; .shop-more .shop-more-button,.footer-container a.button,.footer-container a.elementor-button,.wp-block-search .wp-block-search__button,.wc-block-components-button:not(.is-link){
	padding: 17px 30px;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	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);
	color: var(--ts-btn-color);
	background-color: var(--ts-btn-bg);
	border-color: var(--ts-btn-border);
}
.woocommerce .product .product-group-button-meta div.loop-add-to-cart .button{color: var(--ts-text-color);}
.ts-shortcode &gt; .shop-more .shop-more-button{padding: 8px 25px;}
.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, 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, .elementor-button-wrapper .elementor-button:hover, .ts-banner .ts-banner-button .button:hover, .shopping-cart p.buttons a:hover, a.wp-block-button__link:hover, .wishlist_table .product-add-to-cart a:hover, .wishlist_table .product-add-to-cart a.button:hover, .woocommerce div.product .summary form.cart .button:hover, .woocommerce div.product .summary .ts-buy-now-button:hover, .ts-header nav &gt; ul &gt; li.button &gt; a:hover, .ts-header nav &gt; ul.menu &gt; li.button &gt; a:hover, #comments .wcpr-filter-button:hover, .yith-woocompare-widget a.clear-all:hover, .yith-woocompare-widget a.compare:hover, .elementor-widget-wp-widget-yith-woocompare-widget a.clear-all:hover, .elementor-widget-wp-widget-yith-woocompare-widget a.compare: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,.woocommerce .product-group-button-meta div.loop-add-to-cart .button,.footer-container a.button:hover,.footer-container a.elementor-button:hover,.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],.is-style-outline&gt;.wp-block-button__link:not(.has-background):hover,.wp-block-button__link.is-style-outline:not(.has-background):hover,.wc-block-components-button:not(.is-link):hover{
	color: var(--ts-btn-hover-color);
	background-color: var(--ts-btn-hover-bg);
	border-color: var(--ts-btn-hover-border);
}
.woocommerce div.product .summary .ts-buy-now-button:hover{color: var(--ts-btn-hover-bg);border-color: var(--ts-btn-hover-bg);}
.yith-woocompare-widget a.clear-all,.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 .button,.woocommerce .widget_shopping_cart .buttons .button,.woocommerce.widget_shopping_cart .buttons .button,.ts-shortcode &gt; .shop-more .shop-more-button{
	background-color: var(--ts-btn-special-bg);
	border-color: var(--ts-btn-special-border);
	color: var(--ts-btn-special-color);
}
.list.woocommerce .product-wrapper .product-group-button-meta div.loop-add-to-cart .button:hover,
.woocommerce.list .product-group-button-meta div.loop-add-to-cart .button:hover,
.woocommerce .product-group-button-meta div.loop-add-to-cart .button:hover,
.woocommerce.widget_shopping_cart .buttons .button.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);
}
.yith-woocompare-widget a.clear-all: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 &gt; .shop-more .shop-more-button:hover{
	background-color: var(--ts-btn-special-hover-bg);
	border-color: var(--ts-btn-special-hover-border);
	color: var(--ts-btn-special-hover-color);
}
.yith-woocompare-widget a.clear-all: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,.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.1;
	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;
}
.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, .elementor-button-wrapper .elementor-button, .shopping-cart p.buttons a, a.wp-block-button__link, .yith-woocompare-widget a.clear-all, .yith-woocompare-widget a.compare, .elementor-widget-wp-widget-yith-woocompare-widget a.clear-all, .elementor-widget-wp-widget-yith-woocompare-widget a.compare, body table.compare-list .add-to-cart td a:not(.unstyled_button), .wishlist_table .product-add-to-cart a, .wishlist_table .product-add-to-cart a.button, .ts-header nav &gt; ul.menu &gt; li.button &gt; a, .ts-header nav &gt; ul &gt; li.button &gt; a, #ts-search-sidebar.full-width .ts-search-result-container .view-all-wrapper a{min-width: 150px}
.wishlist_table .product-add-to-cart a,.wishlist_table .product-add-to-cart a.button{min-width: 190px;padding: 12px 26px !important;position: relative;}
.wishlist_table .product-add-to-cart a:only-child,.wishlist_table .product-add-to-cart a.button:only-child{margin: 0 !important}
.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}
.elementor-button-wrapper .elementor-button.elementor-size-xs{min-width: 0;padding-top: 9px;padding-bottom: 9px;min-width: 150px}
.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;}
/*** 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;}
body .swiper .swiper-slide{height: auto;}
.ts-slider ul li{list-style: none;}

body .swiper{
	--swiper-nav-width: 38px;
	--swiper-nav-height: 38px;
	--swiper-nav-font-size: 22px;
    --swiper-bullet-size: 12px;
    --swiper-bullet-size-active: 40px;
    --swiper-bullet-gap: 10px;
}
body .swiper .swiper-wrapper{z-index: 11;}
body .swiper-button-next, body .swiper-button-prev{width: var(--swiper-nav-width);height: var(--swiper-nav-height);display: block;position: absolute;top: calc(50% - 138px);transform: translateY(-50%);text-align: center;font-size: 0;line-height: 0;letter-spacing: 0;margin: 0;background: rgba(0,0,0,0.8);color: #ffffff;border-radius: 50%;/*rtl*/background-image: none !important;transition: 300ms ease !important;z-index: 13;opacity: 0;visibility: hidden;}
body .woocommerce.list .swiper-button-next, body .woocommerce.list .swiper-button-prev{top: calc(50% - 100px);}
body .swiper-button-next:hover, body .swiper-button-prev:hover{background: rgba(0,0,0,1);}
body .swiper:hover .swiper-button-next, body .swiper:hover .swiper-button-prev{opacity: 1;visibility: visible;}
body .swiper-button-prev{left: 0; /*rtl*/}
body .swiper-button-next{right: 0; /*rtl*/}
body .products.swiper .swiper-button-prev{left: calc(var(--ts-h-gap) / 2); /*rtl*/}
body .products.swiper .swiper-button-next{right: calc(var(--ts-h-gap) / 2); /*rtl*/}
.woocommerce .cross-sells.products .swiper-button-prev, .woocommerce .up-sells.products .swiper-button-prev, .woocommerce .related.products .swiper-button-prev,body .ts-product.ts-slider .swiper-button-prev{left: calc(var(--ts-h-gap) / 2); /*rtl*/}
.woocommerce .cross-sells.products .swiper-button-next, .woocommerce .up-sells.products .swiper-button-next, .woocommerce .related.products .swiper-button-next,body .ts-product.ts-slider .swiper-button-next{right: calc(var(--ts-h-gap) / 2); /*rtl*/}
body .swiper-button-next:after, body .swiper-button-prev:after{line-height: calc(var(--swiper-nav-height) - 2px);font-size: var(--swiper-nav-font-size);display: inline-block;transition: none;color: inherit;}
body .swiper-horizontal&gt;.swiper-pagination-bullets{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: static; margin-top: 30px;}
body .ts-product:not(.border-show):not(.ts-product-category-wrapper):not(.list) .swiper-horizontal&gt;.swiper-pagination-bullets{margin-top: 0;}
body .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: var(--swiper-bullet-size);height: var(--swiper-bullet-size);opacity: 1;background: #d6d6d6; transition: 300ms ease;}
body .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{width: var(--swiper-bullet-size-active); background: var(--ts-primary-color); border-radius: 10px;}
body .ts-testimonial-wrapper .swiper{
    --swiper-bullet-size: 10px;
    --swiper-bullet-size-active: 10px;
    --swiper-bullet-gap: 22px;
}
body .ts-testimonial-wrapper .swiper-horizontal&gt;.swiper-pagination-bullets{margin-top: 22px;}
body .ts-testimonial-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{background: #ffffff; border: 1px solid var(--ts-primary-color);}
body .ts-testimonial-wrapper .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--ts-primary-color);}
.woocommerce.ts-product-category-wrapper .swiper-button-prev,.woocommerce.ts-product-category-wrapper .swiper-button-next{top: 50%;}
.woocommerce.ts-product-category-wrapper .swiper-button-prev{margin-left: 5px; /*rtl*/}
.woocommerce.ts-product-category-wrapper .swiper-button-next{margin-right: 5px; /*rtl*/}
.woocommerce.ts-product-category-wrapper.show-dots .swiper-button-prev,.woocommerce.ts-product-category-wrapper.show-dots .swiper-button-next{top: calc(50% - 21px);}
.woocommerce.ts-product-category-wrapper.show-dots .products.swiper{padding-bottom: 42px;}
body .thumbnail-content .swiper-horizontal&gt;.swiper-pagination-bullets,
body .entry-format .swiper-horizontal&gt;.swiper-pagination-bullets{z-index: 12; position: absolute; bottom: 36px;}
body .thumbnail-content .swiper-horizontal&gt;.swiper-pagination-bullets{bottom: 20px !important;}
body .thumbnail-content .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet, 
body .thumbnail-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
body .entry-format .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet, 
body .entry-format .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{background: #ffffff;}
body .thumbnail-content .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
body .entry-format .swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--ts-primary-color);}
.widget-container.has-nav .swiper,.elementor-widget[data-widget_type^="wp-widget-"], .elementor-widget[data-widget_type^="wp-widget-"] .swiper,body .related-posts .swiper{
	--swiper-nav-width: 32px;
	--swiper-nav-height: 32px;
	--swiper-nav-font-size: 20px;
}
body .related-posts .swiper,
.elementor-widget[data-widget_type^="wp-widget-"] .swiper,
.elementor-widget[data-widget_type^="wp-widget-"] .swiper &gt; .swiper-wrapper,
.widget-container.has-nav .swiper,
.widget-container.has-nav .swiper &gt; .swiper-wrapper{position: static;}
body .related-posts .swiper-button-prev,
body .related-posts .swiper-button-next,
body .elementor-widget[data-widget_type^="wp-widget-"] .swiper-button-next,
body .elementor-widget[data-widget_type^="wp-widget-"] .swiper-button-prev,
body .widget-container.has-nav .swiper-button-next, 
body .widget-container.has-nav .swiper-button-prev{
	top: 0;
	right: 0; /*rtl*/
	left: auto; /*rtl*/
	transform: none;
	opacity: 1;
	visibility: visible;
}
.widget-container.has-nav .widgettitle{margin-right: 40px; /*rtl*/}
body .related-posts .swiper-button-prev,body .related-posts .swiper-button-next{top: 7px;}
body .related-posts .swiper-button-prev, body .widget-container.has-nav .swiper-button-prev,body .elementor-widget[data-widget_type^="wp-widget-"] .swiper-button-prev{right: calc(var(--swiper-nav-width) + 2px); /*rtl*/}
.elementor-widget[data-widget_type^="wp-widget-"] .elementor-widget-container &gt; h5{
	padding-bottom: 23px;
    margin-bottom: 30px;
    border-width: 0 0 1px;
    border-style: solid;
	padding-right: calc(var(--swiper-nav-width) * 2 + 10px); /*rtl*/
}
/*Fix Elementor Pro*/
body .swiper:not(.swiper-initialized) .swiper-wrapper{overflow: visible;}

/*-------------------------------------------------------------------------------------------------------------
	3. CUSTOM PLUGIN
/*------------------------------------------------------------------------------------------------------------*/
/*** Contact Form 7 ***/
.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;
	background: #f4f4f4;
	border-color: #f4f4f4;
	transition: 200ms ease;
}
.wpcf7 input[type=email]:focus,.wpcf7 input[type=password]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=text]:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color: var(--ts-primary-color);}
.woocommerce #reviews #comment{height: 206px;}
.wpcf7 p.wpcf7-form-submit{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
	margin: 0;
}
.wpcf7-form-submit input[type^=submit]{
	min-width: 254px;
    vertical-align: top;
    padding-top: 17px;
    padding-bottom: 16px;
    background: #000000;
    border-color: #000000;
    color: #ffffff;
	margin: 0;
}
.wpcf7 .ts-2-columns{display: flex;flex-flow: row wrap;gap: 30px;}
.wpcf7 .ts-2-columns &gt; *{flex: 1;}
.wpcf7 p{margin-bottom: 30px;}
.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: 10px 0;display: inline-block;width: 100%;text-align: center;}
.wpcf7-spinner{display: block;width: 20px;height: 20px;background: transparent;}
.wpcf7-spinner:before{display: none;}
.wpcf7-spinner:after{margin-top: -10px;margin-left: -10px;width: 20px;height: 20px;border-color: #a5a5a5;border-top-color: #000000;}
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;}
body .wpcf7 form textarea{height: 230px;}
.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: 180px;margin: 0 30px 0 0; /*rtl*/}
.date-time a{display: inline-block;}
/*** WPML - Dropdown &amp; dropdown click ***/
body .wpml-ls-legacy-dropdown,body .wpml-ls-legacy-dropdown-click{width:auto;max-width:100%;}
.wpml-ls-legacy-dropdown&gt;ul,.wpml-ls-legacy-dropdown-click&gt;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;line-height: inherit;}
body .wcml_currency_switcher &gt; a, body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{position:relative;display: flex;flex-wrap: wrap;align-items: center;background: transparent;padding: 0;}
.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&gt;a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover&gt;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-sub-menu a,.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{border:0;padding: 0;}
.wpml-ls-legacy-dropdown .wpml-ls-flag,.wpml-ls-legacy-dropdown-click .wpml-ls-flag{display:inline;vertical-align:middle;width: 18px;height: auto;}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span,.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left:.4em;display: inline-block;}
.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span,.rtl .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
body .wpml-ls-legacy-dropdown &gt; ul &gt; li &gt; a:after,body .wpml-ls-legacy-dropdown-click &gt; ul &gt; li &gt; a:after,body .wcml_currency_switcher &gt; a:after{font-size: 18px;position: static !important;border: 0 !important;display: block;margin-left: 3px;}
body .wcml_currency_switcher &gt; a:after{margin-top: 1px;}
body.rtl .wpml-ls-legacy-dropdown &gt; ul &gt; li &gt; a:after,body.rtl .wpml-ls-legacy-dropdown-click &gt; ul &gt; li &gt; a:after,body.rtl .wcml_currency_switcher &gt; a:after{margin-left: 0;margin-right: 3px;}
body ul.wpml-ls-sub-menu,.wcml_currency_switcher &gt; ul{display: flex;flex-flow: column wrap;gap: 5px;text-align: start;}
body ul.wpml-ls-sub-menu li,.wcml_currency_switcher &gt; ul &gt; 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&gt;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&gt;a{color: var(--link-hover-color);}
/*** WPML - Horizontal ***/
.wpml-ls-legacy-list-horizontal{border:0;padding:0;clear:both;}
.wpml-ls-legacy-list-horizontal&gt;ul{padding:0;margin:0 !important;list-style-type:none;display: flex;flex-wrap: wrap;align-items: center;gap: 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&gt;ul{text-align:center}
/*** WPML - Vertical ***/
.wpml-ls-legacy-list-vertical{display:table;max-width:100%;border:1px solid transparent;border-bottom:0}
.wpml-ls-legacy-list-vertical&gt;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
/*------------------------------------------------------------------------------------------------------------*/
/*** Custom Class - Add link full banner ***/
.elementor-element.full-height, .elementor-element.full-height *{height: 100%;}
.elementor-element.full-height a{width: 100%; display: block; text-decoration: none !important;}
/*** Custom Class - Remove widget tagcloud title ***/
.hide-widget-title .elementor-widget-container &gt; h5{display: none;} 
.center-content .tagcloud{justify-content: center;}
/*** Layout Boxed ***/
body.boxed{background: #efefef;}
body.boxed #page{margin-left: auto;margin-right: auto;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
/*** Layout Wide/Fullwidth ***/
html #page{position: relative;}
.hidden{display: none !important}
.page-container{min-height: 320px;}
.page-container,.container,.breadcrumb-title-wrapper .breadcrumb-content,.display-vertical-menu  .top-slideshow,.no-sidebar .single-post &gt; *,.ts-search-result-container .search-content{margin-right: auto;margin-left: auto;}
.ts-sidebar, .ts-sidebar &gt; aside{min-height: 1px;display: flex; flex-flow: column wrap;}
.widget-container{clear: both;position: relative;width: 100%;}
.ts-sidebar &gt; aside{width: 100%;}
.widget-container ul{display: flex;flex-flow: column wrap;gap: 18px;margin-bottom: 0;}
.widget-container.widget_rss ul{gap: 30px 18px;}
.widget-container.product-filter-by-color ul{flex-direction: row;}
#ts-filter-widget-area .widget-container ul, .woocommerce-page :is(#left-sidebar, #right-sidebar) .widget-container ul{gap: 15px;}
.widget-container ul li{
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 7px;
	padding: 0;
	line-height: 22px;
	color: var(--ts-gray-color);
	position: relative;
}
.widget-container.widget_categories ul li{
	flex-wrap: nowrap;
}
.widget-container ul.post_list_widget li{gap: 15px;}
.widget_recent_comments ul li {gap: 0 7px;}
.widget_categories ul li a,
.ts-product-categories-widget ul li a,
.widget_archive ul li a,
.widget_product_categories ul li a{margin-right: auto; /*rtl*/}
.ts-product-categories-widget ul li a{flex: 1; justify-content: space-between;}
.widget_categories ul ul, 
.ts-product-categories-widget ul ul, 
.widget_product_categories ul ul{order: 2;}
.widget-container ul li a{color: var(--ts-text-color);}
.widget-container .widget-title-wrapper,
.widget-title-wrapper,
.elementor-widget[data-widget_type*="wp-widget-"] &gt; h5:not(.elementor-heading-title){position: relative;margin-bottom: 20px;}
.ts-blogs-widget .ts-blogs-widget-wrapper{padding: 5px 0;}
.widget-title-wrapper .widget-title{margin-bottom: 0;}
.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,
.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: 0 0 0 20px; /*rtl*/
}
.widget-container ul li &gt; label,
.widget-container ul li &gt; a,
.elementor-widget[data-widget_type*="wp-widget-"] ul li &gt; label,
.elementor-widget[data-widget_type*="wp-widget-"] ul li &gt; a{
	position: relative;
}
.widget-container ul li &gt; label:hover,
.widget-container ul li &gt; a:hover,
.elementor-widget[data-widget_type*="wp-widget-"] ul li &gt; label:hover,
.elementor-widget[data-widget_type*="wp-widget-"] ul li &gt; a:hover{
	color: var(--ts-link-hover-color);
}
.widget-container ul li .count,
.elementor-widget[data-widget_type*="wp-widget-"] ul li .count{
	display: inline-block;
	margin-left: 5px; /*rtl*/
	color: var(--ts-gray-color);
}
.widget-container .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,
.widget-container.widget_product_categories ul li .count{
	margin-left: 3px; /*rtl*/
}
.product-filter-by-brand-wrapper &gt; ul li .count,
.widget-container .ts-product-categories-widget-wrapper ul li .count,
.elementor-widget[data-widget_type*="wp-widget-"] .ts-product-categories-widget-wrapper ul li .count{
	margin-left: 7px; /*rtl*/
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,.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 span{padding: 0;}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{gap: 5px;}
.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::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{display: none;}
#main-content,.container,.widget-container ul ul{width: 100%;}
#main-content{min-height: 400px;}
.e-con-boxed{
	--container-default-padding-inline-end: 10px;
	--container-default-padding-inline-start: 10px;
	--container-default-padding-right: 10px;
	--container-default-padding-left: 10px;
	
}
.e-con &gt; .e-con-inner{margin-left: auto;margin-right: auto;}
.e-con-boxed .e-child,
:is(body, .layout-fullwidth, .header-fullwidth,.main-content-fullwidth, .footer-fullwidth) .ts-megamenu-container .e-con-boxed,
.ts-megamenu-container .e-con-boxed,
:is(body, .layout-fullwidth, .header-fullwidth,.main-content-fullwidth, .footer-fullwidth) .entry-content .e-con-boxed{
	--container-default-padding-inline-end: 0;
	--container-default-padding-inline-start: 0;
	--container-default-padding-right: 0;
	--container-default-padding-left: 0;
}
:is(.layout-fullwidth, .main-content-fullwidth, .header-fullwidth, .footer-fullwidth) .e-con{
	--content-width: 100%;
}
#main &gt; .list-categories,#main &gt; .page-container{padding-top: 35px;}
#main &gt; .no-title + .page-container{padding-top: 50px;}
.woocommerce-wishlist #main &gt; .no-title + .page-container{padding-top: 30px;}
#main &gt; .page-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
@media (min-width: 768px){
	#main &gt; .page-container{
		--ts-sidebar-width: 250px;
		--ts-sidebar-gap: 30px;
	}
	#left-sidebar, #right-sidebar{width: var(--ts-sidebar-width);margin-bottom: 60px;}
	#left-sidebar{padding-right: var(--ts-sidebar-gap); /*rtl*/}
	#right-sidebar{padding-left: var(--ts-sidebar-gap); /*rtl*/}
	.has-1-sidebar #main-content{width: calc(100% - var(--ts-sidebar-width));}
	.has-2-sidebar #main-content{width: calc(100% - var(--ts-sidebar-width) * 2);}
	#group-icon-header{	display: none;}
	.ts-sidebar, .ts-sidebar &gt; aside{gap: 48px;}
	.woocommerce-page .ts-sidebar &gt; aside{gap: 0;}
}
@media (min-width: 991px){
	#main &gt; .page-container{--ts-sidebar-width: 270px;}
	#group-icon-header{	display: none;}
}
@media (min-width: 1279px){
	#main &gt; .page-container{--ts-sidebar-width: 360px;}
	.woocommerce-page #main &gt; .page-container{--ts-sidebar-width: 300px;}
	#left-sidebar, #right-sidebar{margin-bottom: var(--ts-section-gap);border-width: 0; border-style: solid;}
	#left-sidebar{margin-right: var(--ts-sidebar-gap); /*rtl*/ border-width: 0 1px 0 0; /*rtl*/}
	#right-sidebar{margin-left: var(--ts-sidebar-gap); /*rtl*/ border-width: 0 0 0 1px; /*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);}
}
@media (min-width: 1501px){
	body.boxed #page, body.boxed #page .header-sticky{max-width: 1410px;}
	body.boxed .ts-header .container, body.boxed .breadcrumb-title-wrapper .breadcrumb-content,body.boxed .no-sidebar .single-post &gt; *,body.boxed &gt; .ts-search-result-container .search-content, body.boxed #main &gt; .list-categories, body.boxed:not(.elementor-page) .page-container, body.boxed.woocommerce-page.elementor-page .page-container{
		padding-left: 30px;
		padding-right: 30px;
	}
	body .e-con{--content-width: 1410px;}
	body.boxed .e-con{--content-width: 1350px;}
	.container,
	.ts-header .header-sticky .container,
	.no-stretch-content &gt; ul.sub-menu &gt; li,
	.breadcrumb-title-wrapper .breadcrumb-content,
	.no-sidebar .single-post &gt; *,
	body &gt; .ts-search-result-container .search-content,
	.display-vertical-menu  .top-slideshow,
	.elementor-page .page-container.has-1-sidebar, .elementor-page .page-container.has-2-sidebar,
	:is(.page-template-blog-template, body:not(.elementor-page), body.woocommerce-page.elementor-page) .page-container{
		width: 100%;
		max-width: 1410px;
	}
	:is(.layout-fullwidth, .header-fullwidth) .container,
	:is(.layout-fullwidth, .header-fullwidth) .header-sticky .container,
	:is(.layout-fullwidth, .main-content-fullwidth) .page-container,
	:is(.layout-fullwidth, .main-content-fullwidth) .breadcrumb-title-wrapper .container,
	:is(.layout-fullwidth.page-template-blog-template, .layout-fullwidth:not(.elementor-page), .main-content-fullwidth:not(.elementor-page)) .page-container, .layout-fullwidth.woocommerce-page.elementor-page, .main-content-fullwidth.woocommerce-page.elementor-page .page-container, .layout-fullwidth.elementor-page .page-container.has-1-sidebar, .layout-fullwidth.elementor-page .page-container.has-2-sidebar, .main-content-fullwidth.elementor-page .page-container.has-1-sidebar, .main-content-fullwidth.elementor-page .page-container.has-2-sidebar,
	:is(.layout-fullwidth, .header-fullwidth) .no-stretch-content &gt; ul.sub-menu &gt; li{
		width: 100%;
		max-width: 100%;
	}
	:is(.layout-fullwidth, .header-fullwidth) .ts-header .container,
	:is(.layout-fullwidth, .header-fullwidth) .display-vertical-menu  .top-slideshow,
	:is(.layout-fullwidth, .main-content-fullwidth) .breadcrumb-title-wrapper .container,
	.layout-fullwidth.elementor-page .page-container.has-1-sidebar, .layout-fullwidth.elementor-page .page-container.has-2-sidebar, .main-content-fullwidth.elementor-page .page-container.has-1-sidebar, .main-content-fullwidth.elementor-page .page-container.has-2-sidebar,
	:is(.layout-fullwidth.page-template-blog-template, .layout-fullwidth:not(.elementor-page), .main-content-fullwidth:not(.elementor-page),.layout-fullwidth.woocommerce-page.elementor-page, .main-content-fullwidth.woocommerce-page.elementor-page) .page-container{
		padding-left: 100px;
		padding-right: 100px;
	}
	:is(.layout-fullwidth, .header-fullwidth,.main-content-fullwidth, .footer-fullwidth) .e-con-boxed{
		--container-default-padding-inline-end: 100px;
		--container-default-padding-inline-start: 100px;
		--container-default-padding-right: 100px;
		--container-default-padding-left: 100px;
	}
}
@media only screen and (max-width: 1500px) and (min-width: 992px){
	:is(body, .layout-fullwidth, .header-fullwidth,.main-content-fullwidth, .footer-fullwidth) .e-con-boxed{
		--container-default-padding-inline-end: 50px;
		--container-default-padding-inline-start: 50px;
		--container-default-padding-right: 50px;
		--container-default-padding-left: 50px;
	}
	.e-con-boxed .e-child{
		--container-default-padding-inline-end: 0;
		--container-default-padding-inline-start: 0;
		--container-default-padding-right: 0;
		--container-default-padding-left: 0;

	}
	.no-stretch-content &gt; ul.sub-menu &gt; li{max-width: calc(100vw - 100px - var(--scrollbarWidth, 17px));}
	.container,
	.ts-header .header-sticky .container,
	.display-vertical-menu  .top-slideshow,
	.breadcrumb-title-wrapper .breadcrumb-content,
	.no-sidebar .single-post &gt; *,
	body &gt; .ts-search-result-container .search-content,
	.elementor-page .page-container.has-1-sidebar, .elementor-page .page-container.has-2-sidebar,
	:is(.page-template-blog-template, body:not(.elementor-page), body.woocommerce-page.elementor-page) .page-container{
		padding-left: 50px;
		padding-right: 50px;
	}
	:is(.layout-fullwidth, .header-fullwidth) .ts-header .container,
	:is(.layout-fullwidth, .main-content-fullwidth) .breadcrumb-title-wrapper .container,
	.layout-fullwidth.elementor-page .page-container.has-1-sidebar, .layout-fullwidth.elementor-page .page-container.has-2-sidebar, .main-content-fullwidth.elementor-page .page-container.has-1-sidebar, .main-content-fullwidth.elementor-page .page-container.has-2-sidebar,
	:is(.layout-fullwidth.page-template-blog-template, .layout-fullwidth:not(.elementor-page), .main-content-fullwidth:not(.elementor-page), .layout-fullwidth.woocommerce-page.elementor-page, .main-content-fullwidth.woocommerce-page.elementor-page) .page-container{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	:is(body, .layout-fullwidth, .header-fullwidth,.main-content-fullwidth, .footer-fullwidth) .e-con-boxed{
		--container-default-padding-inline-end: 20px;
		--container-default-padding-inline-start: 20px;
		--container-default-padding-right: 20px;
		--container-default-padding-left: 20px;
	}
	.e-con-boxed .e-child{
		--container-default-padding-inline-end: 0;
		--container-default-padding-inline-start: 0;
		--container-default-padding-right: 0;
		--container-default-padding-left: 0;
	}
	.no-stretch-content &gt; ul.sub-menu &gt; li{max-width: calc(100vw - 40px);}
	.container,
	.ts-header .header-sticky .container,
	.display-vertical-menu  .top-slideshow,
	.breadcrumb-title-wrapper .breadcrumb-content,
	.no-sidebar .single-post &gt; *,
	body &gt; .ts-search-result-container .search-content,
	.elementor-page .page-container.has-1-sidebar, .elementor-page .page-container.has-2-sidebar,
	:is(.page-template-blog-template, body:not(.elementor-page), body.woocommerce-page.elementor-page) .page-container{
		padding-left: 20px;
		padding-right: 20px;
	}
	:is(.layout-fullwidth, .header-fullwidth) .ts-header .container,
	:is(.layout-fullwidth, .main-content-fullwidth) .breadcrumb-title-wrapper .container,
	.layout-fullwidth.elementor-page .page-container.has-1-sidebar, .layout-fullwidth.elementor-page .page-container.has-2-sidebar, .main-content-fullwidth.elementor-page .page-container.has-1-sidebar, .main-content-fullwidth.elementor-page .page-container.has-2-sidebar,
	:is(.layout-fullwidth.page-template-blog-template, .layout-fullwidth:not(.elementor-page), .main-content-fullwidth:not(.elementor-page), .layout-fullwidth.woocommerce-page.elementor-page, .main-content-fullwidth.woocommerce-page.elementor-page) .page-container{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*-------------------------------------------------------------------------------------------------------------
	5. LAZYLOAD
/*------------------------------------------------------------------------------------------------------------*/
.elementor-widget-ts-blogs,
.ts-elementor-lazy-load{
	width: 100%;
}
.ts-elementor-lazy-load .placeholder-items{
	width: 100%;
	display: grid;
	gap: 60px 30px;
	width: 100%;
	grid-template-columns: repeat(var(--lazy-cols), 1fr);
}
.ts-elementor-lazy-load.type-blog .placeholder-items,
.ts-elementor-lazy-load.type-testimonial .placeholder-items{
	gap: 20px;
}
.ts-elementor-lazy-load .placeholder-items .placeholder-item{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.placeholder-item .placeholder-thumb{
	height: var(--lazy-thumb-height);
    border-radius: 10px;
	position: relative;
}
.type-testimonial .placeholder-item .placeholder-thumb{width: 100px; height: auto; aspect-ratio: 1; border-radius: 50%;}
@keyframes placeHolderShimmer{
  0% {
    background-position: -1000px 0
  }
  100% {
    background-position: 1000px 0
  }
}
.ts-elementor-lazy-load.loaded .placeholder-item .placeholder-thumb{
	position: relative;
	overflow: hidden;
}
.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: 1000px 1000px;
	transform: rotate(45deg);
	position: absolute;
	left: -200px;/* rtl */
	top: -200px;
	content: "";
	width: 1000px;
	height: 1000px;
}
.placeholder-tabs{
	display: flex;
	gap: 5px 20px;
}
.placeholder-tabs .placeholder-tab-item{
	width: 150px;
	height: 20px;
}
.elementor-widget-ts-products-in-category-tabs .type-product-tabs .placeholder-tabs{
	border: 0;
	margin: 0; 
	padding: 0;
}
.elementor-widget-ts-products-in-category-tabs .type-product-tabs{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.elementor-widget-ts-products-in-category-tabs .ts-elementor-lazy-load .placeholder-items{margin-top: 30px;}
.ts-elementor-lazy-load .placeholder-widget-title:before,
.placeholder-banner:before,
.type-product-category .placeholder-item,
.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;
}
.placeholder-tabs,
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-width: 0 0 1px;
    border-style: solid;
	position: relative;
}
.placeholder-banner:before,
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before{
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.type-product-tabs .placeholder-widget-title,
.ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before{
	width: 100%;
	max-width: 300px;
	height: 26px;
}
.ts-elementor-lazy-load.type-product-deals.heading-left{
	display: grid;
    grid-template-columns: 32% minmax(0, 1fr);
    gap: 30px;
}
.ts-elementor-lazy-load.type-product-deals.heading-left .placeholder-widget-title{
	padding-bottom: 0;
    margin-bottom: 0;
    border-width: 0;
}
.ts-elementor-lazy-load.type-product-deals.heading-left .placeholder-widget-title:before{
	width: 100%;
	max-width: 100%;
	height: 100%;
	border-radius: 10px;
}
.placeholder-banner{
	width: 100%;
	height: 200px;
	margin-top: 30px;
	position: relative;
}
.placeholder-banner:before{border-radius: 10px;}
.banner-inside .placeholder-banner{
	grid-column: span 2;
	height: 100%;
    margin: 0;
}
.elementor-widget-ts-products-in-category-tabs .type-product-tabs:not(.banner-top) .placeholder-items,
.banner-top .placeholder-banner{
	padding-top: 30px;
    border-width: 1px 0 0;
    border-style: solid;
}
.placeholder-item .placeholder-title,
.placeholder-item .placeholder-subtitle{
	height: 20px;
}
.placeholder-item .placeholder-title{
	max-width: 80%;
}
.placeholder-item .placeholder-subtitle{
	max-width: 50%;
}
.ts-elementor-lazy-load .placeholder-items.list .placeholder-item{
	display: grid;
	grid-template-columns: var(--lazy-thumb-height) 1fr;
	gap: 30px;
}
.ts-elementor-lazy-load .placeholder-items.list .placeholder-item .placeholder-thumb{
	grid-row: 1/3;
    grid-column: 1/2;
}
.ts-elementor-lazy-load .placeholder-items.list .placeholder-item .placeholder-title{
	grid-row: 1/2;
    grid-column: 2/3;
	align-self: flex-end;
}
.ts-elementor-lazy-load .placeholder-items.list .placeholder-item .placeholder-subtitle{
	grid-row: 2/3;
    grid-column: 2/3;
	align-self: flex-start;
}
.type-product-category .placeholder-items:not(.ts-image-position-top) .placeholder-item .placeholder-thumb, 
.type-product-category .placeholder-items:not(.ts-image-position-top) .placeholder-item .placeholder-title{background: rgba(0,0,0,0.1);}
.ts-image-position-right .placeholder-item .placeholder-thumb{order: 2;}
.type-product-category .placeholder-items.ts-image-position-top .placeholder-item{
	align-items: center;
	background: transparent;
}
.type-product-category .placeholder-items.ts-image-position-top .placeholder-item .placeholder-title{
	width: 70%;
}
.type-product-category .placeholder-items.ts-image-position-top .placeholder-item .placeholder-thumb{
	width: 100%;
	border-radius: 10px;
}
.ts-elementor-lazy-load.type-blog .placeholder-item .placeholder-title{
    max-width: 70%;
}
.elementor-widget-ts-products-in-product-type-tabs
.ts-elementor-lazy-load.type-testimonial .placeholder-thumb{
	order: 99;
	grid-column: 1/3;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-item{
    padding: 5%;
    background: #f4f4f4;
    border-radius: 10px;
    align-items: center;
	gap: 15px;
}
.ts-elementor-lazy-load.type-testimonial .placeholder-item .placeholder-title{width: 80%; height: 16px;}
.ts-elementor-lazy-load.type-testimonial .placeholder-item .placeholder-subtitle{width: 60%; height: 16px;}
.ts-elementor-lazy-load .placeholder-items.is-slider.rows-1{
	grid-template-rows: 1fr repeat(var(--lazy-cols), 0);
	grid-row-gap: 0 !important;
	overflow: hidden;
}
.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items{
	display: flex;
    flex-wrap: wrap;
}
.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items .placeholder-item{
	flex-basis: 26%;
}
.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items .placeholder-item:last-child{
	order: 2;
}
.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items:before{
	content: '';
	order: 1;
    flex: 1;
    text-align: start;
    max-width: 100%;
	display: block;
	background: #ebebeb;
    border-radius: 10px;
}
@media only screen and (min-width: 768px){
	.ts-elementor-lazy-load.type-product-category .placeholder-items:not(.ts-image-position-top) .placeholder-item{
		flex-direction: row;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		padding: 10% 8%;
	}
	.type-product-category .placeholder-items:not(.ts-image-position-top) .placeholder-item .placeholder-thumb{width: 30%; height: auto; aspect-ratio: 1; border-radius: 10px;}
	.type-product-category .placeholder-items:not(.ts-image-position-top) .placeholder-item .placeholder-title{flex: 1; height: 16px;}
	.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items{
		grid-template-rows: 1fr repeat(var(--lazy-cols), 0);
		grid-row-gap: 0 !important;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1200px){
	.ts-elementor-lazy-load .placeholder-items{
		gap: 40px 20px;
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.ts-image-position-top{
		grid-template-columns: repeat(5,1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items,
	.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:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.columns-1{
		grid-template-columns: repeat(1,1fr);
	}
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.columns-2{
		grid-template-columns: repeat(2,1fr);
	}
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.columns-3{
		grid-template-columns: repeat(3,1fr);
	}
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.list.columns-3,
	.ts-elementor-lazy-load.type-blog .placeholder-items{
		grid-template-columns: repeat(2,1fr);
	}
	.banner-inside .placeholder-banner{
		grid-column: span 4;
		height: 200px;
	}
	.ts-elementor-lazy-load .placeholder-items.list .placeholder-item {gap: 20px;}
	.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items .placeholder-item{
		flex-basis: 30%;
	}
}
@media only screen and (max-width: 991px){
	.ts-elementor-lazy-load.type-logo .placeholder-items,
	.ts-elementor-lazy-load.type-product-brand .placeholder-items{
		grid-template-columns: repeat(5,1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items.ts-image-position-top{
		grid-template-columns: repeat(4,1fr);
	}
	.ts-elementor-lazy-load.type-product-deals.heading-left {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.ts-elementor-lazy-load.type-product-deals.heading-left .placeholder-widget-title {width: 100%;}
	.ts-elementor-lazy-load.type-product-deals.heading-left .placeholder-widget-title:before {height: 240px;}
}
@media only screen and (max-width: 767px){
	.ts-elementor-lazy-load .placeholder-items{gap: 20px 10px;}
	.ts-elementor-lazy-load.type-logo .placeholder-items{gap: 10px;}
	.ts-elementor-lazy-load.type-blog .placeholder-items{
		grid-template-columns: repeat(1,1fr);
	}
	.ts-elementor-lazy-load.type-product-category .placeholder-items,
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items{
		grid-template-columns: repeat(3,1fr);
	}
	.banner-inside .placeholder-banner{
		grid-column: span 3;
	}
	.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items .placeholder-item{
		flex-basis: 48%;
	}
	.ts-elementor-lazy-load.type-product-deals.heading-center .placeholder-items:before{
		order: -1;
		flex: none;
		width: 100%;
		flex-basis: 100%;
		height: 200px;
	}
}
@media only screen and (max-width: 480px){
	.ts-elementor-lazy-load.type-product-category .placeholder-items .placeholder-item{
		align-items: center;
		padding: 20px;
		border-radius: 10px;
	}
	.type-product-category .placeholder-items .placeholder-item .placeholder-title{
		width: 70%;
	}
	.type-product-category .placeholder-items .placeholder-item .placeholder-thumb{
		width: 48px;
		border-radius: 10px;
	}
	.ts-image-position-right .placeholder-item .placeholder-thumb {
		order: 0;
	}
	.ts-elementor-lazy-load.type-logo .placeholder-items,
	.ts-elementor-lazy-load.type-product-brand .placeholder-items,
	.ts-elementor-lazy-load.type-product-category .placeholder-items,
	.ts-elementor-lazy-load.type-product-category .placeholder-items.ts-image-position-top,
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.columns-3,
	.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:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.list.columns-2,
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.list.columns-3,
	.ts-elementor-lazy-load:is(.type-product,.type-product-deals,.type-product-tabs) .placeholder-items.list{
		grid-template-columns: repeat(1,1fr);
		--lazy-thumb-height: 150px;
	}
	.ts-elementor-lazy-load .placeholder-items.list .placeholder-item{
		gap: 15px;
	}
	.banner-inside .placeholder-banner{
		grid-column: span 2;
	}
	.elementor-widget-ts-products-in-category-tabs .type-product-tabs{
		justify-content: center;
	}
	.type-product-tabs .placeholder-widget-title{
		margin-bottom: 10px;
	}
	.type-product-tabs .placeholder-widget-title, .ts-elementor-lazy-load:not(.type-product-tabs) .placeholder-widget-title:before{
		max-width: 100%;
	}
}</pre></body></html>