/*
Theme Name: Jaroti
Theme URI: https://demo.theme-sky.com/jaroti/
Author: Theme Sky Team
Author URI: https://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: jaroti
*/

/*
	I. HEADER
		1. MENU
		2. HEADER TOP
		3. HEADER MIDDLE
		4. HEADER BOTTOM
	II. MAIN CONTENT
		1. BREADCRUMB
		2. CONTACT US
		3. BLANK PAGE
		4. SLIDER NAVI/PAGI
		5. CUSTOM JAROTI
	III. FOOTER
	IV. WIDGET
		1. WIDGET DEFAULT WP
		2. WIDGET FILTER
		3. WIDGET TS
		4. WIDGET ELEMENTOR
	V. PRODUCT DEFAULT
		1. PRODUCT IMAGES
		2. PRODUCT LABEL
		3. PRODUCT META
		4. PRODUCT GROUP BUTTONS
	VI. CATEGORIES PRODUCT
	VII. PRODUCT DETAIL
		1. PRODUCT IMAGE
		2. PRODUCT SUMMARY
		3. ADS BANNERS
		4. FREQUENTLY BOUGHT TOGETHER
		5. WOOCOMMERCE TABS
	VIII. SHOPPING CART
	IX. CHECK OUT
	X. POPUP/MODAL
	XI. WOOCOMMERCE MESSAGE
	XII. MY ACCOUNT
	XIII. WISHLIST
	XIV. BLOG
		1. BLOG DETAIL
	XV. PAGE TEMPLATE
	XVI. RESPONSIVE
*/

#main-content > #primary:after,
.ts-sidebar:after,
div#main:after,
.ts-megamenu-container:after,
.container:after,
div.content-wrapper:after,
.page-container:after,
.ts-social-sharing ul:after,
.color-swatch:after,
div.product .summary .counter-wrapper > div:after,
.woocommerce-product-gallery__wrapper:after,
.ts-product-attribute:after,
.product-images-summary:after,
.woocommerce .content-wrapper:after,
.woocommerce > form.checkout:after,
.woocommerce #customer_login:after,
.language-currency:after,
.woocommerce div.product:after{
	display: table;
	content: "";
	clear: both;
}
@-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 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);
	}
}

/* SUB MENU */
@-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 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);
	}
}

/*-------------------------------------------------------------------------------------------------------------------
	ICONS
---------------------------------------------------------------------------------------------------------------------*/
.ts-search-by-category .close:before,
.summary .woocommerce-tabs .panel .close:before,
.mobile-menu-wrapper .mobile-menu li[class*="lnr-"]:before,
.ts-header nav.main-menu li[class*="lnr-"]:before,
.ts-header-find-store > a:before,
#group-icon-header .ts-header-help-title:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper > a:before,
.ts-header-help-title > a:after,
.ts-tiny-account-wrapper .account-control>a:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-mobile-icon-toggle .icon:before,
.ts-sidebar-menu-icon .icon:before,
.icon-menu-sticky-header .icon:before,
.mobile-button-home .icon:before,
.ts-menu-drop-icon:after,
.sub-menu > li.parent .ts-menu-drop-icon:after,
.ts-product-columns-dropdown > .label:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
.ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.ts-currency-switcher .wcml_currency_switcher > a:after,
.header-currency .wcml_currency_switcher > a:after,
.elementor-widget-wp-widget-ts_instagram h5:before,
.single-navigation > a:before,
.swiper-button-next:after, 
.swiper-button-prev:after,
.comment-actions a:after,
.widget-container span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
.widget_display_search > form > div:before,
.search-table .search-button:before,
.wp-block-search .wp-block-search__button:before,
.woocommerce-product-search button[type="submit"]:before,
.ts-blogs.style-2 article .entry-content .button-readmore:after,
.ts-blogs.style-3 article .entry-content .button-readmore:after,
.ts-banner.button-text .ts-banner-button .button:after,
body .select2-search--dropdown:before,
#group-icon-header .tab-mobile-menu li:before,
#group-icon-header .no-tab .menu-title span:before,
#add_payment_method .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.style-dropdown .filter-widget-area .widget-container .widget-title-wrapper:after,
.product-group-button > div a:after,
.product-group-button-meta > div a:before,
.product-group-button > div.loop-add-to-cart a.added:after,
.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.added .button-tooltip:before,
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.ts-social-sharing > span:before,
.summary .single-product-buttons a.compare:before,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
div.woocommerce-product-gallery .flex-direction-nav .flex-prev:after,
div.woocommerce-product-gallery .flex-direction-nav .flex-next:after,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:after,
.add-to-cart-popup-content .heading .theme-title:before,
.style-button-icon .mc4wp-form .subscribe-email .button:before,
.ts-blogs .button-readmore:after,
#to-top a:before,
body #cboxClose:after,
html body > h1 a.close:before,
body table.compare-list tr.remove td > a .remove:before,
#ts-filter-widget-area .close:after,
.search-button.search-icon .icon.active:before,
.vertical-menu-sidebar .close:after,
.ts-floating-sidebar .close:after,
.ts-popup-modal .close:after,
.woocommerce table.shop_table .product-remove a:before,
ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .summary form.cart button.button.added:before,
.woocommerce ul.product_list_widget li a.button.added:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.ts-active-filters .widget_layered_nav_filters ul li a:after,
.woocommerce .ts-active-filters .widget_layered_nav_filters ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:after,
.product-on-sale-form > label:after,
.widget_product_categories ul li a:after,
.ts-product-categories-widget-wrapper ul li a:after,
.widget-container.product-filter-by-brand ul > li label:after,
.product-filter-by-price ul > li label:after,
.product-filter-by-availability ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before,
.ts-banner .ts-banner-button .button:after,
.elementor-widget-button.button-text .elementor-button .elementor-button-text:after,
ul li.recentcomments .comment-author-link:before,
.filter-widget-area-button > a:before,
.dokan-store-list-filter-button:before,
body.search.search-no-results .alert:before,
.woocommerce.archive #primary > .woocommerce-info:before,
.elementor-widget-text-editor h4[class^="tb-icon-"]:before,
.elementor-widget-text-editor h4[class*=" tb-icon-"]:before,
.ts-product-video-button:before,
.ts-product-360-button:before,
.pagination-wrap ul.pagination > li > a.prev:before,
.pagination-wrap ul.pagination > li > a.next:before,
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.dokan-pagination-container .dokan-pagination li:last-child a:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before{
	font-family: 'tabler-icons';
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}
.single-navigation.next > a:before,
.pagination-wrap ul.pagination > li > a.next:before,
.dokan-pagination-container .dokan-pagination li:last-child a:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.ts-banner.button-text .ts-banner-button .button:after,
.elementor-widget-button.button-text .elementor-button .elementor-button-text:after,
.ts-pagination ul li a.next:before{
	content: "\e90a";
}
.single-navigation.prev > a:before,
.pagination-wrap ul.pagination > li > a.prev:before,
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before{
	content: "\e909";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
div.woocommerce-product-gallery .flex-direction-nav .flex-prev:after{
	content: "\e926";
}
.ts-banner .ts-banner-button .button:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
div.woocommerce-product-gallery .flex-direction-nav .flex-next:after{
	content: "\e927";
}
.ts-product-video-button:before{
	content: "\e922";
} 
.ts-product-360-button:before{
	content: "\e900";
}
.ts-header-find-store > a:before{
	content: "\e93a";
}
.ts-blogs .button-readmore:after{
	content: "\e90a";
}
.ts-tiny-account-wrapper .account-control>a:before{
	content: "\e959";
}
.shopping-cart-wrapper .cart-control .ic-cart:before{
	content: "\e954";
}
.my-wishlist-wrapper > a:before{
	content: "\e933";
}
#group-icon-header .tab-mobile-menu li:before,
#group-icon-header .no-tab .menu-title span:before,
.ts-sidebar-menu-icon .icon:before,
.icon-menu-sticky-header .icon:before,
.ts-mobile-icon-toggle .icon:before{
	content: "\e93b";
}
#group-icon-header .no-tab .menu-title span:before,
#group-icon-header .tab-mobile-menu li:before{
	display: inline-block;
	margin-right: 5px; /*rtl*/
	font-size: 120%;
    vertical-align: -2px;
}
#group-icon-header .header-language .wpml-ls-legacy-dropdown > ul > li > a:after, 
#group-icon-header .header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after, 
#group-icon-header .header-currency .wcml_currency_switcher > a:after{
    font-size: 14px;
}
#group-icon-header .language-currency > *{
	margin-left: 0; /*rtl*/
}
#group-icon-header .language-currency > *:not(:last-child){
    margin-right: 15px; /*rtl*/
}
.elementor-widget-wp-widget-ts_instagram h5:before{
	content: "\e916";
}
.dokan-store-list-filter-button:before,
.filter-widget-area-button > a:before{
	content: "\e902";
}
.filter-widget-area-button.active > a:before{
	content: "\e95d";
}
body.search.search-no-results .alert:before,
.woocommerce.archive #primary > .woocommerce-info:before{
    content: "\e904";
}
.style-button-icon .mc4wp-form .subscribe-email .button:before{
	content: "\e951";
}
.widget_product_categories ul li a:after,
.ts-product-categories-widget-wrapper ul li a:after,
.widget-container.product-filter-by-brand ul > li label:after,
.product-filter-by-price ul > li label:after,
.product-filter-by-availability ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after,
.product-on-sale-form > label:after{
	content: "\e923";
}
#to-top a:before{
	content: "\e90b";
}
body #cboxClose:after,
html body > h1 a.close:before,
body table.compare-list tr.remove td > a .remove:before,
#ts-filter-widget-area .close:after,
.ts-search-by-category .close:before,
.summary .woocommerce-tabs .panel .close:before,
.search-button.search-icon .icon.active:before,
.vertical-menu-sidebar .close:after,
.ts-floating-sidebar .close:after,
.ts-popup-modal .close:after,
.woocommerce table.shop_table .product-remove a:before,
ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.woocommerce .widget_layered_nav_filters ul li a:after,
.ts-active-filters .widget_layered_nav_filters ul li a:after,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before{
	content: "\e95d";
}
.ts-header-help-title > a:after,
.ts-menu-drop-icon:after,
.vertical-menu-wrapper .sub-menu > li.parent .ts-menu-drop-icon:after, 
.vertical-menu-wrapper nav.main-menu > ul.menu .sub-menu li.parent > a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.ts-currency-switcher .wcml_currency_switcher > a:after,
.header-currency .wcml_currency_switcher > a:after,
.ts-product-columns-dropdown > .label:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
.style-dropdown .filter-widget-area .widget-container .widget-title-wrapper:after,
.widget-title-wrapper a.block-control:after,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > span.icon-toggle:after,
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	content: "\e925";
}
.ts-menu-drop-icon.active:after,
.ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown > ul > li > a:after,
.ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.ts-currency-switcher.dropdown-up .wcml_currency_switcher > a:after,
.group-button-header .header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.group-button-header .header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.group-button-header .header-currency .wcml_currency_switcher > a:after{
	content: "\e928";
}
.widget-container .cat-parent span.icon-toggle:after{
	content: "\e927";
}
.widget-title-wrapper a.block-control.active:after{
	content: "\e928";
}
.comment-actions .comment-edit-link:after{
	content: '\e936';
}
.comment-actions .comment-reply-link:after{
	content: '\e905';
}
.sub-menu > li.parent .ts-menu-drop-icon:after,
nav.main-menu > ul.menu .sub-menu li.parent > a:after,
.mobile-menu-wrapper li .ts-menu-drop-icon:after{
	content: "\e927";
}
.mobile-menu-wrapper li.active .ts-menu-drop-icon.active:after{
	content: "\e926";
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before{
	content: "\e925";
}
.search-table .search-button:before,
.widget_display_search > form > div:before,
.wp-block-search .wp-block-search__button:before,
.woocommerce-product-search button[type="submit"]:before,
body .select2-search--dropdown:before,
.search-button.search-icon .icon:before,
.product-group-button > div.quickshop a:after,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{
	content: "\e951";
}
.product-group-button > div.compare a:after,
.summary .single-product-buttons a.compare:before{
	content: "\e92f";
}
.product-group-button > div.wishlist a:after,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
.product-group-button-meta > div.wishlist a:before{
	content: "\e933";
}
.product-group-button > div.loop-add-to-cart a:after{
	content: "\e954";
}
.summary .single-product-buttons a.compare.added:before,
.product-group-button > div.compare a.added:after{
	content: "\e92e";
}
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce ul.product_list_widget li a.button.added:before,
.woocommerce .summary form.cart button.button.added:before,
.product-group-button > div.loop-add-to-cart a.added:after,
.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.added .button-tooltip:before{
	content: "\e955";
}
.ts-social-sharing > span:before{
	content: "\e953";
}
#group-icon-header .ts-header-help-title:before{
	content: "\e935";
}
.add-to-cart-popup-content .heading .theme-title:before{
	content: "\e923";
}
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce ul.product_list_widget li a.button.added:before,
.woocommerce .summary form.cart button.button.added:before{
	font-size: 130%;
    display: inline-block;
    vertical-align: -2px;
}
.product-group-button > div.compare a.added:after,
.summary .single-product-buttons a.compare.added:before,
.add-to-cart-popup-content .heading .theme-title:before,
.product-group-button > div.loop-add-to-cart a.added:after,
.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.added .button-tooltip:before,
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce ul.product_list_widget li a.button.added:before,
.woocommerce .summary form.cart button.button.added:before{
	margin-right: 10px; /*rtl*/
}
.list .product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce ul.product_list_widget li a.button.added:before{
	font-size: 13px;
    vertical-align: -1px;
	margin-right: 3px; /*rtl*/
}
.woocommerce ul.product_list_widget div.loop-add-to-cart a.button{
	margin-top: 0;
}
.product-group-button > div.loop-add-to-cart a.added:after{
	display: block !important;
	margin: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{
	content: "\e958";
	display: inline-block;
    float: left; /*rtl*/
    margin: 0 6px 0 0; /*rtl*/
    font-size: 20px;
}
/**/
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before,
.ts-product-size-chart-button:before,
.ts-header nav > ul.menu li[class*="fa-"]:before,
.mobile-menu-wrapper nav > ul li[class*="fa-"]:before,
.widget_nav_menu li[class*="fa-"]:before,
.has-overlay .elementor-image .wp-caption > a:after,
.woocommerce-account .addresses .title .edit:before,
.threesixty .nav_bar a:before,
.product-group-button-meta > div.wishlist .added a:before, 
.product-group-button > div.wishlist .added a:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before{
	font-family:"Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woocommerce-error::before{
	content: "\f00d";
	font-weight: 900;
} 
.woocommerce-info::before{
	display: none;
}
.woocommerce-message::before{
	content: "\f058";
	font-weight: 500;
}
.product-group-button-meta > div.wishlist .added a:before, 
.product-group-button > div.wishlist .added a:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before{
	content: "\f004";
	font-weight: 900;
	font-size: 18px;
}
.has-overlay .elementor-image .wp-caption > a:after{
	content: "\f35d";
	font-weight: 900;
}
.threesixty .nav_bar a:before{
	content: "\f04b";
	font-weight: 900;
}
.threesixty .nav_bar a.nav_bar_stop:before{
	content: "\f04d";
}
.threesixty .nav_bar a.nav_bar_previous:before{
	content: "\f049";/* rtl */
}
.threesixty .nav_bar a.nav_bar_next:before{
	content: "\f050";/* rtl */
}
.widget_nav_menu li.fas:before,
.ts-header nav > ul.menu li.fas:before,
.mobile-menu-wrapper nav > ul li.fas:before{
    font-weight: 900;
}
.widget_nav_menu li.fab:before,
.ts-header nav > ul.menu li.fab:before,
.mobile-menu-wrapper nav > ul li.fab:before{
	font-family: "Font Awesome 5 Brands";
}
.woocommerce-account .addresses .title .edit:before{
	content: "\f303";
	font-weight: 900;
}
.ts-product-size-chart-button:before{
	content: "\f5ae";
	font-weight: 900;
	margin-right: 10px; /*rtl*/
	display: inline-block;
    vertical-align: -1px;
}
/**/
.ts-sidebar-menu-icon .icon:hover,
.icon-menu-sticky-header .icon:hover{
	opacity: 0.8;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button{
	outline: 0;
}
.widget-title-wrapper a.block-control,
.widget-container span.icon-toggle{
	position: absolute;
	width: 24px;
    height: 24px;
	top: 3px;
	right: 0; /*rtl*/
	line-height: 24px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	letter-spacing: 0;
    z-index: 8;
}
.widget-container.widget_categories span.icon-toggle{
	top: 4px;
	left: 0; /*rtl*/
	right: auto; /*rtl*/
}
.widget-container.widget_categories ul > li:first-child span.icon-toggle{
	top: -1px;
}
.widget-title-wrapper a.block-control:after,
.widget-container span.icon-toggle:after{
    display: inline-block;
    font-size: 14px;
	line-height: 24px;
	transition: 200ms ease;
}
.widget-title-wrapper a.block-control{
    top: 0;
    display: none;
}
.widget_categories ul li.cat-parent{
	position: relative;
	padding-left: 20px; /*rtl*/
}
.widget-container ul li > span.icon-toggle{
	text-align: left; /*rtl*/
}
.widget-container ul li > span.icon-toggle:after{
	letter-spacing: 0;
	font-size: 14px;
}
.widget-container ul li.active > span.icon-toggle:after{
	transform: rotate(90deg);
}
.widget-title-wrapper a.block-control:after{
	 position: absolute;
	 top: 50%;
	 right: 0; /*rtl*/
	 transform: translateY(-50%);
	 font-size: 16px;
}

/*-------------------------------------------------------------------------------------------------------------------
	LOADING
---------------------------------------------------------------------------------------------------------------------*/
.mailchimp-subscription .processing button.button:before,
.search-table .search-button:after,
.product-group-button > div a.loading:after,
.woocommerce .product-group-button > div .button.loading:after,
.product-group-button-meta > div a.loading:after,
.woocommerce .product-group-button-meta > div a.button.loading:after,
.woocommerce div.product form.cart .button.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after{
	content: "";
	width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    border-top: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.woocommerce div.product form.cart .button.loading:after{
	border-color: rgba(255,255,255,0.3);
    border-top-color: #ffffff;
}
.search-table .search-button:before,
.search-table .search-button:after{
	transition: 100ms ease;
}
.product-group-button-meta > div.button-in a.loading:after,
.woocommerce .product-group-button-meta > div.button-in a.button.loading:after,
.woocommerce div.product form.cart div.button-in .button.loading:after{
	top: 0;
    left: 0; /*rtl*/
	margin: 0;
}
.product-group-button-meta > div.button-in a.loading:before,
.woocommerce .product-group-button-meta > div.button-in a.button.loading:before,
.woocommerce div.product form.cart div.button-in .button.loading:before{
	background: transparent !important;
	opacity: 0;
	visibility: hidden;
}
.product-group-button-meta > div a.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after{
	opacity: 0;
    visibility: hidden;
}
.mailchimp-subscription .processing button.button:before,
.search-table .loading ~ .search-button:after,
.search-table .loading .search-button:after,
.product-group-button > div a.loading:after,
.woocommerce .product-group-button > div .button.loading:after,
.product-group-button-meta > div a.loading:after,
.woocommerce div.product form.cart .button.loading:after,
.woocommerce .product-group-button-meta > div a.button.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after{
    opacity: 1;
    visibility: visible;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.load-more-wrapper .button.loading:before,
.ts-shop-load-more .button.loading:before,
.woocommerce .ts-shop-load-more .button.loading:before{
	content: "";
	width: 12px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(25,25,25,0.5);
    border-top: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
	position: absolute;
    top: 50%;
    left: 0; /*rtl*/
    margin-top: -6px;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.load-more-wrapper .button.loading:before,
.ts-shop-load-more .button.loading:before,
.woocommerce .ts-shop-load-more .button.loading:before{
	width: 14px;
    height: 14px;
	position: static;
	background: transparent;
	margin-top: -2px;
	vertical-align: middle;
	border-width: 2px;
    border-top-width: 2px;
}
body.load-more-button .ts-shop-load-more .button.loading:after{
	display: none;
}
.load-more-wrapper .button.loading:before,
.ts-shop-load-more .button.loading:before,
.woocommerce .ts-shop-load-more .button.loading:before{
	margin-right: 5px; /*rtl*/
}
.mailchimp-subscription .processing button.button:before{
	width: 14px;
    height: 14px;
	position: static;
	margin: 0 5px 0 0; /*rtl*/
	background: transparent;
	display: inline-block;
	vertical-align: -2px;
}
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
.product-group-button-meta > div a.loading:after,
.woocommerce .product-group-button-meta > div a.button.loading:after,
.woocommerce div.product form.cart .button.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after{
	width: 16px;
    height: 16px;
	margin: -8px 0 0 -8px; /*rtl*/
	background: transparent;
	z-index: 10;
}
.search-table .search-field.loading ~ .search-button:before,
.search-table .search-field.loading .search-button:before,
ul.product_list_widget li a.button.loading:before,
.woocommerce ul.product_list_widget li a.button.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
.product-group-button-meta > div:not(.button-in) a.loading:before,
.woocommerce .product-group-button-meta > div:not(.button-in) a.button.loading:before,
.woocommerce div.product form.cart .button.loading:before, 
body .woocommerce table.compare-list .add-to-cart td a.loading:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: none;
    width: 100%;
    animation: none;
    border-radius: 42px;
    margin: 0;
    padding: 0;
    transform: none;
    height: 100%;
}
div.blockUI.blockOverlay{
    z-index: 992 !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    background: transparent !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1 !important;
}
.dropdown-container ul.cart_list li.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before{
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 4;
	opacity: 0.9;
	margin: 0;
	background-image: none;
	position: absolute;
	display: inline-block;
	content: "" ;
	-webkit-animation: none ;
	-moz-animation: none;
	animation: none;
}
.button-in .blockUI.blockOverlay:before,
.single_add_to_wishlist.loading{
	opacity: 1 !important;
}
.images.loading:after,
.swiper-lazy-preloader,
body:not(.elementor-editor-active) .elementor-section.loading:before,
.ts-product .content-wrapper.loading:after,
.ts-instagram-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.ts-special-product-wrapper .products.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
.entry-format .thumbnail.loading:after,
article .thumbnail.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:after,
.summary .single-product-buttons a.compare:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
.wpcf7-spinner:after{
	border-width: 2px;
	border-style: solid;
	border-top: 2px solid #000000;
    border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	background: transparent !important;
	z-index: 9;
}
.swiper-lazy-preloader,
body:not(.elementor-editor-active) .elementor-section.loading:before,
.woocommerce-cart .woocommerce-cart-form div.blockUI.blockOverlay:after,
.images.loading:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.ts-instagram-wrapper.loading:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
.entry-format .thumbnail.loading:after,
article .thumbnail.loading:after,
.thumbnails.loading:after,
.ts-special-product-wrapper .products.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after{
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	border-width: 3px;
	border-top-width: 3px;
}
.swiper-lazy-preloader,
.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after{
	border-color: rgba(255,255,255,0.6);
	border-top-color: rgba(255,255,255,1);
}
body table.compare-list tr.remove div.blockUI.blockOverlay,
body table.compare-list tr.remove div.blockUI.blockOverlay:before{
	opacity: 1 !important;
}
body table.compare-list tr.remove div.blockUI.blockOverlay:after{
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
}
.images.loading,
.ts-product .content-wrapper.loading,
.ts-logo-slider-wrapper.loading,
.ts-instagram-wrapper.loading,
.related-posts.loading .content-wrapper,
.woocommerce .product figure.loading,
.ts-products-widget-wrapper.loading,
.ts-blogs-widget-wrapper.loading,
.ts-recent-comments-widget-wrapper.loading,
.blogs article a.gallery.loading,
.ts-blogs.loading .content-wrapper,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading,
.entry-format .thumbnail.loading,
article .thumbnail.loading,
.thumbnails.loading,
.ts-special-product-wrapper .products.loading,
.ts-product-category-wrapper .content-wrapper.loading,
body:not(.elementor-editor-active) .elementor-section.loading,
.thumbnails-container.loading,
.column-products.loading,
.ts-team-members .loading{
	position: relative;
	overflow: hidden;
	background: transparent !important;
	border-color: transparent;
}
.images > *,
.ts-product:not(.ts-slider) .content-wrapper > *,
.ts-logo-slider-wrapper .content-wrapper > *,
.related-posts:not(.ts-slider) .content-wrapper > *,
.woocommerce .product figure > *,
.ts-products-widget-wrapper:not(.ts-slider) > *,
.ts-blogs-widget-wrapper:not(.ts-slider) > *,
.ts-recent-comments-widget-wrapper:not(.ts-slider) > *,
.blogs article a.gallery > *,
.ts-blogs:not(.ts-slider) .content-wrapper > *,
.ts-testimonial-wrapper:not(.ts-slider) .items > *,
.ts-twitter-slider:not(.ts-slider) .items > *,
article .thumbnail > *,
.thumbnails > *,
.ts-product-category-wrapper:not(.ts-slider) .content-wrapper > *,
body:not(.elementor-editor-active) .elementor-section > *,
.thumbnails-container > *,
.ts-team-members:not(.ts-slider)  > *{
	transition: opacity 350ms ease 0s, visibility 350ms ease 0s;
}
.images.loading > *,
.ts-product .content-wrapper.loading > *,
.ts-instagram-wrapper.loading > *,
.ts-logo-slider-wrapper.loading .content-wrapper > *,
.related-posts.loading .content-wrapper > *,
.woocommerce .product figure.loading > *,
.ts-products-widget-wrapper.loading > *,
.ts-blogs-widget-wrapper.loading > *,
.ts-recent-comments-widget-wrapper.loading > *,
.blogs article a.gallery.loading > *,
.ts-blogs.loading .content-wrapper > *,
.ts-testimonial-wrapper .items.loading > *,
.ts-twitter-slider .items.loading > *,
.entry-format .thumbnail.loading > *,
article .thumbnail.loading > *,
.thumbnails.loading > *,
.ts-special-product-wrapper .products.loading > *,
.ts-product-category-wrapper .content-wrapper.loading > *,
body:not(.elementor-editor-active) .elementor-section.loading > *,
.thumbnails-container.loading > *,
.column-products.loading > *,
.ts-team-members .loading > *{
	visibility: hidden;
	opacity: 0;
}
.thumbnails.loading:before,
.thumbnails-container.loading:before{
	display: block !important
}
.ts-product .content-wrapper.loading{
	max-height: 400px;
}
.ts-product.ts-product-brand-wrapper .content-wrapper.loading{
	height: 160px;
}
.ts-product-category-wrapper .content-wrapper.loading,
.ts-blogs.loading .content-wrapper,
.ts-products-widget-wrapper.loading,
.ts-recent-comments-widget-wrapper.loading,
.entry-format .thumbnail.loading,
article .thumbnail.loading,
.ts-team-members .loading,
.woocommerce .product figure.loading,
.images.loading,
.ts-blogs-widget-wrapper.loading,
.ts-instagram-wrapper.loading,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading{
	height: 200px;
}
.ts-logo-slider-wrapper.loading .content-wrapper{
	height: 142px;
}
.ts-special-product-wrapper .products.loading,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading{
	height: 280px;
}
.column-products.loading{
	height: 373px;
}
.columns-2 .list-posts article a.gallery.loading{
	height: 340px;
}
.thumbnails-container.loading,
.thumbnails.loading{
	height: 100px;
}
body:not(.elementor-editor-active) .elementor-section.loading{
	height: 1000px;
}

/*-------------------------------------------------------------------------------------------------------------------
	I. HEADER
---------------------------------------------------------------------------------------------------------------------*/
header .logo img{
	transition: 350ms ease 0s;
}
.ts-header{
	padding: 0;
	display: block;
}
.ts-header .header-container{
	position: relative;
}

/*--------------------------------------------------------
	1. MENU
---------------------------------------------------------*/
/* Fix Menu For Theme Default WP */
.ts-menu nav > ul,
nav > ul.menu > ul{
	padding: 0;
	margin: 0;
}
.ts-menu nav > ul:after,
nav > ul.menu > ul:after{
	display: table;
	content: "";
	clear: both;
}
.ts-menu nav > ul > li,
nav > ul.menu > ul > li{
	list-style: none;
	float: left;/* rtl */
	padding: 0;
	margin: 0;
}
.ts-menu nav > ul > li{
	margin: 0 30px 0 0; /*rtl*/
}
nav > ul.menu > ul > li > a{
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	color: #000000;
	display: inline-block;
	text-decoration: none;
}
nav > ul.menu li > a,
nav > ul.menu > ul > li > a:hover{
	text-decoration: none;
}
li.hide ul.sub-menu{
	display: none !important;
}
/* SUB MENU */
.ts-header nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu_sub;
	-moz-animation-name: animation_menu_sub;
	animation-name: animation_menu_sub;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
	display: block;
}
.ts-header nav .menu{
	margin: 0;
}
.ts-header .menu-center{
	text-align: center;
}
.ts-header .menu-center .menu-wrapper,
.ts-header .menu-wrapper .ts-menu{
	display: inline-block;
}
.ts-header .menu-wrapper .ts-menu{
	position: relative;
}
.logo-center .logo-wrapper,
.menu-center .menu-wrapper{
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.menu-right .menu-wrapper{
    text-align: right; /*rtl*/
}
.menu-wrapper nav > ul.menu,
.menu-wrapper nav > ul{
	margin: 0;
	text-align: left; /*rtl*/
}
.ts-header .menu-wrapper nav > ul.menu,
.ts-header .menu-wrapper nav > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ts-header nav.main-menu > ul.menu > li,
.ts-header nav.main-menu > ul > li{
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 54px 0 0;/* rtl */
	display: inline-block;
	cursor: pointer;
}
.ts-header nav.main-menu > ul.menu > li:last-child,
.ts-header nav.main-menu > ul > li:last-child{
	margin-right: 0; /* rtl */
}
.menu-desc{
	line-height: 1.2;
    font-size: 75%;
    font-weight: normal;
	width: 100%;
}
header .logo-header a{
	padding: 0;
}
header .logo-header a:before{
	display: none !important;
}
.ts-header nav > ul.menu > li:hover,
.ts-header nav > ul > li:hover{
	z-index: 993;
}
.ts-header nav > ul.menu > li a:hover,
.ts-header nav > ul > li a:hover{
	text-decoration: none;
}
.ts-header nav > ul.menu > li > a,
.ts-header nav > ul > li > a{
	position: relative;
	display: inline-block;
}
.ts-header nav > ul.menu li:before,
.mobile-menu-wrapper nav > ul li:before,
ul.menu li .menu-icon{
    line-height: 1;
	display: inline-block;
}
.mobile-menu-wrapper nav > ul li:before,
.mobile-menu-wrapper ul.menu li .menu-icon{
	margin-right: 5px; /*rtl*/
}
.widget_nav_menu li:before{
	margin-right: 10px; /*rtl*/
}
.ts-header nav > ul.menu li:before{
	min-width: 26px;
}
.ts-header nav > ul.menu li[class*="lnr-"],
.ts-header nav > ul.menu li[class*="fa-"]{
	padding-left: 33px !important; /*rtl*/
}
.mobile-menu-wrapper .mobile-menu li[class*="lnr-"],
.ts-header nav.main-menu li[class*="lnr-"],
.mobile-menu-wrapper .mobile-menu li[class*="fa-"],
.ts-header nav.main-menu li[class*="fa-"]{
	font-family: inherit !important;
	font-weight: inherit !important;
}
.ts-header ul.menu li a.has-icon .menu-icon,
.ts-header nav > ul.menu li:before{
	display: inline-block;
    vertical-align: 7px;
    margin-right: 10px; /*rtl*/
}
ul.menu li .menu-icon{
    width: 27px;
	position: relative;
}
ul.menu li > a > .menu-icon .icon-hover{
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
	opacity: 0;
	visibility: hidden;
}
ul.menu li:hover > a > .menu-icon .icon-hover{
	opacity: 1;
	visibility: visible;
}
ul.menu li:hover > a.has-icon > .menu-icon > img.icon-hover ~ img{
	opacity: 0;
	visibility: hidden;
}
.ts-header nav > ul.menu li.empty-label > a,
.mobile-menu-wrapper nav > ul li.empty-label > a{
    font-size: 0;
}
.ts-header nav > ul.menu li.empty-label:hover,
.mobile-menu-wrapper nav > ul li.empty-label:hover{
	cursor: pointer;
}
.ts-header nav > ul.menu li.no-arrow > a:after,
.mobile-menu-wrapper nav > ul li.no-arrow > a:after,
.ts-header nav > ul.menu li.empty-label > a:after,
.mobile-menu-wrapper nav > ul li.empty-label > a:after{
	display: none !important;
}
.mobile-menu-wrapper nav > ul li:before,
.mobile-menu-wrapper ul.menu li .menu-icon{
	vertical-align: middle;
}
.footer-container .elementor-widget-container > h5,
.ts-megamenu-container .elementor-widget .elementor-widget-container h5,
.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5{
	margin-bottom: 22px;
	cursor: default;
}
.ts-megamenu-container .elementor-widget .elementor-widget-container h5,
.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5{
	margin-bottom: 30px;
}
.footer-container .ts-banner .box-content > div > .description {
    margin-bottom: 18px;
}
.ts-header nav > ul.menu li .menu-desc{
	text-transform: none;
	margin-top: 5px;
}
.menu-sub-label{
	position: absolute;
    right: -20px; /*rtl*/
    top: -10px;
    padding: 1px 2px;
    line-height: 13px;
    font-size: 9px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    min-width: 35px;
    text-transform: uppercase;
	border-radius: 3px;
}
.vertical-menu-sidebar .menu-sub-label{
	top: 0;
	right: auto; /*rtl*/
}
.vertical-menu-sidebar ul.menu > li > .menu-desc{
    font-size: 60%;
}
.sub-menu .menu-sub-label{
	top: -3px;
	right: -24px; /*rtl*/
}
.mobile-menu-wrapper .sub-menu .menu-sub-label{
	top: -7px;
}
.menu-sub-label:before{
	width: 0;
    height: 0;
    border-top: 2px solid;
    border-left: 4px solid;/* rtl */
    border-bottom: 7px solid;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: #000000;
    border-right-color: #000000;
    transform: rotate(15deg);
    position: absolute;
    right: 50%;/* rtl */
	margin-right: -3px;/* rtl */
    content: "";
    bottom: -5px;
}

/* SUB MENU */
.ts-header nav > ul.menu li .ts-megamenu-widgets-container > ul{
    padding: 0;
    margin: 0;
    width: auto;
}
.ts-mega-menu{
	margin: 0 -10px;
	overflow: hidden;
}
.ts-menu-drop-icon{
	font-size: 14px;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: -2px;
}
.ts-menu-drop-icon:hover{
	cursor: pointer;
}
nav.mobile-menu > ul.menu > li.parent > .ts-menu-drop-icon:after{
	display: inline-block;
	vertical-align: 0;
}
nav.main-menu > ul.menu li.parent > a:after{
	font-size: 14px;
	margin: 0 0 0 3px; /*rtl*/
	display: inline-block;
	vertical-align: -2px;
}
nav.main-menu ul.menu .sub-menu > li{
	display: block;
	position: relative;
    z-index: 2;
}
nav.main-menu > ul.menu .sub-menu li.parent > a:after{
	margin-left: 0; /*rtl*/
	position: absolute;
    right: 0; /*rtl*/
	display: none;
}
nav.main-menu > ul.menu .sub-menu li.parent > .ts-menu-drop-icon{
	position: absolute;
    right: 0; /*rtl*/
	padding: 0;
    margin: 0 0 0 3px; /*rtl*/
    display: inline-block;
    vertical-align: top;
    transform: none;
    top: 16px;
}
nav.main-menu > ul.menu .sub-menu > li.parent:first-child > .ts-menu-drop-icon{
    top: 6px;
}
.vertical-menu-sidebar nav.main-menu > ul.menu .sub-menu > li.parent:first-child > .ts-menu-drop-icon{
	top: 0;
}
.vertical-menu-sidebar nav.main-menu > ul.menu .sub-menu li.parent > .ts-menu-drop-icon{
	font-size: 100%;
}
.ts-header nav > ul.menu li ul.sub-menu{
	position: absolute;
	z-index: 999;
	top: 100%;
	margin: 0;
	padding: 44px 30px 30px;
	width: 260px;
	left: 0;/* rtl */
	margin-left: -30px;/* rtl */
	display: none;
}
.ts-header .header-bottom nav > ul.menu > li:first-child ul.sub-menu{
    margin-left: -30px;/* rtl */
}
.ts-header .attribute-search-wrapper + .menu-wrapper nav > ul.menu li ul.sub-menu{
	margin-left: -35px;/* rtl */
}
.ts-header nav > ul.menu li.ts-megamenu ul.sub-menu{
	margin-left: 0 !important;/* rtl */
}
.header-transparent .ts-header nav > ul.menu li ul.sub-menu{
	top: 100%;
}
.ts-header nav > ul.menu li:hover > ul.sub-menu{
	display: block;
	-webkit-animation-duration: 200ms;
	-moz-animation-duration: 200ms;
	animation-duration: 200ms;
	animation-delay: 250ms;
	-webkit-animation-delay: 250ms;
	-moz-animation-delay: 250ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.ts-header nav > ul.menu li ul.sub-menu:before,
.ts-header nav > ul.menu li ul.sub-menu:after{
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: #ffffff;
}
.ts-header nav > ul.menu li ul.sub-menu:before{
	box-shadow: 0 2px 5px rgba(101,101,101,0.3);
}
.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 19px;
	padding-bottom: 0;
}
.ts-header nav > ul.menu li ul.sub-menu:after{
	top: 19px;
}
.ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 18px;
}
.ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
	top: 18px;
}
.ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
	top: 19px;
}
.header-v2 .ts-header nav > ul.menu li ul.sub-menu:before{
	top: 45px;
}
.header-v2 .ts-header nav > ul.menu li ul.sub-menu:after{
	top: 46px;
}
.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 45px;
}
.header-v2 .shopping-cart-wrapper .dropdown-container,
.header-v2 .my-account-wrapper .dropdown-container{
    padding-top: 65px;
}
.header-v2.logged-in .my-account-wrapper .dropdown-container{
    padding-top: 60px;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:before,
.header-v2 .my-account-wrapper .dropdown-container:before{
    top: 35px;
}
.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
	top: 20px;
}
.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
	top: 21px;
}
.header-v2 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 20px;
}
.header-v3 .ts-header nav > ul.menu li ul.sub-menu:before{
	top: 26px;
}
.header-v3 .ts-header nav > ul.menu li ul.sub-menu:after{
	top: 27px;
}
.header-v3 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 26px;
}
.header-v3 .shopping-cart-wrapper .dropdown-container,
.header-v3 .my-account-wrapper .dropdown-container{
    padding-top: 46px;
}
.header-v3.logged-in .my-account-wrapper .dropdown-container{
    padding-top: 40px;
	padding-bottom: 25px;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:before,
.header-v3 .my-account-wrapper .dropdown-container:before{
    top: 16px;
}
.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
	top: 21px;
}
.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
	top: 22px;
}
.header-v3 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 21px;
}
.header-v4 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 25px;
}
.header-v4 .ts-header nav > ul.menu li ul.sub-menu:before{
	top: 25px;
}
.header-v4 .ts-header nav > ul.menu li ul.sub-menu:after{
	top: 26px;
}
.header-v5 .ts-header nav > ul.menu li ul.sub-menu:before{
	top: 35px;
}
.header-v5 .ts-header nav > ul.menu li ul.sub-menu:after{
	top: 36px;
}
.header-v5 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 35px;
}
.header-v5 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
	top: 20px;
}
.header-v5 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
	top: 21px;
}
.header-v5 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 20px;
}
.header-v5 .shopping-cart-wrapper .dropdown-container,
.header-v5 .my-account-wrapper .dropdown-container{
    padding-top: 55px;
}
.header-v5.logged-in .my-account-wrapper .dropdown-container{
    padding-top: 50px;
}
.header-v5 .shopping-cart-wrapper .dropdown-container:before,
.header-v5 .my-account-wrapper .dropdown-container:before{
    top: 25px;
}
.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 18px;
}
.ts-header nav > ul.menu li ul.sub-menu:after{
	background-size: contain;
}
.ts-header nav > ul.menu li.bg-full-height ul.sub-menu:after{
	background-size: cover;
}
.ts-header nav > ul.menu li ul.sub-menu ul.sub-menu{
	left: 100%; /* rtl */
	padding: 30px 30px 30px 60px;/* rtl */
	top: -23px;
	z-index: 990;
	margin: 0;
}
.ts-header nav > ul.menu li ul.sub-menu ul.sub-menu:before,
.ts-header nav > ul.menu li ul.sub-menu ul.sub-menu:after{
	top: 4px;
	left: 30px; /* rtl */
}
.ts-header nav > ul.menu li ul.sub-menu ul.sub-menu:after{
	top: 5px;
}
.ts-header nav > ul.menu > li > ul.sub-menu > li:first-child > ul.sub-menu{
	top: -30px;
}
.ts-header nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
	z-index: 991;
}
.ts-header nav > ul.menu li.menu-item-has-children:hover{
	z-index: 992;
}

/* FIXED WIDGET ELEMENTOR */
.ts-header nav li.widget_nav_menu li > a:before,
.ts-header nav .elementor-widget-wp-widget-nav_menu li > a:before{
	display: none;
}
#page .ts-header nav .elementor-widget-wp-widget-nav_menu li > a{
	padding-left: 0;
	padding-right: 0;
}

/* Fix li */
.ts-header nav > ul.menu li.ts-megamenu > ul.sub-menu > li{
	padding: 0 !important;
	margin: 0 auto;
	display: block;
}
.ts-header nav > ul.menu ul.sub-menu > li > a,
.ts-header nav li.widget_nav_menu li > a,
.ts-header nav > ul.menu li.ts-normal-menu ul.sub-menu li > a{
	display: table;
	position: relative;
}

/*** Mega Menu ***/
.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	width: 1500px;
}
.ts-header nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
	width: 800px;
}
.ts-header nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
	width: 600px;
}
.ts-header nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
	width: 400px;
}
.ts-header nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
	width: 290px;
}
.ts-header .ts-megamenu-container ul.menu li ul.sub-menu > li:last-child{
	padding-bottom: 0;
}
.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu{
    position: static !important;
	width: 100% !important;
	margin-bottom: -5px !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    padding: 5px 0 0 20px !important;
    transform: none !important;
    transition: none !important;
	animation: none !important;
}
.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu:before,
.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu:after{
	display: none;
}
.ts-list-of-product-categories-wrapper .button-text:not(.ts-banner):not(.elementor-widget-button){
	margin: 0;
}
.elementor-widget-button.button-text .elementor-button .elementor-button-text{
	text-transform: initial;
	display: inline-block;
}
.elementor-widget-button.button-text .elementor-button .elementor-button-text:after{
	font-size: 170%;
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px; /*rtl*/
}
.ts-megamenu-container .elementor-widget-container > ul li, 
.ts-megamenu-container .elementor-widget-container ul.menu li, 
.ts-megamenu-container .elementor-widget-container .list-icons li, 
.ts-megamenu-container .widget_categories > ul li, 
.ts-megamenu-container .product-categories li{
	padding: 0 0 14px !important;  
    line-height: 22px;
}
.ts-megamenu-container .elementor-widget-container > ul li:last-child, 
.ts-megamenu-container .elementor-widget-container ul.menu li:last-child, 
.ts-megamenu-container .elementor-widget-container .list-icons li:last-child, 
.ts-megamenu-container .widget_categories > ul li:last-child, 
.ts-megamenu-container .product-categories li:last-child{
	padding-bottom: 0 !important;  
}
.footer-container .elementor-widget-wp-widget-nav_menu ul.menu{
	margin-top: -5px;
	margin-bottom: -5px;
}

/* Menu sub a hover */
.menu-wrapper nav > ul.menu ul.sub-menu li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu ul.sub-menu li > a{
	transition: 350ms ease 0s;
}
header li.widget_nav_menu{
	margin: 0;
	padding: 0;
}

/* WIDGET CUSTOM MENU FOR MEGAMENU */
.menu-wrapper nav li.widget{
	list-style: none;
}
.ts-menu nav .widgettitle{
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0;
}
.menu-wrapper nav li.widget ul{
	margin: 0;
}
.menu-wrapper nav > ul.menu > li ul li.widget{
	padding: 5px 10px;
	float: left;/* rtl */
}
.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu{
	padding: 0 10px;
}
.menu-wrapper nav > ul.menu > li ul li.widget_text{
	padding: 0;
	min-width: 0;
}
.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu{
	width: 16.66667%;
}
.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div{width: 25%;}

.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div{width: 33.33333%}

.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width: 50%;}

.menu-wrapper nav li.ts-megamenu-columns-1 .widget_nav_menu,
.mg-col-1 > div{width: 100%}

.ts-megamenu-columns-2 li.widget,
.ts-megamenu-columns-3 li.widget,
.ts-megamenu-columns-4 li.widget,
.ts-megamenu-fullwidth li.widget{
	padding: 0 20px;
}
.ts-megamenu-columns-1 li.widget{
	clear: both;
	width: 100%;
}
.ts-megamenu-columns-2 li.widget{
	width: 50%;
}
.ts-megamenu-columns-3 li.widget{
	width: 33.3333%;
}
.ts-megamenu-columns-4 li.widget{
	width: 25%;
}
.menu-wrapper nav div.ts-megamenu-widgets-container > ul > li{
	position: relative;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text{
	position: static;
}

/*--------------------------------------------------------
	2. HEADER TOP
---------------------------------------------------------*/
.header-v2 .header-top,
.header-v3 .header-middle{
	border-width: 0 0 1px;
	border-style: solid;
}
.header-store-notice > .container,
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.header-store-notice > .container,
.header-top > .container,
.header-middle > .container{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-template > .header-store-notice > .container{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-middle > .container{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 31px;
    padding-bottom: 31px;
}
.header-v2 .header-middle > .container{
	padding-top: 35px;
    padding-bottom: 35px;
}
.header-v4 .header-middle > .container,
.header-v3 .header-middle > .container{
	padding-top: 15px;
    padding-bottom: 15px;
}
.header-v5 .header-middle > .container{
	padding-top: 25px;
    padding-bottom: 25px;
}
.header-bottom > .container{
	padding-top: 18px;
    padding-bottom: 18px;
}
.ts-header nav > ul.menu > li > a, 
.ts-header nav > ul > li > a{
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-bottom.menu-center > .container{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ts-header .header-top nav > ul.menu > li > a,
.ts-header .header-top nav > ul > li > a{
	font-size: 100%;
	line-height: inherit;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}
.ts-header .my-account-wrapper,
.ts-header .my-wishlist-wrapper,
.ts-header .shopping-cart-wrapper{
	line-height: 0;
}
.ts-header .my-account-wrapper a,
.ts-header .my-wishlist-wrapper a,
.ts-header .shopping-cart-wrapper a{
	color: inherit;
}
.social-icons ul li i{
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

/*** Header Top ***/
.header-store-notice > .container,
.header-top > .container{
	position: relative;
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}
.header-v2 .header-top > .container{
	padding-top: 9px;
    padding-bottom: 9px;
}
.header-store-notice > .container{
	padding-top: 11px;
    padding-bottom: 11px;
}
.header-top .header-store-notice{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.header-top ul li,
.header-top ol li{
	line-height: inherit !important;
}
.header-top p{
	margin-bottom: 0;
}
.header-template > .header-store-notice,
.header-top{
	text-transform: uppercase;
	font-size: 86%;
}
.header-top .header-language,
.header-top .header-currency{
	color: inherit;
	text-transform: uppercase;
}
.header-top a:hover{
	text-decoration: none;
}
.ts-header .header-top .header-left,
.ts-header .header-top .header-right{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ts-header .header-top .header-store-notice,
.ts-header .header-top .header-left{
	max-width: 70%;
}
.ts-header .header-top .header-right{
	margin-left: auto; /*rtl*/
}
.header-top .header-left > *,
.header-top .header-right > *{
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.ts-header .info a,
#group-icon-header .group-button-header .info a{
	margin-left: 20px; /*rtl*/
	color: inherit;
}
.header-top .ts-header-help .dropdown-container{
	padding: 37px 30px 25px; 
}
body .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-top .header-currency ul{
    padding: 21px 20px 10px !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul{
	line-height: 22px;
}
.header-top .ts-header-help .dropdown-container:before,
.header-top .wcml_currency_switcher > ul:before,
.header-top .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.header-top .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
    top: 10px !important;
}
.header-v4 .header-top .ts-header-help .dropdown-container:before,
.header-v4 .header-top .wcml_currency_switcher > ul:before,
.header-v4 .header-top .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.header-v4 .header-top .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
    top: 14px !important;
}
body.header-v4 .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body.header-v4 .header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-v4 .header-top .header-currency ul{
    padding-top: 25px !important;
}
body .wpml-ls-legacy-dropdown a{
    line-height: inherit;
}

/*** Social icons ***/
.social-icons ul li{
	list-style: none;
    padding: 0;
	display: inline-block;
}
.social-icons ul{
	margin: 0;
}

body .header-right .language-currency:last-child .header-language:last-child .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
body .header-right .language-currency:last-child .header-language:last-child .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
.header-right .language-currency:last-child .header-currency:last-child ul{
    right: 0; /*rtl*/
    margin-right: 0; /*rtl*/
}
.ts-header .language-currency{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.language-currency > *:not(:first-child){
	margin-left: 24px; /*rtl*/
}
.top-header-menu ul li,
.header-top ul li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.top-header-menu>ul>li:not(:last-child){
	margin-right: 23px; /*rtl*/
}

/*--------------------------------------------------------
	3. HEADER MIDDLE
---------------------------------------------------------*/
.header-v1 .header-middle + .header-bottom{
	margin-top: -27px;
}
.header-v1 .is-sticky .header-middle + .header-bottom{
	margin-top: -16px;
}
.single-post .header-template > .header-store-notice,
.single-post .header-top,
.single-post .header-bottom,
.single-post .header-middle{
	position: relative;
	z-index: 7;
}
.single-post .header-bottom:hover,
.single-post .header-middle:hover{
	z-index: 8;
}
.header-top{
	z-index: 994; /*fix dropdown below header-sticky*/
}
.header-middle .header-left,
.header-middle .header-right{
	width: 25%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.header-v4 .header-middle .header-left,
.header-v4 .header-middle .header-right{
	width: 21%;
}
.header-v4 .header-middle .menu-wrapper.menu-center{
	width: 58%;
}
.header-middle .header-right{
	-webkit-box-pack: end;    
	-ms-flex-pack: end;   
	justify-content: flex-end;
	margin-left: auto; /*rtl*/
}
.header-v1 .header-middle .header-left, 
.header-v1 .header-middle .header-right{
	width: 30%;
}
.header-v1 .header-middle .logo-wrapper.logo-center,
.header-v1 .header-middle .menu-wrapper.menu-center{
	width: 40%;
}
.ts-header .header-left > *{
	padding-right: 35px; /*rtl*/
}
.ts-header .header-right > *{
	padding-left: 35px; /*rtl*/
}
.ts-header .header-top .header-right > * {
    padding-left: 28px; /*rtl*/
}
.ts-header .header-left > .icon-menu-sticky-header{
	padding-right: 0; /*rtl*/
}
.ts-header .header-right > .search-button.search-icon,
.ts-header .header-right > .ts-header-help{
	padding-right: 17px; /*rtl*/
}
.ts-header .header-right > .ts-mobile-icon-toggle,
.ts-header .header-right > .my-wishlist-wrapper,
.ts-header .header-right > .shopping-cart-wrapper,
.ts-header .header-right > .my-account-wrapper,
.ts-header .header-right > .search-button.search-icon{
	padding-left: 0; /*rtl*/
}
.header-middle .logo-wrapper.logo-center,
.header-middle .menu-wrapper.menu-center{
	width: 50%;
	text-align: center;
}
.header-language,
.header-currency{
	position: relative;
	display: block;
    float: left; /*rtl*/
}
.header-currency .wcml-spinner{
	display: none;
}
.text-light .social-icons .list-icons li a,
.text-light .ts-language-switcher .wpml-ls-legacy-list-horizontal,
.text-light .ts-language-switcher .wpml-ls-legacy-list-vertical,
.text-light .ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a, 
.text-light .ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a, 
.text-light .ts-currency-switcher .wcml_currency_switcher > a{
	color: #ffffff !important;
}
.ts-language-switcher a,
.ts-currency-switcher a{
	color: inherit !important;
}
.header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover{
	text-decoration: none;
}
.shopping-cart-wrapper{
	cursor: pointer;
	position: relative;
}
.shopping-cart-wrapper .cart-icon{
	position: relative;
}
.ts-mobile-icon-toggle .icon:before,
.ts-sidebar-menu-icon .icon:before,
.icon-menu-sticky-header .icon:before{
	font-size: 24px;
}
.ts-header-find-store > a:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper .tini-wishlist:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-tiny-account-wrapper .account-control>a:before{
    font-size: 25px;
}
.header-top .ts-header-find-store > a:before,
.header-top .search-button.search-icon .icon:before{
    font-size: 20px;
}
.header-top .ts-header-find-store span{
    vertical-align: -2px;
}
.ts-header-find-store a{
	color: inherit;
	text-decoration: none;
}
.ts-header-find-store > a:before,
.search-button.search-icon .icon:before{
	float: left; /*rtl*/
    margin-right: 4px; /*rtl*/
}
.search-button.search-icon .icon:hover{
	cursor: pointer;
}
.search-button.search-icon .icon,
.my-wishlist-wrapper .tini-wishlist,
.my-account-wrapper .account-control > a,
.shopping-cart-wrapper .cart-control{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: content-box;
}
.my-wishlist-wrapper .tini-wishlist,
.my-account-wrapper .account-control > a,
.shopping-cart-wrapper .cart-control{
	padding: 12px;
	line-height: 1;
}
.search-button.search-icon{
	text-transform: uppercase;
}
.ts-header-find-store span,
.search-button.search-icon .icon span{
	display: inline-block;
    vertical-align: -1px;
}
/*** Search Overlap ***/
.header-sticky > .ts-search-by-category{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	box-shadow: 0 6px 7px rgba(179,179,179,0.11);
	transition: 150ms ease;
}
.header-v1 .header-sticky > .ts-search-by-category{
	bottom: 24px;
}
.header-sticky > .ts-search-by-category > div{
	width: 100%;
	height: 100%;
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	margin: 0 auto;
	position: relative;
}
.header-sticky > .ts-search-by-category .search-table .search-field input[type="text"]{
    padding: 24px 20px 24px 60px;
    border-width: 0;
    background: transparent;
    font-size: 20px;
}
.header-v4.header-transparent .header-sticky > .ts-search-by-category{
	background: transparent;
}
.header-v4.header-transparent .header-sticky > .ts-search-by-category > div{
	padding: 0 30px;
}
.header-sticky > .ts-search-by-category form,
.header-sticky > .ts-search-by-category .search-table,
.header-sticky > .ts-search-by-category .search-table .search-field,
.header-sticky > .ts-search-by-category .search-table .search-field input[type="text"]{
	height: 100%;
}
.header-sticky > .ts-search-by-category .search-table .search-button{
    background: transparent;
    color: inherit;
    left: 0; /*rtl*/
    right: auto; /*rtl*/
}
.header-sticky > .ts-search-by-category .search-table .search-button:before{
    font-size: 40px;
}
.header-sticky > .ts-search-by-category .search-table .loading + .search-button:before{
    opacity: 0;
	visibility: hidden;
}
.header-sticky > .ts-search-by-category .search-table .search-button:after{
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-top-width: 2px;
    margin-top: -12px;
    margin-left: -12px;
}
.header-sticky > .ts-search-by-category .close{
	width: 40px;
    height: 40px;
    font-size: 40px;
    margin-left: auto; /*rtl*/
    text-align: right; /*rtl*/
    line-height: 40px;
	cursor: pointer;
}
.header-sticky > .ts-search-by-category form{
	width: calc(100% - 60px);
    align-items: center;
}
.header-sticky > .ts-search-by-category ::-webkit-input-placeholder{
	font-size: 20px;
}
.header-sticky > .ts-search-by-category :-moz-placeholder{
	font-size: 20px;
}
.header-sticky > .ts-search-by-category ::-moz-placeholder{
	font-size: 20px;
}
.header-sticky > .ts-search-by-category :-ms-input-placeholder{
	font-size: 20px;
}
.search-active .header-sticky > .ts-search-by-category{
	visibility: visible;
	opacity: 1;
}

.is-sticky .header-sticky > .ts-search-by-category{
	bottom: 0;
}
.is-sticky .header-sticky > .ts-search-by-category .search-table .search-field input[type="text"]{
	padding: 15px 20px 15px 60px;
    font-size: 16px;
}
.is-sticky .header-sticky > .ts-search-by-category .search-table .search-button:before,
.is-sticky .header-sticky > .ts-search-by-category .close{
    font-size: 30px;
}
.is-sticky .header-sticky > .ts-search-by-category ::-webkit-input-placeholder{
	font-size: 16px;
}
.is-sticky .header-sticky > .ts-search-by-category :-moz-placeholder{
	font-size: 16px;
}
.is-sticky .header-sticky > .ts-search-by-category ::-moz-placeholder{
	font-size: 16px;
}
.is-sticky .header-sticky > .ts-search-by-category :-ms-input-placeholder{
	font-size: 16px;
}
/**/
.my-account-wrapper .account-control > a{
	color: inherit;
}
.ts-header .my-account-wrapper .account-control > a{
	font-size: 0;
	letter-spacing: 0;
}
.ts-tiny-account-wrapper .account-control>a:before{
	display: inline-block;
	vertical-align: middle;
}
.ts-header .shopping-cart-wrapper:last-child .cart-control,
.ts-header .my-wishlist-wrapper:last-child .tini-wishlist{
	padding-right: 10px; /*rtl*/
}
.ts-header .search-button.search-icon:last-child .icon{
	padding-right: 0; /*rtl*/
}
.dropdown-container .theme-title span,
.my-wishlist-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number{
	position: absolute;
	top: 1px;
	right: auto; /*rtl*/
	left: 24px; /*rtl*/
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.ts-tiny-account-wrapper{
	position: relative;
}
.shopping-cart-wrapper .cart-control{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
}
.shopping-cart-wrapper .cart-control .cart-total{
	margin-left: 15px; /*rtl*/
	line-height: 1;
	display: none;
}
.ts-floating-sidebar .ts-search-by-category > form .search-table .loading ~ .search-button:before{
    opacity: 1;
	visibility: visible;
}
.ts-tiny-cart-wrapper a.cart-control:hover{
	text-decoration: none;
}
header .my-wishlist-wrapper a span{
	right: -5px;/* rtl */
}
.ts-header-help-title > a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.ts-currency-switcher .wcml_currency_switcher > a:after,
.header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.header-currency .wcml_currency_switcher > a:after{
    font-size: 18px;
    position: static !important;
    border: 0 !important;
    display: block;
    float: right; /*rtl*/
    margin: 2px 0 0 3px; /*rtl*/
}
@supports (-webkit-touch-callout: none){
	.ts-header-help-title > a:after,
	.ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a:after,
	.ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a:after,
	.ts-currency-switcher .wcml_currency_switcher > a:after,
	.header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
	.header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
	.header-currency .wcml_currency_switcher > a:after{
		margin-top: 4px; /*rtl*/
	}
}
.ts-header .header-top .header-left > *{
    padding-right: 20px; /*rtl*/
}
.header-top .ts-header-find-store > a:before{
    margin-right: 5px; /*rtl*/
}
.header-top .ts-header-help-title{
	margin-top: 2px;
}
.header-top .ts-header-help-title > a:after{
	margin: 0 0 0 1px; /*rtl*/
}
.header-top .header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-top .header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after{
    margin-top: 0;
}
.header-top .header-currency .wcml_currency_switcher > a:after{
    margin-top: 2px;
}
.ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a,
.ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a,
.ts-currency-switcher .wcml_currency_switcher > a,
.header-language .wpml-ls-legacy-dropdown > ul > li > a,
.header-language .wpml-ls-legacy-dropdown-click > ul > li > a,
.header-currency .wcml_currency_switcher > a{
	line-height: 19px;
}
.header-top > .container .header-currency .wcml_currency_switcher > a{
    line-height: 20px;
}
.header-middle .container > .ts-search-by-category{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ts-search-by-category > form{
    max-width: 100%;
	display: flex;
	flex-flow: row wrap;
	border-radius: 60px;
}
.ts-search-by-category .select-category{
    width: 190px;
    border-width: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px; /*rtl*/
    padding-right: 18px; /*rtl*/
    margin-right: 7px; /*rtl*/
	text-transform: capitalize;
    background-color: transparent;
	position: relative;
}
.ts-search-by-category form > .search-table{
    position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ts-search-by-category form > .select-category + .search-table:before{
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(123,91,91,0.15);
}
.ts-search-by-category .search-table .search-field input[type="text"]{
    padding: 12px 60px 12px 18px; /*rtl*/
	border-width: 0;
	background: transparent;
}
.ts-search-by-category .search-table .search-button{
	width: 40px;
	height: 40px;
	right: 5px; /*rtl*/
}
.ts-search-by-category .search-table .search-button:before{
	line-height: 40px;
}
.ts-floating-sidebar .ts-search-by-category .search-table .search-field input[type="text"]{
	border-width: 1px;
}

/*** Logo wrapper ***/
header .logo-wrapper{
    max-height: 70px;
}
.normal-logo,
.sticky-logo,
.mobile-logo{
	display: inline-block;
	vertical-align: middle;
}
.sticky-logo,
.mobile-logo{
	display: none;
}
header .logo-wrapper a{
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
}
header .logo-wrapper a:hover{
	text-decoration: none;
}
.logo-center > .container > *{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*** Header Dropdown ***/
.ts-header-help{
	position: relative;
}
.ts-header-help-title{
	text-transform: uppercase;
}
.ts-header-help-title a{
	color: inherit;
	text-decoration: none !important;
}
.ts-header-help .dropdown-container,
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul{
	display: none;
	position: absolute;
	content: "";
	right: auto; /*rtl*/
	left: 50%; /*rtl*/
	top: 100%;
	min-width: 116px;
	padding: 38px 30px 30px 30px;
}
.logged-in .my-account-wrapper .dropdown-container{
	padding-top: 33px;
	padding-bottom: 25px;
}
.header-left .ts-header-help:first-child .dropdown-container{
    margin-left: 0; /*rtl*/
	left: 0; /*rtl*/
}
.ts-header-help .dropdown-container:before,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
.wcml_currency_switcher > ul:before, 
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 18px;
	bottom: 0;
	display: block;
	z-index: -1;
	box-shadow: 0 0 10px rgba(118,118,118,0.34);
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before{
	top: 8px;
}
.header-middle .ts-header-help .dropdown-container{
	padding-top: 40px;
}
.header-middle .ts-header-help .dropdown-container:before{
	top: 20px;
}
.is-sticky .header-middle .ts-header-help .dropdown-container{
	padding-top: 50px;
}
.is-sticky .header-middle .ts-header-help .dropdown-container:before{
	top: 23px;
}
.is-sticky .header-middle .shopping-cart-wrapper .dropdown-container,
.is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 40px;
}
.logged-in .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 36px;
}
.is-sticky .header-middle .shopping-cart-wrapper .dropdown-container:before,
.is-sticky .header-middle .my-account-wrapper .dropdown-container:before{
	top: 10px;
}
.header-v4 .header-middle .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .header-middle .my-account-wrapper .dropdown-container:before,
.header-v4 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .is-sticky .header-middle .my-account-wrapper .dropdown-container:before{
	top: 15px;
}
.header-v4 .header-middle .shopping-cart-wrapper .dropdown-container,
.header-v4 .header-middle .my-account-wrapper .dropdown-container,
.header-v4 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container,
.header-v4 .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 45px;
}
.header-v4.logged-in .header-middle .my-account-wrapper .dropdown-container,
.header-v4.logged-in .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 40px;
}
.header-v6 .header-middle .shopping-cart-wrapper .dropdown-container:before,
.header-v6 .header-middle .my-account-wrapper .dropdown-container:before,
.header-v6 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container:before,
.header-v6 .is-sticky .header-middle .my-account-wrapper .dropdown-container:before{
	top: 30px;
}
.header-v6 .header-middle .shopping-cart-wrapper .dropdown-container,
.header-v6 .header-middle .my-account-wrapper .dropdown-container,
.header-v6 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container,
.header-v6 .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 60px;
}
.header-v6.logged-in .header-middle .my-account-wrapper .dropdown-container,
.header-v6.logged-in .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 55px;
}
.header-v6 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container,
.header-v6 .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 40px;
}
.header-v6.logged-in .is-sticky .header-middle .my-account-wrapper .dropdown-container{
	padding-top: 36px;
}
.header-v6 .is-sticky .header-middle .shopping-cart-wrapper .dropdown-container:before,
.header-v6 .is-sticky .header-middle .my-account-wrapper .dropdown-container:before{
	top: 10px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul{
	padding-top: 31px;
	padding-bottom: 20px;
	width: 110px;
	margin-left: -55px; /*rtl*/
}
body .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul{
	padding-top: 51px;
}
body .ts-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul{
    padding-top: 38px;
}
.header-currency .wcml_currency_switcher > ul:before, 
.header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
.header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
    top: 28px;
}
.ts-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul{
	min-width: 0;
}
.ts-header-help:hover .dropdown-container,
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper .ts-tiny-account-wrapper:hover .dropdown-container,
.header-language:hover .wpml-ls-sub-menu,
.ts-language-switcher:hover .wpml-ls-sub-menu,
.ts-currency-switcher:hover ul,
.header-currency:hover ul{
	display: block;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
	z-index: 5;
}
.header-language:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-language-switcher:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	-webkit-animation-name: none;
	-moz-animation-name: none;
	animation-name: none;
}
.my-account-wrapper .dropdown-container,
.shopping-cart-wrapper .dropdown-container{
	z-index: 992;
}
.ts-tiny-cart-wrapper .cart_list li .price{
	display: none;
}
.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover,
.ts-header-help:hover .dropdown-container,
.shopping-cart-wrapper:hover .dropdown-container,
.shopping-cart-wrapper.active .dropdown-container{
	z-index: 996;
}
.ts-header-help .dropdown-container{
	width: 276px;
	margin-left: -138px; /*rtl*/
	text-transform: none;
	padding: 44px 30px 25px;
}
.ts-header-help .dropdown-container ul{
	margin: 0;
}
.ts-header-help .dropdown-container ul li{
	list-style: none;
	padding: 6px 0;
}
.ts-header-help .dropdown-container ul li:first-child{
	padding-top: 0;
}
.ts-header-help .dropdown-container ul li:last-child{
	padding-bottom: 0;
}
.ts-header-help .dropdown-container ul li a{
	color: inherit;
	text-decoration: none;
}
.shopping-cart-wrapper .dropdown-container{
	width: 395px;
}
.shopping-cart-wrapper.updating .dropdown-container{
	animation: none !important;
	-webkit-animation: none !important;
}
header .cart-dropdown-form .form-content{
	position: relative;
	z-index: 2;
}
.cart-dropdown-form .form-content > label{
	text-align: center;
}
.cart-dropdown-form .form-content > label > span{
	display: block;
	margin-bottom: 25px;
}
.cart-dropdown-form .form-content > label > svg{
	opacity: 0.2;
	width: 120px;
}
.dropdown-container .cart-number{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.ts-tiny-cart-wrapper .form-content > label{
	text-transform: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list{
	padding: 0;
	margin: 0 0 0 0;
	overflow: auto;
	max-height: 341px;
	position: relative;
}
body .dropdown-container ul.cart_list li.loading:before,
body .ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:before{
	bottom: 20px;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}
body .dropdown-container ul.cart_list li.loading:after,
body .ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:after{
	margin-top: -22px;
}
.woocommerce ul.cart_list li a:not(.button), 
.woocommerce ul.product_list_widget li a:not(.button){
    font-weight: inherit !important;
	color: inherit;
}
.woocommerce ul.cart_list li a.button, 
.woocommerce ul.product_list_widget li a.button{
    width: auto;
	min-width: 120px;
	font-size: 12px;
	line-height: 16px;
	padding: 6px;
	margin-top: 10px;
	display: inline-block !important;
}
.list .product-group-button-meta > div a.loading:after,
.list .woocommerce .product-group-button-meta > div a.button.loading:after,
.woocommerce.list .product-group-button-meta > div a.button.loading:after,
ul.product_list_widget li a.button.loading:after,
.woocommerce ul.product_list_widget li a.button.loading:after{
	border-width: 1px;
    border-top-width: 1px;
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}
ul.product_list_widget li a.added_to_cart{
	display: none !important;
}
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li:last-child,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li:last-child{
	margin-bottom: 0;
	border-width: 0;
}
.cart_list li a.remove:hover{
    text-decoration: none;
}
.woocommerce .dropdown-container ul.cart_list li img,
.dropdown-container ul.cart_list li img{
	width: 100% !important;
	margin: 0;
}
.ts-tiny-cart-wrapper .cart_list li > a,
.woocommerce .ts-tiny-cart-wrapper .cart_list li > a{
    width: 125px;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper, 
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper{
    padding-left: 16px; /*rtl*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;    
	-ms-flex: 1;    
	flex: 1;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper > .subtotal, 
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper > .subtotal{
	margin-left: 16px; /*rtl*/
    margin-top: 2px;
}
.dropdown-footer > a{
    width: 100%;
    float: none; /*rtl*/
    margin: 0 0 10px !important;
}
.dropdown-footer > a:last-child{
	margin-left: 4%;/* rtl */
	margin-bottom: 0 !important;
}
.dropdown-footer > a:first-child:last-child{
	margin: 0;/* rtl */
}
.ts-tiny-cart-wrapper .total > span.amount, 
.widget_shopping_cart .total .amount,
.elementor-widget-wp-widget-woocommerce_widget_cart .total .amount{
	float: right; /* rtl */
}
.ts-tiny-cart-wrapper .total > span.amount{
	line-height: 20px;
}
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total{
	padding: 26px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	overflow: hidden;
}
.add-to-cart-popup-content .action .button,
.dropdown-container .dropdown-footer .button,
..woocommerce .dropdown-container .dropdown-footer .button{
	padding-top: 12px;
	padding-bottom: 12px;
}
/*Cart*/
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
	margin: 30px 0 0;
}
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons{
	margin: 0;
}
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a{
	width: 100%;
	margin: 0 0 5px;
	text-decoration: none !important;
}
.ts-tiny-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.woocommerce .widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong,
.elementor-widget-wp-widget-woocommerce_widget_cart .total strong{
	display: inline-block;
	padding-right: 5px;/* rtl */
	vertical-align: middle;
    line-height: 20px;
}
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay,
.widget_shopping_cart li div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li div.blockUI.blockOverlay{
	background-image: none !important;
}
.ts-tiny-cart-wrapper li:last-child div.blockUI.blockOverlay,
.widget_shopping_cart li:last-child div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li:last-child div.blockUI.blockOverlay{
	bottom: 0 !important;
}
.woocommerce-cart .cart-dropdown-form,
.woocommerce-checkout .cart-dropdown-form,
.woocommerce-cart #ts-shopping-cart-sidebar,
.woocommerce-checkout #ts-shopping-cart-sidebar,
.shopping-cart-wrapper .dropdown-container .theme-title{
	display: none !important;
}

/*** Fix My account dropdown ***/
.my-account-wrapper .dropdown-container{
	width: 350px;
}
.dropdown-container .dropdown-footer{
	margin: 0;
}
.ts-tiny-account-wrapper .dropdown-container .form-content > form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ts-tiny-account-wrapper .dropdown-container .form-content > form label{
	padding: 0;
}
.ts-tiny-account-wrapper .dropdown-container .form-content > form > *:not(.login-remember):not(.login-submit){
	width: 100%;
}
.my-account-wrapper .dropdown-container .form-content p{
	margin-bottom: 25px;
}
.my-account-wrapper .form-content > form > a.register{
	display: block;
    text-align: center;
    font-size: 90%;
    padding: 7px 0 4px;
}
.my-account-wrapper .dropdown-container .form-content .login-submit{
	margin: 0;
}
.my-account-wrapper .dropdown-container .form-content .login-remember{
	margin: 11px 0 0 27px; /*rtl*/
	font-size: 12px;
    text-transform: uppercase;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.my-account-wrapper .login-submit input[type="submit"]{
	min-width: 120px;
    padding: 7px 15px;
}
p.login-remember label{
	padding: 0;
	cursor: pointer;
}
.my-account-wrapper .dropdown-container input{
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}
.my-account-wrapper .dropdown-container input[type^="checkbox"]{
	margin-top: -3px;
}
.logged-in .my-account-wrapper .dropdown-container{
    width: 160px;
	margin-left: -80px; /*rtl*/
}
.logged-in .header-right .my-account-wrapper:last-child .dropdown-container,
.header-right .my-account-wrapper:last-child .dropdown-container{
	margin-left: 0; /*rtl*/
	left: auto; /*rtl*/
	right: 0; /*rtl*/
}
.logged-in .my-account-wrapper .dropdown-container ul{
	margin-bottom: 0;
}
.logged-in .my-account-wrapper .dropdown-container ul li{
	list-style: none;
}
.logged-in .my-account-wrapper .dropdown-container ul li:first-child{
	padding-top: 0;
}
.logged-in .my-account-wrapper .dropdown-container ul li:last-child{
	padding-bottom: 0;
}
.my-account-wrapper .dropdown-container a{
	color: inherit;
	text-decoration: none;
}
/*** Fix dropdown alignright ***/
.header-middle .header-right .shopping-cart-wrapper .dropdown-container,
body:not(.logged-in) .header-middle .header-right .my-account-wrapper .dropdown-container{
	right: -2px; /*rtl*/
	left: auto;
	margin-left: 0; /*rtl*/
}
.header-middle .header-right .shopping-cart-wrapper:nth-last-child(2) .dropdown-container,
body:not(.logged-in) .header-middle .header-right .my-account-wrapper:nth-last-child(2) .dropdown-container{
	right: -49px; /*rtl*/
}
.header-middle .header-right .shopping-cart-wrapper:nth-last-child(3) .dropdown-container,
body:not(.logged-in) .header-middle .header-right .my-account-wrapper:nth-last-child(3) .dropdown-container{
	right: -98px; /*rtl*/
}
.header-v4.header-transparent .header-middle .header-right .shopping-cart-wrapper .dropdown-container,
body:not(.logged-in).header-v4.header-transparent .header-middle .header-right .my-account-wrapper .dropdown-container{
	right: -30px; /*rtl*/
	left: auto;
	margin-left: 0; /*rtl*/
}
.header-v4.header-transparent .header-middle .header-right .shopping-cart-wrapper:nth-last-child(2) .dropdown-container,
body:not(.logged-in).header-v4.header-transparent .header-middle .header-right .my-account-wrapper:nth-last-child(2) .dropdown-container{
	right: -77px; /*rtl*/
}
.header-v4.header-transparent .header-middle .header-right .shopping-cart-wrapper:nth-last-child(3) .dropdown-container,
body:not(.logged-in).header-v4.header-transparent .header-middle .header-right .my-account-wrapper:nth-last-child(3) .dropdown-container{
	right: -126px; /*rtl*/
}

/*** Fix Header Sticky ***/
.is-sticky .header-middle > .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-sticky{
	position: relative;
	width: 100%;
	transition: 100ms ease 0s;
}
.is-sticky .header-sticky{
	z-index: 993;
}
header .header-sticky .logo-sticky,
.sticky-wrapper.is-sticky .header-sticky img.mobile-logo,
.sticky-wrapper.is-sticky img.normal-logo{
	display: none;
}
.sticky-wrapper.is-sticky .header-sticky img.sticky-logo{
	display: inline-block;
}
.sticky-wrapper.is-sticky .logo-sticky{
	opacity: 1;
	width: auto;
	height: auto;
	padding: 5px 0;
	position: relative;
	display: table-cell;
}
header .sticky-wrapper.is-sticky .header-sticky{
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: mySticky;
	-moz-animation-name: mySticky;
	animation-name: mySticky;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-width: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.header-sticky .visible-sticky.logo-wrapper{
	width: 0;
	height: auto;
	display: none;
}
.icon-menu-vertical,
.icon-menu-sticky-header{
	width: 38px;
    box-sizing: content-box;
	text-align: center;
	cursor: pointer;
}
.icon-menu-vertical{
	margin-right: 20px; /*rtl*/
}
.icon-menu-sticky-header{
	display: none !important;
	margin-right: 10px; /*rtl*/
}
.header-left .icon-menu-vertical,
.header-left .icon-menu-sticky-header{
	position: relative;
    top: 0;
	text-align: left; /*rtl*/
}
.ts-sidebar-menu-icon .icon,
.icon-menu-sticky-header .icon{
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 6px 0;
	transition: 350ms ease;
	cursor: pointer;
	letter-spacing: 0;
}
.sticky-wrapper.is-sticky .icon-menu-sticky-header{
	display: inline-block !important;
}
.ts-header .is-sticky .header-bottom{
	display: none;
}

/*** Cart Sidebar ***/
.dropdown-container .theme-title{
	margin-bottom: 30px;
}
.dropdown-container .theme-title span{
    position: static;
    display: inline-block;
	vertical-align: super;
    margin: 0;
}
.ts-sidebar-content .ts-tiny-cart-wrapper{
	height: calc(100% - 47px);
}
.ts-sidebar-content .ts-tiny-cart-wrapper .cart-dropdown-form{
	height: 100%;
}
.ts-sidebar-content .ts-tiny-cart-wrapper > .cart-icon{
	display: none;
}
.ts-sidebar-content .ts-tiny-cart-wrapper .form-content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	height: 100%;
}
.ts-sidebar-content .ts-tiny-cart-wrapper .cart-wrapper{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.ts-sidebar-content .ts-tiny-cart-wrapper .cart-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
#ts-shopping-cart-sidebar .ts-sidebar-content{
	overflow: hidden;
}
#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list{
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: -17px;/* rtl */
	margin-left: 0;/* rtl */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.is-safari #ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list,
body:not(.ts_desktop) #ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list{
	margin-right: 0;
	margin-left: 0;
}
#ts-shopping-cart-sidebar .cart-dropdown-form .form-content > label{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
}
#ts-shopping-cart-sidebar .cart-dropdown-form .form-content > label:before{
	font-size: 140px;
	line-height: 140px;
}
.ts-sidebar-content .dropdown-container .cart-number{
	padding-right: 60px;/* rtl */
	margin-bottom: 40px;
}
.ts-sidebar-content .ts-tiny-cart-wrapper,
.ts-sidebar-content .ts-tiny-cart-wrapper .form-content > label{
	width: 100%;
	display: inline-block;
}

/*** Language ***/
.wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown-click{width: 15.5em;max-width: 100%}
.wpml-ls-legacy-dropdown>ul, .wpml-ls-legacy-dropdown-click>ul{position: static;padding: 0;margin: 0 !important;list-style-type: none}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .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;color: #444;border: 1px solid #cdcdcd;background-color: #fff;padding: 5px 10px;line-height: 20px}
.wpml-ls-legacy-dropdown a span, .wpml-ls-legacy-dropdown-click a span{vertical-align: baseline;display: inline-block}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{position: relative;padding-right: calc(10px + .7em + .7em)}
.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;/* rtl */top: calc(50% - .175em)}
.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{color: #000;background: #eee}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{visibility: visible;position: relative;top: auto;right: auto;left: auto;bottom: auto;border-top: 1px solid #cdcdcd;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-width: 0 1px 1px 1px}
.wpml-ls-legacy-dropdown .wpml-ls-flag, .wpml-ls-legacy-dropdown-click .wpml-ls-flag{vertical-align: middle;width: 18px;height: 12px; position: relative; top: 3px; float: left;/* rtl */}
.wpml-ls-legacy-dropdown .wpml-ls-flag + span, .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span{float: left;/* rtl */}
.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-native:after,
.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-sub-menu{
	display: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-flag{top: 2px;}
body .wpml-ls > ul > li > a span.wpml-ls-bracket{
	float: none !important;
}
.wpml-ls-legacy-dropdown-click > ul > li > a,
.wpml-ls-legacy-dropdown > ul > li > a,
.wpml-ls-legacy-list-vertical .wpml-ls-item a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item a{
	overflow: hidden;
}
body .wpml-ls-legacy-list-vertical{
	border-width: 0;
}
body .wpml-ls-legacy-list-vertical a{
	padding: 0;
	border-width: 0;
}
body .wpml-ls .wpml-ls-flag + span{
	margin-left: 5px;/* rtl */
	display: inline-block;
}
body .wpml-ls-legacy-list-horizontal{
	padding: 0;
	border-width: 0;
}
body .wpml-ls-legacy-list-horizontal a{
	padding: 0 10px 0 0;/* rtl */
}
body .wpml-ls-legacy-list-horizontal ul li:last-child a{
	padding: 0;/* rtl */
}
body .wpml-ls-legacy-list-horizontal > ul{
	margin-bottom: -5px !important;
}
body .wpml-ls-legacy-list-horizontal .wpml-ls-item{
	float: left;/* rtl */
	margin-bottom: 5px;
}
body .wpml-ls-legacy-list-horizontal,
body .wpml-ls-legacy-list-horizontal ul{
	overflow: hidden;
}
body .group-button-header .wpml-ls-legacy-list-horizontal{
	margin: 15px 0;
}
body .wpml-ls-legacy-list-vertical .wpml-ls-item{
	display: block;
}
body .wpml-ls-legacy-list-vertical .wpml-ls-item:not(:last-child){
    margin-bottom: 5px;
}
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click{
	width: auto;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding: 0 !important;
	border-width: 0;
	display: block;
	background: transparent !important;
}
header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	line-height: 0;
}
body .wpml-ls .wpml-ls-item:after{
	content: "";
	display: table;
	clear: both;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
	padding: 0;
	border-width: 0;
	background: transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child ul{
	right: 0;
	left: auto;/* rtl */
	margin-right: 0;/* rtl */
	margin-left: 0;/* rtl */
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-width: 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li, 
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li, 
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag + span,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-flag + span,
body .wcml_currency_switcher > ul li{
	line-height: 17px !important;
}
.header-currency ul li,
.ts-currency-switcher ul li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
	padding: 6px 0;
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-language:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
.ts-language-switcher:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	visibility: hidden;
	display: none;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"], 
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"],
.header-language:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"], 
.ts-language-switcher:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"]{
	display: block;
}
.ts-language-switcher,
.ts-currency-switcher{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
/*** fix dropdown up ***/
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher.dropdown-up ul{
	padding-top: 20px;
	padding-bottom: 38px;
	top: auto;
    bottom: 100%;
	margin-bottom: 0;
}
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.ts-currency-switcher.dropdown-up ul:before{
    top: 0;
    bottom: 16px;
}
.ts-language-switcher.dropdown-up:hover .wpml-ls-sub-menu,
.ts-currency-switcher.dropdown-up:hover ul{
	-webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
body .dropdown-right .ts-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .tdropdown-right .ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.dropdown-right .ts-currency-switcher ul{
	right: 0; /*rtl*/
	left: auto; /*rtl*/
	margin-right: 0; /*rtl*/
}

/*** Currency ***/
.header-currency img.wcml-spinner{
	left: 50%;
	margin-top: -1px;
	margin-left: -8px;
	right: auto;
}
.header-currency{
	position: relative;
}
.header-currency a{
	text-decoration: none;
	display: block;
}
.header-currency ul li,
.ts-currency-switcher ul li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 991;
	width: 100%;
	transition: 350ms ease 0s;
	cursor: pointer;
}
.header-currency > img{
    position: absolute;
    left: 0;/* rtl */
    top: 2px;
    margin-left: 5px !important;/* rtl */
}
.header-currency,
.ts-currency-switcher{
	position: relative;
}
.header-top .header-currency a,
.ts-currency-switcher a{
	text-decoration: none;
	display: block;
}

/*--------------------------------------------------------
	4. HEADER BOTTOM
---------------------------------------------------------*/
.header-bottom .menu-wrapper + .header-email,
.header-bottom .menu-wrapper + .header-social-icon{
	margin-left: auto; /*rtl*/
}
.header-bottom .menu-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 1;
}
nav.main-menu ul.menu li.ts-megamenu-columns-1 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li,
nav.main-menu ul.menu li.ts-megamenu-columns-2 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li,
nav.main-menu ul.menu li.ts-megamenu-columns-3 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li,
nav.main-menu ul.menu li.ts-megamenu-columns-4 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li,
nav.main-menu ul.menu li:not(.ts-mega-menu) .sub-menu > li{
	padding: 0;
}
nav.main-menu ul.menu li.ts-megamenu-columns-1 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:first-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-2 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:first-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-3 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:first-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-4 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:first-child > a,
nav.main-menu ul.menu li:not(.ts-mega-menu) .sub-menu > li:first-child > a{
	padding-top: 0;
}
nav.main-menu ul.menu li.ts-megamenu-columns-1 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:last-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-2 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:last-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-3 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:last-child > a,
nav.main-menu ul.menu li.ts-megamenu-columns-4 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li:last-child > a,
nav.main-menu ul.menu li:not(.ts-mega-menu) .sub-menu > li:last-child > a{
	padding-bottom: 0;
}
nav.main-menu ul.menu li.ts-megamenu-columns-1 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li > a,
nav.main-menu ul.menu li.ts-megamenu-columns-2 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li > a,
nav.main-menu ul.menu li.ts-megamenu-columns-3 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li > a,
nav.main-menu ul.menu li.ts-megamenu-columns-4 .sub-menu .elementor-widget-wp-widget-nav_menu ul.menu li > a,
nav.main-menu ul.menu li:not(.ts-mega-menu) .sub-menu > li > a{
	padding: 10px 0;
    display: inline-block;
}

/*** Menu Overlay ***/
.ts-header.menu-background-overlay{
	position: relative;
}
.ts-header:before{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.4);
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    transition: 150ms ease 0s;
}
.ts-header.menu-background-overlay:before{
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms;
    animation-duration: 150ms;
    animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_fade;
    -moz-animation-name: animation_fade;
    animation-name: animation_fade;
}
.ts-header.menu-background-overlay .header-container{
    z-index: 1000;
}

/*** Search Sidebar ***/
.vertical-menu-sidebar *,
.ts-floating-sidebar *{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.vertical-menu-sidebar .ts-sidebar-content,
.ts-floating-sidebar .ts-sidebar-content{
	position: fixed;
	padding: 50px;
	top: 0;
	bottom: 0;
	right: 0;/* rtl */
	z-index: 99992;
	width: 375px;
	max-width: 100%;
	transform: translateX(375px);/* rtl */
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow-y: auto;
}
.vertical-menu-sidebar .ts-sidebar-content{
	padding: 80px 50px;
	left: 0; /*rtl*/
	right: auto; /*rtl*/
	transform: translateX(-375px);/* rtl */
}
.vertical-menu-sidebar div.overlay,
.ts-floating-sidebar div.overlay{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0.4);
	z-index: 99991;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.admin-bar .vertical-menu-sidebar div.overlay,
.admin-bar .vertical-menu-sidebar .ts-sidebar-content,
.admin-bar .ts-floating-sidebar div.overlay,
.admin-bar .ts-floating-sidebar .ts-sidebar-content{
	top: 32px;
}
.vertical-menu-sidebar.active div.overlay,
.ts-floating-sidebar.active div.overlay{
	visibility: visible;
	opacity: 1;
}
.vertical-menu-sidebar ul li{
	display: block;
	padding: 0;
	list-style: none;
	position: relative;
}
.vertical-menu-sidebar ul li a{
	padding: 15px 0;
	display: inline-block;
	color: inherit;
}
.vertical-menu-sidebar .ts-menu-drop-icon{
    font-size: 22px;
	position: absolute;
    top: 17px;
    right: 0; /*rtl*/
}
.vertical-menu-sidebar .sub-menu .ts-menu-drop-icon{
    top: 15px;
}
.vertical-menu-sidebar ul ul{
	margin: 20px 0 20px 30px; /*rtl*/
}
#vertical-menu-sidebar ul ul li{
	font-size: 90%;
    line-height: 1.2;
}
.vertical-menu-sidebar.active .ts-sidebar-content,
.ts-floating-sidebar.active .ts-sidebar-content{
	transform: translateX(0px);
	box-shadow: -4px 0 10px rgba(0,0,0,0.1);/* rtl */
}
body > .ts-search-result-container{
	width: 100%;
	padding: 0;
    display: none;
	position: relative;
	z-index: 993;
	box-shadow: 0 0 10px rgba(101,101,101,0.22);
}
body > .ts-search-result-container > p:first-child:last-child{
	text-align: center;
	padding: 50px;
	margin-bottom: 0;
}
#ts-search-sidebar .ts-search-by-category > h2{
	text-transform: uppercase;
    padding-right: 30px; /*rtl*/
	margin-bottom: 28px;
}
#ts-search-result-container ul.product_list_widget{
	margin-left: -15px;
	margin-right: -15px;
}
#ts-search-sidebar ul.product_list_widget li,
#ts-search-result-container ul.product_list_widget li{
	width: 100%;
	padding: 20px 15px;
}
#ts-search-result-container ul.product_list_widget li{
	width: 33.33333%;
}
#ts-search-result-container ul.product_list_widget li:after{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	border-width: 1px 0 0;
    border-style: dotted;
	display: block;
}
#ts-search-result-container ul.product_list_widget li:nth-child(1):after,
#ts-search-result-container ul.product_list_widget li:nth-child(2):after,
#ts-search-result-container ul.product_list_widget li:nth-child(3):after{
	display: none;
}
#ts-search-sidebar ul.product_list_widget li{
	padding: 15px 0;
	border-width: 0 0 1px;
    border-style: solid;
}
#ts-search-sidebar ul.product_list_widget li .ts-wg-meta,
#ts-search-result-container ul.product_list_widget li .ts-wg-meta{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#ts-search-result-container ul.product_list_widget li .ts-wg-meta{
	position: relative;
}
#ts-search-result-container ul.product_list_widget li .ts-wg-meta .price:last-child{
	margin-bottom: 0;
}
#ts-search-sidebar ul.product_list_widget li .ts-wg-meta .rating{
	margin: 14px 0 0;
}
#ts-search-result-container ul.product_list_widget li .ts-wg-thumbnail, 
#ts-search-result-container.woocommerce ul.product_list_widget li .ts-wg-thumbnail{
    width: 100px;
}
.woocommerce ul.product_list_widget li a.title{
	color: inherit;
}
.ts-floating-sidebar ul.product_list_widget li .ts-wg-thumbnail,
.ts-floating-sidebar .woocommerce ul.product_list_widget li .ts-wg-thumbnail, 
.ts-floating-sidebar ul.product_list_widget li img, 
.ts-floating-sidebar .woocommerce ul.cart_list li img, 
.ts-floating-sidebar .woocommerce ul.product_list_widget li img{
    width: 100px;
}
.ts-search-result-container .search-content{
    margin-left: auto;
    margin-right: auto;
	padding-top: 30px;
    padding-bottom: 30px;
}
.ts-search-result-container ul.product_list_widget,
.ts-floating-sidebar .woocommerce ul.product_list_widget{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ts-floating-sidebar .woocommerce ul.product_list_widget li .ts-wg-meta,
.woocommerce.ts-search-result-container ul.product_list_widget li .ts-wg-meta{
	padding-left: 20px; /*rtl*/
}
.ts-floating-sidebar .woocommerce ul.product_list_widget li .price,
.ts-search-result-container ul.product_list_widget li .price, 
.woocommerce.ts-search-result-container ul.product_list_widget li .price{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ts-search-result-container .description{
	display: none !important;
}
.ts-search-result-container .view-all-wrapper{
	padding: 10px 0 20px;
	clear: both;
	position: relative;
	z-index: 2;
	text-align: center;
}
.ts-search-result-container .view-all-wrapper a{
	display: inline-block;
    position: relative;
    color: inherit;
	text-decoration: none;
}
.ts-floating-sidebar .ts-search-result-container > *{
	-webkit-animation: slidebottomtotop 600ms ease;
	animation: slidebottomtotop 600ms ease;
}
.ts-floating-sidebar .ts-search-result-container{
	display: block;
	padding: 30px 0 0;
}
.ts-floating-sidebar .ts-search-result-container:empty{
	padding: 0;
}

/*** Header Transparent ***/
.header-transparent .header-template{
	position: absolute;
	z-index: 993;
	left: 0;
	right: 0;
	top: 0;
}
.header-transparent .header-template > div:not(.is-sticky) .header-middle,
.header-transparent .header-template > div:not(.is-sticky) .header-bottom,
.header-transparent.header-v4 .header-template > .header-top,
.header-transparent .header-template > .header-middle,
.header-transparent .header-template > .header-bottom{
	background: transparent;
}
.header-transparent.header-v4:not(.header-text-light) .header-template > .header-top{
	color: inherit;
	border-bottom: 1px solid;
}

.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-sidebar-menu-icon .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .icon-menu-sticky-header .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .search-button.search-icon .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .my-wishlist-wrapper .tini-wishlist:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control .ic-cart:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-tiny-account-wrapper .account-control>a:before{
    color: #ffffff;
}

.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.menu li:not(.button):hover > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .elementor-widget-wp-widget-nav_menu li > a:hover,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper .ts-menu li:not(.button):hover > a:not(.button):not(.elementor-button),
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-item:before,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-parent:before,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-item > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle nav > ul.menu > li.current-menu-parent > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-item:before,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-parent:before,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-item > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-parent > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-item > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu > li.current-menu-parent > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle ul.sub-menu .ts-megamenu-container li.current-menu-item > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .ts-menu > nav.main-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .search-button.search-icon:hover .icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-sidebar-menu-icon:hover .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .icon-menu-sticky-header:hover .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .search-button.search-icon:hover .icon:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .my-wishlist-wrapper:hover .tini-wishlist:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .shopping-cart-wrapper:hover .cart-control .ic-cart:before, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-tiny-account-wrapper:hover .account-control>a:before{
	color: rgba(193,30,30,1) !important;
}
.header-transparent .ts-search-by-category{
	color: #000000;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-content input[type="text"]{
	background-color: transparent;
	border-color: rgba(255,255,255,0.25);
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-table .search-button input[type^="submit"], 
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-table .search-button{
    color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-content ::-webkit-input-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-content :-moz-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-content ::-moz-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-content :-ms-input-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .ts-header .header-template > div:not(.is-sticky) .search-table .search-button:after{
	border-color: rgba(255,255,255,0.3);
	border-top-color: #ffffff;
}
body.header-transparent.header-text-light:not(.header-v4) > .ts-search-result-container:before, 
body.header-transparent.header-text-light:not(.header-v4) > .ts-search-result-container:after{
    display: none;
}
.header-v4.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-top,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-bottom,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li > a,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a{
	color: #ffffff;
}
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-middle,
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .header-bottom{
	border-color: rgba(255,255,255,0.2);
}
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .my-wishlist-wrapper .tini-wishlist .count-number, 
.header-transparent.header-text-light:not(.header-v4) .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control .cart-number{
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.header-transparent.header-text-light .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	color: #000000;
}

/*Custom header v4*/
.header-v4 .header-middle-inner{
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
}
.header-v4.header-transparent.header-text-light .header-middle > .container{
	padding-top: 4px;
	padding-bottom: 0;
}
.header-v4.header-transparent.header-text-light .header-middle-inner{
	background: #ffffff;
	padding: 15px 30px;
}
.header-v4.header-transparent.header-text-light .is-sticky .header-middle-inner{
	padding-left: 0;
	padding-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------
	II. MAIN CONTENT
---------------------------------------------------------------------------------------------------------------------*/
/* GALLERY THEME SKY */
.ts-gallery-img,
.ts-list-video{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ts-gallery-img li.first,
.ts-list-video li.first{clear: both;}
.ts-gallery-img li,
.ts-list-video li{
	padding: 10px;
	float: left;
	text-align: center;
	position: relative;
}
.ts-gallery-img li a{
	display: inline-block;
}
.ts-gallery-img.columns-5 li{
	width: 20%;
}
.ts-gallery-img.columns-4 li{
	width: 25%;
}
.ts-gallery-img.columns-3 li{
	width: 33.3333%;
}
div#main{
	min-height: 540px;
	width: 100%;
	clear: both;
}
.page-template-blank-page-template div#main{
	min-height: 0;
}
.woocommerce ul.product_list_widget li a.title{
    margin-bottom: 9px;
}
li > div > h3.product-name{
	width: 100%;
	padding-right: 25px;/* rtl */
    margin-bottom: 14px;
	line-height: 1.7;
}
li > div > .price{
	margin-bottom: 9px;
}
#ts-search-sidebar li > div > .price,
#ts-search-result-container li > div > .price{
	margin-bottom: 16px;
}

/*--------------------------------------------------------
	1. BREADCRUMB
---------------------------------------------------------*/
.breadcrumb-title-wrapper{
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.single-post .breadcrumb-title-wrapper{
	z-index: 2;
}
.breadcrumb-title-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
	background-attachment: fixed;
}
.breadcrumb-title-wrapper .breadcrumb-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.breadcrumb-title-wrapper .breadcrumbs{
	line-height: 20px;
	position: relative;
	padding: 19px 0;
}
.breadcrumb-title-wrapper .breadcrumbs-container > *{
	display: inline-block;
    vertical-align: baseline;
}
.breadcrumb-title-wrapper .breadcrumbs-container > .current{
	word-break: break-all;
}
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current),
.breadcrumb-title-wrapper .brn_arrow{
	margin: 0 5px;
}
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current){
	margin: 0 8px;
}
.breadcrumb-title-wrapper .page-title{
	margin-top: 19px;
	margin-bottom: 0;
}
.breadcrumb-title-wrapper .term-description{
	margin: 8px 0 0;
}
.breadcrumb-title-wrapper .term-description > p{
	margin-bottom: 10px;
}

/*** Style 1 ***/
.breadcrumb-title-wrapper.breadcrumb-v1{
	border-width: 1px 0 0;
	border-style: solid;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .page-title{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .term-description{
	order: 10;
}

/*** Style 2/3 ***/
.breadcrumb-title-wrapper.breadcrumb-v2{
	margin-bottom: 18px;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
    padding: 35px 0;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title .page-title,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .page-title{
    margin: 0;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title .breadcrumbs,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .breadcrumbs{
	padding: 10px 0;
	order: -1;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title{
	min-height: 440px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    text-align: center;
}

/*--------------------------------------------------------
	2. CONTACT US
---------------------------------------------------------*/
.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;
}
.woocommerce-MyAccount-content form button[type^="submit"]{
	min-width: 166px;
	margin-top: 20px;
}
.wpcf7-form-submit input[type^="submit"]{
	background: #000;
	border-color: #000;
	color: #fff;
}
.wpcf7-form-submit input[type^="submit"]:hover{
	background: transparent;
	color: #000;
}
.wpcf7-spinner{
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
	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;
}

/*--------------------------------------------------------
	3. BLANK PAGE
---------------------------------------------------------*/
.page-template-blank-page-template #main-content{
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------
	4. SLIDER NAVI/PAGI
---------------------------------------------------------*/
body .swiper{
	z-index: 5;
}
body .swiper,
body .swiper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
body .swiper .swiper-slide{
	height: auto;
}
body .ts-product-brand-wrapper .swiper-wrapper{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ts-slider ul li{
	list-style: none;
}
.ts-slider.products .product,
.woocommerce .ts-slider.products .product{
	padding: 0;
}

/*** Pagination ***/
body .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
	opacity: 1;
	background: #ffffff;
	vertical-align: bottom;
	opacity: 0.1;
}
body .swiper-horizontal>.swiper-pagination-bullets, 
body .swiper-pagination-bullets.swiper-pagination-horizontal{
	margin-top: 27px;
	position: static;
}
body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
body .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
	margin: 0 6px;
}
body .thumbnail.gallery .swiper-pagination-bullets{
    position: absolute;
	bottom: 30px !important;
}
body .text-light .swiper-pagination-bullet{
	background: #ffffff;
}
body .text-light .swiper-pagination-bullet-active,
body .swiper-pagination-bullet-active{
	opacity: 1;
}
body .ts-testimonial-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
body .ts-testimonial-wrapper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
body .ts-testimonial-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
	margin: 0 10px;
}

/*** Navigation ***/
body .swiper-button-next, 
body .swiper-button-prev{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: 300ms ease !important;
	color: #000000;
	background: #ffffff;
	background-image: none !important;
	z-index: 13;
}
body .products.swiper .swiper-button-next, 
body .products.swiper .swiper-button-prev{
    top: calc(50% - 32px);
}
body .swiper:hover .swiper-button-next, 
body .swiper:hover .swiper-button-prev{
	opacity: 1;
	visibility: visible;
}
body .ts-product-category-wrapper .products.swiper .swiper-button-next, 
body .ts-product-category-wrapper .products.swiper .swiper-button-prev{
	top: 50%;
}
body .swiper-button-prev{
    left: 15px; /*rtl*/
}
body .swiper-button-next{
    right: 15px; /*rtl*/
}
body .swiper-button-next:after,
body .swiper-button-prev:after{
	line-height: 40px;
	font-size: 18px;
	display: inline-block;
	transition: none;
	color: inherit;
}
body .swiper .swiper-button-next:hover,
body .swiper .swiper-button-prev:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/*** shortcode nav ***/
body .ts-product-brand-wrapper .swiper-button-next, 
body .ts-product-brand-wrapper .swiper-button-prev,
body .ts-logo-slider-wrapper.ts-slider .swiper-button-next, 
body .ts-logo-slider-wrapper.ts-slider .swiper-button-prev{
	width: 32px;
	height: 32px;
}
body .ts-product-brand-wrapper .swiper-button-next:after, 
body .ts-product-brand-wrapper .swiper-button-prev:after,
body .ts-logo-slider-wrapper.ts-slider .swiper-button-next:after,
body .ts-logo-slider-wrapper.ts-slider .swiper-button-prev:after{
	line-height: 32px;
}
.cross-sells .swiper .swiper-button-prev,
.up-sells .swiper .swiper-button-prev,
.related .swiper .swiper-button-prev,
body .ts-shortcode.ts-product.ts-slider:not(.ts-product-brand-wrapper) .swiper-button-prev{
    left: 20px; /*rtl*/
}
.cross-sells .swiper .swiper-button-next,
.up-sells .swiper .swiper-button-next,
.related .swiper .swiper-button-next,
body .ts-shortcode.ts-product.ts-slider:not(.ts-product-brand-wrapper) .swiper-button-next{
    right: 20px; /*rtl*/
}
.ts-blogs.related.ts-slider .theme-title{
	padding-right: 80px; /*rtl*/
}
.ts-blogs.related .swiper{
	position: static;
}
.ts-blogs.related .swiper .swiper-button-prev,
.ts-blogs.related .swiper .swiper-button-next{
	width: 36px;
    height: 36px;
	left: auto; /*rtl*/
    right: 0; /*rtl*/
    top: 4px;
    transform: none;
    opacity: 1 !important;
    visibility: visible;
}
.ts-blogs.related .swiper .swiper-button-prev,
.ts-blogs.related .swiper .swiper-button-next,
.ts-blogs.related .swiper:hover .swiper-button-prev,
.ts-blogs.related .swiper:hover .swiper-button-next{
	background: rgba(101,101,101,0.16);
	color: #202020;
}
.ts-blogs.related .swiper .swiper-button-prev:after,
.ts-blogs.related .swiper .swiper-button-next:after{
    line-height: 36px;
}
.ts-blogs.related .swiper .swiper-button-prev{
    right: 40px; /*rtl*/
}

/*** widget nav ***/
.elementor-widget-wp-widget-ts_products.nav-top .elementor-widget-container h5,
.elementor-widget-wp-widget-ts_blogs.nav-top .elementor-widget-container h5,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .elementor-widget-container h5,
.widget-container.has-nav .widget-title{
	padding-right: 60px; /*rtl*/
}
.widget-container.has-nav:first-child .widget-title{
	padding-top: 2px;
}
.elementor-widget-wp-widget-ts_blogs .ts-slider,
.elementor-widget-wp-widget-ts_recent_comments .ts-slider,
.elementor-widget-wp-widget-ts_products .ts-slider,
.widget-container .ts-slider{
	position: static;
}
body .elementor-widget-wp-widget-ts_blogs .ts-slider .swiper-button-prev,
body .elementor-widget-wp-widget-ts_blogs .ts-slider .swiper-button-next,
body .elementor-widget-wp-widget-ts_recent_comments .ts-slider .swiper-button-prev,
body .elementor-widget-wp-widget-ts_recent_comments .ts-slider .swiper-button-next,
body .elementor-widget-wp-widget-ts_products .ts-slider .swiper-button-prev,
body .elementor-widget-wp-widget-ts_products .ts-slider .swiper-button-next,
body .widget-container .ts-slider .swiper-button-prev,
body .widget-container .ts-slider .swiper-button-next{
	width: 24px;
    height: 24px;
	top: 5px;
    transform: none;
    opacity: 1;
    visibility: visible;
    right: 0; /*rtl*/
    left: auto; /*rtl*/
}
body .widget-container .ts-slider .swiper-button-prev,
body .widget-container .ts-slider .swiper-button-next{
	top: 2px;
	border-radius: 0;
	background: rgba(0,0,0,0.4);
}
body.woocommerce-page .widget-container .ts-slider .swiper-button-prev,
body.woocommerce-page .widget-container .ts-slider .swiper-button-next{
	top: -5px;
}
body .elementor-widget-wp-widget-ts_blogs .ts-slider .swiper-button-prev,
body .elementor-widget-wp-widget-ts_recent_comments .ts-slider .swiper-button-prev,
body .elementor-widget-wp-widget-ts_products .ts-slider .swiper-button-prev,
body .widget-container .ts-slider .swiper-button-prev{
	right: 26px; /*rtl*/
}
body .elementor-widget-wp-widget-ts_blogs .ts-slider .swiper-button-prev:after,
body .elementor-widget-wp-widget-ts_recent_comments .ts-slider .swiper-button-prev:after,
body .elementor-widget-wp-widget-ts_products .ts-slider .swiper-button-prev:after,
body .widget-container .ts-slider .swiper-button-prev:after,
body .elementor-widget-wp-widget-ts_blogs .ts-slider .swiper-button-next:after,
body .elementor-widget-wp-widget-ts_recent_comments .ts-slider .swiper-button-next:after,
body .elementor-widget-wp-widget-ts_products .ts-slider .swiper-button-next:after,
body .widget-container .ts-slider .swiper-button-next:after{
	font-size: 14px;
	line-height: 24px;
}


/*--------------------------------------------------------
	5. CUSTOM JAROTI
---------------------------------------------------------*/
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce #customer_login,
.woocommerce > form.checkout #customer_details,
.woocommerce > form.checkout #order_review,
.woocommerce.yith-wcwl-form,
.woocommerce .after-loop-wrapper:not(:last-child),
.woocommerce.archive #main > .page-container,
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom: 100px;
}
.woocommerce.archive #main > .page-container{
	margin-bottom: 100px;
}
.woocommerce div.product div.summary{
	margin-bottom: 55px;
}
.woocommerce .woocommerce-order,
.woocommerce .woocommerce-customer-details{
	margin-bottom: 100px;
}
article.single-post > .comments-area{
	margin-bottom: 120px;
}
article.single-post > .comments-area p.nocomments{
	margin-top: 40px;
}
.entry-header .entry-format{
	margin-bottom: 60px;
}
article.single-post .entry-meta-top:not(:last-child){
    margin-bottom: 15px;
}
article.single-post .entry-header > header:first-child{
	margin-top: 23px;
}
.entry-author{
	margin-bottom: 60px;
}
.comments-area{
	margin-bottom: 100px;
}
article.single-post > .entry-content{
	margin-bottom: 60px;
}
article.single-post > .entry-content:last-child{
	margin-bottom: 100px;
}
.single-post > .entry-content > .content-wrapper{
	line-height: 30px;
}
article.single-post > .entry-content .elementor-text-editor ul,
article.single-post > .entry-content .elementor-text-editor ol{
	margin-left: 25px; /*rtl*/
}
article.single-post > .entry-content .elementor-text-editor ul li,
article.single-post > .entry-content .elementor-text-editor ol li{
	padding-top: 6px;
	padding-bottom: 6px;
}
article.single-post > .entry-content .content-wrapper > .gallery:not(:last-child){
	margin-bottom: 20px !important;
}
.woocommerce div.product > #reviews{
	padding-bottom: 60px;
}
.woocommerce div.product #reviews nav.woocommerce-pagination{
	padding: 22px 0 74px;
}
.woocommerce div.product .woocommerce-tabs #reviews nav.woocommerce-pagination{
	margin-top: 30px;
	padding-top: 30px;
    padding-bottom: 0;
}
body a.button-text,
.woocommerce .button.button-small,
.button.button-small,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.elementor-button-wrapper .elementor-button.elementor-size-xs{
	line-height: 22px;
}
.woocommerce.archive #primary > .woocommerce-info,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs li,
.elementor-widget-image-box .elementor-image-box-title{
	line-height: 26px;
}
small,
.font-small,
.font-small li{
	line-height: 18px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.header-top a,
.header-language a,
.header-currency a,
.ts-header .menu-wrapper .ts-menu li:not(.button) a:not(.button):not(.elementor-button),
.product .meta-wrapper a:not(.button):not(.elementor-button),
.comments-area .comments-title a,
.filter-widget-area-button a,
.author a,
.header-language, 
.header-currency,
.ts-language-switcher,
.ts-currency-switcher{
	color: inherit;
}
.header-language a,
.header-currency a,
.ts-header .menu-wrapper .ts-menu a,
.product .meta-wrapper a{
	text-decoration: none;
}
.product .meta-wrapper .product-name a:hover,
.product .meta-wrapper .product-categories a:hover,
.product .meta-wrapper a:not(.button):not(.elementor-button):hover{
	text-decoration: none !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
	opacity: 1;
}
.elementor-text-editor > *:first-child img.alignnone{
	margin: 2px 10px 0 0; /*rtl*/
}

/*** Default ***/
.mc4wp-response:not(:empty){
	margin-top: 10px;
}
.mc4wp-response p{
	margin-bottom: 0;
}
.text-light .mc4wp-response{
    color: #fff;
}
.text-light .mc4wp-response .mc4wp-error{
	color: red;
}
.text-light .mc4wp-response a{
	color: inherit;
}

/*** Custom elementor ***/
.overflow-hidden > .elementor-column-wrap{
	overflow: hidden !important;
}
.elementor-widget-wrap>.elementor-element.elementor-absolute.device-reset-position{
	position: static;
}
.elementor-widget-text-editor *[class^="tb-icon-"]:before, 
.elementor-widget-text-editor *[class*=" tb-icon-"]:before{
	line-height: inherit;
	margin-right: 10px; /*rtl*/
	display: inline-block;
	vertical-align: -1px;
}
.elementor-widget-text-editor .tb-icon-mail:before, 
.elementor-widget-text-editor .tb-icon-mail:before{
	vertical-align: -2px;
}
.elementor-widget-text-editor h4[class^="tb-icon-"], 
.elementor-widget-text-editor h4[class*=" tb-icon-"]{
	margin-bottom: 12px;
	font-family: inherit !important;
}
.ts-product .count-rating,
.woocommerce .product_list_widget li .count-rating{
	display: none !important;
}
.ts-language-switcher .wpml-ls-legacy-list-vertical a{
	line-height: inherit;
}
body .elementor-image-gallery > .gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
body .elementor-image-gallery .gallery-item{
    margin: 0 !important;
}
body .elementor-image-gallery .gallery-item ~ br{
	display: none !important;
}
body .elementor-image-gallery .gallery-columns-3 .gallery-item{
    width: 33.3333% !important;
}
body .elementor-image-gallery .gallery-columns-6 .gallery-item{
    width: 16.666% !important;
}
body .elementor-image-gallery .gallery-columns-7 .gallery-item{
    width: 14.28% !important;
}
body .elementor-image-gallery .gallery-columns-8 .gallery-item{
    width: 12.5% !important;
}
body .elementor-image-gallery .gallery-columns-9 .gallery-item{
    width: 11.11% !important;
}
.elementor-image-gallery .gallery-item a img{
    width: 100%;
}
.elementor-button-wrapper .elementor-button.elementor-size-xs{
	line-height: 20px;
}
.elementor-vertical-align-middle .elementor-image-box-img img{
    vertical-align: middle;
}
.elementor-widget-image-box .elementor-image-box-description{
	line-height: 1.2;
}
body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
    margin-bottom: 10px;
}
.ts_mega_menu-template-default .ts-list-of-product-categories-wrapper a{
	color: inherit;
}
.ts-list-of-product-categories-wrapper .list-categories ul li a:hover{
	text-decoration: none;
}
body .elementor-swiper-button,
body .elementor-lightbox .elementor-swiper-button-next, 
body .elementor-lightbox .elementor-swiper-button-prev{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    color: #000;
	text-align: center;
	-webkit-box-pack: center;    
	-ms-flex-pack: center;    
	justify-content: center;
	opacity: 0.1;
}
body .elementor-swiper-button:hover{
	opacity: 1;
}
body .elementor-swiper-button i{
	font-size: 15px;
    line-height: inherit;
}
body .elementor-lightbox .elementor-swiper-button-prev{
    left: 10px; /*rtl*/
}
body .elementor-lightbox .elementor-swiper-button-next{
    right: 10px; /*rtl*/
}
body .elementor-pagination-position-outside .swiper-container{
    padding-bottom: 20px;
}
body .swiper-container-horizontal>.swiper-pagination-bullets{
	line-height: 1;
	bottom: 0;
}
body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 11px;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child,
.elementor-text-editor p:last-child{
	margin-bottom: 0;
}
.ts-banner .banner-bg img,
.elementor-widget-image-carousel .swiper-slide figure img{
	border-radius: 2px;
}
.elementor-widget-image-box .elementor-image-box-description a{
	color: inherit;
}
.elementor-widget-image-box .elementor-image-box-description a .tb-icon-arrow-narrow-right{
	display: inline-block;
	vertical-align: middle;
	font-size: 120%;
}
.elementor-image-carousel.swiper-wrapper{
	width: auto;
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-image-carousel.swiper-wrapper .swiper-slide{
	padding-left: 10px;
	padding-right: 10px;
}
body .elementor-lightbox img:not(.swiper-lazy-loaded){
	opacity: 0 !important;
}
body .elementor-lightbox .dialog-lightbox-close-button{
    z-index: 11;
    text-decoration: none;
	transition: all .2s;
}
body .elementor-lightbox .dialog-lightbox-close-button,
body .elementor-slideshow__footer, 
body .elementor-slideshow__header{
	transition: all .2s;
}

/*** Intro page ***/
.ts-header-intro .header-middle .header-left,
.ts-header-intro .header-middle .header-right{
    width: auto;
}
.ts-header-intro .header-middle .ts-mobile-icon-toggle,
.ts-header-intro .header-top,
.ts-header-intro .header-bottom,
.ts-header-intro .footer-container{
	display: none !important;
}
.ts-header-intro .ts-header .menu-wrapper{
	margin-left: auto;
	flex: 1;
	text-align: end;
}
.ts-header-intro .ts-header nav.main-menu > ul.menu > li.button,
.ts-header-intro .ts-header nav.main-menu > ul > li.button{
	margin-left: 40px;
}
.ts-header-intro .ts-header nav.main-menu > ul > li.button > a:hover{
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.intro-header-section{
	padding: 12% 0;
}
.ts-header-intro .elementor-widget-image figcaption{
	position: relative;
    display: inline-block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	margin: 32px 0 0;
}
.ts-header-intro .elementor-widget-image figcaption:before{
	border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #161616;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    transition: all 300ms ease-out;
}
.ts-header-intro .elementor-widget-image:hover figcaption:before{
	bottom: -5px;
    opacity: 0;
    visibility: hidden;
}
.content-box.elementor-widget-image img{
	box-sizing: content-box;
}
.has-overlay .elementor-image .wp-caption > a{
	position: relative;
	border-radius: 20px;
}
.has-overlay .elementor-image .wp-caption > a:before{
	content: '';
    position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	border-radius: 20px;
    transition: 300ms ease-out;
}
.has-overlay .elementor-image .wp-caption > a:after{
	font-size: 120%;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	display: inline-block;
	z-index: 3;
}
.has-overlay .elementor-image:hover .wp-caption > a:before{
	opacity: 0.4;
	visibility: visible;
}
.has-overlay .elementor-image:hover .wp-caption > a:after{
	transform: translate(-50%,-50%) scale(1);
	transition: 300ms ease-out;
}
.ts-megamenu .has-overlay .elementor-image .wp-caption > a,
.ts-megamenu .has-overlay .elementor-image .wp-caption > a:before{
	border-radius: 10px;
	font-size: 80%;
}

/*-------------------------------------------------------------------------------------------------------------------
	III. FOOTER
---------------------------------------------------------------------------------------------------------------------*/
.footer-container{
	position: relative;
	z-index: 2;
}
.footer-container ol li, 
.footer-container ul li,
.footer-container .widget-container ul li, 
.footer-container .elementor-widget[data-widget_type*="wp-widget-"]:not(.elementor-widget-wp-widget-ts_social_icons) ul li{
    line-height: 22px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.footer-container a:hover{
	text-decoration: none;
}
.footer-container a,
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container .elementor-widget-text-editor ul li a{
	color: inherit;
}
footer#colophon .ts-language-switcher,
footer#colophon .ts-currency-switcher,
footer#colophon .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
	border-color: inherit;
}

/* TO TOP BUTTON */
#to-top{
	position: fixed;
	right: 0; /* rtl */
	bottom: 0;
	transform: translateX(100%);
	width: 50px;
	height: 50px;
	transition: 350ms ease 0s;
	text-align: center;
	cursor: pointer;
	z-index: 996;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#to-top a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
	color: #ffffff;
	box-shadow: 0 0 5px rgba(36,36,36,.5);
}
#to-top a:before{
	font-size: 24px;
	line-height: 50px;
}
#to-top a:hover{
	text-decoration: none;
	opacity: 1;
	box-shadow: 0 0 6px rgba(100,100,100,0.1)
}
#to-top.on{
	transform: translateX(0);
}

/*-------------------------------------------------------------------------------------------------------------------
	IV. WIDGET
---------------------------------------------------------------------------------------------------------------------*/
.widget-container{
	clear: both;
	position: relative;
}
.filter-widget-area .widget-container,
.ts-sidebar .widget-container{
	margin: 60px 0 0 0;
}
.filter-widget-area .widget-container:first-child,
.ts-sidebar .widget-container:first-child{
	margin-top: 0;
}
.widget-container.ts-social-icons{
	padding: 45px 56px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.woocommerce-page #ts-filter-widget-area .widget-container.ts-social-icons,
.woocommerce-page #left-sidebar .widget-container.ts-social-icons,
.woocommerce-page #right-sidebar .widget-container.ts-social-icons{
	padding: 40px;
}
.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{
	padding: 0;
	border: 0;
	margin-bottom: 28px;
}
.woocommerce-page #ts-filter-widget-area .widget-container.ts-social-icons .widget-title-wrapper .widget-title:after, 
.woocommerce-page #left-sidebar .widget-container.ts-social-icons .widget-title-wrapper .widget-title:after, 
.woocommerce-page #right-sidebar .widget-container.ts-social-icons .widget-title-wrapper .widget-title:after{
	display: none;
}
.widget-container.ts-social-icons .normal-logo{
	max-width: 134px;
}
.widget-container.has-nav .widgettitle{
	margin-right: 40px; /*rtl*/
}
.widget-container .widget-title-wrapper .widget-title:not(:empty),
.widget-title-wrapper .widget-title:not(:empty),
.elementor-widget[data-widget_type*="wp-widget-"] > h5:not(.elementor-heading-title){
	margin-bottom: 28px;
	text-transform: none;
}
.woocommerce-page #ts-filter-widget-area .widget-container .widget-title-wrapper .widget-title,
.woocommerce-page #left-sidebar .widget-container .widget-title-wrapper .widget-title,
.woocommerce-page #right-sidebar .widget-container .widget-title-wrapper .widget-title{
	font-size: 100%;
	text-transform: uppercase;
	line-height: 1;
	padding: 0 0 25px;
	margin-bottom: 34px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eaeaea;
	position: relative;
}
.woocommerce-page #ts-filter-widget-area .widget-container .widget-title-wrapper .widget-title:after,
.woocommerce-page #left-sidebar .widget-container .widget-title-wrapper .widget-title:after,
.woocommerce-page #right-sidebar .widget-container .widget-title-wrapper .widget-title:after{
	content: '';
	width: 132px;
	height: 2px;
	max-width: 50%;
	border-width: 0 0 2px;
	border-style: solid;
	position: absolute;
	bottom: -1px;
	left: 0; /*rtl*/
}
.widget-container .widget-title-wrapper,
.widget-title-wrapper,
.elementor-widget[data-widget_type*="wp-widget-"] > h5:not(.elementor-heading-title){
	position: relative;
}
.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{
	display: block;
	margin: 10px 0 0 30px; /*rtl*/
}
.widget-container ul ol li:last-child,
.widget-container ol ol li:last-child,
.widget-container ul ul li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul ol li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ol ol li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul ul li:last-child{
	margin-bottom: 0;
}
.widget-container ul li,
.elementor-widget[data-widget_type*="wp-widget-"] ul li,
.woocommerce .widget_rating_filter ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	list-style: none;
	position: relative;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.widget-container.widget_rss ul li{
	padding-top: 20px;
    padding-bottom: 20px;
    border-width: 1px 0 0;
    border-style: solid;
}
.widget-container.widget_rss ul li:first-child{
	padding-top: 0;
    border-width: 0;
}
.widget-container.widget_rss ul li:last-child{
	padding-bottom: 0;
}
.widget-container ul li:first-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul li:first-child,
.woocommerce .widget_rating_filter ul li:first-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child{
	padding-top: 0;
	margin-top: 0;
}
.widget-container ul li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul li:last-child,
.woocommerce .widget_rating_filter ul li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-container ul li > label,
.widget-container ul li > a,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > label,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > a{
	position: relative;
	color: inherit;
}
.widget-container a:hover,
.elementor-widget[data-widget_type*="wp-widget-"] a:hover{
	text-decoration: underline;
}
.widget-container ul li .count,
.elementor-widget[data-widget_type*="wp-widget-"] ul li .count{
	display: inline-block;
	margin-left: 5px; /*rtl*/
}
.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;
}
.widget-container .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,
.product-filter-by-color > ul li .count,
.product-filter-by-brand-wrapper > ul li .count,
.widget-container.widget_product_categories ul li .count{
	margin-left: 3px; /*rtl*/
}
.widget-container.widget_media_image{
	overflow: hidden;
}
.widget-container.widget_media_image a{
	display: block;
}
.widget-container.widget_media_image img{
	transition: 300ms ease;
}
.widget-container.widget_media_image:hover img{
	transform: scale(0.9);
}

/*-------------------------------------------------------------
	1. WIDGET DEFAULT WP
--------------------------------------------------------------*/
.widget-container style[type="text/css"],
.widget-container script{
	display: none !important;
}

/*** Archive ***********************************/
.product-filter-by-color li .count{
	font-size: 100%;
}
.product_list_widget li a,
.widget_categories > ul li > a,
.widget_archive li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_meta li > a,
.widget_recent_entries li > a,
.widget_rss li > a,
.widget_recent_comments ul li a,
.ts-blogs-widget .entry-content a,
.product_list_widget li a:hover,
.widget_categories > ul li > a:hover,
.widget_archive li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_meta li > a:hover,
.widget_recent_entries li > a:hover,
.widget_rss li > a:hover,
.widget_recent_comments ul li a:hover,
.ts-blogs-widget .entry-content a:hover{
	text-decoration: none !important;
}

/*** Categories ***********************************/


/*** Nav Menu ***********************************/
.widget_nav_menu > div > ul li[class*=fa]:before{
	margin-right: 5px; /*rtl*/
	display: inline-block;
}
.widget_nav_menu > div > ul{
	margin-bottom: 0;
}

/*** Calendar ***********************************/
.wp-block-calendar,
#page .widget_calendar .calendar_wrap,
.elementor-widget-wp-widget-calendar .elementor-widget-container{
	background: rgba(180,180,180,0.1);
}
.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav,
.elementor-widget-wp-widget-calendar .wp-calendar-nav{
	padding: 5px 15px;
}
.wp-block-calendar,
#calendar_wrap{
	overflow: auto;
}
.wp-block-calendar table,
.widget_calendar table,
.elementor-widget-wp-widget-calendar table{
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 0;
}
.wp-block-calendar table th,
.wp-block-calendar table td,
body .widget_calendar table td,
body .widget_calendar table th,
.elementor-widget-wp-widget-calendar table td,
.elementor-widget-wp-widget-calendar table th{
	border-width: 0 !important;
	padding: 5px;
	text-align: center;
	background: transparent;
}
.wp-block-calendar table caption,
.widget_calendar caption,
.elementor-widget-wp-widget-calendar caption{
	padding: 7px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
	background: #000000;
	color: #fff;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar td#prev,
.elementor-widget-wp-widget-calendar td#prev{
	text-align: left; /* rtl */
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar td#next,
.elementor-widget-wp-widget-calendar td#next{
	text-align: right; /* rtl */
}

/*** Search ***********************************/
.search-table,
.wp-block-search__inside-wrapper,
.woocommerce-product-search{
	position: relative;
}
.search-table .search-field,
.woocommerce-product-search .search-field{
	width: 100%;
}
.search-table .search-field input[type="text"],
.wp-block-search .wp-block-search__input,
.woocommerce-product-search .search-field{
	padding: 17px 64px 17px 26px; /*rtl*/
	margin: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 60px;
	background: transparent;
}
.wp-block-search .wp-block-search__input{
	background: transparent;
}
.search-table .search-button,
.wp-block-search .wp-block-search__button,
.woocommerce-product-search button[type="submit"]{
	width: 46px;
	height: 46px;
	border-radius: 50%;
    text-align: center;
	position: absolute;
    top: 50%;
    right: 8px; /*rtl*/
    bottom: 0;
	transform: translateY(-50%);
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	border-width: 0;
	font-size: 0 !important;
	min-width: 0;
	transition: 250ms ease;
}
.search-table .search-button input[type^="submit"]{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    right: 0; /*rtl*/
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	border-width: 0;
	font-size: 0 !important;
	min-width: 0;
	background: transparent !important;
}
.search-table .search-button:before,
.wp-block-search .wp-block-search__button:before,
.woocommerce-product-search button[type="submit"]:before{
	font-size: 18px;
	line-height: 46px;
}

/*** RSS ***********************************/
.widget_rss .rss-date{
	font-size: 85%;
	text-transform: uppercase;
	margin: 6px 0 6px 0;
	display: block;
}
.widget_rss cite{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.widget_rss .widget-title:before{
	display: none !important;
}
.rsswidget .rss-widget-icon{
	vertical-align: baseline;
	position: relative;
	top: 1px;
}

/*** Recent posts ***********************************/
.widget_recent_entries ul li, 
.elementor-widget-wp-widget-recent-posts ul li{
	padding: 0;
	margin-bottom: 15px;
}
.widget_recent_entries ul li:last-child, 
.elementor-widget-wp-widget-recent-posts ul li:last-child{
	margin-bottom: 0;
}
.widget_recent_entries .post-date, 
.elementor-widget-wp-widget-recent-posts .post-date{
	display: block;
	line-height: 16px;
	margin-top: 5px;
}

/*** Recent comments ***********************************/
ul li.recentcomments .comment-author-link:before{
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px; /*rtl*/
}

/*** Gallery ***********************************/
.widget_media_gallery .gallery{
	margin: -1px !important;
}
.widget_media_gallery .gallery .gallery-item{
	padding: 1px !important;
	margin: 0 !important;
}
.elementor-widget-wp-widget-media_gallery .gallery{
	margin: -10px !important;
}
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item{
	padding: 10px !important;
	margin: 0 !important;
}
.gallery .gallery-item img{
	border: 0 !important;
	transition: 350ms ease;
}
.gallery .gallery-item:hover img{
	opacity: 0.5;
}
.gallery .gallery-item .gallery-caption{
	margin: 3px 0 0 !important;
	font-size: 80%;
	line-height: 18px;
    font-weight: normal;
}

/*** Widet Text ***********************************/
.ts-sidebar .widget_text small + a{
	margin-left: 20px; /*rtl*/
}
.widget_text a[href^="mailto"],
.widget_text a[href^="tel"]{
	color: inherit;
}

/*** Widet Gutenberg ***********************************/
body.home .index-template .list-posts .wp-block-latest-comments article{
	padding: 0;
	margin: 0;
	width: auto;
}
body.home .index-template .list-posts .wp-block-latest-comments article:after{
	display: none;
}
body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left: 0; /*rtl*/
}
.wp-block-rss a,
.wp-block-latest-posts a,
.wp-block-latest-comments li a{
	color: inherit;
}

/*-------------------------------------------------------------
	2. WIDGET FILTER
--------------------------------------------------------------*/
.ts-active-filters .widget_layered_nav_filters:after{
	content: '';
	clear: both;
	display: table;
}
.ts-active-filters .widget_layered_nav_filters .widgettitle{
	float: left;/* rtl */
	margin: 4px 20px 4px 0;/* rtl */
}
.ts-active-filters .widget_layered_nav_filters ul{
	float: left;/* rtl */
}
.ts-active-filters .widget_layered_nav_filters ul li{
	margin: 0 5px 5px 0;/* rtl */
	padding: 0;
	float: left;/* rtl */
}
.ts-active-filters .widget_layered_nav_filters ul li a{
	line-height: 16px;
    padding: 6px 15px;
	display: inline-block;
}
.ts-active-filters .widget_layered_nav_filters ul li a::before{
	display: none;
}
.ts-active-filters .widget_layered_nav_filters ul li a:after{
    display: inline-block;
    margin: 0 0 0 5px; /*rtl*/
	font-size: 12px;
    vertical-align: -1px;
}
.ts-active-filters .widget_layered_nav_filters ul li a:hover:after{
	color: red;
}

/*** Filter by price ***********************************/
.woocommerce .widget_price_filter form{
	padding-top: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	height: 3px;
	position: relative;
	z-index: 1;
}
.product-filter-by-brand ul li label:before,
.product-filter-by-price ul li label:before,
.product-filter-by-availability ul li label:before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_rating_filter ul li a:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before{
	border-color: #ebebeb;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	margin: 0 0 15px 14px; /*rtl*/
	background: #d9d9d9;
	border-radius: 2px;
	direction: ltr;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 3px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	z-index: 1;
	content: "";
	background: #000000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before{
	content: "";
	position: absolute;
	top: 0;
	left: -14px;/* rtl */
	right: auto; /*rtl*/
	border-width: 0 14px 0 0; /*rtl*/
	border-style: solid;
	border-color: #d9d9d9;
	width: 14px;
	height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after{
	right: 0; /*rtl*/
	left: auto; /*rtl*/
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 14px;
	height: 14px;
	margin-left: -14px; /*rtl*/
	top: -5px;
	background: #000000;
	box-shadow: none;
	border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider{
	margin-left: 2px;
	margin-right: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
	margin-left: -14px; /*rtl*/
}
.woocommerce .widget_price_filter .price_slider_amount{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0;
	font-size: 100%;
	line-height: 1.2;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: start;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit{
	text-transform: none;
	min-width: 70px;
	padding: 5px 10px;
	font-size: 100%;
	line-height: 18px;
}

/*** Filter by color ***********************************/
.color-swatch{
	margin: -4px;
}
.ts-product-attribute{
	margin: 0 -4px 0;
}
.color-swatch{
	text-align: center;
}
.color-swatch > div,
.ts-product-attribute div.option.color{
    width: 38px;
    height: 38px;
    display: inline-block;
	margin: -3px 4px 4px;
	position: relative;
	padding: 3px;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: 150ms ease;
}
.color-swatch > div:hover:after,
.ts-product-attribute div.option.color:hover:after{
	cursor: pointer;
}
.color-swatch > div > span,
.ts-product-attribute div.option.color a{
	width: 30px;
    height: 30px;
    display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
}
.color-swatch > div img,
.ts-product-attribute div.option.color img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.color-swatch > div:hover,
.color-swatch > div.active,
.ts-product-attribute div.option.color.selected,
.ts-product-attribute div.option.color:hover{
	border-color: #000000;
}
.product-filter-by-color > ul{
	margin: -4px;
}
.product-filter-by-color ul li{
	display: inline-block;
	padding: 4px;
}
.product-filter-by-color ul li a{
	width: 38px;
    height: 38px;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 3px;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: 150ms ease;
}
.product-filter-by-color ul li.chosen a,
.product-filter-by-color ul li a:hover{
	border-color: #000000;
}
.product-filter-by-color ul li a > img,
.product-filter-by-color ul li a > span{
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
	border: 1px solid #f0f0f0;
}

/*** Filter by brand ***********************************/
.product-filter-by-availability ul li input[type^="checkbox"],
.product-filter-by-brand ul li input[type^="checkbox"]{
	display: none;
}
.widget_product_categories > ul,
.ts-product-categories-widget-wrapper > ul,
.product-filter-by-brand-wrapper > ul,
.product-filter-by-color > ul,
.woocommerce .woocommerce-widget-layered-nav-list{
	max-height: 255px;
    overflow-y: auto;
    padding: 3px 0;
	margin-bottom: 0;
}
.widget_product_categories ul li a,
.ts-product-categories-widget-wrapper ul li a,
.product-filter-by-brand ul li label,
.product-filter-by-price ul li label,
.product-filter-by-availability ul li label,
.woocommerce .widget_rating_filter ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	padding: 0 0 0 30px; /*rtl*/
	cursor: pointer;
	display: inline-block;
	position: relative;
	line-height: 20px;
	text-decoration: none;
	transition: 200ms ease;
}
.widget_product_categories ul li a:hover,
.ts-product-categories-widget-wrapper ul li a:hover,
.woocommerce .widget_rating_filter ul li a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
.product-filter-by-color ul li a:hover{
	text-decoration: none !important;
}
.widget_product_categories ul li a:before,
.ts-product-categories-widget-wrapper ul li a:before,
.product-filter-by-brand ul li label:before,
.product-filter-by-price ul li label:before,
.product-filter-by-availability ul li label:before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_rating_filter ul li a:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #6c6c6c;
	border-radius: 3px;
	position: absolute;
	top: -1px;
	left: 0; /*rtl*/
}
.widget_product_categories ul li a:after,
.ts-product-categories-widget-wrapper ul li a:after,
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after,
.widget-container.product-filter-by-brand ul > li label:after{
	display: inline-block;
	position: absolute;
	left: 1px; /*rtl*/
    top: 0;
    font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #000000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 200ms, visibility 200ms;
}
.widget_product_categories ul li.current-cat a:after,
.ts-product-categories-widget-wrapper ul li.current a:after,
.woocommerce .widget_rating_filter ul li.chosen a:after,
.product-filter-by-availability ul li input[checked="checked"] + label:after,
.product-filter-by-price ul li.chosen label:after,
.widget-container.product-filter-by-brand ul > li.selected label:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:after{
	opacity: 1;
	visibility: visible;
}
.widget_product_categories > ul ul,
.ts-product-categories-widget-wrapper > ul ul,
.product-filter-by-brand .product-filter-by-brand-wrapper > ul ul{
	margin: 16px 0 0 30px !important; /*rtl*/
	padding-top: 0;
}
.ts-product-categories-widget-wrapper ul.children{
	display: none;
}
.widget_product_categories ul.children li a,
.ts-product-categories-widget-wrapper ul.children li a{
	padding-left: 0 !important; /*rtl*/
}
.ts-product-categories-widget-wrapper ul li .icon-toggle,
.widget_product_categories ul.children li a:after,
.ts-product-categories-widget-wrapper ul.children li a:after,
.widget_product_categories ul.children li a:before,
.ts-product-categories-widget-wrapper ul.children li a:before{
	display: none;
}
.ts-product-categories-widget-wrapper ul li.cat-parent > .icon-toggle{display: block;}

/*** Filter by rating ***********************************/
.woocommerce .widget_rating_filter ul li .star-rating{
    display: inline-block;
    vertical-align: -2px;
}

/*-------------------------------------------------------------
	3. WIDGET TS
--------------------------------------------------------------*/
#left-sidebar blockquote,
#right-sidebar blockquote{
    font-weight: normal;
}
#left-sidebar blockquote:before,
#right-sidebar blockquote:before{
    margin: 3px 10px 0 0; /*rtl*/
}
.ts-blogs-widget-wrapper .entry-meta-middle:not(:last-child){
	margin-bottom: 16px;
}
.ts-products-widget ul.product_list_widget > li .product-categories > span:first-child{
	display: none;
}

/*** TS Social Icons ***********************************/
.social-icons .social-desc{
	margin-bottom: 26px;
}
.social-icons .list-icons{
	margin: 0 -8px -10px;
	display: inline-block;
}
.social-icons .list-icons li{
	text-align: center;
	position: relative;
	margin: 0 0 10px;
	line-height: 1;
	padding: 0 8px !important;
}
.social-icons .list-icons li a{
	display: block;
	transition: none;
	color: inherit;
	letter-spacing: 0;
}
.social-icons .list-icons li i{
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

/*** Tooltip ***/
.social-icons .ts-tooltip{
	display: none;
	position: absolute;
	content: "";
	top: -28px;
	left: 50%;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	min-width: 70px;
	transform: translate(-50%,0);
	font-size: 75%;
	transition: 350ms ease 0s;
	text-align: center !important;
	line-height: 16px !important;
	border-radius: 2px;
}
.social-icons li a:hover .ts-tooltip{
	z-index: 999;
}
.show-tooltip.social-icons .ts-tooltip{
	display: inline-block;
}
.social-icons .ts-tooltip:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 12px;
	margin-left: -3px;
	line-height: 14px;
	font-weight: 900;
}
.social-icons li a:hover .ts-tooltip{
	opacity: 1;
	visibility: visible;
}
/*** Text Light ***/
.social-icons.text-light .ts-tooltip{
	background-color: #ffffff;
	color: #202020;
}
.social-icons.text-light .ts-tooltip:before{
	color: #ffffff;
}

/*** TS Twitter ***********************************/
.twitter-wrapper .item{
	position: relative;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.twitter-wrapper .item:last-child{
	margin-bottom: 0;
}
.twitter-wrapper .avatar-name img{
	width: 30px;
	height: 30px;
	float: left;/* rtl */
}
.twitter-wrapper .date-time{
	font-size: 95%;
	font-style: italic;
	display: inline-block;
	width: 100%;
}
.twitter-wrapper .avatar-name{
	min-height: 30px;
	overflow: hidden;
}
.avatar-name a{
	margin: 0 0 0 15px; /* rtl */
	position: relative;
	top: 4px;
	color: inherit;
}
.avatar-name a:hover{
	text-decoration: none;
}
.twitter-wrapper .content{
	margin-top: 5px;
}

/*** TS Instagram ***********************************/
.elementor-widget-wp-widget-ts_instagram{
	position: relative;
}
.elementor-widget-wp-widget-ts_instagram h5{
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 15px 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	border-radius: 40px;
	display: inline-block;
	z-index: 6;
	white-space: nowrap;
	transition: 250ms ease;
}
.elementor-widget-wp-widget-ts_instagram:hover h5{
	opacity: 0;
	visibility: hidden;
}
.elementor-widget-wp-widget-ts_instagram h5:before{
	display: inline-block;
	vertical-align: -3px;
    margin-right: 7px; /*rtl*/
    font-size: 114%;
}
.ts-instagram-wrapper.items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	overflow: hidden;
	margin: -5px;
}
.ts-instagram-wrapper.items,
.ts-instagram-wrapper.items .swiper-wrapper{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.elementor-widget-wp-widget-ts_instagram{
	overflow: hidden;
}
.ts-instagram-wrapper .item{
	padding: 5px;
}
.ts-instagram-wrapper.columns-3 .item{
	width: 33.33333%;
}
.ts-instagram-wrapper.columns-4 .item{
	width: 25%;
}
.ts-instagram-wrapper.columns-5 .item{
	width: 20%;
}
.ts-instagram-wrapper.columns-6 .item{
	width: 16.66666%;
}
.ts-instagram-wrapper.columns-7 .item{
	width: 14.2857%;
}
.ts-instagram-wrapper.columns-8 .item{
	width: 12.5%;
}
.ts-instagram-wrapper.columns-9 .item{
	width: 11.1111%;
}
.ts-instagram-wrapper.columns-10 .item{
	width: 10%;
}
.ts-instagram-wrapper.columns-11 .item{
	width: 9.090909%;
}
.ts-instagram-wrapper.columns-12 .item{
	width: 8.333333%;
}
.ts-instagram-wrapper .item > a{
	display: block;
	position: relative;
}
.ts-instagram-wrapper .item img{
	width: 100%;
	transition: 300ms ease;
}
.ts-instagram-wrapper .item:hover img{
	-webkit-filter: brightness(0.6);
	filter: brightness(0.6);
}
/*fix sidebar*/
#left-sidebar .ts-instagram-wrapper .item > a,
#right-sidebar .ts-instagram-wrapper .item > a{
	overflow: hidden;
}
#left-sidebar .ts-instagram-wrapper .item > a:before,
#right-sidebar .ts-instagram-wrapper .item > a:before{
	content: '';
	display: block;
	padding-top: 100%;
}
#left-sidebar .ts-instagram-wrapper .item img,
#right-sidebar .ts-instagram-wrapper .item img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

/*** TS Products ***********************************/


/*** TS Blogs ***********************************/
.post_list_widget li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 30px;
	padding: 0 !important;
}
.post_list_widget li:last-child{
	margin-bottom: 0;
}
.post_list_widget li .entry-content{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: -5px;
}
.post_list_widget li .thumbnail{
	width: 105px;
	margin-right: 20px; /*rtl*/
}
.post_list_widget li .entry-meta-top{
	font-size: 85%;
	margin-bottom: 10px !important;
}
.post_list_widget li .entry-content > header:last-child .heading-title{
	margin-bottom: 0;
}
.post_list_widget li.gallery .thumbnail .swiper-button-prev,
.post_list_widget li.gallery .thumbnail .swiper-button-next,
.post_list_widget li.gallery .thumbnail .swiper-pagination{
	display: none;
}

/*** TS Recent Comment ***********************************/
.comment_list_widget li{
	padding: 0 !important;
}
.comment_list_widget li:not(:last-child){
	margin-bottom: 20px;
}
.comment_list_widget li:after{
	content: '';
	clear: both;
	display: table;
}
.comment_list_widget .avatar{
	width: 30px;
    border-radius: 100%;
    float: left; /*rtl*/
    margin-right: 10px; /*rtl*/
}
.comment_list_widget .avatar > a{
	position: relative;
}
.comment_list_widget .comment-meta > *{
	margin-bottom: 8px;
}
.comment_list_widget .comment-meta .author{
	display: block;
	font-size: 100%;
}
.comment_list_widget .comment-body{
	font-size: 100%;
	line-height: 1.5;
	padding: 0;
	background: transparent;
}
.comment_list_widget .avatar ~ .comment-body{
    padding: 0 0 0 40px; /*rtl*/
}
.comment_list_widget blockquote:before{
    font-size: 100%;
}

/*** Categories/TS Product Categories ***********************************/
.elementor-widget-container > ul li,
.elementor-widget-container ul.menu li,
.elementor-widget-container .list-icons li,
.widget_categories > ul li,
.product-categories li{
	list-style: none;
}
.widget_categories > ul ul li,
.widget_pages > ul ul li,
.widget_nav_menu > div > ul ul li,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul ul li,
.elementor-widget-wp-widget-pages .elementor-widget-container > ul ul li,
.elementor-widget-wp-widget-nav_menu .elementor-widget-container > div > ul ul li{
	padding: 6px 0;
	position: relative;
}
.widget_categories > ul li:last-child,
.widget_pages > ul li:last-child,
.widget_nav_menu > div > ul li:last-child,
.widget-container ul.product-categories > li:last-child,
.widget_categories > ul > li:last-child,
.product-filter-by-brand div > ul > li:last-child,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul li:last-child,
.elementor-widget-wp-widget-pages .elementor-widget-container > ul li:last-child,
.elementor-widget-wp-widget-nav_menu div > ul li:last-child,
.elementor-widget-wp-widget-ts_product_categories ul.product-categories > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/*** Yith Compare ***********************************/
body .yith-woocompare-widget ul.products-list,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list{
	margin-bottom: 20px !important;
}
.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{
    width: 100%;
    margin: 5px 0 0;
	text-decoration: none !important;
	display: block;
	float: none;
}
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare{
    width: auto;
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
}
.yith-woocompare-widget ul.products-list li .remove,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li .remove{
	height: 24px;
    width: 24px;
    font-size: 0 !important;
    line-height: 24px;
	position: absolute;
	top: -1px;
	left: auto; /*rtl*/
    right: 0; /*rtl*/
    font-weight: 400;
    border-radius: 0;
    text-align: right; /*rtl*/
    cursor: pointer;
    outline: none;
	color: inherit;
	background: transparent !important;
	text-decoration: none !important;
	z-index: 2;
}
.yith-woocompare-widget ul.products-list li .remove:hover,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li .remove:hover{
	color: red;
}
body .yith-woocompare-widget ul.products-list li:not(.list_empty),
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty){
	border-width: 0;
	padding: 5px 25px 5px 0;
}
body .yith-woocompare-widget ul.products-list li:not(.list_empty):first-child,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty):first-child{
	padding-top: 0;
}
body .yith-woocompare-widget ul.products-list li:not(.list_empty):last-child,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty):last-child{
	padding-bottom: 0;
}
body .yith-woocompare-widget ul.products-list li,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li{
	position: relative;
}
body .yith-woocompare-widget ul.products-list li .title,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li .title{
	cursor: pointer;
    display: block;
    outline: none;
	text-transform: none;
	font-size: 100%;
}

/*-------------------------------------------------------------
	4. WIDGET ELEMENTOR
--------------------------------------------------------------*/
/*** Icon List ***********************************/
.elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-widget__width-auto .elementor-icon-list-icon{
	line-height: 1;
}

/*** Nav menu ***********************************/
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu li{
	display: inline-block;
    width: 100%;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-text-editor a{
	color: inherit;
}
.text-light .elementor-widget-wp-widget-nav_menu ul.menu li a,
.elementor-widget-wp-widget-nav_menu.text-light ul.menu li a{
	color: #ffffff !important;
}

/*-------------------------------------------------------------------------------------------------------------------
	V. PRODUCT DEFAULT
---------------------------------------------------------------------------------------------------------------------*/

/*** Products ***/
.woocommerce > .products{
	clear: both;
	position: relative;
}
.woocommerce .products .swiper .product-group{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.woocommerce .products .swiper .product-group > .product:not(:only-child){
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.woocommerce .cross-sells.products, 
.woocommerce .up-sells.products{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .products{
	margin: 0 -15px;
}
.woocommerce .products .product{
	padding: 0 15px;
}
.woocommerce .cross-sells > .products:not(.swiper) .product, 
.woocommerce .up-sells > .products:not(.swiper) .product, 
.woocommerce .related > .products:not(.swiper) .product{
	width: 25%;
}
.woocommerce .products .product:not(.product-category){
	padding: 0 15px;
}
.woocommerce .products .product:not(.product-category) .product-wrapper > .meta-wrapper{
	margin-top: 17px;
}
.woocommerce .ts-shortcode:not(.rows-2) .products > .product-group{
	width: 25%;
	float: left;/* rtl */
}
.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
	margin-bottom: -60px;
}
.woocommerce .products:not(.swiper) > .product{
	margin-bottom: 60px;
}
.woocommerce .products > .product-group .product{
	width: 100% !important;
}
.woocommerce.columns-10 .products .product{
	width: 10%;
}
.woocommerce.columns-9 .products .product{
	width: 11.111111111%;
}
.woocommerce.columns-8 .products .product{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product{
	width: 14.2857%;
}
.woocommerce.columns-6 .products .product{
	width: 16.666666666%;
}
.woocommerce.columns-5 .products .product{
	width: 20%;
}
.woocommerce.columns-4 .products .product{
	width: 25%;
}
.woocommerce.columns-3 .products .product{
	width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product{
	width: 50%;
}
.woocommerce.columns-1 .products .product{
	width: 100%;
	border-radius: 10px;
}
.woocommerce .ts-slider .products .product{
	height: 100%;
}
.woocommerce.ts-product-category-wrapper:not(.ts-slider) .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
	margin-bottom: -20px;
}
.woocommerce.ts-product-category-wrapper:not(.ts-slider):not(.style-2) .products .product-category{
	margin-bottom: 20px;
}
.ts-product-category-wrapper.style-2 .products{
	margin-left: 0;
	margin-right: 0;
}
#primary > .list-categories > .product-category{
	width: 25%;
}
.ts-slider .products .swiper-slide .product{
	float: none !important;
	width: 100% !important;
}
.ts-slider .products .swiper-slide > .product:only-child{
	height: 100%;
}
.products .product .product-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce .products ul{
	margin: 0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6{
	clear: both;
}

/*** Product categories ***/
#primary > .list-categories{
	width: 100%;
	margin: 0 -10px 60px;
}
#primary >  .list-categories .product-category{
	margin: 0 0 40px;
	padding: 0 10px;
}
#primary > .list-categories .product-category .product-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#primary > .list-categories .product-wrapper > a.term-link{
	display: none;
}
#primary > .list-categories .product-wrapper > a:first-child{
	width: 120px;
	margin-right: 20px; /*rtl*/
	position: relative;
}
#primary > .list-categories .product-wrapper > a:first-child img{
	border-radius: 50%;
}
#primary > .list-categories .product-category .product-wrapper > .meta-wrapper{
	flex: 1;
	padding: 0;
	margin: 0;
}
#primary > .list-categories .product-category .category-name{
	display: flex;
    flex-flow: column-reverse wrap;
}
#primary > .list-categories .product-category .meta-wrapper .heading-title{
	margin-bottom: 0;
	font-family: inherit;
}
#primary > .list-categories .product-category .meta-wrapper .count{
    font-size: 90%;
    text-transform: initial;
	margin: 7px 0 0;
}
.list-categories,
.ts-blogs-wrapper .blogs,
.ts-shortcode .items,
.related-posts .blogs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.ts-blogs-wrapper.nav-middle .blogs,
.ts-product.nav-middle .content-wrapper,
.ts-shortcode.nav-middle .items{
	position: relative;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img{
	width: 100%;
}
.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;
}

/*-------------------------------------------------------------
	1. PRODUCT IMAGES
--------------------------------------------------------------*/
.woocommerce .product .thumbnail-wrapper{
	position: relative;
}
.image-border a.ts-wg-thumbnail img,
.image-border .thumbnail-wrapper > a img{
	border-width: 1px;
	border-style: solid;
}
.woocommerce .product .thumbnail-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
ul.product_list_widget li .ts-wg-thumbnail:before, 
.woocommerce ul.product_list_widget li .ts-wg-thumbnail:before,
.woocommerce .product .thumbnail-wrapper > a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: 350ms ease 0s;
}
.woocommerce .product .thumbnail-wrapper > a{
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 2;
	transition: 300ms ease 0s;
}
.woocommerce .products .product a img{
	margin: 0;
	box-shadow: none;
	width: 100% !important;
}
.woocommerce .product figure{
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0;
}
.woocommerce .product figure img:first-child{
	position: relative;
	z-index: 2
}
.woocommerce .product figure.has-back-image img:last-child{
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 3;
}
body.ts_desktop.woocommerce .product figure.has-back-image img,
body.ts_desktop .woocommerce .product figure.has-back-image img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity 300ms ease 0s;
}
body.ts_desktop.woocommerce .product figure.has-back-image img:last-child,
body.ts_desktop .woocommerce .product figure.has-back-image img:last-child{
	opacity: 0;
}
body.ts_desktop.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child,
body.ts_desktop .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
	opacity: 1;
}
body.ts_desktop.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child,
body.ts_desktop .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
	opacity: 0;
}
.product-group-button-meta{
	display: none;
}
body .yith-wcwl-add-to-wishlist{
	margin: 0;
}
.product-wrapper .button-in.wishlist i,
.yith-wcwl-add-to-wishlist i{
	display: none;
}
.button-in a,
.button-in a:hover,
.woocommerce .product .category-name h3 a:hover,
.woocommerce .product .category-name h3 a:not(.button):not(.elementor-button):hover,
.product .meta-wrapper .button-in a:not(.button):not(.elementor-button):hover{
	text-decoration: none !important;
}
.woocommerce .products .product-category .product-wrapper{
	position: relative;
	overflow: hidden;
}
.woocommerce .products .product-category .product-wrapper > a.term-link{
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 4;
}
.woocommerce .products .product-category .product-wrapper > a{
	display: block;
}
.woocommerce .products .product-category .product-wrapper > a:first-child:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.58);
	z-index: 2;
}
.woocommerce .products .product-category .product-wrapper > a > img{
    max-width: none;
    backface-visibility: hidden;
}
.woocommerce .products .product-category .meta-wrapper{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 25px;
	z-index: 3;
	color: #ffffff;
}
.woocommerce .product-category .meta-wrapper .heading-title{
	color: inherit;
}
.woocommerce .product-category .meta-wrapper .count{
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 7px;
	display: block;
}
.woocommerce .product-category .meta-wrapper .heading-title + .description{
	font-family: inherit;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
    line-height: 1;
    margin-top: 12px;
}

/*-------------------------------------------------------------
	2. PRODUCT LABEL
--------------------------------------------------------------*/
.product_list_widget .product-label,
.woocommerce .product .product-label{
	position: absolute;
	right: auto;
	left: 15px;/* rtl */
	top: 15px;
	bottom: auto;
	z-index: 3;
	max-width: calc(100% - 46px);
}
.product_list_widget .product-label{
	left: 10px;/* rtl */
	top: 10px;
}
.woocommerce .product-label > span.onsale,
.woocommerce .product-label > span{
	width: auto;
	min-width: 55px;
	min-height: 25px;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	padding: 0;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 15px !important;
	text-transform: uppercase;
	border-radius: 20px;
	margin: 0 0 7px;
}
.woocommerce .product-label span span{
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	position: relative;
	justify-content: center;
	
}
.product-label-circle .product-label > span.onsale,
.product-label-circle .product-label > span,
.product-label-square .product-label > span.onsale,
.product-label-square .product-label > span{
	width: 46px;
	height: 46px;
	min-height: auto;
    min-width: auto;
	border-radius: 0;
	line-height: 16px !important;
}
.product-label-circle .product-label > span.onsale,
.product-label-circle .product-label > span{
	border-radius: 50%;	
}
.featured .products .product-label .featured{
	display: none;
}
.ts-shortcode .woocommerce.loading .products{
	transition: none;
}

/*-------------------------------------------------------------
	3. PRODUCT META
--------------------------------------------------------------*/
.product-brands,
.woocommerce .products .product .product-categories{
	overflow: hidden;
	text-decoration: none;
}
.meta-wrapper .product-categories > span{
	display: none;
}
.product .product-brands a,
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.product .product-brands a:hover,
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.ts-products-widget-wrapper .product-categories a:hover{
	text-decoration: none;
}
.products .meta-wrapper > *:not(.product-group-button-meta){
	margin-bottom: 13px;
	line-height: 20px;
	display: block;
}
.products .product .meta-wrapper > .price{
	margin-bottom: 13px;
}
.products .product .meta-wrapper .review-count{
	display: none;
}
.products .product .meta-wrapper > .woocommerce-product-rating{
    margin: 13px 0 16px;
	line-height: 1;
}
.products .meta-wrapper > *:last-child,
.products .meta-wrapper > *:nth-last-child(2),
.woocommerce .products .meta-wrapper > *:last-child,
.woocommerce .products .meta-wrapper > *:nth-last-child(2){
	margin-bottom: 0;
}
.product-name,
h3.product-name,
.product-name h3{
	line-height: 20px;
}
.woocommerce div.product div.summary,
.yith-wfbt-section,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label > *{
	line-height: 16px;
}

/*** Price ***/
.price,
.products .meta-wrapper > .price{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1 !important;
}
.price del + ins{
	margin-right: 10px; /*rtl*/
}
.price del{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

/*** Rating ***/
.star-rating,
.star-rating span,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before,
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring-page .star-rating span:before,
.woocommerce p.stars a::before,
.ts-testimonial-wrapper .rating:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating:before, blockquote .rating span:before{
	font-size: 16px;
	letter-spacing: 5px;
}
.star-rating span:before,
.star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before,
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring-page .star-rating span:before,
.woocommerce p.stars a::before,
.ts-testimonial-wrapper .rating:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating:before,
blockquote .rating span:before{
	white-space: nowrap;
	display: inline-block;
    vertical-align: top;
}
.star-rating,
.woocommerce .star-rating,
.ts-testimonial-wrapper .rating, 
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating,
blockquote .rating{
	width: 104px;
    height: 17px;
    line-height: 1;
    overflow: hidden;
	font-family: star;
	position: relative;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}
.woocommerce p.stars a{
	width: 30px;
	height: 26px;
}
.woocommerce p.stars a::before{
	font-size: 26px;
}
blockquote .rating:before,
blockquote .rating span:before{
	font-family: star;
	content: "\73\73\73\73\73";
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating,
.rs-layer .rs-starring .star-rating span,
.rs-layer .rs-starring-page .star-rating span{
	line-height: 1 !important;
}
.star-rating span,
.woocommerce .star-rating span,
.ts-testimonial-wrapper .rating span,
blockquote .rating span,
.rs-layer .rs-starring .star-rating span,
.rs-layer .rs-starring-page .star-rating span,
.product_list_widget .star-rating span{
	overflow: hidden;
	top: 0;
	left: 0; /*rtl*/
	position: absolute;
	padding-top: 20px;
}
.woocommerce .star-rating span{
	font-size: 0;
}
blockquote .rating span:before,
.ts-testimonial-wrapper .rating span:before,
.star-rating span::before{
    position: absolute;
	top: 0;
    left: 0; /*rtl*/
}

/*** Short Description ***/
.woocommerce .products .product .meta-wrapper .short-description ul li{
	line-height: 1.2;
	padding: 4px 0;
}
.woocommerce .products .product .meta-wrapper .short-description > ul:first-child li:first-child{
	padding-top: 0;
}
.woocommerce .products .product .meta-wrapper .short-description > ul:last-child li:last-child{
	padding-bottom: 0;
}
.woocommerce .products .product .meta-wrapper .short-description ul.ul-style.list-inline li{
    display: block;
	margin-left: 0;
    margin-right: 0;
}

/*** Quantity ***/
input[type=number].qty::-webkit-inner-spin-button, 
input[type=number].qty::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.woocommerce .quantity input.qty,
.quantity input.qty{
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	border-radius: 60px;
	margin: 0;
	padding: 0 30px;
	width: 100%;
	line-height: 36px;
	text-align: center;
}
.woocommerce div.product form.cart table div.quantity{
	float: left;/* rtl */
	margin: 0;
}
.woocommerce div.product form.cart table.group_table .quantity input.qty{
	line-height: 36px;
}
form.cart div.product .group_table .woocommerce-grouped-product-list-item__quantity,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity{
	padding-left: 10px;/* rtl */
}
.quantity .qty,
.woocommerce div.product form.cart table.group_table .quantity .qty{
	width: 90px;
	position: relative;
	float: none;
}
.quantity span:not(.amount){
	display: none;
}
.quantity{
	display: inline-block;
    vertical-align: top;
}
.quantity .number-button{
	width: 100%;
	position: relative;
	display: flex;
	letter-spacing: 0;
}
.quantity .minus,
.quantity .plus,
.woocommerce div.product form.cart table.group_table .quantity .minus,
.woocommerce div.product form.cart table.group_table .quantity .plus{
	border: 0;
	background: transparent;
	width: 30%;
	height: 36px;
	margin: 0 !important;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	border-radius: 0;
}
.quantity .plus,
.woocommerce div.product form.cart table.group_table .quantity .plus{
	right: 0;/* rtl */
	left: auto;
}
.quantity .minus:hover,
.quantity .plus:hover,
.woocommerce div.product form.cart table.group_table .quantity .minus:hover,
.woocommerce div.product form.cart table.group_table .quantity .plus:hover{
	z-index: 3;
}
/*small quantity*/
.woocommerce ul.product_list_widget li .quantity .qty, 
ul.product_list_widget li .quantity .qty,
.woocommerce ul.cart_list li .quantity .qty, 
ul.cart_list li .quantity .qty,
table.shop_table .product-quantity .quantity .qty{
	width: 70px;
}
.woocommerce ul.product_list_widget li .quantity .minus, 
ul.product_list_widget li .quantity .minus,
.woocommerce ul.cart_list li .quantity .minus, 
ul.cart_list li .quantity .minus,
.woocommerce ul.product_list_widget li .quantity .plus, 
ul.product_list_widget li .quantity .plus,
.woocommerce ul.cart_list li .quantity .plus, 
ul.cart_list li .quantity .plus,
table.shop_table .product-quantity .quantity .minus,
table.shop_table .product-quantity .quantity .plus{
	height: 24px;
	line-height: 24px;
}
.woocommerce ul.product_list_widget li .quantity input.qty, 
ul.product_list_widget li .quantity input.qty,
.woocommerce ul.cart_list li .quantity input.qty, 
ul.cart_list li .quantity input.qty,
table.shop_table .product-quantity .quantity input.qty, 
table.shop_table .product-quantity .quantity input.qty{
	font-size: 12px;
    line-height: 24px;
	padding: 0 18px;
}

/*large quantity*/
.summary .quantity .qty{
	width: 110px;
}
.summary .quantity .minus,
.summary .quantity .plus{
	height: 48px;
	line-height: 48px;
}
.woocommerce .summary .quantity input.qty, 
.summary .quantity input.qty{
    line-height: 48px;
	border-color: #a4a4a4;
}

/*-------------------------------------------------------------
	4. PRODUCT GROUP BUTTONS
--------------------------------------------------------------*/
.product-group-button-meta a:hover,
.product-group-button a:hover{
	text-decoration: none;
}
.thumbnail-wrapper .product-group-button > div{
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	letter-spacing: 0;
	text-align: center;
	top: 10px;
	right: 10px; /*rtl*/
	z-index: 6;
	display: none;
	border-radius: 50%;
	transition: 250ms ease;
}
.thumbnail-wrapper .product-group-button > div:nth-child(2){top: 56px;}
.thumbnail-wrapper .product-group-button > div:nth-child(3){top: 102px;}
.thumbnail-wrapper .product-group-button > div:nth-child(4){top: 150px;}
.product-group-button > div a:after{
	font-size: 22px;
	line-height: 38px;
	transition: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product .product-wrapper:hover .product-group-button > div{
	display: block;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slidebottomtotop;
	-moz-animation-name: slidebottomtotop;
	animation-name: slidebottomtotop;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(2){
	animation-delay: 150ms;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(3){
	animation-delay: 200ms;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(4){
	animation-delay: 250ms;
}
.product-group-button > div a{
	width: 100%;
    height: 100%;
	margin: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	border: 0;
	text-decoration: none;
	letter-spacing: 0;
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	color: inherit !important;
	transition: none;
}
.thumbnail-wrapper .product-group-button > div .yith-wcwl-wishlistexistsbrowse{
	height: 100%;
}
.thumbnail-wrapper .product-group-button > div a{
	display: block;
	opacity: 1 !important;
}
.button-in .yith-wcwl-add-to-wishlist,
.button-in .yith-wcwl-add-button,
.button-in a.add_to_wishlist{
	width: 100%;
    height: 100%;
}
.button-in .yith-wcwl-wishlistaddedbrowse{
	height: 100%;
}
.button-in a.add_to_wishlist{
	display: block;
}
.product-group-button > div a.added:hover{
	text-decoration: none !important;
}
.thumbnail-wrapper .product-group-button > div.loop-add-to-cart a{
	transition: none;
	padding: 0;
	margin: 0;
	min-width: 0;
	border-width: 0;
	position: relative;
	letter-spacing: 0;
	background: transparent !important;
    color: inherit !important;
    line-height: inherit !important;
}

ul.product_list_widget li,
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
	display: flex;
	flex-flow: row wrap;
	position: relative;
}
.cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	content: "";
	height: 21px;
	width: 21px;
	font-size: 0 !important;
	line-height: 19px;
	text-align: right;
	text-indent: 0;
	padding: 0;
	letter-spacing: 0;
	position: absolute !important;
	left: auto;
	right: 4px; /*rtl*/
	top: 5px;
	margin: 0 !important;
	text-decoration: none;
	background: transparent !important;
	z-index: 2;
	color: inherit !important;
	text-align: center;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	top: 0;
	right: 0; /*rtl*/
}
.woocommerce ul.product_list_widget li .ts-wg-thumbnail,
ul.product_list_widget li .ts-wg-thumbnail{
	position: relative;
}
ul.product_list_widget li .ts-wg-thumbnail,
.woocommerce ul.product_list_widget li .ts-wg-thumbnail,
ul.product_list_widget li img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 180px;
	margin: 0 !important;
    float: none;
}
ul.product_list_widget li .ts-wg-meta,
.woocommerce ul.product_list_widget li .ts-wg-meta{
	width: calc(100% - 180px);
	padding-left: 15px; /*rtl*/
}
.elementor-widget[data-widget_type*="wp-widget-"] ul li a{
	color: inherit;
}
.elementor-widget[data-widget_type*="wp-widget-"] ul li a:hover{
	text-decoration: none;
}
.elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories{
	font-size: 100%;
}
#ts-filter-widget-area ul.product_list_widget li .ts-wg-thumbnail,
#ts-filter-widget-area .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
#ts-filter-widget-area ul.product_list_widget li img,
.ts-sidebar ul.product_list_widget li .ts-wg-thumbnail,
.ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
.ts-sidebar ul.product_list_widget li img,
.ts-sidebar .woocommerce ul.cart_list li img, 
.ts-sidebar .woocommerce ul.product_list_widget li img{
    width: 125px;
	margin: 0 15px 0 0; /*rtl*/
}
#ts-filter-widget-area ul.product_list_widget li .ts-wg-meta,
#ts-filter-widget-area .woocommerce ul.product_list_widget li .ts-wg-meta,
.ts-sidebar ul.product_list_widget li .ts-wg-meta,
.ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-meta{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}
ul.product_list_widget li .cart-item-wrapper,
.woocommerce ul.product_list_widget li .cart-item-wrapper,
.woocommerce .widget_shopping_cart .cart_list li .cart-item-wrapper,
.woocommerce.widget_shopping_cart .cart_list li .cart-item-wrapper{
	padding: 0 35px 0 15px; /*rtl*/
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.product_list_widget li .meta-wrapper{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
ul.product_list_widget li .meta-wrapper:last-child{
	margin-left: auto; /*rtl*/
	padding-left: 15px; /*rtl*/
	text-align: right; /*rtl*/
}
ul.product_list_widget li .meta-wrapper > *{
	margin-bottom: 5px;
}
ul.product_list_widget li .meta-wrapper > *:last-child{
	margin-bottom: 0;
}
ul.product_list_widget li .subtotal form.cart{
	display: inline-block;
	margin: 10px 0 0;
}
.woocommerce div.product ul.product_list_widget form.cart div.quantity{
    margin: 0;
}
.woocommerce div.product ul.product_list_widget p.price ins, 
.woocommerce div.product ul.product_list_widget span.price ins{
    font-weight: inherit;
}
ul.product_list_widget .button-in div.blockUI.blockOverlay{
	opacity: 1 !important;
}
ul.product_list_widget .button-in div.blockUI.blockOverlay:after,
.woocommerce ul.product_list_widget .button-in div.blockUI.blockOverlay:after{
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
}
ul.product_list_widget li,
.woocommerce ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.widget-container ul.product_list_widget li,
.woocommerce .widget-container ul.product_list_widget li{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-container ul.product_list_widget li,
.woocommerce.widget-container ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li{
	list-style: none;
    padding: 0 25px 30px 0; /*rtl*/
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
}
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li{
    padding-right: 4px; /*rtl*/
}
.widget-container ul.product_list_widget li,
.woocommerce.widget-container ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li{
	box-shadow: none;
	background: transparent;
}
.woocommerce-page.archive #left-sidebar .widget-container ul.product_list_widget li,
.woocommerce-page.archive #left-sidebar .woocommerce.widget-container ul.product_list_widget li,
.woocommerce-page.archive #right-sidebar .widget-container ul.product_list_widget li,
.woocommerce-page.archive #right-sidebar .woocommerce.widget-container ul.product_list_widget li,
.woocommerce-page.archive #ts-filter-widget-area .widget-container ul.product_list_widget li,
.woocommerce-page.archive #ts-filter-widget-area .woocommerce.widget-container ul.product_list_widget li{
	background: #ffffff;
	padding: 10px;
	border-width: 0;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
	margin: 0 0 2px;
}
.elementor-widget.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li,
.elementor-widget.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li,
.elementor-widget.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li .reviewer,
.widget_shopping_cart ul.product_list_widget li,
.woocommerce.widget_shopping_cart ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li .reviewer,
.woocommerce.widget_recent_reviews ul.product_list_widget li .reviewer{
	display: block;
}
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li a{
	display: block;
}
.widget-container ul.product_list_widget li:last-child,
.woocommerce.widget-container ul.product_list_widget li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.widget-container ul.product_list_widget li .ts-wg-meta *,
.woocommerce.widget-container ul.product_list_widget li.ts-wg-meta *,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li.ts-wg-meta *{
	margin-bottom: 0;
}
.widget-container ul.product_list_widget li > *:not(img),
.woocommerce.widget-container ul.product_list_widget li > *:not(img),
.widget-container ul.product_list_widget li .ts-wg-meta > *,
.woocommerce.widget-container ul.product_list_widget li.ts-wg-meta > *,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li > *:not(img),
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li .ts-wg-meta > *{
	margin-bottom: 12px;
	line-height: 1.2;
}
.widget-container ul.product_list_widget li .ts-wg-meta > .star-rating,
.woocommerce.widget-container ul.product_list_widget li .ts-wg-meta > .star-rating,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li .ts-wg-meta > .star-rating{
	margin-bottom: 16px;
}
.widget-container ul.product_list_widget li .ts-wg-meta > *:last-child,
.woocommerce.widget-container ul.product_list_widget li .ts-wg-meta > *:last-child,
.elementor-widget[data-widget_type*="wp-widget-"]  ul.product_list_widget li .ts-wg-meta > *:last-child{
	margin-bottom: 0;
}
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li:after{
	content: '';
	display: table;
	clear:  both;
}
.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li img,
.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li img,
.widget_shopping_cart ul.product_list_widget li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img,
.widget_recent_reviews ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img{
    float: left; /*rtl*/
	margin-right: 15px !important; /*rtl*/
}
ul.product_list_widget li .subtotal .button,
.woocommerce ul.product_list_widget li .subtotal .button{
	padding: 0 15px !important;
	width: auto !important;
	min-width: 110px !important;
	font-size: 12px !important;
	line-height: 28px !important;
}
ul.product_list_widget li .subtotal .button,
.woocommerce ul.product_list_widget li .subtotal .button{
	margin-left: 5px; /*rtl*/
}

/*** Tooltip ***/
.ts-product-attribute .button-tooltip,
.product-group-button .button-tooltip{
	padding: 4px 5px;
	min-width: 105px;
	line-height: 20px;
	position: absolute;
	text-transform: none;
	text-align: center;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	border-radius: 25px;
	transition: 250ms ease;
}
.ts-product-attribute .button-tooltip{
    top: -5px;
	left: 50%; /*rtl*/
	transform: translate(-50%,-100%); /*rtl*/
	z-index: 10;
	display: none !important;
}
.product-group-button .button-tooltip{
	left: auto; /*rtl*/
    right: 10px; /*rtl*/
    top: 50%;
	bottom: 0;
	position: relative;
	font-weight: normal;
    transform: translate(-100%,-50%); /*rtl*/
	transition: none;
	display: none;
}
.product-group-button > div:hover a .button-tooltip,
.ts-product-attribute > div:hover a .button-tooltip{
	display: block;
	-webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.product-no-tooltip .product-group-button > div .button-tooltip{
	display: none;
}
.button-in .blockUI,
.button-in .blockUI.blockOverlay{
    opacity: 0 !important;
}

/*-------------------------------------------------------------------------------------------------------------------
	VI. CATEGORIES PRODUCT
---------------------------------------------------------------------------------------------------------------------*/
.products{
	clear: both;
}
.overlay{
    cursor: pointer;
}
.filter-widget-area-button{
	margin: -2px 40px 0 0; /*rtl*/
	float: left; /*rtl*/
}
.filter-widget-area-button + .overlay{
	display: none;
}
.filter-widget-area-button > a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
    line-height: 18px;
}
.filter-widget-area-button > a:before{
	font-size: 146%;
	margin-right: 10px; /*rtl*/
	display: inline-block;
	vertical-align: -3px;
    transition: .3s ease;
}
.filter-widget-area-button > a,
.product-on-sale-form > label,
.ts-product-columns-dropdown > .label,
.woocommerce-result-count,
.product-per-page-form ul.perpage .perpage-current,
.woocommerce .woocommerce-ordering .orderby-current{
	text-transform: uppercase;
}
.ts-product-columns-dropdown > .label:hover{
	cursor: pointer;
}
.filter-widget-area{
	padding: 0;
}
.filter-widget-area-button + .overlay{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000000;
	z-index: 99991;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.filter-widget-area-button.active + .overlay{
	visibility: visible;
	opacity: 0.5;
}
.woocommerce .before-loop-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 16px;
	flex: 1 0 auto;
	padding-bottom: 24px;
	margin-top: -4px;
	margin-bottom: 60px;
}
.woocommerce .before-loop-wrapper:after{
	content: '';
	height: 1px;
	display: block;
	border-width: 0 0 1px;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.woocommerce .woocommerce-result-count{
	display: none;
	margin: 0;
}
.before-loop-wrapper > *{
	margin: 0;
}
.woocommerce .ts-product-columns-dropdown ~ .product-per-page-form,
.woocommerce .woocommerce-ordering ~ .product-per-page-form,
.woocommerce .ts-product-columns-dropdown ~ .woocommerce-ordering{
	margin: 0 0 0 40px; /*rtl*/
}
.before-loop-wrapper > .ts-product-columns-dropdown,
.before-loop-wrapper > .woocommerce-ordering,
.before-loop-wrapper > .product-per-page-form{
	margin: 0 0 0 auto; /*rtl*/
}
.product-filter-by-brand-wrapper select,
.product-filter-by-brand-wrapper select option{
	font-size: 100%;
}
#ts-filter-widget-area .product-label,
#left-sidebar .product-label,
#right-sidebar .product-label{
	font-size: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 5px; /*rtl*/
    float: left; /*rtl*/
    font-size: 120% !important;
    color: red;
}
.widget_archive ul li,
.widget_categories ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.widget_archive ul li:before,
.widget_categories ul li:before{
	content: '';
	display: block;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: end;
	align-self: flex-end;
	top: -6px;
	position: relative;
	margin: 0 16px;
}
.widget_archive ul li a,
.widget_categories ul li a{
	margin-right: auto; /*rtl*/
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	color: inherit;
}
.widget_archive ul ul,
.widget_categories ul ul{
	width: 100%;
}
.woocommerce .before-loop-wrapper .woocommerce-notices-wrapper{
	width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 0 20px;
}
.woocommerce .before-loop-wrapper .woocommerce-notices-wrapper:empty{
	margin: 0;
}
.ts-product-columns-dropdown > .label,
.product-per-page-form ul.perpage .perpage-current > span:last-child,
.woocommerce .woocommerce-ordering .orderby-current{
	display: inline-block;
	vertical-align: baseline;
	padding: 0 22px 0 0; /*rtl*/
	line-height: 20px;
    position: relative;
}
#ts-filter-widget-area select,
#left-sidebar select,
#right-sidebar select,
#ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{
	min-width: 148px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	border-radius: 40px;
    position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	padding: 17px 30px 17px 20px; /*rtl*/
}
body #ts-filter-widget-area .select2-container--default .select2-selection--single,
#left-sidebar .select2-container--default .select2-selection--single,
#right-sidebar .select2-container--default .select2-selection--single,
#ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{
	background: transparent;
}
body #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
    height: auto;
}
body #ts-filter-widget-area .select2-container--default  .select2-selection--single .select2-selection__arrow,
body #left-sidebar .select2-container--default  .select2-selection--single .select2-selection__arrow,
body #right-sidebar .select2-container--default  .select2-selection--single .select2-selection__arrow{
    top: 10px; /*rtl*/
	line-height: 26px;
    margin-top: 0;
}

.woocommerce.4-columns .products .product{
	width: 25%;
}

/*** Product on sale form ***/
.product-on-sale-form label{
	padding: 0;
	position: relative;
}
.product-on-sale-form label:hover{
	cursor: pointer;
}
.product-on-sale-form > label > input[type^="check"]{
	display: none;
}
.product-on-sale-form > label:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #767676;
	border-radius: 3px;
	display: inline-block;
    vertical-align: -5px;
	margin-right: 7px; /*rtl*/
}
.product-on-sale-form > label:after{
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px; /*rtl*/
	opacity: 0;
	visibility: hidden;
	transition: 150ms ease;
}
.product-on-sale-form.checked > label:after{
	opacity: 1;
	visibility: visible;
}

/*** Woocommerce Orderring ***/
.before-loop-wrapper > .ts-product-columns-dropdown,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.woocommerce-ordering .orderby-label,
.woocommerce-ordering select.orderby,
.woocommerce .woocommerce-ordering select.orderby{
	display: none;
}
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover{
	text-decoration: none;
}
.woocommerce .woocommerce-ordering .orderby li,
.product-per-page-form ul.perpage li{
	list-style: none;
	position: relative;
	z-index: 4;
	padding: 8px 0;
	line-height: 20px;
}
.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a{
	display: block;
	color: inherit;
}
.woocommerce .woocommerce-ordering ul.orderby{	
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.product-per-page-form ul.perpage > li,
.product-per-page-form ul.perpage ul{
	padding: 0;
	margin: 0;
}
.ts-product-columns-dropdown ul.dropdown li.current,
.woocommerce .woocommerce-ordering .orderby li a.current{
	cursor: default;
}
.woocommerce .woocommerce-ordering .orderby > li,
.product-per-page-form ul.perpage > li{
	padding: 0 !important;
	position: relative;
	cursor: pointer;
	line-height: 20px;
}
.ts-product-columns-dropdown > .label:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after{
	font-size: 18px;
	display: inline-block;
	position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0; /*rtl*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-product-columns-dropdown ul.dropdown,
.woocommerce .woocommerce-ordering .orderby ul,
.product-per-page-form ul.perpage ul{
	margin: 0;
	padding: 53px 30px 26px;
	display: none;
	width: 235px;
	position: absolute;
	top: 100%;
	left: 50%; /*rtl*/
	right: auto; /*rtl*/
	transform: translateX(-50%); /*rtl*/
	z-index: 5;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-per-page-form ul.perpage ul,
.woocommerce .woocommerce-ordering:nth-last-child(1) .orderby ul,
.woocommerce .woocommerce-ordering:nth-last-child(2) .orderby ul{
	left: auto; /*rtl*/
	right: 0; /*rtl*/
	transform: translateX(0); /*rtl*/
}
.ts-product-columns-dropdown ul.dropdown:before,
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before{
	position: absolute;
	content: "";
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 2px 5px rgba(118,118,118,0.38);
}
.style-dropdown .ts-product-columns-dropdown ul.dropdown,
.style-dropdown .woocommerce .woocommerce-ordering .orderby ul,
.style-dropdown .product-per-page-form ul.perpage ul{
	padding-top: 57px;
}
.style-dropdown .ts-product-columns-dropdown ul.dropdown:before,
.style-dropdown .woocommerce .woocommerce-ordering .orderby ul:before,
.style-dropdown .product-per-page-form ul.perpage ul:before{
	top: 29px;
}
.ts-product-columns-dropdown{
	position: relative;
}
.style-sidebar .filter-widget-area-button ~ .product-on-sale-form,
.style-floating-sidebar .filter-widget-area-button ~ .product-on-sale-form{
	margin-left: 40px; /*rtl*/
}
.woocommerce .woocommerce-ordering:hover .orderby ul, 
.product-per-page-form:hover ul.perpage ul,
.ts-product-columns-dropdown:hover ul.dropdown{
	display: block;
}
.ts-product-columns-dropdown ul.dropdown li{
	list-style: none;
	padding: 8px 0;
	line-height: 20px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
.ts-product-columns-dropdown ul.dropdown.active,
.woocommerce .woocommerce-ordering ul.orderby.active,
.product-per-page-form ul.perpage.active{
	z-index: 999;
}

/*** Products per page ***/
.before-loop-wrapper > .product-per-page-form{
	width: auto;
	order: 3;
}
.before-loop-wrapper > .product-per-page-form > span,
.before-loop-wrapper > .product-filter-by-brand .product-per-page-form > select,
.before-loop-wrapper > .product-per-page-form > select{
	display: none;
}
.product-per-page-form ul.perpage{
	margin: 0;/* rtl */
	position: relative;
	display: inline-block;
}
.product-per-page-form ul.perpage ul li a > strong{
	opacity: 0;
	visibility: hidden;
}
.product-per-page-form ul.perpage .perpage-current{
    display: block;
}
.product-per-page-form ul.perpage ul li a > *,
.product-per-page-form ul.perpage .perpage-current > *{
	display: inline-block;
	vertical-align: baseline;
	transition: 350ms ease;
}
.product-per-page-form ul.perpage ul li a > strong,
.product-per-page-form ul.perpage .perpage-current > strong{
	padding: 0 5px 0 0; /*rtl*/
}
.product-per-page-form ul.perpage ul li a:not(:hover):not(.current) > strong{
	font-weight: normal;
	color: inherit;
}

/*** Woocommerce Pagination ***/
.post-nav-links{
	padding-top: 20px;
	margin-bottom: 0;
}
.woocommerce .after-loop-wrapper{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
}
.woocommerce .after-loop-wrapper:after{
	content: "";
	display: table;
	clear: both;
}
.pagination-wrap ul.pagination,
.ts-pagination,
.woocommerce nav.woocommerce-pagination,
.dokan-pagination-container .dokan-pagination{
	display: block;
	margin-left: -7px;
	margin-right: -7px;
	text-align: center;
}
.ts-pagination{
	margin-top: 13px;
	margin-bottom: 115px;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 100px;
}
.pagination-wrap ul.pagination > li,
.ts-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.dokan-pagination-container .dokan-pagination li{
	list-style: none;
	display: inline-block;
	border: 0;
    vertical-align: top;
	float: none; /*rtl*/
	margin-left: 7px;
	margin-right: 7px;
}
.pagination-wrap ul.pagination > li > a:hover,
.dokan-dashboard-content .pagination li a:hover,
.ts-pagination ul li a:hover{
	text-decoration: none;
}
.pagination-wrap ul.pagination,
.woocommerce nav.woocommerce-pagination ul,
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination{
	border: 0;
	margin: 0;
	display: block;
	position: relative;
}
.dokan-pagination-container .dokan-pagination li:first-child > a:before{
	display: block !important;
}
.dokan-pagination-container .dokan-pagination li:empty{
	display: none;
}
.woocommerce nav.woocommerce-pagination ul{
	text-align: center;
}
.post-nav-links > a,
.post-nav-links > span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.ts-pagination ul li a,
.ts-pagination ul li span.current,
.ts-pagination ul li span.dots,
.pagination-wrap ul.pagination > li > a,
.pagination-wrap ul.pagination > li > span.current,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 50%;
	color: inherit;
}
.pagination-wrap ul.pagination > li > a.prev,
.pagination-wrap ul.pagination > li > a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.pagination-wrap ul.pagination > li > a.prev:before,
.pagination-wrap ul.pagination > li > a.next:before,
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.dokan-pagination-container .dokan-pagination li:last-child a:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before{
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
}
.dokan-pagination-container .dokan-pagination li.active a{
	cursor: default;
}
.post-nav-links > a,
.post-nav-links > span{
	color: inherit;
	text-decoration: none !important;
}
.post-nav-links > .current,
.post-nav-links > a:hover,
.post-nav-links > a:focus{
	background: #000000;
	color: #ffffff;
}

/*** Ajax pagination ***/
.archive.ajax-pagination .woocommerce > .products:before{
	left: 50%;
	top: 300px;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	z-index: 9;
	margin-left: -20px;
	content: "";
	border-width: 3px;
	border-style: solid;
	border-top: 3px solid #000000;
    border-radius: 50%;
	text-align: center;
	position: absolute;
	display: inline-block;
	font-weight: normal;
	opacity: 0;
	visibility: hidden;
	transition: 150ms ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.loading:before{
	opacity: 1;
	visibility: visible;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.archive.load-more-button .woocommerce > .products.loading:before{
	display: none;
}
.archive.ajax-pagination .woocommerce > .products:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 1;
	z-index: 8;
	visibility: hidden;
	transition: 150ms ease 0s;
}
.archive.ajax-pagination .woocommerce > .products.loading:after{
	opacity: 0.5;
	visibility: visible;
}

/*** Shop load more ***/
.ts-shop-result-count{
	text-align: center;
	display: block;
	margin: 95px 0 13px 0;
}
.ts-shop-result-count > span{
	display: inline-block;
}
.load-more-wrapper .ts-blog-result-count{
	margin-bottom: 14px;
}
.load-more-wrapper,
.ts-shop-load-more{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.load-more-wrapper .button,
.ts-shop-load-more .button,
.woocommerce .ts-shop-load-more .button{
	min-width: 180px !important;
	line-height: 1 !important;
    padding: 17px 20px !important;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	transition: 350ms ease;
	position: relative;
}
.infinity-scroll.woocommerce .ts-shop-load-more .button:before,
.load-more-button .woocommerce .ts-shop-load-more .button:after{
	display: none;
}
.infinity-scroll.woocommerce .ts-shop-load-more .button{
	font-size: 0;
	background: transparent !important;
	border-color: transparent !important;
	
}

/*-------------------------------------------------------------------------------------------------------------------
	VII. PRODUCT DETAIL
---------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------
	1. PRODUCT IMAGE
---------------------------------------------------------*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    z-index: 2;
    cursor: zoom-in;
}
.woocommerce div.product div.woocommerce-product-gallery,
.woocommerce div.product div.summary{
	float: left; /*rtl*/
	margin-bottom: 110px;
}
.woocommerce div.product div.woocommerce-product-gallery{
	width: 55%;
}
.woocommerce div.product div.summary{
	width: 45%;
}
.woocommerce div.product.gallery-layout-horizontal .product-images-summary div.woocommerce-product-gallery,
.woocommerce div.product.gallery-layout-horizontal .product-images-summary div.summary,
.woocommerce div.product.gallery-layout-horizontal div.woocommerce-product-gallery,
.woocommerce div.product.gallery-layout-horizontal div.summary{
	width: 50%;
}
.woocommerce div.product.gallery-layout-horizontal div.images .flex-viewport:before,
.woocommerce div.product.gallery-layout-vertical div.images .flex-viewport:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0; /*rtl*/
	width: 1px;
	display: block;
	z-index: 2;
}

/*** Style Vertical ***/
.woocommerce div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
	padding-left: 145px; /*rtl*/
	position: relative;
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
	width: 123px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0; /*rtl*/
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
#ts-quickshop-modal div.product .flex-control-thumbs::-webkit-scrollbar-thumb,
#page div.product .flex-control-thumbs::-webkit-scrollbar-thumb{
	background-color: #ccc;
}

/*** Style Slider ***/
div.product.gallery-layout-slider .product-images-summary div.woocommerce-product-gallery{
	overflow: hidden;
}
div.product.gallery-layout-slider .product-images-summary div.woocommerce-product-gallery .flex-viewport{
	width: calc(100% + 330px);
	margin-right: -330px; /*rtl*/
}

/*** Navigation ***/
div.woocommerce-product-gallery .flex-direction-nav,
div.woocommerce-product-gallery .flex-direction-nav li{
	list-style: none;
	margin: 0;
    padding: 0;
}
div.woocommerce-product-gallery .flex-direction-nav .flex-prev,
div.woocommerce-product-gallery .flex-direction-nav .flex-next{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffffff;
	color: #000000;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30px; /*rtl*/
	transform: translateY(-50%);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	text-decoration: none;
}
div.woocommerce-product-gallery .flex-direction-nav .flex-next{
	left: auto; /*rtl*/
	right: 30px; /*rtl*/
}
div.woocommerce-product-gallery .flex-direction-nav .flex-prev:after,
div.woocommerce-product-gallery .flex-direction-nav .flex-next:after{
	font-size: 26px;
	line-height: 50px;
	display: block !important;
}

/*** Thumbnails ***/
.woocommerce div.product div.images .flex-control-thumbs{
    margin: 0 -10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 20px 10px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1;
	border: 1px solid transparent;
	transition: 300ms ease;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
	opacity: 0.3;
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 0 20px 0 0; /*rtl*/
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs li{
	width: 100%;
    padding: 0 0 20px;
	float: none;
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs li:last-child{
    padding-bottom: 0;
}

/*** Grid ***/
.woocommerce div.product.gallery-layout-grid .product-images-summary div.images .woocommerce-product-gallery__wrapper{
    display: flex;
    flex-flow: row wrap;
}
.woocommerce div.product.gallery-layout-grid .product-images-summary div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
	width: 100%;
}
.woocommerce div.product.gallery-layout-grid.has-gallery .product-images-summary div.images .woocommerce-product-gallery__wrapper{
	margin: 0 -5px -10px;
}
.woocommerce div.product.gallery-layout-grid.has-gallery .product-images-summary div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
	width: 50%;
	padding: 0 5px 10px;
}
.woocommerce div.product.gallery-layout-grid .product-images-summary div.images img.zoomImg{
	display: none !important;
}

/*** Video/360 ***/
.ts-product-video-button,
.ts-product-360-button{
	position: absolute;
	bottom: 10px;
	left: 10px; /*rtl*/
	z-index: 2;
	color: inherit;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	text-align: center;
	letter-spacing: 0;
	border-radius: 5px;
}
.ts-product-video-button:hover,
.ts-product-360-button:hover{
	text-decoration: none;
	background: rgba(0,0,0,1);
}
.ts-product-video-button:before,
.ts-product-360-button:before{
	font-size: 30px;
	line-height: 40px;
}
.ts-product-video-button + .ts-product-360-button{
	left: 52px; /*rtl*/
}

/*** Lightbox ***/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	top: 15px;
	right: 15px; /*rtl*/
	left: auto; /*rtl*/
	background: rgba(0,0,0,0.1);
	color: #ffffff;
	transition: 250ms ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0;
	text-indent: 0;
	border-width: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{
	font-size: 16px;
	line-height: 40px;
	position: static;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
	display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
	text-decoration: none;
}

/*--------------------------------------------------------
	2. PRODUCT SUMMARY
---------------------------------------------------------*/
.yith-wcwl-add-to-wishlist .feedback{
	display: none !important;
}
.woocommerce div.product .summary > *{
	clear: both;
	margin: 0 0 26px;
	line-height: 18px;
}
.woocommerce div.product .summary > .sku-wrapper{
	margin-bottom: 28px;
}
.woocommerce div.product .summary > .single-counter-wrapper,
.woocommerce div.product .summary > *:last-child{
	margin-bottom: 0;
}
.woocommerce div.product .summary a:not(.button){
	color: inherit;
}
.woocommerce div.product .summary > *:not(.button){
	padding: 0;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	font-size: 100%;
}

/*** Product Ratings ***/
.ts-product-ratings-stock{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.woocommerce div.product .ts-product-ratings-stock .availability,
.woocommerce div.product .ts-product-ratings-stock .woocommerce-product-rating{
	margin-bottom: 4px;
}
.woocommerce div.product .woocommerce-product-rating{
	float: none;
	margin-right: 40px; /*rtl*/
	order: -1;
}
.stock > span.label{
	display: inline-block;
}
.stock .availability-text{
	color: #40bf52;
}
.woocommerce .single-product-buttons,
.woocommerce .woocommerce-product-rating{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:  horizontal;
	-webkit-box-direction:  normal;
	-ms-flex-flow:  row wrap;
	flex-flow:  row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating > *{
	margin: 0 5px 0 0; /*rtl*/
	float: none; /*rtl*/
}
.woocommerce .woocommerce-tabs .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-tabs .woocommerce-product-rating > *{
	margin: 0 15px 0 0; /*rtl*/
}
.woocommerce .woocommerce-product-rating > *:last-child{
	margin-right: 0; /*rtl*/
}
.summary .woocommerce-product-rating .woocommerce-review-link{
	text-decoration: none !important;
}
.woocommerce-product-rating .review-count{
	position: relative;
    top: 1px;
}

/*** Product Deal ***/
.woocommerce div.product .summary > .single-counter-wrapper .ts-countdown{
	margin: 5px 5px 3px;
}
.single-counter-wrapper > span{
    display: inline-block;
}
div.product .summary .ts-countdown{
	display: inline-block;
	vertical-align: -5px;
}
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .ts-countdown .counter-wrapper,
div.product .summary .counter-wrapper{
    padding: 0;
	background: transparent;
}
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .ref-wrapper,
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .number-wrapper,
div.product .summary .counter-wrapper .ref-wrapper,
div.product .summary .counter-wrapper .number-wrapper{
    float: left; /*rtl*/
	text-transform: none;
}
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .dots,
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .ref-wrapper,
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .number-wrapper{
	font-size: 16px;
	line-height: 1;
	margin-left: 1px; /*rtl*/
}
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper .dots,
div.product .summary .counter-wrapper .dots{
	margin-top: 0;
	padding: 0;
}
div.product .summary .counter-wrapper .dots,
div.product .summary .counter-wrapper .ref-wrapper,
div.product .summary .counter-wrapper .number-wrapper{
    font-size: 20px;
	line-height: 1;
	margin-left: 1px; /*rtl*/
}
.ts-product:not(.ts-special-product-wrapper) .meta-wrapper .counter-wrapper > div,
div.product .summary .counter-wrapper > div{
    min-width: 0;
	padding: 0;
	border-radius: 0;
}
.ts-countdown.style-2 .counter-wrapper{
	margin: -5px;
	padding: 0;
}
.ts-countdown.style-2 .counter-wrapper > div{
    min-width: 90px;
    padding: 20px 10px;
    border-radius: 10px;
    float: left; /*rtl*/
    margin: 5px; /*rtl*/
}
.ts-countdown.style-2 .counter-wrapper .dots,
div.product .summary .single-counter-wrapper > span:first-child:nth-last-child(2),
div.product .summary .single-counter-wrapper > span + span{
	display: none;
}

/*** Product Meta ***/
div.product .summary .meta-content > div{
	margin: 0 0 10px;
}
div.product .summary .meta-content > .ts-social-sharing{
	margin-top: -3px;
}
div.product .summary .ts-social-sharing ul li{
    color: inherit;
}
div.product .summary .meta-content > div:last-child{
	margin-bottom: 0;
}
div.product .summary .meta-content > div > span:first-child{
	margin-right: 5px; /*rtl*/
	float: left; /*rtl*/
	display: inline-block;
	text-transform: uppercase;
}
div.product .summary .meta-content > div.cats-link > span:first-child,
div.product .summary .meta-content > div.cats-link ~ div > span:first-child{
    text-transform: uppercase;
}
div.product .summary .meta-content > div > span:not(:first-child),
div.product .summary .meta-content > div > span:not(:first-child) a{
	font-weight: normal;
	color: #848484;
}
div.product .summary .meta-content > div > span.sku{
	text-transform: uppercase;
}
div.product .summary .meta-content .tags-link a{
    min-width: 0;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0;
    float: none;
    background: transparent !important;
	text-transform: none !important;
}
div.product .summary .meta-content > div.wcml-dropdown{
	width: 100%;
}

/*** Product Price ***/
.woocommerce div.product .summary > .woocommerce-product-details__short-description{
	margin-top: -5px;
}
.woocommerce div.product .summary > .woocommerce-product-details__short-description:not(:last-child),
.woocommerce div.product .summary > .ts-variation-price:not(:last-child),
.woocommerce div.product .summary > p.price:not(:last-child),
.woocommerce div.product .summary > span.price:not(:last-child){
    margin-bottom: 42px;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price{
	align-items: center;
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del{
	font-size: 66%;
    opacity: 1;
	font-weight: normal;
}
.woocommerce div.product .summary .price del + ins{
	margin-right: 13px; /*rtl*/
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del{
    font-weight: normal;
}

/*** Product Short Description ***/
.woocommerce div.product .summary .woocommerce-product-details__short-description{
	line-height: 24px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description > p{
	margin-bottom: 10px;
}

/*** Navigation ***/
.single-navigation > a:hover{
	text-decoration: none
}
div.product .single-navigation{
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease 0s;
}
div.product .single-navigation.visible{
	opacity: 1;
	visibility: visible;
}
div.product .single-navigation a:hover{
	z-index: 990;
	width: auto;
}
div.product .single-navigation > a{
	position: fixed;
	left: 0;/* rtl */
	top: 50%;
	vertical-align: middle;
	z-index: 99;
	transition: none;
	height: 1px;
	width: 1px;
}
div.product .single-navigation > a[rel="next"]{
	left: auto;
	right: 0;/* rtl */
}
div.product .single-navigation > a .product-info{
	transform: translate(-100%,-50%);/* rtl */
	transition: all 500ms ease 0s;
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	padding: 5px 5px 5px 0; /*rtl*/
	width: 100px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
div.product .single-navigation > a:hover .product-info{
	z-index: 3;
}
.single-navigation .product-info img{
	width: 100%;
}
div.product .single-navigation > a[rel="next"] .product-info{
	right: 0;/* rtl */
	left: auto;
}
div.product .single-navigation > a:hover .product-info{
	transform: translate(0,-50%);
}
div.product .single-navigation > a[rel="next"] .product-info{
	transform: translate(100%,-50%);/* rtl */
	padding: 5px 0 5px 5px; /*rtl*/
}
div.product .single-navigation > a[rel="next"]:hover .product-info{
	transform: translate(0,-50%);
}
div.product .single-navigation > a > span{
	position: absolute;
	top: 0;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition: all 500ms ease 0s;
	text-transform: uppercase;
	white-space: nowrap;
}
div.product .single-navigation > a[rel="prev"] > span{
    left: 0;/* rtl */
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);/* rtl */
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
div.product .single-navigation > a[rel="next"] > span{
    right: 40px;/* rtl */
    -webkit-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);/* rtl */
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
div.product .single-navigation > a[rel="prev"]:hover > span{
    left: -40px;/* rtl */
	opacity: 0;
}
div.product .single-navigation > a[rel="next"]:hover > span{
	right: 0;/* rtl */
	opacity: 0;
}

/*** Product Variations ***/
.woocommerce div.product .summary .single_variation_wrap,
.woocommerce div.product .summary .woocommerce-variation-add-to-cart{
	width: 100%;
}
.woocommerce div.product .summary .woocommerce-variation-add-to-cart,
.woocommerce div.product .summary form.cart{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0;
}
.woocommerce div.product .summary form.cart{
	margin-top: -7px;
}
.woocommerce div.product .summary form.cart div.quantity{
	overflow: hidden;
	margin: 0;
}
.woocommerce div.product.product-type-grouped .summary form.cart div.quantity{
	width: 100%;
}
.woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity .qty{
	width: 200px;
	margin: 0 14px 14px 0; /*rtl*/
}
.woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity .plus{
	right: 14px; /*rtl*/
}
.woocommerce div.product .summary form.cart .single_add_to_cart_button{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 14px;
	min-width: 0;
}
.woocommerce div.product.sold-individually .summary form.cart div.quantity{
	display: none;
}
.woocommerce div.product .summary form.cart .single_add_to_cart_button,
.woocommerce div.product .summary .ts-buy-now-button{
	line-height: 24px;
}
.woocommerce div.product .summary .ts-buy-now-button{
    margin: 0 0 27px 0;
	display: block;
	background: #ededed;
	border-color: #ededed;
	color: #000000;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 25px;
}
.woocommerce div.product.color-variation-thumbnail form.cart .variations{
	margin-bottom: 25px;
}
.woocommerce div.product form.cart .variations *{
	display: block;
}
.woocommerce div.product form.cart .variations tr{
	margin-bottom: 8px;
	clear: both;
}
.woocommerce div.product form.cart .variations tr:last-child{
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations .label{
	padding: 0;
}
.woocommerce div.product form.cart .variations .label > *{
	display: inline-block;
	vertical-align: top;
}
.woocommerce div.product form.cart .variations .label .ts-value{
	font-weight: normal;
}
.woocommerce div.product form.cart .variations .label .ts-value,
.woocommerce div.product form.cart .variations label{
	line-height: 16px;
}
.woocommerce div.product form.cart .variations label{
	padding-bottom: 0;
	text-transform: uppercase;
	position: relative;
}
.woocommerce div.product form.cart .variations label:after{
	content: ':';
	display: inline-block;
	vertical-align: 1px;
	margin: 0 5px;
}
.woocommerce div.product form.cart .ts-product-attribute,
.woocommerce div.product form.cart .ts-product-attribute > div.option,
.woocommerce div.product form.cart .reset_variations{
	display: inline-block;
}
.woocommerce div.product form.cart .reset_variations{
	clear: both;
	color: red;
	font-size: 100%;
	line-height: 18px;
	display: block;
	transition: visibility 150ms ease;
	margin-top: -5px;
	position: absolute;
    z-index: 2;
}
.woocommerce div.product.color-variation-thumbnail form.cart .reset_variations{
	margin-top: -2px;
}
.woocommerce div.product form.cart .reset_variations,
.ts-product-attribute > div.option:not(.color) > a{
	text-decoration: none !important;
}
.ts-product-attribute > div.option{
	line-height: 1;
	margin: 0 0 18px 0;
	padding: 0 5px;
}
.ts-product-attribute > div.option:not(.color) > a{
	min-width: 40px;
	padding: 10px;
	border: 1px solid;
	font-size: inherit;
    line-height: 18px;
	text-align: center;
}
.single_variation_wrap{
	position: relative;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-description:not(:empty){
	margin-bottom: 20px;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability{
	display: none !important;
}
.woocommerce div.product form.cart .availability{
	margin-bottom: 10px;
}
.woocommerce div.product.product-type-variable form.cart .availability{
	margin-top: 6px;
}
.woocommerce div.product .stock{
    color: inherit;
}
.woocommerce div.product form.cart .woocommerce-variation-availability p.stock{
    font-size: 100%;
    color: inherit;
}
.woocommerce div.product form.cart .woocommerce-variation-description p{
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p:last-child{
    margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text{
	display: none;
    top: 0;
    width: auto;
    height: 25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    clip: initial;
	white-space: nowrap;
    transform: translateY(-100%);
}
.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: .4;
}
.woocommerce a.button.disabled.ts-buy-now-button{
	opacity: .7;
}
.woocommerce div.product form.cart .variations select{
	width: 100%;
    min-width: 0;
    margin: 0 0 20px;
    font-size: 100%;
    padding: 12px 30px;
    background-position: 96% 50%; /*rtl*/
	background-color: transparent;
	border-color: #a4a4a4;
	transition: 250ms ease;
}

/*** Product Group ***/
.woocommerce div.product form.cart table.group_table{
    border-width: 0;
    margin-top: 4px;
    margin-bottom: 28px;
}
.woocommerce div.product form.cart table.group_table div.quantity .screen-reader-text{
	display: none;
}
.woocommerce div.product form.cart table.group_table div.quantity .qty{
    margin: 0 0 0 auto; /*rtl*/
    padding-top: 0;
	width: 100%;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label label{
	padding-top: 2px;
	padding-bottom: 0;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity label,
.woocommerce div.product form.cart table.group_table p.stock{
	 display: none;
}
.woocommerce-grouped-product-list-item__price del{
	font-weight: normal;
}
.woocommerce div.product form.cart table.group_table td,
.woocommerce div.product form.cart table.group_table td:first-child{
    width: auto;
    text-align: left; /*rtl*/
}
.woocommerce div.product form.cart table.group_table td{
    vertical-align: middle;
    padding: 10px 0 !important;
    border-width: 0 0 1px;
    border-style: solid;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price ins{
	margin-left: 0; /*rtl*/
	margin-right: 10px; /*rtl*/
	float: left; /*rtl*/
}
.woocommerce-product-details__short-description > p:last-child{
	margin-bottom: 0;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price del{
	font-size: 82%;
}
.woocommerce div.product form.cart table.group_table tr:last-child td{
	border-bottom-width: 0;
	padding-bottom: 0 !important;
}
.woocommerce div.product form.cart table.group_table tr:first-child td,
.woocommerce div.product .woocommerce-product-details__short-description + form.grouped_form table.group_table tr:first-child td{
    border-top-width: 0;
	padding-top: 0 !important;
}
.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__quantity .availability{
	display: none;
}
.woocommerce div.product form.cart table.group_table td:not(:last-child){
	padding-right: 20px !important; /*rtl*/
}
.woocommerce div.product form.cart table.group_table .button{
    width: 100%;
    min-width: 0;
    margin-top: 0;
    font-size: 12px;
    padding: 6px;
}

/*** Color Variation Thumbnail ***/
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color{
	border-radius: 0;
	width: 70px;
	height: 70px;
}
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a{
	display: block;
	position: relative;
	width: 100%;
    height: 100%;
    margin: 0;
	border: 0;
}
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a img{
	width: 100%;
	height: 100%;
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}

/*** Product Meta ***/
.woocommerce div.product .summary > .meta-content:not(:empty){
	padding-top: 26px;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce div.product .single-product-buttons .blockUI{
	display: none !important;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a,
.summary .single-product-buttons a.compare{
	position: relative;
	padding-left: 25px !important; /*rtl*/
	background: transparent !important;
	padding: 0;
	border: 0;
	font-weight: normal;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a,
.summary .single-product-buttons a.compare{
	display: inline-block;
	vertical-align: 0;
	text-transform: none;
	text-align: start;
    min-width: 0;
	color: inherit;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:hover,
.summary .single-product-buttons a.compare:hover{
	text-decoration: none !important;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a{
    font-size: 0 !important;
    line-height: 0;
}
.woocommerce div.product div.summary .single-product-buttons a.compare,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a .ts-tooltip:before{
	line-height: 22px;
}
.woocommerce div.product div.summary .single-product-buttons a.compare, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a .ts-tooltip:before{
    color: inherit;
}
.ts-social-sharing > span:before,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before, 
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:after, 
.summary .single-product-buttons a.compare:before, 
.summary .single-product-buttons a.compare:after{
	font-size: 20px !important;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before{
	font-size: 16px !important;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a .ts-tooltip:before{
    content: attr(data-title);
	text-decoration: none !important;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added .ts-tooltip{
    display: none;
}
.summary .single-product-buttons > *:not(:last-child){
	margin-right: 38px; /*rtl*/
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:after,
.summary .single-product-buttons a.compare:before,
.summary .single-product-buttons a.compare:after{
    min-width: 16px;
    text-align: center;
	position: absolute;
	left: 0; /*rtl*/
	top: 50%;
    transform: translateY(-50%);
	margin-top: -1px;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:after,
.summary .single-product-buttons a.compare:after{
	width: 16px;
    height: 16px;
    margin-left: 0;
    opacity: 1;
    transform: none;
    top: 1px;
    margin: 0 8px 0 0; /*rtl*/
	opacity: 0;
	visibility: hidden;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:before,
.summary .single-product-buttons a.compare.loading:before{
	opacity: 0;
	visibility: hidden;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:after,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a.loading:after,
.summary .single-product-buttons a.compare.loading:after{
	opacity: 1;
	visibility:  visible;
}
.product .product-wrapper:hover .product-group-button > div a:after,
.product-group-button > div:hover a:after,
.product-group-button > div .added a:after,
.product-group-button > div a.added:after{
	opacity: 1;
}
.single-post .ts-social-sharing > span{
	display: none;
}
.ts-social-sharing > span{
	margin-right: 10px; /*rtl*/
	cursor: pointer;
}
.ts-social-sharing > span:before{
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px; /*rtl*/
}
.ts-social-sharing .sharethis-inline-share-buttons{
	display: inline-block !important;
}
.ts-social-sharing ul{
	margin: 0 -15px;
	display: inline-block;
	vertical-align: middle;
}
.summary .ts-social-sharing ul{
	margin-left: 0; /*rtl*/
}
.ts-social-sharing ul li{
	list-style: none;
	float: left; /*rtl*/
	padding: 0 15px;
	margin: 0 0 5px;
	font-size: 24px;
	letter-spacing: 0;
}
div.product .summary .ts-social-sharing{
	min-height: 24px;
}
div.product .summary .ts-social-sharing ul{
	margin: 0 -8px;
	display: none;
    transform-origin: left center;
}
div.product .summary .ts-social-sharing:hover ul{
	display: inline-block;
	 -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_fade_translate;
    -moz-animation-name: animation_fade_translate;
    animation-name: animation_fade_translate;
}
div.product .summary .ts-social-sharing ul li{
	font-size: 20px;
	line-height: 1;
	padding: 0 8px;
	margin: 0;
}
.ts-social-sharing ul li a{
	color: inherit;
}
.ts-social-sharing ul li a:hover{
	text-decoration: none;
}
.ts-social-sharing ul li a i{
	transition: 250ms ease;
}
.ts-social-sharing ul li a:hover i{
	transform: translateY(-5px);
}
article.single-post > .entry-meta-bottom .social-sharing{
    text-align: center;
}

/*--------------------------------------------------------
	3. ADS BANNERS
---------------------------------------------------------*/
.woocommerce div.product .ads-banner{
	margin-top: 50px;
	margin-bottom: 110px;
}
.woocommerce div.product .ads-banner:last-child,
.woocommerce div.product .ads-banner > *:last-child{
	margin-bottom: 0 !important;
}
.woocommerce div.product .ads-banner img.alignnone{
    margin: 0 !important;
}

/*--------------------------------------------------------
	4. FREQUENTLY BOUGHT TOGETHER
---------------------------------------------------------*/
.yith-wfbt-section{
	margin-bottom: 100px;
}
.woocommerce .cross-sells > h2, 
.woocommerce .up-sells > h2, 
.woocommerce .related > h2, 
.woocommerce.related > h2,
.yith-wfbt-section > h3{
	text-align: center;
	margin-bottom: 53px;
	text-transform: uppercase;
}
.yith-wfbt-form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.yith-wfbt-section .yith-wfbt-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.yith-wfbt-section .yith-wfbt-images,
.yith-wfbt-section .yith-wfbt-items{
	width: 74%;
	padding: 0;
	margin: 0;
}
.yith-wfbt-section .yith-wfbt-submit-block{
	width: 26%;
	padding: 50px 50px 0;
}
.yith-wfbt-submit-block .price_text{
	font-size: 0;
	line-height: 0;
}
.yith-wfbt-submit-block .price_text > *{
	display: block;
}
.yith-wfbt-submit-block .total_price_label{
	margin-bottom: 8px;
}
.yith-wfbt-section .yith-wfbt-submit-block .amount{
	padding: 0;
}
.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button{
	margin-top: 26px;
	min-width: 220px;
	padding-left: 35px;
	padding-right: 35px;
}
.yith-wfbt-section .yith-wfbt-items li{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	list-style: none;
	padding: 20px;
}
.yith-wfbt-section .yith-wfbt-images td{
	padding: 0;
	vertical-align: top;
}
.yith-wfbt-section .yith-wfbt-items li,
.yith-wfbt-section .yith-wfbt-images td{
	border-width: 0 1px 0 0; /*rtl*/
	border-style: solid;
}
.yith-wfbt-form,
#primary > .list-categories,
.yith-wfbt-section .yith-wfbt-submit-block,
.yith-wfbt-section .yith-wfbt-items li,
.yith-wfbt-section .yith-wfbt-images td{
	border-color: #e5e5e5;
}
.yith-wfbt-section .yith-wfbt-images td img{
    width: 100%;
}
.yith-wfbt-items label{
	text-transform: none;
	padding: 0;
	font-size: 0;
	display: block;
}
.yith-wfbt-items label > .product-name{
	display: block;
}
.woocommerce div.product .yith-wfbt-items .price{
	margin-top: -10px;
}
.yith-wfbt-section .yith-wfbt-images .image_plus{
	width: 40px;
	height: 40px;
	font-size: 36px;
    line-height: 40px;
	display: none;
}
.yith-wfbt-section li .checkboxbutton{
	border-width: 1px;
	border-style: solid;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	top: -2px;
	line-height: 0;
	margin-right: 5px;/* rtl */
}
.yith-wfbt-section li .checkboxbutton.checked:after{
	position: absolute;
	top: 0;
	left: 0;/* rtl */
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
}
.yith-wfbt-section li .checkboxbutton input{
	opacity: 0;
	width: 14px;
	height: 14px;
	margin: 0;
}

/*--------------------------------------------------------
	5. WOOCOMMERCE TABS
---------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0 -37px 53px;
	padding: 0;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
}
#page div.product .woocommerce-tabs ul.tabs:after{
	left: 37px;
	right: 37px;
	position: absolute;
	bottom: 0;
	content: "";
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
	box-shadow: none;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin: 0 37px; /*rtl*/
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
	border-width: 0;
	border-radius: 0;
	background: transparent !important;
	transition: 300ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	content: "";
	width: 100%;
    height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	display: block !important;
	box-shadow: none;
	border-radius: 0;
	transform: scale(0,1);
	transform-origin: top right;
    transition: transform 350ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
	transform: scale(1,1);
	transform-origin: top left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	line-height: 24px;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	padding: 0;
	margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    transition: 300ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs{
	margin: 0 0 106px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    position: relative;
	margin: 0;
}

/*** Tab Description ***/
.woocommerce-tabs .panel p{
	margin-bottom: 17px;
}
.woocommerce-tabs .panel .product-content > *:last-child{
	margin-bottom: 0;
}
.product-content > *:last-child{
	margin-bottom:0;
}
ul.columns-2{
	display: flex;
	flex-flow: row wrap;
	margin: -5px -15px;
	max-width: 850px;
}
ul.columns-2 > li{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.product-content.show-more-less{
	max-height: 500px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	transition: 3s ease 0s;
}
.more-less-buttons > a.more-button:after{
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	content: "";
	transition: 350ms ease 0s;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%);
}
.more-less-buttons{
	position: absolute;
	z-index: 2;
	left: 1px;
	right: 1px;
	bottom: -1px;
	margin: 0;
	text-align: center;
}
.more-less-buttons .less-button{
	display: none;
}
.more-less-buttons a span{
	position: relative;
	z-index: 1;
}
.more-less-buttons a{
	padding: 15px 0;
	display: block;
}
.more-less-buttons > a span:before{
	display: inline-block;
	content: "-";
	margin-right: 5px;/* rtl */
}
.more-less-buttons > a.more-button span:before{
	content: "+";
}
.more-less-buttons a:hover{
	text-decoration: none;
}

/*** Tab Table ***/
.woocommerce table.shop_attributes{
	border: none;
}
.woocommerce .woocommerce-tabs table tr th,
.woocommerce .woocommerce-tabs table tr td{
	border-width: 1px 0 0 1px; /*rtl*/
	border-style: solid;
	line-height: 18px;
	padding: 18px 20px;
	font-style: normal;
}
.woocommerce .woocommerce-tabs table tr th,
.woocommerce .woocommerce-tabs table tr td{
	border-color: rgba(0,0,0,0.1);
}
.woocommerce .woocommerce-tabs table tr{
	background: #f0f0f0;
	color: #000000;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th{
	background: transparent;
}
.woocommerce .woocommerce-tabs table tr th{
	text-transform: uppercase;
}
.woocommerce .woocommerce-tabs table thead tr th{
	border-top-width: 0;
	border-bottom-width: 1px;
}
.woocommerce .woocommerce-tabs table tbody tr:first-child th,
.woocommerce .woocommerce-tabs table tbody tr:first-child td{
	border-top-width: 0 !important;
}
.woocommerce .woocommerce-tabs table tbody tr:last-child th,
.woocommerce .woocommerce-tabs table tbody tr:last-child td{
	border-bottom-width: 0 !important;
}
.woocommerce .woocommerce-tabs table tr th:first-child,
.woocommerce .woocommerce-tabs table tr td:first-child{
	border-left-width: 0;
}

/*** Tab Reviews ***/
#reviews .woocommerce-Reviews-title{
	margin-bottom: 10px;
	text-align: center;
}
#reviews .woocommerce-product-rating{
	margin: 0 0 40px;
	justify-content: center;
	float: none;
}
#reviews .woocommerce-noreviews{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0;
}

/*** Inside Summary ***/
.woocommerce div.product.tabs-in-summary .product-images-summary{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce div.product.tabs-in-summary .summary{
	position: relative;
}
.woocommerce div.product.tabs-in-summary .summary:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: 300ms ease;
}
.woocommerce div.product.tabs-in-summary .summary.tab-content-active:before{
	opacity: 1;
	visibility: visible;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs{
	margin: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.woocommerce div.product .summary .woocommerce-tabs{
	margin: 34px 0 0;
}
#page div.product .summary .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .summary .woocommerce-tabs ul.tabs:after{
	display: none;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li{
	margin: 0 20px 0 0; /*rtl*/
	padding: 0 20px 0 0;  /*rtl*/
	position: relative;
	z-index: 1;
	border-width: 0;
	border-radius: 0;
	background: transparent !important;
	transition: 300ms ease 0s;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li:last-child{
	margin-right: 0; /*rtl*/
	padding-right: 0; /*rtl*/
}
#page div.product .summary .woocommerce-tabs ul.tabs li:after{
	display: none !important;
}
#page div.product .summary .woocommerce-tabs ul.tabs li:not(:last-child):before{
	content: '';
	top: calc(50% + 1px);
	left: auto; /*rtl*/
	right: 0; /*rtl*/
	width: 0;
	height: 15px;
	position: absolute;
	border-right: 2px solid #585858;
	transform: translateY(-50%);
	display: block !important;
	box-shadow: none;
}
.woocommerce div.product .summary .woocommerce-tabs .panel{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 20px 0 60px; /*rtl*/
	display: none !important;
	z-index: 4;
	line-height: 1.8;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-tabs .panel > *{
	width: 100%;
}
.woocommerce div.product .summary .woocommerce-tabs .panel > *:first-child{
	margin-top: auto;
}
.woocommerce div.product .summary .woocommerce-tabs .panel table{
	margin-bottom: 0;
}
.woocommerce div.product .summary .woocommerce-tabs #tab-ts_custom > ul,
.woocommerce div.product .summary .woocommerce-tabs .panel > #reviews,
.woocommerce div.product .summary .woocommerce-tabs .panel > table.shop_attributes,
.woocommerce div.product .summary .woocommerce-tabs .panel > .product-content{
	margin-bottom: auto;
}
.woocommerce div.product .summary .woocommerce-tabs .panel > h2{
	margin-bottom: 30px;
}
.woocommerce div.product .summary .woocommerce-tabs .panel.woocommerce-Tabs-panel--description > h2{
	margin-bottom: 20px;
}
.woocommerce div.product .summary .woocommerce-tabs .panel{
	overflow-x: hidden;
	overflow-y: auto;
}
.woocommerce div.product div.summary{
	padding-left: 60px; /*rtl*/
}
.woocommerce div.product .summary.tab-content-active .woocommerce-tabs .panel.active{
	display: flex !important;
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
	-webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}
.woocommerce div.product .summary .woocommerce-tabs .panel .close{
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.woocommerce div.product .summary .woocommerce-tabs .panel .close:before{
	font-size: 24px;
	line-height: 30px;
}
.woocommerce div.product .summary .woocommerce-tabs #comments{
	clear: both;
}
.woocommerce div.product .summary .woocommerce-tabs #reviews .woocommerce-noreviews{
	text-align: left; /*rtl*/
}
.woocommerce div.product .summary #reviews #comments ol.commentlist li img.avatar{
	display: none;
}
div.product .summary #reviews .woocommerce-Reviews-title{
	text-align: start;
	float: left; /*rtl*/
	margin-bottom: 20px;
}
div.product .summary #reviews .woocommerce-product-rating{
    justify-content: start;
	position: relative;
	top: 0;
	padding: 0 0 0 15px; /*rtl*/
}
div.product .summary #reviews .woocommerce-product-rating .review-count{
    top: 2px;
}
div.product .summary #reviews .woocommerce-product-rating~ *{
    clear: both;
}
div.product .summary #comment-wrapper #commentform #comment, 
.woocommerce div.product .summary #reviews #comment{
    height: 150px;
}
.woocommerce div.product .summary #review_form #respond .comment-form > .comment-form-comment, 
.woocommerce div.product .summary #review_form #respond .comment-form > .comment-form-email,
.woocommerce div.product .summary #review_form #respond .comment-form > .comment-form-author,
.woocommerce div.product .summary #review_form #respond .comment-form > .comment-form-cookies-consent,
.woocommerce div.product .summary #review_form #respond .comment-form .comment-form-rating{
    margin-bottom: 25px;
}
.woocommerce div.product .summary #review_form #respond p.comment-notes{
    margin-bottom: 20px;
    margin-top: -10px;
}

/*** Tab Dokan ***/
.woocommerce #tab-more_seller_product .products .product{
	width: 25%;
}
#tab-seller > h2{
	font-size: 100%;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
    line-height: inherit;
} 
#tab-seller .seller-rating{
	float: left; /*rtl*/
    top: 2px;
    margin-right: 10px; /*rtl*/
	position: relative;
}
#tab-seller ul li a{
	color: inherit;
}
#tab-seller ul.list-unstyled li{
	list-style: none;
}

/*-------------------------------------------------------------------------------------------------------------------
	VIII. SHOPPING CART
---------------------------------------------------------------------------------------------------------------------*/
body.woocommerce-cart article > .woocommerce{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body.woocommerce-cart article > .woocommerce > *:not(.woocommerce-cart-form):not(.cart-collaterals){
	width: 100%;
}
body.woocommerce-cart article > .woocommerce > .woocommerce-notices-wrapper:not(:empty){
	margin-bottom: 36px;
}
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details{
	width: calc(100% - 460px);
}
.woocommerce > form.checkout #order_review_heading,
.woocommerce > form.checkout #order_review,
.woocommerce-cart .woocommerce .cart-collaterals{
    width: 410px;
    border-width: 2px;
    border-style: solid;
    padding: 30px;
	border-radius: 30px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
    padding: 0;
    margin: 0 0 4px 0;
    position: relative;
    display: inline-block;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border: 0;
	background: transparent;
	margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	width: 25%;
}
.woocommerce-cart .woocommerce-shipping-calculator{
	margin-top: 4px;
}
#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th{
	line-height: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
	padding: 22px 0 22px 30px !important;/* rtl */
	vertical-align: top;
	text-transform: none;
}
.woocommerce .woocommerce-shipping-calculator .button{
    min-width: 0;
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	padding: 22px 0 !important;
	vertical-align: top;
	text-align: start;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th{
	border-width: 0 0 1px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th{
	border-bottom-width: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce #order_review table.shop_table tr td,
.woocommerce #order_review table.shop_table thead th,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
	text-align: end;
}
.woocommerce #order_review table.shop_table tr td,
.woocommerce #order_review table.shop_table tr:not(.shipping) th,
.woocommerce .cart-collaterals table.shop_table tr td,
.woocommerce .cart-collaterals table.shop_table tr:not(.shipping) th{
	vertical-align: middle;
}
.woocommerce table.shop_table td.product-name,
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce #order_review table.shop_table tr .product-name{
	text-align: start;
}
.woocommerce #order_review table.shop_table th{
	padding: 23px 0;
}
.woocommerce #order_review table.shop_table thead th{
	padding-top: 0;
}
#order_review table.shop_table #shipping_method{
	float: right;/* rtl */
}
.woocommerce table.shop_table th
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	border-top-width: 0;
}
.woocommerce table.shop_table th:first-child{
	padding: 0 0 20px 0;/* rtl */
}
.woocommerce table.shop_table td{
	padding: 20px 0;
	border-top-width: 0px;
}
.woocommerce table.shop_table.order_details tr td:first-child{
	padding-left: 0;
	padding-right: 20px;/* rtl */
}
body .woocommerce table.shop_table{
	border: 0;
	margin: 0;
	font-size: 100%;
}
body .woocommerce table.shop_table th{
	padding: 0 0 20px 20px;/* rtl */
	background: transparent;
	font-weight: normal;
	color: #707070;
}
.woocommerce ul#shipping_method li{
    margin: 0;
    line-height: 18px;
	padding: 4px 0;
}
.woocommerce ul#shipping_method li input{
    margin: 3px 8px 0 0;/* rtl */
}
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination{
	color: #707070;
    font-style: italic;
    font-size: 95%;
	margin-top: 5px;
	padding-left: 21px; /*rtl*/
}
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination strong{
    font-weight: normal;
	font-style: inherit;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
	text-transform: uppercase;
	color: inherit;
	text-decoration: none !important;
}
#add_payment_method .cart-collaterals .shipping-calculator-button ~ *, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button ~ *, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button ~ *{
	clear: both;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
    width: 100%;
}
.woocommerce table.shop_table .product-name a{
	color: inherit;
}
.woocommerce table.shop_table tr td{
	border-top-width: 0;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
	padding: 0 0 20px 20px;/* rtl */
}
.woocommerce table.my_account_orders th:first-child,
.woocommerce table.shop_table.order_details th:first-child{
	padding: 0 0 20px 0;/* rtl */
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td{
	padding: 20px 0 20px 20px;/* rtl */
}
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.my_account_orders tfoot td,
.woocommerce table.shop_table.order_details tfoot td{
	border-width: 0;
}
.woocommerce table.my_account_orders tfoot th:first-child, 
.woocommerce table.shop_table.order_details tfoot th:first-child,
.woocommerce table.my_account_orders tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.my_account_orders tfoot tr td,
.woocommerce table.shop_table.order_details tfoot tr td{
	padding-top: 20px;
	padding-bottom: 0;
	border-width: 0;
}
.woocommerce-order-details p.order-again{
	border-width: 1px 0 1px 0;
	border-style: dashed;
	padding: 30px 0;
	margin-bottom: 0;
	text-align: end;
}
.woocommerce table.my_account_orders tr td:first-child,
.woocommerce table.shop_table.order_details tr td:first-child{
	padding-left: 0;/* rtl */
	padding-right: 0;/* rtl */
}
.woocommerce table.shop_table.order_details td.product-total{
	width: 40%;
}
.woocommerce table.shop_table th.product-remove{
	width: 21px;
}
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a,
.woocommerce table.shop_table .product-remove a{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
	float: none;
	padding: 0 !important;
	margin: 0;
	color: inherit !important;
	background: transparent !important;
}
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before,
.woocommerce table.shop_table .product-remove a:before{
	line-height: 20px;
}
.woocommerce table.shop_table.cart td.actions{
	padding: 0;
	width: 100%;
	margin: 50px 0 0 0;
}
.woocommerce table.shop_table.cart td.actions .button{
	float: right;/* rtl */
	margin-left: 10px; /* rtl */
}
.woocommerce table.shop_table.cart td.actions .button.empty-cart-button{
	background: transparent;
    color: inherit;
    border-color: inherit;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce table.shop_table.cart td.actions .button{
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 24px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin: 0;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon{
	position: relative;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: 300px;
	padding-right: 155px;/* rtl */
	padding-left: 30px;/* rtl */
	float: left; /* rtl */
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder{
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder{
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder{
	font-style: italic;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder{
	font-style: italic;
}
.woocommerce table.cart td.actions .coupon .button{
	position: absolute;
	right: 30px;/* rtl */
	padding-left: 0;
	padding-right: 0;
	top: 1px;
	border: 0;
	background: transparent;
	color: inherit;
	width: auto;
	min-width: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text{
	margin: 0;/* rtl */
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	float: right;/* rtl */
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	margin: -2px 0 0 10px;/* rtl */
}
.woocommerce table.cart .actions > .button{
	min-width: 170px;
}
.woocommerce table.shop_table .woocommerce-shipping-methods .amount.woocommerce-Price-amount{
	color: inherit;
	font-weight: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------
	IX. CHECK OUT
---------------------------------------------------------------------------------------------------------------------*/
/*** Login ***/
.woocommerce .checkout-login-coupon-wrapper form.login .lost_password{
	margin-top: -6px;
	margin-bottom: 0;
}
.woocommerce .checkout-login-coupon-wrapper form.login .woocommerce-form-login__rememberme{
    margin: 12px 0 0;
}
.lost_password a{
	text-decoration: underline;
}
/*** Coupon ***/
.woocommerce-no-js form.woocommerce-form-coupon, 
.woocommerce-no-js form.woocommerce-form-login{
	display: none !important;
}
.woocommerce .checkout-login-coupon-wrapper,
.woocommerce .checkout-login-coupon-wrapper form.login{
	margin-bottom: 47px;
}
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login{
	padding: 30px;
	margin-top: 15px;
	border-radius: 10px;
    border-width: 1px;
    border-style: solid;
	max-width: 100%;
}
.woocommerce .checkout-login-coupon-wrapper form.login p:first-child{
	margin-bottom: 15px;
}
.woocommerce .checkout-login-coupon-wrapper form.login .button{
	margin-top: 0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon p:not(.form-row-first):not(.form-row-last){
	flex-basis: 100%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
	width: auto;
    min-width: 200px;
	margin-left: 10px; /*rtl*/
	margin-bottom: 0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
/*** Checkout Form ***/
.woocommerce > form.checkout{
	overflow: hidden;
	width: 100%;
}
.woocommerce > form.checkout #customer_details{
	float: left; /*rtl*/
}
.woocommerce > form.checkout #order_review_heading{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	float: right; /*rtl*/
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 4px;
}
.woocommerce > form.checkout #order_review{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	float: right; /*rtl*/
	border-top: 0;
}
.woocommerce form.checkout .form-row{
    margin-bottom: 24px;
}
.woocommerce form.checkout #billing_address_1_field{
	margin-bottom: 10px;
}
.woocommerce > form.checkout #customer_details .col-1,
.woocommerce > form.checkout #customer_details .col-2{
    width: 100%;
	float: none;
}
.woocommerce form .form-row.create-account{
	margin-bottom: 15px;
}
.woocommerce-shipping-fields h3{
	margin-bottom: 16px;
}
.woocommerce form .form-row label{
	line-height: inherit;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text,
body .select2-dropdown,
.woocommerce form .form-row select, 
body .form-row .select2-container--default .select2-selection--single,
body .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
	line-height: 24px;
}
.woocommerce-checkout p.form-row.notes{
	margin-bottom: 0;
}
.woocommerce form input[type="password"]{
	padding-right: 40px; /*rtl*/
}
.woocommerce form .form-row .required{
    font-weight: normal;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.woocommerce-billing-fields__field-wrapper > p.form-row,
.woocommerce-shipping-fields__field-wrapper > p.form-row{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper > p.form-row,
.woocommerce form .woocommerce-shipping-fields__field-wrapper > p.form-row{
	margin-left: 15px;
	margin-right: 15px;
}
.woocommerce-billing-fields__field-wrapper > p.form-row-first,
.woocommerce-billing-fields__field-wrapper > p.form-row-last,
.woocommerce-shipping-fields__field-wrapper > p.form-row-first,
.woocommerce-shipping-fields__field-wrapper > p.form-row-last{
	width: calc(50% - 30px);
}
.woocommerce-shipping-fields h3#ship-to-different-address .input-checkbox{
	margin-top: -4px;
	width: 13px;
    height: 13px;
}
.woocommerce-terms-and-conditions-wrapper a{
	text-decoration: underline;
}
.woocommerce-terms-and-conditions-wrapper a:hover{
	text-decoration: none;
}
.woocommerce-invalid #terms{
    outline: none !important;
}
.woocommerce form .form-row label{
	padding-bottom: 13px;
}
.woocommerce > form.checkout .woocommerce-shipping-fields{
	margin: 0 0 23px;
    padding: 4px 0 5px;
    border-width: 0 0 1px;
    border-style: solid;
}

/*** Payment Process ***/
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent !important;
    border-radius: 0;
}
.woocommerce-checkout #payment ul li{
	list-style: none;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods{
	padding: 15px 0;
	border-width: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
	padding: 20px 0;
	border-width: 0;
}
.woocommerce > form.checkout #order_review table.shop_table{
	position: static;
}
#order_review .shop_table.woocommerce-checkout-review-order-table th:last-child,
#order_review .shop_table.woocommerce-checkout-review-order-table td:last-child{
	width: 30%;
	text-align: end;
}
#order_review .shop_table.woocommerce-checkout-review-order-table th,
#order_review .shop_table.woocommerce-checkout-review-order-table td{
	padding: 10px 0;
	border-radius: 0 !important;
	border-width: 0;
	border-color: #e5e5e5;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tbody tr:first-child th,
#order_review .shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td{
	padding-top: 25px;
	border-width: 1px 0 0;
	border-style: solid;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child th,
#order_review .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td{
	padding-bottom: 25px;
	border-width: 0 0 1px;
	border-style: solid;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tfoot th,
#order_review .shop_table.woocommerce-checkout-review-order-table tfoot td{
	border-width: 0 0 1px;
	border-style: solid;
	padding: 23px 0;
}
#order_review .shop_table.woocommerce-checkout-review-order-table .product-name strong{
	font-weight: inherit;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
	padding: 5px 0;
}
#order_review table.shop_table ul#shipping_method{
    margin-left: -100%; /*rtl*/
	text-align: left; /*rtl*/
}
#add_payment_method #payment ul.payment_methods li label, 
.woocommerce-cart #payment ul.payment_methods li label, 
.woocommerce-checkout #payment ul.payment_methods li label{
	display: inline;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    line-height: 24px;
	font-size: 10px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
}
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: -2px 5px 0 0; /*rtl*/
}
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px 5px 0;
	max-width: 120px;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0 0 10px 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    padding: 18px 25px;
    margin: 10px 0 0;
    font-size: 100%;
	line-height: 24px;
    border-radius: 4px;
    color: inherit;
	background: rgba(101,101,101,0.1);
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    content: "";
    display: block;
    border: 10px solid rgba(101,101,101,0.1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -10px;
    left: 0;
    margin: -10px 0 0 25px;
}
.woocommerce ul#shipping_method li label{
	padding: 0;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row{
	padding: 0;
	margin: 0;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
	width: 100%;
	float: none;
	margin-bottom: 0;
}
.woocommerce-terms-and-conditions{
    border: none;
    box-shadow: none;
}
.woocommerce ul#shipping_method li label .woocommerce-Price-amount{
	line-height: inherit !important;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------------------------------------------
	X. POPUP/MODAL
---------------------------------------------------------------------------------------------------------------------*/
body #cboxClose,
.vertical-menu-sidebar .close,
.ts-floating-sidebar .close,
.ts-popup-modal .close{
	position: absolute;
    top: 0;
    right: 0; /*rtl*/
    z-index: 999;
    width: 30px;
    height: 30px;
    font-size: 0;
	line-height: 30px;
	text-align: center;
    letter-spacing: 0;
	transition: 350ms ease 0s;
}
.vertical-menu-sidebar .close,
.ts-floating-sidebar .close{
    top: 26px;
    right: 24px; /*rtl*/
}
body #cboxClose{
    background-image: none;
    text-indent: 0;
    color: #ffffff;
    text-transform: none;
    z-index: 100001;
    background: transparent !important;
    color: inherit !important;
    right: 20px; /*rtl*/
    top: 15px;
	min-width: 0;
}
#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove{
	top: 0;
    right: 0; /*rtl*/
	border: 0;
}
.vertical-menu-sidebar .close:hover,
.ts-floating-sidebar .close:hover{
	opacity: 1;
}
ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before,
body #cboxClose:after,
html body > h1 a.close:before,
.ts-floating-sidebar .close:after,
.vertical-menu-sidebar .close:after,
body table.compare-list tr.remove td > a .remove:before{
	font-size: 24px;
    line-height: inherit !important;
}
.ts-popup-modal .close:after,
.woocommerce table.shop_table .product-remove a:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before{
	font-size: 18px;
    line-height: inherit !important;
}
#group-icon-header .close{
	display: none;
}
.ts-popup-modal .overlay{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 99990;
}
.ts-popup-modal .overlay,
#cboxOverlay{
	background: rgba(0,0,0,0.8);
	transition: all 200ms linear 0s;
}
.ts-popup-modal.show .overlay:before{
	display: none;
}
.ts-popup-modal .close{
	color: #ffffff;
    background: #000000;
	top: -1px;
	right: 0; /*rtl*/
}
.ts-popup-modal{
	opacity: 0;
}
.ts-popup-modal.show,
.ts-popup-modal.loading{
	opacity: 1;
}
.ts-popup-modal.loading .overlay:before,
.ts-popup-modal.show .overlay,
.ts-popup-modal.loading .overlay,
.ts-popup-modal.show .popup-container{
	visibility: visible;
	opacity: 1;
}
.ts-popup-modal .popup-container{
	position: fixed;
	padding: 0;
	top: 50%;
	left: 50%;
	z-index: 99991;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%,-50%);
	width: 1020px;
	height: auto;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#ts-quickshop-modal .popup-container{
	width: 940px;
}
.woocommerce .wishlist-fragment .blockUI.blockOverlay:before, 
.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before{
	display: block;
}

/*** Size Chart Popup ***/
.woocommerce div.product form.cart .variations .label .ts-value,
.woocommerce div.product form.cart .variations .label label{
	float: left; /*rtl*/
}
.woocommerce div.product form.cart .variations .label label{
	margin-bottom: 17px;
}
.ts-product-size-chart-button{
	text-transform: capitalize;
}
.woocommerce div.product form.cart .variations .value > .ts-product-size-chart-button{
	position: relative;
    top: -6px;
	float: right;
}
.woocommerce div.product form.cart .variations .value > .ts-product-attribute:first-child,
.woocommerce div.product form.cart .variations .value > .ts-product-size-chart-button + *{
	width: 100%;
	clear: both;
}
.ts-popup-modal .product-size-chart-container .product-size-chart-content{
	padding: 40px;
}
.ts-popup-modal .product-size-chart-container .ts-size-chart-content{
	max-height: 56vh;
    overflow-y: auto;
}
.product-size-chart-content .chart-table,
.product-size-chart-content .chart-content > *:last-child{
	margin-bottom: 0;
}
.product-size-chart-content .chart-table,
.product-size-chart-content .chart-content table,
.ts-size-chart-content .chart-content table{
	border-width: 0;
}
.product-size-chart-content .chart-table th,
.product-size-chart-content .chart-table td,
.product-size-chart-content .chart-content table th,
.product-size-chart-content .chart-content table td,
.ts-size-chart-content .chart-content table th,
.ts-size-chart-content .chart-content table td{
	font-size: 100%;
	line-height: 22px;
}
.product-size-chart-content .chart-table th,
.product-size-chart-content .chart-content table th,
.ts-size-chart-content .chart-content table th{
	padding: 0 20px 18px;
	border-width: 0 0 1px;
	border-style: solid;
}
.product-size-chart-content .chart-table td,
.product-size-chart-content .chart-content table td,
.ts-size-chart-content .chart-content table td{
	border-width: 0;
	padding: 8px 20px;
}
.product-size-chart-content .chart-table tr:nth-child(even),
.product-size-chart-content .chart-content table tr:nth-child(even),
.ts-size-chart-content .chart-content table tr:nth-child(even){
	background: #F2F2F2;
}
.product-size-chart-content .chart-table tbody tr:first-child td,
.product-size-chart-content .chart-content table tbody tr:first-child td,
.ts-size-chart-content .chart-content table tbody tr:first-child td{
	padding-top: 18px;
}
.ts-size-chart-content .chart-label,
.product-size-chart-content .chart-label{
	text-align: center;
}
.ts-size-chart-content .chart-table tr:first-child td,
.ts-size-chart-content .chart-table tr td:first-child,
.product-size-chart-content .chart-table tr:first-child td,
.product-size-chart-content .chart-table tr td:first-child{
	font-weight: bold;
}

/*** Quick Shop ***/
.opening-quickshop{
    overflow: hidden;
}
.header-sticky{
	transition: none;
}
#ts-quickshop-modal{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
	z-index: -1;
}
.opening-quickshop #ts-quickshop-modal{
	overflow-y: scroll;
}
#ts-quickshop-modal.loading,
#ts-quickshop-modal.show{
	z-index: 99990;
}
#ts-quickshop-modal .overlay{
	position: absolute;
}
.ts-popup-modal .quickshop-content{
	max-height: 100%;
	overflow: hidden;
	padding: 30px;
}
#ts-quickshop-modal .woocommerce div.product div.summary,
#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery{
	margin-bottom: 0;
}
#ts-quickshop-modal div.product > .summary{
	position: absolute;
	right: 0;/* rtl */
	padding-left: 30px;/* rtl */
	padding-right: 10px;/* rtl */
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	transition: none;
	align-items: flex-start;
	align-content: flex-start;
	float: none;
}
#ts-quickshop-modal .woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity .qty{
    width: 150px;
}
#ts-quickshop-modal .woocommerce div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
	padding-left: 100px; /*rtl*/
}
#ts-quickshop-modal .woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
	width: 84px;
}
#ts-quickshop-modal .woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs li{
    width: 80px;
}
#ts-quickshop-modal div.product > .summary .meta-content{
	margin-top: 33px;
    border-width: 0;
    padding-top: 0;
}
#ts-quickshop-modal div.product > .summary .woocommerce-product-details__short-description{
	display: none;
}
#ts-quickshop-modal .woocommerce div.product .summary > * ,
#ts-quickshop-modal .woocommerce div.product .summary > .sku-wrapper {
    margin-bottom: 20px;
}
#ts-quickshop-modal .woocommerce div.product .summary > .woocommerce-product-details__short-description:not(:last-child),
#ts-quickshop-modal .woocommerce div.product .summary > .ts-variation-price:not(:last-child),
#ts-quickshop-modal .woocommerce div.product .summary > p.price:not(:last-child),
#ts-quickshop-modal .woocommerce div.product .summary > span.price:not(:last-child){
    margin-bottom: 37px;
}
#ts-quickshop-modal .woocommerce div.product .summary > *:last-child,
#ts-quickshop-modal .woocommerce div.product .summary > .sku-wrapper:last-child{
    margin-bottom: 0;
}

/*** Product 360 ***/
#ts-product-360-modal.ts-popup-modal.show .overlay{
	background: #ffffff;
}
#ts-product-360-modal.ts-popup-modal .popup-container{
	margin: 0;
	opacity: 0;
	display: none;
}
#ts-product-360-modal.ts-popup-modal.show .popup-container{
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	animation-delay: 250ms;
	-webkit-animation-delay: 250ms;
	-moz-animation-delay: 250ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
	opacity: 1;
	display: block;
}
#ts-product-360-modal.ts-popup-modal .close{
	right: 20px;/* rtl */
	top: 20px;
	position: fixed;
	opacity: 0;
}
.admin-bar #ts-product-360-modal.ts-popup-modal .close{
	top: 66px;
}
#ts-product-360-modal.ts-popup-modal.show span.close{
	z-index: 99991;
	opacity: 1;
}
.threesixty .nav_bar a:hover{
	background: transparent;
}
.threesixty .nav_bar{
	position: absolute;
    top: 50%;
    width: 30px;
    right: -10px; /*rtl*/
    z-index: 11;
    transform: translate(100%,-50%); /*rtl*/
}
.threesixty .nav_bar a{
    width: 30px;
    height: 30px;
	font-size: 0;
    line-height: 0;
    text-align: center;
    display: inline-block;
	text-decoration: none;
	border: 1px solid #a4a4a4;
	border-radius: 5px;
	margin: 5px 0;
	color: inherit;
    letter-spacing: 0;
}
.threesixty .nav_bar a:before{
	font-size: 12px;
	line-height: 30px;
}
ol.threesixty_images li{
	font-size: 0;
	padding: 0;
	line-height: 0;
}
.ts-popup-modal .threesixty{
	width: 100% !important;
}
.threesixty .threesixty_images{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.threesixty .threesixty_images img{
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    transition: 300ms ease 0s;
}
.threesixty .threesixty_images img:hover{
	cursor: grabbing;
}
.threesixty .threesixty_images img.previous-image{
	visibility: hidden;
}
.threesixty .threesixty_images img.current-image{
	visibility: visible;
}
.threesixty .spinner{
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}
.threesixty .spinner span{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}
.threesixty:-webkit-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}
.threesixty:-moz-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

/*** Add to cart popup ***/
body .ts-popup-modal .add-to-cart-popup-container{
	width: 405px;
	padding: 30px;
}
.add-to-cart-popup-content .heading{
	margin-bottom: 20px;
    padding-bottom: 14px;
    border-width: 0 0 1px;
    border-style: solid;
}
.add-to-cart-popup-content .heading .theme-title{
	text-transform: uppercase;
    margin: 0;
	font-size: 100%;
    padding: 0 25px 0 0; /*rtl*/
}
.add-to-cart-popup-content .item,
.add-to-cart-popup-content .action{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.add-to-cart-popup-content .action{
	margin-top: 20px;
    padding-top: 20px;
    border-width: 1px 0 0;
    border-style: solid;
}
.add-to-cart-popup-content .item .product-image{
	width: 40%;
    margin-right: 20px; /*rtl*/
}
.add-to-cart-popup-content .item .product-meta{
	width: calc(60% - 20px);
}
.add-to-cart-popup-content .item .product-name{
	margin-bottom: 10px;
	white-space: normal;
    text-overflow: initial;
}
.add-to-cart-popup-content .action .button{
	width: calc(50% - 10px);
}
.add-to-cart-popup-content .action .view-cart{
	margin-right: 5px; /*rtl*/
}
.add-to-cart-popup-content .action .checkout{
	margin-left: 5px; /*rtl*/
}
#ts-add-to-cart-popup-modal .close{
	width: 26px;
    height: 26px;
	top: 26px;
    right: 30px; /*rtl*/
}
#ts-add-to-cart-popup-modal .close:after{
	font-size: 20px;
    line-height: 26px !important;
}
.add-to-cart-popup-content .heading .theme-title:before{
    font-size: 120%;
    position: relative;
    top: 3px;
	display: inline-block;
}

/*** Compare Popup ***/
.dataTables_scrollFoot{
	display: none;
}
html body #yith-woocompare{
	padding: 0;
}
#cboxLoadingGraphic{
	background: none !important;
}
#cboxLoadingOverlay{
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%,-50%);
	background-image: none !important
}
.woocommerce .wd_compare_wrapper .added:before{
	content: "\f065";
}
#cboxContent{
	background: transparent !important;
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight{
	background: transparent;
	width: 0;height: 0;
	padding: 0;margin: 0;
}
#cboxLoadedContent{
	padding: 0;
}
#cboxLoadedContent iframe{
	position: relative;
	z-index: 1;
	background: transparent;
}
.dataTables_wrapper{
	padding: 0;
	text-align: center;
}
.dataTables_scrollHead,
.DTFC_LeftHeadWrapper{
	display: none;
}
html body > h1{
	padding: 14px 20px;
	display: block;
	width: 100%;
	float: none;
	position: relative;
	z-index: 14;
	text-align: center;
	border-width: 0;
	background: transparent !important;
}
html body > h1{
	line-height: 22px !important;
}
html body > h1 a.close{
	font-size: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	right: 0; /*rtl*/
	position: relative;
	top: 0;
}
table.compare-list, 
table.compare-list th, 
table.compare-list td{
	box-sizing: content-box;
}
table.compare-list:not(.dataTable) thead{
	display: none !important;
}
body table.compare-list{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	border-width: 1px 0 0 0;
}
body table.compare-list td.odd,
body table.compare-list td.even{
	background: transparent;
}
body #yith-woocompare table.compare-list tbody th{
	background: transparent;
}
body #yith-woocompare table.compare-list tbody th, 
body #yith-woocompare table.compare-list tbody td{
	padding: 15px;
}
body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td,
body #yith-woocompare table.compare-list tr.image td,
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th,
body #yith-woocompare table.compare-list tr.price:not(.repeated) td,
body #yith-woocompare table.compare-list tr.price:not(.repeated) th{
	padding: 0 15px 15px 15px;
}
body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td{
	line-height: 20px;
	padding-bottom: 10px;
}
body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th{
	padding-bottom: 20px;
}
body #yith-woocompare table.compare-list tr{
    display: table-row;
}
body #yith-woocompare table.compare-list tr.description td > *:last-child{
    margin-bottom: 0 !important;
}
body #yith-woocompare table.compare-list tr.description ul.ul-style.list-inline li:not(:last-child){
    margin-right: 0; /*rtl*/
}
body #yith-woocompare table.compare-list tr.description ul.ul-style.list-inline li{
    display: block;
}
body table.compare-list th{
	background: transparent;
}
body table.compare-list td img{
	width: 250px;
	padding: 0;
	border: 0;
	max-width: 100%;
	margin-bottom: 0;
}
body table.compare-list .description td img{
	width: auto;
}
body table.compare-list th{
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: left;/* rtl */
}
body table.compare-list td{
	border-width: 1px 0 0 0;
	border-style: solid;
}
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.image td{
	border-top-width: 0;
}
body #yith-woocompare table.compare-list tbody th, 
body #yith-woocompare table.compare-list tbody td{
	border-width: 1px 1px 0 0;/* rtl */
	border-style: solid;
}
body #yith-woocompare table.compare-list tbody tr th:last-child, 
body #yith-woocompare table.compare-list tbody tr td:last-child{
	border-right-width: 0;/* rtl */
}
body #yith-woocompare table.compare-list tr:not(.no-products).add-to-cart th,
body #yith-woocompare table.compare-list tr:not(.no-products).add-to-cart td,
body #yith-woocompare table.compare-list tr:not(.no-products).title th,
body #yith-woocompare table.compare-list tr:not(.no-products).title td,
body #yith-woocompare table.compare-list tr:not(.no-products).price:not(.repeated) th,
body #yith-woocompare table.compare-list tr:not(.no-products).price:not(.repeated) td,
body #yith-woocompare table.compare-list tr:not(.no-products).image th,
body #yith-woocompare table.compare-list tr:not(.no-products).image td{
	border-top-width: 0;
}
body #yith-woocompare table.compare-list tr.no-products td{
	padding-left: 20px;
	padding-right: 20px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
body table.compare-list tr.image td,
body table.compare-list tr.title td,
body table.compare-list tr.price td{
	text-transform: none;
}
body table.compare-list tr.price td{
	text-decoration: none;
}
body table.compare-list tr.image th,
body table.compare-list tr.image td{
	height: auto;
}
body table.compare-list tr.add-to-cart th,
body table.compare-list tr.add-to-cart td{
	padding-bottom: 30px;
}
body table.compare-list tr.remove td,
body table.compare-list tr.remove th{
	padding-top: 12px !important;
	padding-bottom: 10px !important;
}
body table.compare-list tr.image td{
	padding-top: 0;
}
body table.compare-list tr.remove td > a{
	font-size: 0;
	line-height: 0;
	width: 21px;
	height: 21px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent !important;
}
body table.compare-list .remove td a .remove{
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 19px;
	font-size: 0;
	letter-spacing: 0;
	color: inherit;
	display: block;
	background: transparent !important
}
tr.image th,
tr.title th,
tr.price:not(.repeated) th,
tr.add-to-cart th{
	font-size: 0 !important;
}
/* AMOUNT */
body table.compare-list tr.price th,
.compare-list tr.price td ins{
	text-decoration: none;
}
body table.compare-list tr.price th,
body table.compare-list tr.price td del{
	margin-right: 8px;
}
html body table.compare-list tr.description td p,
html body table.compare-list tr.description th p{
	margin: 0;
}
body .woocommerce table.compare-list .add-to-cart td a{
	margin: 0;
	min-width: 200px;
}
body table.compare-list .add-to-cart td .blockOverlay{
	display: none !important;
}
body .compare-list tr.no-products td{
	text-align: left !important; /* rtl */
}
#cboxLoadedContent iframe{
	padding: 0;
}
body table.compare-list .stock td span{
    color: inherit;
}
#colorbox.yith_woocompare_colorbox{
	position: fixed !important;
	top: 50% !important;
	transform: translate(0,-50%);
}
body table.compare-list .add-to-cart td a:not(.unstyled_button){
	padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    min-width: 150px;
}

/*-------------------------------------------------------------------------------------------------------------------
	XI. WOOCOMMERCE MESSAGE
---------------------------------------------------------------------------------------------------------------------*/
.home .woocommerce-message{
	display: none !important;
}
body #ts-ajax-add-to-cart-message{
	position: fixed;
	opacity: 0;
	right: 0;/* rtl */
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 99992;
	visibility: hidden;
	overflow: hidden;
	line-height: 26px;
	transform: translate(0,-100%);
	transition: transform 200ms ease-out;
	padding: 7px 20px;/* rtl */
}
body.admin-bar #ts-ajax-add-to-cart-message{
	top: 32px;
}
body #ts-ajax-add-to-cart-message:before{
	left: 10px;/* rtl */
	top: 5px;
}
body #ts-ajax-add-to-cart-message.show{
	transform: translate(0,0);
	opacity: 1;
	visibility: visible;
	display: block;
}
body #ts-ajax-add-to-cart-message:not(.error) > span.error-message,
body #ts-ajax-add-to-cart-message.error > span.error-message .button,
body #ts-ajax-add-to-cart-message.error > span:not(.error-message){
	display: none;
}
.alert{
	padding: 9px 15px;
	margin-bottom: 40px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
#primary > .woocommerce-notices-wrapper:not(:empty){
	margin-bottom: 43px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a{
	text-decoration: none;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info{
	padding: 18px 30px !important;/* rtl */
	border-radius: 40px;
	box-shadow: none;
	text-shadow: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin: 0 0 16px;
	line-height: 24px;
	border-width: 0;
}
body.woocommerce-wishlist .yith-wcwl-form .woocommerce-message,
body.woocommerce-wishlist .yith-wcwl-form > *{
	transition: 300ms ease;
}
.alert.alert-success,
div.wpcf7-mail-sent-ok{
	background: transparent !important;
}
.woocommerce-error::before,
.woocommerce-message::before{
    display: inline-block;
    position: static;
    margin: 0 5px 0 0; /*rtl*/
	color: inherit !important;
}
body #ts-ajax-add-to-cart-message,
.woocommerce-message,
.woocommerce .woocommerce-message{
	color: #ffffff;
	background-color: #0a963f;
}
body #ts-ajax-add-to-cart-message.error,
.woocommerce-error,
.woocommerce .woocommerce-error{
	color: #ffffff;
	background-color: #d43811;
}
.woocommerce-info,
.woocommerce .woocommerce-info{
	background: transparent !important;
    padding: 0 !important;
	border-radius: 0;
}
ul.woocommerce-error::before,
ul.woocommerce-info::before,
ul.woocommerce-message::before{
    position: absolute;
    top: 18px;
	left: 30px; /*rtl*/
	width: 20px;
}
ul.woocommerce-error > li,
ul.woocommerce-info > li,
ul.woocommerce-message > li{
	padding-left: 25px !important; /*rtl*/
}
.woocommerce-error::before{
    color: inherit !important;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	text-decoration: none !important;
	font-size: 100%;
	line-height: 18px;
	color: inherit !important;
}
.cart-empty.woocommerce-info,
.return-to-shop,
.woocommerce.archive #primary > .woocommerce-info{
	text-align: center;
}
body.search.search-no-results .alert,
.woocommerce.archive #primary > .woocommerce-info{
	background: transparent;
	padding: 80px 0 !important;
    line-height: 30px;
	margin: 0;
	font-size: 100%;
}
body.search.search-no-results .alert{
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 30px !important;
}
body.search.search-no-results .ts-pagination{
	padding: 0 !important;
	border: 0;
    margin: 0;
}
body.search.search-no-results .alert p{
	font-size: 145%;
	line-height: 1.5;
}
body.search.search-no-results .search-wrapper{
	max-width: 500px;
	margin: 0 auto 100px;
}
body.search.search-no-results .search-content input[type="text"]{
    padding-top: 11px;
    padding-bottom: 11px;
}
body.search.search-no-results .search-table .search-button:before{
    font-size: 17px;
    line-height: 46px;
}
.woocommerce > .return-to-shop{
	margin-bottom: 10%;
}
body .cart-empty.woocommerce-info{
	color: inherit;
	background: transparent !important;
	margin-bottom: 30px;
}
.woocommerce-cart .return-to-shop a.button{
	min-width: 240px;
}
body .wp-block-image.is-style-circle-mask img{
	border-radius: 9999px;
}
body .woocommerce .cart-empty.woocommerce-info:before{
	position: static;
	content: '';
	width: 100%;
	height: 150px;
	background: url('images/cart-empty.svg') no-repeat center;
    margin: 0 auto 20px;
    opacity: 0.3;
}
body.search.search-no-results .alert:before,
.woocommerce.archive #primary > .woocommerce-info:before{
	position: relative;
    letter-spacing: 0;
    margin: 0 auto;
    font-size: 72px;
    line-height: 1;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    margin: 0 0 25px;
}
.woocommerce-error li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li{
	padding: 0;
	line-height: 26px;
}
#yith-wcwl-popup-message{
	margin: 0 !important;
	transform: translate(-50%,0);
    border-width: 0;
    line-height: 40px;
    padding: 10px 20px;
	min-width: 120px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 99990; /* Thanks WP -.- */
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
body:not(.single-product) #yith-wcwl-popup-message{
	display: none !important;
}

/*-------------------------------------------------------------------------------------------------------------------
	XIII. WISHLIST
---------------------------------------------------------------------------------------------------------------------*/
body.woocommerce .wishlist-title{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
body.woocommerce .wishlist-title h2{
	padding: 0;
}
.hidden-title-form a{
    font-size: inherit;
}
body.woocommerce-wishlist .yith-wcwl-form .woocommerce-message{
	margin-bottom: 46px;
}
.yes-js #yith-wcwl-form .hidden-title-form{
	margin: 0 0 30px 0;
	width: 100%;
}
.wishlist-title.wishlist-title-with-form .button{
	padding: 0;
	background: transparent !important;
	color: inherit !important;
	min-width: 0;
	font-size: 90%;
	border: none;
	margin-left: 20px; /*rtl*/
}
.hidden-title-form button i, 
.wishlist-title a.show-title-form i{
    margin-right: 5px; /*rtl*/
}
.wishlist-title.wishlist-title-with-form h2:hover{
    background: transparent;
}
.hidden-title-form input[type="text"]{
	margin: 0;
	padding: 17px 80px 17px 30px; /*rtl*/
	line-height: 24px;
}
.hidden-title-form a{
    font-size: 14px;
    color: inherit;
    margin-right: 20px;
}
body table.shop_table.wishlist_table{
	font-size: 100%;
}
.woocommerce div.wishlist_table .product-add-to-cart a{
	display: inline-block !important;
}
.woocommerce table.wishlist_table thead th{
	border-top: 0;
}
body table.compare-list tr.stock span:before,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
	font-family: 'Font Awesome 5 Free';
	letter-spacing: 0;
	display: inline-block;
    content: "\f00c";
	margin-right: 10px; /* rtl */
	font-weight: 900;
	font-size: 70%;
}
body table.compare-list tr.stock span.out-of-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
	content: "\f00d";
}
.woocommerce td.product-name dl.variation{
    color: #848484;
    font-size: 85%;
}
.woocommerce td.product-name dl.variation .wc-item-meta-label, 
.woocommerce td.product-name dl.variation dt{
    font-weight: normal;
    color: inherit;
    margin-right: 10px; /* rtl */
}
.wishlist_table tfoot td{
	border: 0;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
	float: none;
}
.yith-wcwl-share{
	margin-top: 30px;
}
.yith-wcwl-share ul{
	list-style: none;
}
.yith-wcwl-share ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    margin: 0 10px 0 0; /*rtl*/
    text-transform: uppercase;
    font-size: 100%;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-width: 1px 0 0;
	border-style: solid;
	padding-top: 30px;
	margin: 0;
}
.yith-wcwl-share ul{
	margin: -2px;
	display: flex;
	flex-wrap: wrap;
}
.yith-wcwl-share li a{
	margin: 2px;
	border-radius: 100%;
	line-height: 30px;
	min-height: 30px;
	min-width: 30px;
	font-size: 14px;
	padding: 0;
}
.yith-wcwl-share ul li a i{
	line-height: 26px;
}
/*Mobile*/
.wishlist_table.mobile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	opacity: 1 !important;
	margin-bottom: 50px;
}
p.wishlist-empty{
	padding: 0 10px;
}
p.wishlist-empty, 
table.wishlist_table tbody td.wishlist-empty{
	margin: 0;
	text-align: start;
}
ul.wishlist_table.mobile .product-remove a i{
	display: none;
}
.wishlist_table.mobile li{
	list-style: none;
    position: relative;
    margin: 0 -1px -1px 0; /*rtl*/
    width: 25%;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
}
.wishlist_table.mobile li .item-wrapper{
	width: 100%;
}
.woocommerce .wishlist_table .product-add-to-cart a{
	width: 100%;
	margin: 0 !important;
	position: relative;
	min-width: 0;
}
.woocommerce .wishlist_table .product-add-to-cart a.loading:after{
	z-index: 10;
}
ul.wishlist_table .product-remove{
	position: absolute;
	width: 24px;
	text-align: center !important;
	right: 15px; /*rtl*/
	top: 5px;
	z-index: 2;
}
ul.wishlist_table .additional-info td{
	border-width: 0;
}
.wishlist_table.images_grid li .item-details h3, 
.wishlist_table.mobile li .item-details h3, 
.wishlist_table.modern_grid li .item-details h3{
    margin-bottom: 10px;
	text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
	max-width: 100%;
	margin: 0 0 14px 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail img{
	border-radius: 10px;
}
.wishlist_table.mobile li .item-wrapper .item-details{
	width: 100%;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove{
    top: 20px;
    right: 20px; /*rtl*/
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
    font-weight: inherit;
	color: #707070;
}
.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{
	padding: 10px 0;
	font-size: 100%;
	border-width: 0 0 1px;
	border-style: dotted;
}
.wishlist_table.mobile li .item-wrapper,
.wishlist_table.images_grid li .item-details table.item-details-table, 
.wishlist_table.mobile li .item-details table.item-details-table, 
.wishlist_table.mobile li table.additional-info, 
.wishlist_table.modern_grid li .item-details table.item-details-table{
    margin-bottom: 0;
}
.wishlist_table li .item-details table.item-details-table del{
	font-weight: normal;
	font-size: 78%;
}
.wishlist_table.mobile li table.additional-info tr:last-child td{
	border-bottom-width: 0;
}
.wishlist_table.mobile li table.additional-info{
	margin: 10px -5px;
	width: calc(100% + 10px);
}
.wishlist_table.mobile li table.additional-info td{
	padding: 0 5px;
}
.yith-wcwl-share{
	margin-top: 20px;
}
.wishlist_table.mobile ~ .yith_wcwl_wishlist_footer .yith-wcwl-share {
    border-width: 0;
    padding-top: 0;
} 

/*-------------------------------------------------------------------------------------------------------------------
	XII. MY ACCOUNT
---------------------------------------------------------------------------------------------------------------------*/
.woocommerce form.login,
.woocommerce form.register{
	border-width: 0;
	padding: 0;
	margin: 0;
}
#customer_login h2,
.account-content h2{
	margin-bottom: 30px;
}
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3{
	margin-bottom: 10px;
    position: relative;
}
.woocommerce-additional-fields > h3{
	margin-bottom: 20px;
}
.woocommerce-billing-fields > h3{
	margin-bottom: 28px;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
	line-height: 1.5;
}

/*** Login/Register ***/
.woocommerce #customer_login,
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	margin-left: auto;
	margin-right: auto;
}
.main-content-fullwidth .woocommerce #customer_login,
.layout-fullwidth .woocommerce #customer_login{
	max-width: 1270px;
}
.woocommerce form.login,
.woocommerce form.register{
	max-width: 550px;
}
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	max-width: 700px;
}
.woocommerce form.track_order > .clear + .form-row,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password > .clear + .form-row{
	text-align: center;
}
.woocommerce #customer_login p.lost_password:last-child,
.woocommerce #customer_login p.form-row:last-child{
	margin-bottom: 0;
}
.woocommerce #customer_login form.login .button, 
.woocommerce #customer_login form.register .button{
	margin-top: 6px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input{
    right: 20px;
    top: 15px;
}
.woocommerce-MyAccount-content p > a,
#customer_login a{
	color: inherit;
	text-decoration: none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{
	font-weight: inherit;
}
.woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
    margin: 18px 0 0;
}
form.track_order input[type^="submit"],
form.track_order button[type^="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password input[type^="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"]{
	min-width: 166px;
}
form.track_order input[type^="submit"],
form.track_order button[type^="submit"]{
	margin-top: 10px;
}
.woocommerce form.track_order .form-row-first,
.woocommerce form.track_order .form-row-last{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce form.track_order div.clear + .form-row,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password div.clear + .form-row{
    margin-bottom: 0;
}

/*** Navigation ***/
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%;
	float: none;
}
.woocommerce #customer_login,
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-navigation{
	margin-top: 50px;
}
.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce #customer_login,
.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce form.track_order,
.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce-MyAccount-navigation{
	margin-top: 70px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: 0 -30px 53px;
	padding: 0;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	line-height: 0;
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul:after{
	content: "";
	left: 30px;
	right: 30px;
	position: absolute;
	bottom: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
	box-shadow: none;
	border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	list-style: none;
	margin: 0 30px;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 1;
	border-width: 0;
	border-radius: 0;
	background: transparent !important;
	transition: 300ms ease 0s;
	text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after{
	left: 50%;
	right: 50%;
	width: auto;
	position: absolute;
	bottom: 0;
	content: "";
	border-width: 0 0 2px 0;
	border-style: solid;
	display: block;
	box-shadow: none;
	border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after{
	left: 0;
	right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a{
	line-height: 24px;
	padding: 0;
	color: inherit;
	padding: 0;
	margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
	text-decoration: none;
    transition: 300ms ease 0s;
}

/*** Content ***/
.woocommerce-account .woocommerce-MyAccount-content{
	display: block;
}
header.woocommerce-Address-title{
	display: inline-block;
	width: 100%;
}
.woocommerce-account .addresses .title .edit{
	width: 21px;
    height: 21px;
    font-size: 0;
    float: none;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 15px; /*rtl*/
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	color: inherit;
}
.woocommerce-account .addresses .title .edit:before{
	font-size: 10px;
	line-height: 21px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table tr th:first-child,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td:first-child{
    padding-left: 0; /*rtl*/
}
.woocommerce .woocommerce-MyAccount-content table.shop_table tr th:last-child,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td:last-child{
    padding-right: 0; /*rtl*/
	text-align: end;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table tr th,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td{
    background: transparent;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table thead tr th{
    padding-top: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination{
	margin-top: 50px;
	display: flex;
    flex-flow: row wrap;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination .button{
	padding: 5px 20px;
    min-width: 0;
    text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--next{
	margin-left: auto; /*rtl*/
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
	display: inline-block;
	width: 100%;
}
.woocommerce-Address address{
	margin-bottom: 0;
	line-height: 2;
}
.woocommerce-MyAccount-content form button[type^="submit"]{
	margin-top: 20px;
}
.woocommerce .woocommerce-Address a.button{
	padding: 5px 10px;
}
.woocommerce-MyAccount-content html input#account_email{
	max-width: 100%;
}
.woocommerce-MyAccount-content > form{
	display: inline-block;
	width: 100%;
}
.woocommerce > .woocommerce-order .woocommerce-customer-details,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details{
	margin-bottom: 0;
}
.woocommerce div.address a.button{
	margin-top: 20px;
	min-width: 120px;
}
.woocommerce .woocommerce-customer-details address{
	border-width: 0;
	border-radius: 0;
	padding: 0;
	clear: both;
}
.woocommerce .edit-box-textfull .button{
	margin-top: 10px
}
.woocommerce .edit-box-textfull p.form-row{
	width: 100%;
	float: none;
	padding: 0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row input[type="tel"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row input[type="tel"],
.edit-box-textfull p.form-row textarea{
	max-width: 100%;
}
.woocommerce-orders-table__cell-order-number a{
	color: inherit;
}
.woocommerce > form > fieldset{
	border: 0;
	margin: 40px 0 0 0;
}
.woocommerce > form > fieldset legend{
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.track_order .form-row input[type="submit"]{
	min-width: 120px;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
	float: left;/* rtl */
	margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address{
	line-height: 2;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	padding-right: 0;
	padding-left: 25px;/* rtl */
	margin: 5px 0 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{
	top: 0;
	left: 0; /*rtl*/
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
}
.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-right: 0;/* rtl */
	padding-left: 20px;/* rtl */
	text-align: center !important;
}
.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child{
	padding-right: 20px;/* rtl */
	padding-left: 20px;
}
.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td{
	border-width: 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details > h2{
	margin-bottom: 23px;
}
.woocommerce .woocommerce-order-details table.shop_table td.product-name{
    max-width: initial;
}
.woocommerce .woocommerce-order-details table.shop_table tbody th,
.woocommerce .woocommerce-order-details table.shop_table tfoot td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th{
    border-top: 0;
}
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads{
	margin-bottom: 50px;
}
.woocommerce .woocommerce-order,
p.order-info{
	margin-top: 20px;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first, 
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-last{
    width: 100%;
	float: none;
	margin-right: 0; /*rtl*/
}
.woocommerce ul.order_details{
    margin: 0 0 40px;
}
.woocommerce ul.order_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;    
	-ms-flex-align: center;    
	align-items: center;
	border-width: 1px;
    border-style: solid;
}
.woocommerce ul.order_details li{
	float: none;
    margin: 0;
    padding: 8px;
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    text-align: center;
    text-transform: none;
	border-width: 0 1px 0 0;
    border-style: solid;
}
.woocommerce ul.order_details li strong{
    display: inline-block;
    font-size: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------
	XIV. BLOG
---------------------------------------------------------------------------------------------------------------------*/
.list-posts:after,
.ts-blogs:after,
.entry-meta-middle:after,
.entry-meta-bottom:after,
.site-content > article:after{
	content: "";
	clear: both;
	display: table;
}
.tagcloud .tag-link-count{
	font-weight: normal;
}
/*** Filters Bar ***/
ul.filter-bar{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
ul.filter-bar li{
	margin: 0 15px 15px 0; /*rtl*/
	display: inline-block;
	padding: 0;
}
ul.filter-bar li:last-child{
	margin-right: 0; /*rtl*/
}
ul.filter-bar li:hover,
ul.filter-bar li.current{
	text-decoration: underline;
	cursor: pointer;
}
ul.filter-bar li.current{
	cursor: default;
}

/*** Blog Grid ***/
.list-posts,
.ts-blogs .items.blogs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.list-posts article,
.ts-blogs .items article{
	width: 100%;
	margin-bottom: 95px;
	position: relative;
}
.ts-blogs.related-posts .items article:first-child:last-child{
	max-width: 50%;
}
.ts-blogs.ts-slider .items article{
	margin-bottom: 0;
}
.columns-2 .list-posts article, 
.columns-3 .list-posts article, 
.ts-blogs.columns-2 .items article,
.ts-blogs.columns-3 .items article{
    margin-bottom: 53px;
}
.columns-2 .list-posts,
.columns-3 .list-posts{
	margin-left: -15px;
	margin-right: -15px;
}
.columns-2 .list-posts article,
.columns-3 .list-posts article{
	padding-left: 15px;
	padding-right: 15px;
}
.ts-blogs.columns-2 .items article,
.columns-2 .list-posts article{
	width: 50%;
}
.ts-blogs.columns-3 .items article,
.columns-3 .list-posts article{
	width: 33.33333%;
}
.ts-blogs .blogs article .thumbnail-content a.thumbnail{
	display: block;
}
.ts-blogs .blogs article .article-content,
.ts-blogs .blogs article .thumbnail-content{
	position: relative;
}
/**/
.ts-blogs.style-2 article.has-post-thumbnail .post-link,
.ts-blogs.style-2 article.has-post-thumbnail .thumbnail-content:before,
.ts-blogs.style-3 article.has-post-thumbnail .post-link,
.ts-blogs.style-3 article.has-post-thumbnail .thumbnail-content:before,
.ts-blogs.related-posts article.has-post-thumbnail .thumbnail-content:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 6;
}
.ts-blogs.style-3 article.has-post-thumbnail .post-link,
.ts-blogs.style-2 article.has-post-thumbnail .post-link{
	background: transparent;
	z-index: 7;
}
.ts-blogs.style-3 article.has-post-thumbnail .thumbnail-content:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}
.ts-blogs.style-2 article.has-post-thumbnail .thumbnail-content:before{
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}
.ts-blogs.style-3 article.has-post-thumbnail .entry-content,
.ts-blogs.style-2 article.has-post-thumbnail .entry-content,
.ts-blogs.related-posts article.has-post-thumbnail header,
.ts-blogs.related-posts article.has-post-thumbnail .entry-meta-top{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 7;
}
.ts-blogs.style-3 article.has-post-thumbnail .entry-content{
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	margin: 0 !important;
}
.ts-blogs.style-2 article.has-post-thumbnail .entry-content{
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	margin: 0 !important;
}
.ts-blogs article .entry-meta-top{
	margin-top: 25px;
}
.ts-blogs.related-posts article.has-post-thumbnail .entry-meta-top{
	top: auto;
	bottom: 30px;
}
.ts-blogs.style-3 article.has-post-thumbnail .thumbnail.gallery,
.ts-blogs.style-2 article.has-post-thumbnail .thumbnail.gallery{
	overflow: hidden;
}
.ts-blogs.style-3 article.has-post-thumbnail .thumbnail.gallery figure,
.ts-blogs.style-3 article.has-post-thumbnail figure img,
.ts-blogs.style-2 article.has-post-thumbnail .thumbnail.gallery figure,
.ts-blogs.style-2 article.has-post-thumbnail figure img,
.ts-blogs.related-posts article.has-post-thumbnail figure img{
	max-width: none;
    width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px,0,0);
}
.ts-blogs.style-3 article.has-post-thumbnail:hover .thumbnail.gallery figure,
.ts-blogs.style-3 article.has-post-thumbnail:hover figure img,
.ts-blogs.style-2 article.has-post-thumbnail:hover .thumbnail.gallery figure,
.ts-blogs.style-2 article.has-post-thumbnail:hover figure img,
.ts-blogs.related-posts article.has-post-thumbnail:hover figure img{
    transform: translate3d(0,0,0);
}
.ts-blogs .button-readmore{
	text-transform: uppercase;
	color: inherit;
	display: inline-block;
	margin-top: 13px;
}
.ts-blogs .button-readmore:after{
	display: inline-block;
    vertical-align: -2px;
    font-size: 120%;
    margin-left: 5px; /*rtl*/
}
.ts-blogs.style-3 article.has-post-thumbnail .entry-content .excerpt,
.ts-blogs.style-2 article.has-post-thumbnail .entry-content .excerpt{
	color: #959595;
	line-height: 1.7;
	max-height: 55px;
    overflow: hidden;
}
.ts-blogs.style-3 article.has-post-thumbnail .entry-content,
.ts-blogs.style-3 article.has-post-thumbnail header .heading-title,
.ts-blogs.style-2 article.has-post-thumbnail .entry-content,
.ts-blogs.style-2 article.has-post-thumbnail header .heading-title,
.ts-blogs.related-posts article.has-post-thumbnail header .heading-title,
.ts-blogs.related-posts article.has-post-thumbnail .entry-meta-top *{
	color: #ffffff;
}
.ts-blogs.style-3 article.has-post-thumbnail .heading-title a:hover,
.ts-blogs.style-3 article.has-post-thumbnail .entry-meta-top a:hover,
.ts-blogs.style-2 article.has-post-thumbnail .heading-title a:hover,
.ts-blogs.style-2 article.has-post-thumbnail .entry-meta-top a:hover,
.ts-blogs.related-posts article.has-post-thumbnail .heading-title a:hover,
.ts-blogs.related-posts article.has-post-thumbnail .entry-meta-top a:hover{
	color: inherit;
	text-decoration: underline;
	text-underline-position: under;
}
.ts-blogs.style-3 article.has-post-thumbnail .heading-title,
.ts-blogs.style-3 article.has-post-thumbnail .meta-content-wrapper,
.ts-blogs.style-2 article.has-post-thumbnail .heading-title,
.ts-blogs.style-2 article.has-post-thumbnail .entry-meta-bottom{
	opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-10px,0,0);
}
.ts-blogs.style-3 article.has-post-thumbnail:hover .thumbnail-content:before,
.ts-blogs.style-2 article.has-post-thumbnail:hover .thumbnail-content:before{
	opacity: 1;
}
.ts-blogs.style-3 article.has-post-thumbnail:hover .heading-title,
.ts-blogs.style-3 article.has-post-thumbnail:hover .meta-content-wrapper,
.ts-blogs.style-2 article.has-post-thumbnail:hover .heading-title,
.ts-blogs.style-2 article.has-post-thumbnail:hover .entry-meta-bottom{
	opacity: 1;
    transform: translate3d(0,0,0);
}
.ts-blogs.style-3 article.has-post-thumbnail .meta-content-wrapper{
	position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #ffffff;
}
.ts-blogs.style-3 .entry-meta-top .author a, 
.ts-blogs.style-3 .entry-meta-top .date-time, 
.ts-blogs.style-3 .entry-meta-top .comment-count{
	color: inherit;
}
/**/
.list-posts article .entry-content,
.ts-blogs .items article.video .entry-content,
.ts-blogs .items article.has-post-thumbnail .entry-content{
	margin-top: 39px;
}
.list-posts article .entry-content.no-featured-image{
	margin-top: 0;
}
.columns-2 .list-posts article .entry-content,
.columns-3 .list-posts article .entry-content,
.ts-blogs.columns-2 .items article.video .entry-content,
.ts-blogs.columns-2 .items article.has-post-thumbnail .entry-content,
.ts-blogs.columns-3 .items article.video .entry-content,
.ts-blogs.columns-3 .items article.has-post-thumbnail .entry-content{
	margin-top: 0;
}
.entry-summary .short-content >  div.gallery:not(:last-child){
	margin-bottom: 20px;
}
.entry-summary .short-content > .wp-block-cover:first-child,
.entry-summary .short-content > .wp-block-cover.alignleft:first-child{
	margin-top: 7px !important;
}
.list-posts article.sticky .entry-content{
	border-width: 3px;
}
body.page article.page > *:last-child:not(.yith-wcwl-form){
	margin-bottom: 0;
}
.ts-shortcode.ts-blogs.columns-1 .items{
	margin-left: 0;
	margin-right: 0;
}
.ts-shortcode.ts-blogs.columns-1 .items .item{
	padding-left: 0;
	padding-right: 0;
}
.ts-product-brand-wrapper .item > a,
.list-posts article:not(.quote) .entry-format,
.ts-blogs article:not(.quote) .thumbnail-content,
.list-posts article .entry-format figure,
.ts-blogs article .thumbnail-content figure{
	position: relative;
}
.ts-product-brand-wrapper .item > a,
.list-posts article .entry-format figure,
.ts-blogs article .thumbnail-content figure{
	overflow: hidden;
}
.list-posts article.has-post-thumbnail .thumbnail img,
.ts-blogs article.has-post-thumbnail .thumbnail img{
	width: 100%;
}
.list-posts article .thumbnail.gallery .swiper-wrapper img,
.ts-blogs article .thumbnail.gallery .swiper-wrapper img{
	-o-object-fit: cover;
	object-fit: cover;
}
.list-posts article header .heading-title,
.ts-blogs article header .heading-title{
	margin-bottom: 15px;
}
.list-posts article.format-video header .heading-title,
.ts-blogs article.format-video header .heading-title{
	margin-bottom: 17px;
}
.ts-blogs article a.button.button-readmore{
	margin-top: 10px;
}
.ts-blogs article a.button.button-readmore,
article header:last-child .heading-title{
	margin-bottom: 0 !important;
}
.text-center blockquote, 
.text-center blockquote,
.text-right blockquote, 
.text-right blockquote{
    text-align: start;
}
.text-center blockquote .entry-meta-middle, 
.text-center blockquote .entry-meta-bottom,
.text-right blockquote .entry-meta-middle, 
.text-right blockquote .entry-meta-bottom{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.list-posts article .entry-content > .entry-summary:not(:last-child),
.ts-blogs article .entry-content > .excerpt:not(:last-child){
	margin-bottom: 24px;
}
.ts-blogs article .entry-content > .excerpt:not(:last-child){
	margin-bottom: 14px;
}
a.button.button-readmore{
	min-width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.excerpt > *:last-child,
.entry-summary .short-content > *:last-child{
	margin-bottom: 0;
}
.entry-summary .short-content > *:last-child:after{
	content: '';
	display: table;
	clear: both;
}
.entry-summary .short-content table tr:last-child td{
	border-bottom-width: 0;
}
.entry-summary .short-content > .wp-block-button.alignleft:nth-last-child(2){
	margin-bottom: 0 !important;
}
.entry-meta-top:not(:last-child),
article.single-post .ts-blogs-widget .entry-meta-top:not(:last-child){
	margin-bottom: 13px;
}
.single-post .entry-meta-top:not(:last-child){
	margin-bottom: 15px;
}
.columns-2.ts-blogs .entry-meta-top,
.columns-3.ts-blogs .entry-meta-top,
.columns-2 .list-posts .entry-meta-top,
.columns-3 .list-posts .entry-meta-top{
	margin-top: 23px;
	margin-bottom: 10px;
}
.columns-2.ts-blogs .entry-meta-top:last-child,
.columns-3.ts-blogs .entry-meta-top:last-child,
.columns-2 .list-posts .entry-meta-top:last-child,
.columns-3 .list-posts .entry-meta-top:last-child{
	margin-bottom: 0;
}
.entry-meta-top{
    text-transform: uppercase;
    line-height: 18px;
}
.entry-meta-top .cats-link{
	display: inline;
}
.entry-meta-top .author > span:first-child,
.entry-meta-top .cats-link > span:first-child{
	color: #afafaf;
}
.entry-meta-top .cats-link > span:first-child,
.entry-meta-top > *:not(:last-child){
	margin-right: 12px; /*rtl*/
}

/*fix unit test*/
.list-posts article.sticky{
	padding: 50px;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
}
.list-posts article .short-content blockquote{
	margin-bottom: 20px;
}
.wp-block-embed.alignfull figcaption{
	text-align: center;
}
.wp-block-latest-comments li article{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-width: 0 !important;
}
.wp-block-search{
	max-width: 600px;
}
.list-posts article .short-content > .wp-caption:first-child > a:first-child > img:first-child{
    margin-top: 10px;
}
.post-password-form label{
	display: inline-block;
	vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.post-password-form label input{
	margin-top: 10px;
    margin-bottom: 0;
	min-width: 300px;
}
.short-content form p:last-child{
	margin-bottom: 5px;
}
.entry-content > .content-wrapper > blockquote:first-child,
.entry-content > .content-wrapper > .wp-block-group.has-background:first-child{
	margin-top: 5px;
}
body.page article.page + .comments-area{
	margin-top: 100px;
}
/**/
.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	margin: 3px 0 0;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	font-size: 90%;
}
.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button{
	line-height: 1.25;
}

/*--------------------------------------------------------------------------------------------------------------------
	1. BLOG DETAIL
---------------------------------------------------------------------------------------------------------------------*/
.heading-wrapper,
.heading-shortcode,
.theme-title{
	margin: 0 0 50px 0;
}
.woocommerce .cross-sells,
.woocommerce .up-sells,
.woocommerce .related,
.woocommerce.related{
	margin: 0 0 120px 0 !important;
}
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.woocommerce.related > h2{
	margin: 0 0 50px 0;
	text-align: center;
}
.ts-shortcode .shortcode-heading-wrapper{
	margin: 0 0 55px 0;
}
.theme-title .heading-title, 
.comments-title .heading-title,
#commentform .form-submit,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title{
	margin-top: -6px;
	margin-bottom: 0;
}
.ts-shortcode .shortcode-heading-wrapper .shortcode-title,
.ts-shortcode .shortcode-heading-wrapper .sub-title{
	text-align: center;
}
.ts-shortcode .shortcode-heading-wrapper .sub-title{
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
.ts-shortcode .shortcode-heading-wrapper .shortcode-title + .sub-title{
	margin-top: 10px;
}
.entry-header header > .entry-title{
	line-height: 1.2;
}

/*** Entry Format ***/
.entry-header header > .entry-title{
	margin-bottom: 28px;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-header .entry-format{
	position: relative;
	overflow: hidden;
}
.entry-content > .content-wrapper > *:last-child{
	margin-bottom: 0 !important;
}
.entry-content > .content-wrapper > blockquote:last-child,
.entry-content > .content-wrapper > .wp-block-cover:last-child{
	margin-bottom: 5px !important;
}
.entry-header .entry-format .ts-video,
.entry-header .entry-format .ts-audio{
	overflow: hidden;
}
.entry-meta-middle > *,
.entry-meta-bottom > *{
	padding: 2px 0;
}
.page-container.thumbnail-parallax{
	position: relative;
}
.page-container.thumbnail-parallax .entry-header{
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
.page-container.thumbnail-parallax .entry-header header > .entry-title{
	margin-bottom: 0;
}
.page-container.thumbnail-parallax > *:not(.entry-header){
	position: relative;
	z-index: 3;
}
.page-container.thumbnail-parallax .entry-header .entry-format{
	height: 37vw;
	overflow: hidden;
}
.page-container.thumbnail-parallax:before{
	content: '';
	position: absolute;
	top: 37vw;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.page-container.thumbnail-parallax .entry-header .thumbnail.gallery,
.page-container.thumbnail-parallax .entry-header .ts-video,
.page-container.thumbnail-parallax .entry-header figure > img{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-container.thumbnail-parallax .entry-header header{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 50px;
    text-align: center;
    transform: translateY(-50%);
	max-height: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
}
.page-container.thumbnail-parallax .entry-header .entry-title,
.page-container.thumbnail-parallax .entry-header .entry-meta-top *,
.page-container.thumbnail-parallax .entry-header .entry-meta-top{
    color: #ffffff;
}
.page-container.thumbnail-parallax .entry-format{
	width: 100%;
    height: 100%;
	margin-bottom: 0;
}
.page-container.thumbnail-parallax .entry-format:before{
	content: '';
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.page-container.thumbnail-parallax .entry-format figure.gallery.swiper .swiper-pagination{
	display: none;
}
.page-container.thumbnail-parallax .entry-format figure.gallery.swiper{
	z-index: 0;
}
.page-container.thumbnail-parallax .entry-format figure.gallery.swiper .swiper-slide{
	object-fit: cover;
}

/*** Post meta ***/
.tagcloud,
.wp-block-tag-cloud{
	display: block;
	overflow: hidden;
}
.tags-link a,
.cats-link a, 
.brands-link a,
.wp-block-tag-cloud a,
.tagcloud a{
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.author a,
.cats-link a:hover, 
.brands-link a:hover{
	text-decoration: none;
}
.tagcloud:after,
.wp-block-tag-cloud:after,
.tags-link:after{
	content: '';
	clear: both;
	display: table;
}
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a{
	text-align: center;
	padding: 6px 18px;
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 0 10px 10px 0; /*rtl*/
	float: left; /*rtl*/
	border-width: 1px;
	border-style: solid;
	border-radius: 25px;
}
.tags-link a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover{
	text-decoration: none !important;
}
.entry-meta-middle,
.entry-meta-bottom{
	clear: both;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.entry-content > .tags-link{
	margin-top: 20px;
}
.entry-meta-bottom > .cats-link{
	display: inline;
}
.entry-meta-middle > span:not(:last-child),
.entry-meta-bottom > span:not(:last-child){
	margin-right: 20px;/* rtl */
	position: relative;
}
.elementor-text-editor > ul:last-child > li:last-child{
	padding-bottom: 0 !important;
}

/*** Meta bottom ***/
.single .meta-bottom-1,
.single .meta-bottom-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single .meta-bottom-1{
	margin: 0 0 50px;
}
.single .meta-bottom-2{
	margin: 0 0 60px;
}
.single .meta-bottom-1 > *,
.single .meta-bottom-2 > *{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.single .meta-bottom-1 > *:last-child:not(:first-child){
	width: auto;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
}
.single .meta-bottom-1 > *:first-child,
.single .meta-bottom-2 > *:first-child{
	padding-right: 10px; /*rtl*/
}
.single .meta-bottom-1 > *:last-child,
.single .meta-bottom-2 > *:last-child{
	text-align: end;
	padding-left: 10px; /*rtl*/
}
.single .meta-bottom-1 > *:first-child:last-child,
.single .meta-bottom-2 > *:first-child:last-child{
	padding-left: 0;
	padding-right: 0;
}
.single .meta-bottom-2{
	padding-top: 20px;
	padding-bottom: 20px;
	border-width: 1px 0;
	border-style: solid;
}
body #st-el-4 .st-btns{
	overflow: auto;
}
body #st-1.st-has-labels .st-btn{
	min-width: 70px;
}
body #st-1 .st-btn > span{
	min-width: 30px;
	padding: 0 0 0 5px;/* rtl */
	margin: 0 0 0 5px;/* rtl */
	position: relative;
}
body #st-1 .st-btn > span:before{
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	content: "";
	width: 1px;
	background: rgba(0,0,0,0.1);
}
body #st-1 .st-btn:hover{
	top: 0;
	opacity: 0.8;
}
.single-post .single-navigation > a{
	color: inherit;
    display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 16px;
}
.single-navigation > a:before{
	position: absolute;
    top: 50%;
    left: 0; /*rtl*/
    margin-top: -7px;
    transition: 300ms ease;
    display: inline-block;
    vertical-align: middle;
}
.single-post .single-navigation.prev > a{
	padding-left: 20px; /*rtl*/
}
.single-post .single-navigation.next > a{
	padding-right: 20px; /*rtl*/
}
.single-navigation.next > a:before{
	right: 0; /*rtl*/
	left: auto; /*rtl*/
}

/*** Author ***/
.entry-author{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 30px;
	clear: both;
	border-width: 1px;
	border-style: solid;
}
.entry-author > *{
	display: table-cell;
	vertical-align: middle;
}
.entry-author .author-avatar{
	width: 150px;
	overflow: hidden;
	vertical-align: top;
	padding-right: 30px; /* rtl */
}
.entry-author .author-avatar img{
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
}
.entry-author .author-info .author,
.entry-author .author-info .role{
	text-transform: capitalize;
}
.entry-author .author-info .author{
	margin-right: 10px; /* rtl */
	display: inline-block;
}
.entry-author .author-info p{
	margin: 10px 0 0 0;
}
.entry-author .author a:hover{
	text-decoration: none;
}

/*** Comments ***/
.comments-area .heading-title > span{
	margin-right: 15px; /*rtl*/
}
.logged-in-as a{
	color: inherit;
	text-decoration: underline;
}
.logged-in-as a:hover{
	color: inherit;
	text-decoration: none;
}
.comments-area .navigation{
	text-align: center;
	margin: -5px -5px 0;
    padding: 30px 0 0;
}
.comments-area .commentlist + .navigation{
    border-width: 1px 0 0;
    border-style: solid;
	margin-bottom: 30px;
}
.comments-area .navigation a{
	color: inherit;
	text-decoration: underline;
}
.comments-area .navigation a:hover{
	text-decoration: none;
}
.comments-area .navigation > *{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.comments-area .navigation .nav-previous:not(:empty) + .nav-next:not(:empty){
	padding-left: 18px; /*rtl*/
	position: relative;
}
.comments-area .navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before{
	content: '|';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0; /*rtl*/
}
.comments-area > #comment-wrapper{
	margin-top: 90px;
	margin-bottom: 100px;
}
.comments-area > #comment-wrapper:first-child{
	margin-top: 0;
}
.comments-area > #comment-wrapper:last-child{
	margin-bottom: 0;
}
.single-post .comments-area{
	margin-top: 50px;
}
#comment-wrapper .heading-wrapper,
#comment-wrapper #commentform > p:not(.form-submit){
	margin-bottom: 50px;
}
#comment-wrapper #commentform > p:first-child{
	margin-top: -40px;
}
.commentlist li #comment-wrapper #commentform > p:first-child{
	margin-top: -20px;
}
.woocommerce #reviews #comments h2{
	margin-bottom: 15px;
}
#comment-wrapper .heading-title{
	margin-bottom: 0;
}
#comment-wrapper .heading-title + p{
	margin-top: 10px;
	margin-bottom: 0;
}
#comment-wrapper .heading-title small{
	font-size: 60%;
    margin-left: 20px; /*rtl*/
	letter-spacing: 0;
}
.woocommerce #review_form #respond .form-submit input,
#commentform .form-submit .button{
	min-width: 200px;
}
.comments-area .commentlist{
	margin: 0;
}
.comments-area:not(:last-child) .commentlist{
	margin-bottom: 70px;
}
.commentlist ol.children{
	margin: 0 0 0 180px; /*rtl*/
}
.commentlist ol.children ol.children{
	margin: 0 0 0 150px; /*rtl*/
}
.commentlist li.comment,
.woocommerce #reviews #comments ol.commentlist li{
    padding: 0;
	margin: 0;
    border-width: 1px 0 0;
    border-style: solid;
	list-style: none;
}
.commentlist > li.pingback + li.comment{
	margin-top: 25px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child,
.commentlist > li.comment:last-child{
	border-bottom-width: 0;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text{
    padding-bottom: 0;
}
.commentlist > li.comment:last-child > #comment-wrapper{
	margin-top: 30px;
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li:first-child,
.commentlist > li.comment:first-child{
	border-top-width: 0;
}
.commentlist li.comment .comment-detail,
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
}
.woocommerce #reviews ol.commentlist li .comment_container .avatar,
.commentlist li.comment .comment-wrapper div.avatar{
	width: 130px;
	margin-right: 30px; /*rtl*/
}
.woocommerce #reviews ol.commentlist li .comment_container,
.commentlist li.comment .comment-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 30px 0; 
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.commentlist li.comment .comment-wrapper .comment-text img{
	margin: 10px 0;
}
.woocommerce #reviews ol.commentlist li:first-child .comment_container,
.commentlist > li.comment:first-child > .comment-wrapper{
	padding-top: 0; 
}
.woocommerce #reviews ol.commentlist li:last-child .comment_container,
.commentlist > li.comment:last-child > .comment-wrapper{
	padding-bottom: 0; 
}
.woocommerce #reviews ol.commentlist li .comment-text,
.commentlist li.comment .comment-detail{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.commentlist li.comment .comment-wrapper .avatar img{
	width: 130px;
	height: 130px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    position: static;
    padding: 0;
    width: 130px;
    border: none;
    margin: 0 30px 0 0; /*rtl*/
}
.commentlist ol.children li.comment .comment-wrapper div.avatar{
	width: 130px;
}
.commentlist ol.children li.comment .comment-wrapper .avatar img{
	width: 130px;
	height: 130px;
}
.commentlist li.comment .comment-detail .comment-awaiting-moderation{
    width: 100%;
    font-size: 90%;
	color: #6A7E85;
    margin-bottom: 12px;
	display: block;
}
.commentlist li.comment .comment-actions a:hover,
.commentlist li.comment .comment-meta a:hover{
	text-decoration: none;
}
.commentlist li.comment .comment-meta{
	margin-bottom: 22px;
}
.comment-meta .author,
.woocommerce #reviews ol.commentlist li .woocommerce-review__author{
	text-transform: capitalize;
	margin-bottom: 8px;
}
.comment-meta .date-time,
.woocommerce #reviews ol.commentlist li .woocommerce-review__published-date{
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating{
	position: absolute;
    top: 4px;
    right: 0; /*rtl*/
}
.commentlist li p{
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom: 22px;
}
.commentlist li p:last-child,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description > *:last-child{
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta > *,
.comment-meta span{
	display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta > .woocommerce-review__dash{
	display: none;
}
#main-content.ts-col-18 .comment-meta .author + .date-time,
#main-content.ts-col-12 .comment-meta .author + .date-time{
    margin-left: 0; /*rtl*/
}
.commentlist li #comment-wrapper{
	margin-bottom: 50px;
}
.commentlist li #comment-wrapper p.logged-in-as{
	margin-bottom: 10px;
}
.commentlist li #comment-wrapper .heading-wrapper{
	margin-bottom: 30px;
}
.commentlist .children li:last-child{
	border-bottom-width: 0;
}
#cancel-comment-reply-link{
	font-weight: normal;
}
.comment-actions{
	position: absolute;
	top: 0; 
	right: 0; /*rtl*/
}
.comment-actions > *:not(:last-child){
	margin-right: 20px; /*rtl*/
}
.comment-actions > *,
.comment-actions a{
	line-height: 1;
	text-transform: uppercase;
}
.comment-actions a:after{
    margin-left: 4px; /*rtl*/
    font-size: 180%;
    display: inline-block;
    vertical-align: -8px;
}
#commentform .info-wrapper,
#commentform{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
#commentform .info-wrapper{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}
#commentform .info-wrapper > *{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px;
}
#commentform .info-wrapper > p,
#commentform .message-wrapper > p{
	margin-bottom: 26px;
}
#commentform .info-wrapper input{
	margin-bottom: 0;
}
#commentform input,
#commentform textarea{
	background: transparent;
}
#comment-wrapper #commentform #comment,
.woocommerce #reviews #comment{
    height: 230px;
	border-radius: 25px;
	padding: 30px;
}
#commentform .form-submit{
	text-align: center;
	margin-top: 37px;
}
/**/
#comments + #review_form_wrapper{
	margin-top: 53px;
}
#review_form_wrapper .comment-reply-title{
	display: block;
	text-align: center;
	margin-bottom: 24px;
}
.woocommerce #review_form #respond p.stars{
	margin: -5px 0 0;
}
.woocommerce #review_form #respond p.comment-notes{
	text-align: center;
    margin-bottom: 24px;
	margin-top: -5px;
}
#review_form_wrapper .comment-form-rating,
.woocommerce #review_form #respond .comment-form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.woocommerce #review_form #respond .comment-form{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.woocommerce #review_form #respond .comment-form > *:not(.comment-form-email):not(.comment-form-author){
	width: 100%;
}
.woocommerce #review_form #respond .comment-form .form-submit{
	margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form > .comment-form-email,
.woocommerce #review_form #respond .comment-form > .comment-form-author{
	width: calc(50% - 15px);
}
.woocommerce #review_form #respond .comment-form > .comment-form-comment,
.woocommerce #review_form #respond .comment-form > .comment-form-email,
.woocommerce #review_form #respond .comment-form > .comment-form-author,
.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent{
	margin-bottom: 50px;
}
.woocommerce #review_form #respond .comment-form input{
	margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating > label{
	margin-right: 15px; /*rtl*/
	padding: 0;
}
.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin-right: 10px; /*rtl*/
}
.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent > *{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

/*** Single related ***/
.comments-area,
.single-related-wrapper{
	clear: both;
}
.single-related-wrapper{
	padding-top: 60px;
	border-width: 1px 0 0;
	border-style: solid;
}
.entry-author-wrapper + .single-related-wrapper,
.meta-bottom-2 + .single-related-wrapper{
	padding-top: 0;
	border-width: 0;
}
.ts-shortcode .items{
	margin-left: -15px;
	margin-right: -15px;
}
.ts-shortcode .items .item{
	padding-left: 15px;
	padding-right: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------
	XV. PAGE TEMPLATE
---------------------------------------------------------------------------------------------------------------------*/

/*** Page 404 ***/
body.error404 #main > .page-container{
    border-width: 1px 0 0;
	border-style: solid;
}
body.error404 #main .breadcrumb-title-wrapper.no-title ~ .page-container,
body.error404 #main > .page-container{
    padding-top: 138px;
	padding-bottom: 204px;
}
body.error404 .not-found{
	text-align: center;
	margin: 0 auto;
	max-width: 510px;
}
body.error404 .not-found > i{
	font-size: 106px;
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
}
body.error404 .not-found h1{
	margin-bottom: 20px;
}
body.error404 .not-found p{
	line-height: 28px;
	margin-bottom: 0;
	color: #808080;
	margin-bottom: 42px;
}
body.error404 .not-found a.button{
	padding: 17px 40px;
}

/*-------------------------------------------------------------------------------------------------------------------
	XVI. RESPONSIVE
---------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px){
	.align-right .ts-language-switcher .wpml-ls-sub-menu,
	.align-right .ts-currency-switcher ul,
	.align-right .ts-language-switcher.dropdown-up .wpml-ls-sub-menu,
	.align-right .ts-currency-switcher.dropdown-up ul{
		right: 0; /*rtl*/
		left: auto; /*rtl*/
		margin: 0;
	}
	.list.columns-3 .products .product:not(.product-category):nth-last-child(3) .product-wrapper,
	.list.columns-3 .products .product:not(.product-category):nth-last-child(2) .product-wrapper,
	.list.columns-3 .products .product:not(.product-category):nth-last-child(1) .product-wrapper,
	.list.columns-2 .products .product:not(.product-category):nth-last-child(2) .product-wrapper,
	.list.columns-2 .products .product:not(.product-category):nth-last-child(1) .product-wrapper,
	.list.columns-1 .products .product:not(.product-category):last-child .product-wrapper{
		padding-bottom: 0;
	}
	#main-content:not(.ts-col-24) .filter-widget-area-button {
		display: none;
	}
	.breadcrumb-title-wrapper.breadcrumb-v2{
		background-position: right center; /*rtl*/
	}
	/*** Shop Filter ***/
	.filter-widget-area-button,
	.style-dropdown .filter-widget-area .widget-title-wrapper .widget-title:after,
	.style-dropdown #ts-filter-widget-area .ts-sidebar-content .close{
		display: none;
	}
	#main-content.ts-col-24.style-sidebar .filter-widget-area-button,
	#main-content.ts-col-24.style-floating-sidebar .filter-widget-area-button{
		display: inline-block;
	}
	.style-dropdown .product-on-sale-form{
		margin-right: 40px; /*rtl*/
	}
	.style-dropdown #ts-filter-widget-area{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.style-dropdown #ts-filter-widget-area div.overlay{
		display: none !important;
	}
	.style-dropdown #ts-filter-widget-area .ts-sidebar-content{
		padding: 0;
		height: auto;
		overflow: visible;
		position: relative;
		z-index: 8;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		transform: none;
		width: 100%;
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		background: transparent;
		box-shadow: none;
	}
	.style-dropdown .ts-sidebar-content .filter-widget-area{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.style-dropdown .ts-sidebar-content .filter-widget-area > section{
		width: auto;
		margin: 0;
		margin: 5px 25px 5px 0; /*rtl*/
	}
	.woocommerce-page .style-dropdown #ts-filter-widget-area .widget-container .widget-title-wrapper .widget-title{
		padding: 0;
		border: 0;
		margin: 0;
		display: inline-block;
		cursor: pointer;
	}
	.style-dropdown .filter-widget-area .widget-container .widget-title-wrapper:after{
		display: inline-block;
		vertical-align: -1px;
		font-size: 16px;
		margin-left: 2px; /*rtl*/
		transition: 300ms ease 0s;
	}
	.style-dropdown .filter-widget-area .widget-container:hover .widget-title-wrapper:after{
		transform: rotate(180deg);
	}
	.style-dropdown .filter-widget-area .widget-container > *:not(.widget-title-wrapper){
		position: absolute;
		top: 100%;
		left: 0; /*rtl*/
		width: 253px;
		padding: 65px 30px 33px;
		display: none !important;
		z-index: 2;
		overflow: initial;
	}
	.style-dropdown .filter-widget-area .widget_product_categories > ul,
	.style-dropdown .filter-widget-area .ts-product-categories-widget-wrapper > ul,
	.style-dropdown .filter-widget-area .product-filter-by-brand-wrapper > ul,
	.style-dropdown .filter-widget-area .product-filter-by-color > ul,
	.style-dropdown .filter-widget-area .woocommerce .woocommerce-widget-layered-nav-list{
		max-height: none;
	}
	.style-dropdown .filter-widget-area .widget-container ul{
		margin: 0;
	}
	.style-dropdown .filter-widget-area .widget-container > *:not(.widget-title-wrapper):before{
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 2px 5px rgba(118,118,118,0.38);
	}
	.style-dropdown .filter-widget-area .widget-container > *:not(.widget-title-wrapper) > *{
		position: relative;
		z-index: 2;
	}
	.style-dropdown .filter-widget-area .widget-container:not(:first-child) > *:not(.widget-title-wrapper){
		left: 50%; /*rtl*/
		transform: translateX(-50%); /*rtl*/
	}
	.style-dropdown .filter-widget-area .widget-container:hover > *:not(.widget-title-wrapper){
		-webkit-animation-duration: 250ms;
		-moz-animation-duration: 250ms;
		animation-duration: 250ms;
		animation-delay: 100ms;
		-webkit-animation-delay: 100ms;
		-moz-animation-delay: 100ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-webkit-animation-name: animation_dropdown;
		-moz-animation-name: animation_dropdown;
		animation-name: animation_dropdown;
		opacity: 1;
		visibility: visible;
		display: block !important;
	}
	#main-content:not(.ts-col-24) .filter-widget-area-button ~ .product-on-sale-form{
		margin-left: 0; /*rtl*/
	}
	/*** SHOPPING CART ***/
	.woocommerce table.shop_table.wishlist_table, 
	.woocommerce table.shop_table.wishlist_table thead, 
	.woocommerce table.shop_table.wishlist_table tr, 
	.woocommerce table.shop_table.wishlist_table th, 
	.woocommerce table.shop_table.wishlist_table td, 
	.woocommerce table.shop_table.wishlist_table tbody, 
	.woocommerce table.shop_table.wishlist_table tfoot
	.woocommerce table.shop_table.woocommerce-cart-form__contents, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents thead, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents th, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents td, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents tfoot{
		display: block;
	}
	.woocommerce table.shop_table.wishlist_table tr,
	.woocommerce table.shop_table.woocommerce-cart-form__contents tr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.woocommerce table.shop_table.wishlist_table tbody tr:last-child,
	.woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr:last-child{
		border-width: 0;
	}
	.woocommerce table.shop_table.wishlist_table th, 
	.woocommerce table.shop_table.wishlist_table td,
	.woocommerce table.shop_table.woocommerce-cart-form__contents th, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents td{
		border-width: 0;
		padding: 20px 0;
		margin: 0 20px 0 0; /*rtl*/
		text-align: end;
	}
	.woocommerce table.shop_table.wishlist_table .product-remove,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-remove,
	.woocommerce table.shop_table.wishlist_table th:last-child, 
	.woocommerce table.shop_table.wishlist_table td:last-child,
	.woocommerce table.shop_table.woocommerce-cart-form__contents th:last-child, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents td:last-child{
		margin-right: 0; /*rtl*/
	}
	.woocommerce table.shop_table.wishlist_table th,
	.woocommerce table.shop_table.woocommerce-cart-form__contents th{
		padding: 0 0 15px 0;
	}
	.woocommerce table.shop_table.wishlist_table th.product-thumbnail,
	.woocommerce table.shop_table.woocommerce-cart-form__contents th.product-thumbnail{
		display: none;
	}
	.woocommerce table.shop_table.wishlist_table .product-name,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-name{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: start;
	}
	.woocommerce table.shop_table.wishlist_table .product-add-to-cart{
		width: 200px;
		min-width: 200px;
	}
	.woocommerce table.shop_table.wishlist_table .product-price,
	.woocommerce table.shop_table.wishlist_table .product-stock-status{
		width: 200px;
		min-width: 150px;
	}
	.wishlist_table .product-add-to-cart a{
		margin: 0 0 5px auto !important; /*rtl*/
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-price,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal{
		width: 100px;
		min-width: 100px;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity .quantity{
		margin-right: 0; /*rtl*/
		margin-left: auto; /*rtl*/
	}
	.woocommerce table.shop_table td del{
		float: right; /*rtl*/
		margin-left: 10px; /*rtl*/
	}
	.woocommerce table.shop_table td del .amount.woocommerce-Price-amount{
		font-size: 100%;
		line-height: 20px;
		font-weight: normal;
	}
	#add_payment_method table.cart .product-thumbnail, 
	.woocommerce-cart table.cart .product-thumbnail, 
	.woocommerce-checkout table.cart .product-thumbnail{
		width: 80px;
		min-width: 80px;
	}
	.woocommerce table.shop_table.wishlist_table .product-remove,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-remove{
		order: 100;
		width: 70px;
	}
	#main-content.ts-col-12 .ts-special-product-wrapper .product .thumbnail-wrapper{
		width: 100%;
	}
	#main-content.ts-col-12 .ts-special-product-wrapper .product{
		display: block;
	}
	#main-content.ts-col-12 .ts-special-product-wrapper .product .meta-wrapper{
		padding: 33px 15px 40px;
	}
	#main-content.ts-col-12 .flashsale-product{
		border-width: 1px;
		border-style: solid;
		max-width: 100%;
	}
	#main-content.ts-col-12 .ts-special-product-wrapper .thumbnail-wrapper > img + .flashsale-product{
		position: static;
		margin: -30px auto 0;
		max-width: 90%;
		transform: none !important;
	}
	#main-content.ts-col-12 .flashsale-product > a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		background: #ffffff;
		position: relative;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#main-content.ts-col-12 .flashsale-product > a > *{
		width: 50%;
	}
	#main-content.ts-col-12 .flashsale-product .flashsale-price{
		padding: 10px;
	}
	body #main-content.ts-col-12 .ts-special-product-wrapper .products.swiper{
		padding-bottom: 60px;
	}
	body #main-content.ts-col-12 .ts-special-product-wrapper .products.swiper .swiper-button-next, 
	body #main-content.ts-col-12 .ts-special-product-wrapper .products.swiper .swiper-button-prev{
		border-width: 1px;
		border-style: solid;
	}
	body #main-content.ts-col-12 .ts-special-product-wrapper .products.swiper .swiper-button-prev{
		left: calc(50% - 39px) !important; /*rtl*/
	}
	body #main-content.ts-col-12 .ts-special-product-wrapper .products.swiper .swiper-button-next{
		left: 50% !important; /*rtl*/
	}
}
@media only screen and (min-width: 1279px){
	.ts-header-intro.header-v5 .header-middle > .container{
		padding-top: 37px;
		padding-bottom: 37px;
	}
	.ts-header-intro.header-v5 .is-sticky .header-middle > .container{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#main-content.ts-col-24.style-sidebar.show-filter-default .filter-widget-area-button{
		display: none;
	}
	.woocommerce .after-loop-wrapper:empty,
	ul.filter-bar{
		margin-bottom: 40px;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-price,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal{
		width: 15%;
	}
	.wishlist_table tr td.product-thumbnail,
	#add_payment_method table.cart .product-thumbnail, 
	.woocommerce-cart table.cart .product-thumbnail, 
	.woocommerce-checkout table.cart .product-thumbnail{
		width: 120px;
		min-width: 120px;
	}
	.wishlist_table tr td.product-thumbnail a{
		max-width: 100%;
	}
	.size-large .mc4wp-form .subscribe-email input[type="email"]{
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.page-template.blog-template.index-template .ts-pagination{
		margin-bottom: 100px;
	}
	.single-post .comments-area{
		margin-top: 100px;
	}
	.sm-horizontal.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img{
		max-width: 70px;
	}
	.sm-horizontal.icon-small.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img{
		max-width: 52px;
	}
	.woocommerce .products .product-category .meta-wrapper,
	.woocommerce .products .product-category .product-wrapper > a:first-child:before{
		opacity: 0;
		visibility: hidden;
		transition: 350ms ease;
	}
	.woocommerce .products .product-category .product-wrapper > a > img{
		width: calc(100% + 20px);
		transition: 350ms ease;
		transform: translate3d(-10px,0,0) scale(1.1);
	}
	.woocommerce .products .product-category:hover .product-wrapper > a > img{
		transform: translate3d(0,0,0) scale(1);
	}
	.woocommerce .products .product-category .meta-wrapper{
		bottom: 48px;
		padding: 0 35px;
		transform: translate3d(-20px,0,0);
	}
	.woocommerce .products .product-category:hover .meta-wrapper{
		transform: translate3d(0,0,0);
	}
	.woocommerce .products .product-category:hover .meta-wrapper,
	.woocommerce .products .product-category:hover .product-wrapper > a:before{
		opacity: 1;
		visibility: visible;
	}
	.main-content-fullwidth .woocommerce .woocommerce-cart-form,
	.main-content-fullwidth.woocommerce-checkout #customer_details,
	.layout-fullwidth .woocommerce .woocommerce-cart-form,
	.layout-fullwidth.woocommerce-checkout #customer_details{
		width: calc(100% - 510px);
	}
	.main-content-fullwidth .woocommerce > form.checkout #order_review_heading,
	.main-content-fullwidth .woocommerce > form.checkout #order_review,
	.main-content-fullwidth.woocommerce-cart .woocommerce .cart-collaterals,
	.layout-fullwidth .woocommerce > form.checkout #order_review_heading,
	.layout-fullwidth .woocommerce > form.checkout #order_review,
	.layout-fullwidth.woocommerce-cart .woocommerce .cart-collaterals{
		width: 450px;
	}
	.style-dropdown .ts-sidebar-content .filter-widget-area > section{
		margin-right: 40px; /*rtl*/
	}
	.view-all-wrapper > a:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid;
		transition: 0.2s ease-out;
	}
	.view-all-wrapper > a:hover:after{
		transform: scale(0);
		opacity: 0;
	}
	/*Filter sidebar*/
	.woocommerce .before-loop-wrapper{
		position: relative;
		z-index: 7;
	}
	.show-filter-default .filter-widget-area-button{
		display: none;
	}
	.style-sidebar #ts-filter-widget-area .ts-sidebar-content{
		left: 0; /*rtl*/
		right: auto;
		bottom: auto;
		top: 5px;
		width: 280px;
		height: auto;
		overflow: visible;
		position: absolute;
		box-shadow: none;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		transform: translate(-100%,0);
		z-index: 3;
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		background: transparent;
	}
	.style-sidebar #ts-filter-widget-area .overlay,
	.style-sidebar #ts-filter-widget-area .close,
	.ts_desktop .style-sidebar.show-filter-default .filter-widget-area-button{
		display: none;
	}
	#main-content.style-sidebar.show-filter-sidebar:not(.show-filter-default) #ts-filter-widget-area .ts-sidebar-content,
	.ts_desktop .style-sidebar.show-filter-default #ts-filter-widget-area .ts-sidebar-content{
		opacity: 1;
		visibility: visible;
		transform: translate(0,0);
	}
	#ts-filter-widget-area .ts-sidebar-content .filter-widget-area{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce.archive #main-content{
		position: relative;
		transition: min-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.woocommerce.archive #main-content #primary > *:not(.ts-active-filters){
		transition: padding-left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.woocommerce.archive .style-sidebar #primary > .before-loop-wrapper:after,
	.woocommerce.archive.ts_desktop .style-sidebar #primary > .before-loop-wrapper:after{
		transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > *,
	.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > *{
		padding-left: 310px; /*rtl*/
	}
	.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .ts-active-filters,
	.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .ts-active-filters{
		padding-left: 0; /*rtl*/
	}
	.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .before-loop-wrapper:after,
	.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .before-loop-wrapper:after{
		left: 310px; /*rtl*/
	}
	.woocommerce.archive #main-content #primary > .ts-active-filters:not(:empty){
		margin-bottom: 30px;
		padding-bottom: 28px;
		border-width: 0 0 1px;
		border-style: solid;
	}
	/*** Hover style 2 ***/
	.product-hover-vertical-style-2 .thumbnail-wrapper .product-group-button > div.loop-add-to-cart{
		top: auto;
		bottom: 10px;
		left: 10px;
		right: 10px;
		width: auto;
		height: auto;
		border-radius: 42px;
		padding: 0;
		transition: 250ms ease;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a .button-tooltip,
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart:hover a .button-tooltip{
		display: inline-block;
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart .button-tooltip{
		padding: 0;
		min-width: 0;
		position: static;
		text-transform: uppercase;
		white-space: normal;
		visibility: visible;
		opacity: 1;
		border-radius: 0;
		transition: none;
		transform: none;
		line-height: 23px;
		background: transparent !important;
		color: inherit !important;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a{
		display: block;
		width: auto;
		overflow: hidden;
		position: relative;
		padding: 9px 20px;
		transition: none;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.added .button-tooltip:before{
		font-size: 18px;
		opacity: 0;
		display: inline-block;
		vertical-align: -2px;
		visibility: hidden;
		transition: opacity 250ms ease;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.loading:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000000;
		color: #ffffff;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.loading:after{
		left: 50%;
		width: 14px;
		height: 14px;
		border-width: 1px;
		margin-top: -7px;
		margin-left: -7px;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.loading:after,
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a.added .button-tooltip:before{
		opacity: 1;
		visibility: visible;
	}
	.product-hover-vertical-style-2 .product-group-button > div.loop-add-to-cart a:not(.loading):after{
		display: none !important;
	}

	/*** Group button meta ***/
	.product-group-button-meta > div.loop-add-to-cart > a.button:before{
		margin-right: 8px; /*rtl*/
		font-size: 16px;
		display: inline-block;
		vertical-align: -1px;
	}
	.product-group-button-meta > .loop-add-to-cart .button.added:before{
		font-size: 90%;
		color: inherit;
	}
	blockquote cite, blockquote .entry-meta-middle {
		margin-top: 24px;
	}
	/*** Shortcode ***/
	.ts-shortcode.ts-slider.partial-full > .content-wrapper{
		width: calc(100% + 500px);
		margin-left: -250px;
		margin-right: -250px;
	}
	.ts-shortcode.ts-slider.partial-left > .content-wrapper{
		width: calc(100% + 335px);
		margin-left: -335px; /*rtl*/
	}
	.ts-shortcode.ts-slider.partial-right > .content-wrapper{
		width: calc(100% + 335px);
		margin-right: -335px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-full .swiper-button-prev{
		left: 250px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-full .swiper-button-next{
		right: 250px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-prev{
		left: 335px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-next{
		right: 335px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-next, 
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-next, 
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-prev,
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-next:after, 
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-next:after, 
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-prev:after,
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-prev:after{
		font-size: 24px;
		line-height: 60px;
	}
	#primary > .list-categories .product-wrapper > a:first-child:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,0.4);
		border-radius: 50%;
		transform: scale(0);
		opacity: 0;
		transition: 300ms ease;
		z-index: 2;
	}
	#primary > .list-categories .product-wrapper:hover > a:first-child:before{
		transform: scale(1);
		opacity: 1;
	}
	.text-left-top .spacing-large .box-content{
		left: 40px;top: 76px;
	}
	.text-left-bottom .spacing-large .box-content{
		left: 40px;bottom: 76px;
	}
	.text-left-center .spacing-large .box-content{
		left: 40px;
	}
	.text-right-top .spacing-large .box-content{
		right: 40px;top: 76px;
	}
	.text-right-bottom .spacing-large .box-content{
		right: 40px;bottom: 76px;
	}
	.text-right-center .spacing-large .box-content{
		right: 40px;
	}
	.text-center-top .spacing-large .box-content{
		left: 40px;right: 40px;top: 76px;
	}
	.text-center-bottom .spacing-large .box-content{
		left: 40px;right: 40px;bottom: 76px;
	}
	.text-center-center .spacing-large .box-content{
		left: 40px;right: 40px;
	}
}
@media only screen and (min-width: 1600px){
	.ts-shortcode.ts-slider.partial-left > .content-wrapper{
		width: calc(100% + 300px);
		margin-left: -300px; /*rtl*/
	}
	.ts-shortcode.ts-slider.partial-right > .content-wrapper{
		width: calc(100% + 300px);
		margin-right: -300px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-left .swiper-button-prev{
		left: 300px; /*rtl*/
	}
	body .ts-shortcode.ts-product.ts-slider.partial-right .swiper-button-next{
		right: 300px; /*rtl*/
	}
	.vertical-menu-sidebar .ts-sidebar-content,
	.ts-floating-sidebar .ts-sidebar-content{
		width: 495px;
		transform: translateX(495px);/* rtl */
	}
	.vertical-menu-sidebar .ts-sidebar-content{
		padding: 130px 100px;
		transform: translateX(-495px);/* rtl */
	}
	.main-content-fullwidth .style-sidebar #ts-filter-widget-area .ts-sidebar-content,
	.layout-fullwidth .style-sidebar #ts-filter-widget-area .ts-sidebar-content{
		width: 330px;
	}
	.main-content-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > *,
	.main-content-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > *,
	.layout-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > *,
	.layout-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > *{
		padding-left: 430px; /*rtl*/
	}
	.main-content-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .ts-active-filters,
	.main-content-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .ts-active-filters,
	.layout-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .ts-active-filters,
	.layout-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .ts-active-filters{
		padding-left: 0; /*rtl*/
	}
	.main-content-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .before-loop-wrapper:after,
	.main-content-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .before-loop-wrapper:after,
	.layout-fullwidth.woocommerce.archive .style-sidebar.show-filter-sidebar #primary > .before-loop-wrapper:after,
	.layout-fullwidth.woocommerce.archive.ts_desktop .style-sidebar.show-filter-default #primary > .before-loop-wrapper:after{
		left: 430px; /*rtl*/
	}
	body .ts-popup-modal .product-360-container{
		width: 700px;
	}
	#ts-quickshop-modal .popup-container{
		width: 1100px;
	}
	.layout-fullwidth #primary > .list-categories > .product-category,
	.main-content-fullwidth #primary > .list-categories > .product-category{
		width: 20%;
	}
	.woocommerce div.product .product-images-summary div.woocommerce-product-gallery{
		width: 58%;
	}
	.woocommerce div.product .product-images-summary div.summary{
		width: 42%;
	}
	.woocommerce div.product.gallery-layout-horizontal .product-images-summary div.images .flex-control-thumbs{
		margin: 0 -15px;
	}
	.woocommerce div.product.gallery-layout-horizontal .product-images-summary div.images .flex-control-thumbs li{
		padding: 30px 15px 0;
	}
	.woocommerce div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
		padding-left: 200px; /*rtl*/
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		width: 174px;
	}
	.woocommerce div.product.gallery-layout-vertical .product-images-summary div.images .flex-control-thumbs li{
		width: 170px;
	}
	.woocommerce div.product.gallery-layout-vertical .product-images-summary div.images .flex-control-thumbs li:not(:last-child){
		padding-bottom: 30px;
	}
	.elementor-col-100 .left-top .box-content,
	.elementor-col-50 .left-top .box-content{
		left: 80px;
		top: 80px;
	}
	.elementor-col-100 .left-bottom .box-content,
	.elementor-col-50 .left-bottom .box-content{
		left: 80px;
		bottom: 80px;
	}
	.elementor-col-100 .left-center .box-content,
	.elementor-col-50 .left-center .box-content{
		left: 80px;
	}
	.elementor-col-100 .right-top .box-content,
	.elementor-col-50 .right-top .box-content{
		right: 80px;
		top: 80px;
	}
	.elementor-col-100 .right-bottom .box-content,
	.elementor-col-50 .right-bottom .box-content{
		right: 80px;
		bottom: 80px;
	}
	.elementor-col-100 .right-center .box-content,
	.elementor-col-50 .right-center .box-content{
		right: 80px;
	}
	.elementor-col-100 .center-top .box-content,
	.elementor-col-50 .center-top .box-content{
		left: 80px;right: 80px;
		top: 80px;
	}
	.elementor-col-100 .center-bottom .box-content,
	.elementor-col-50 .center-bottom .box-content{
		left: 80px;right: 80px;
		bottom: 80px;
	}
	.elementor-col-100 .center-center .box-content,
	.elementor-col-50 .center-center .box-content{
		left: 80px;right: 80px;
	}
	
	.ts-blogs.style-2 article.has-post-thumbnail .thumbnail-content:before{
		top: 30px;
		left: 30px;
		right: 30px;
		bottom: 30px;
	}
	.ts-blogs.related-posts article.has-post-thumbnail header{
		top: 30px;
		left: 30px;
		right: 30px;
	}
	.ts-blogs.related-posts article.has-post-thumbnail .entry-meta-top{
		left: 30px;
		right: 30px;
	}
	.ts-blogs.style-2 article.has-post-thumbnail .entry-content{
		top: 60px;
		left: 60px;
		right: 60px;
		bottom: 60px;
	}
	.intro-header-section{
		padding: 17% 0;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px){
	.main-content-fullwidth #left-sidebar, 
	.main-content-fullwidth #right-sidebar, 
	.main-content-fullwidth #main-content,
	.layout-fullwidth #left-sidebar, 
	.layout-fullwidth #right-sidebar, 
	.layout-fullwidth #main-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	body .elementor-element.elementor-widget-text-editor.md-custom-padding > .elementor-widget-container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.columns-3 .list-posts article .entry-meta-top,
	.ts-blogs.columns-3 article .entry-meta-top{
		font-size: 90%;
	}
	.header-v5 .header-middle .logo-wrapper.logo-center,
	.header-v5 .header-middle .menu-wrapper.menu-center{
		width: 50%;
	}
	.header-v5 .header-middle .header-left, .header-middle .header-right {
		width: 25%;
	}
	.ts-header nav.main-menu > ul.menu > li, .ts-header nav.main-menu > ul > li {
		margin: 0 40px 0 0;
	}
}
@media only screen and (max-width: 1279px){
	
	/*** Reset **/
	.visible-ipad{
		display: block !important;
	}
	.hidden-ipad{
		display: none !important;
	}
	.ts-md-aligncenter{
		text-align: center !important;
	}
	.md-h-center.elementor-section > .elementor-container > .elementor-row,
	.md-h-center.elementor-section > .elementor-container{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ts-megamenu-fullwidth .elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 100%;
	}
	.ts-shortcode .items{
		margin-left: -10px;
		margin-right: -10px;
	}
	.ts-shortcode .items .item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ts-blogs.related.ts-slider .theme-title{
		padding-right: 68px; /*rtl*/
	}
	.ts-blogs.related .swiper .swiper-button-prev,
	.ts-blogs.related .swiper .swiper-button-next{
		width: 30px;
		height: 30px;
	}
	.ts-blogs.related .swiper .swiper-button-prev {
		right: 34px; /*rtl*/
	}
	.ts-blogs.related .swiper .swiper-button-prev:after,
	.ts-blogs.related .swiper .swiper-button-next:after{
		font-size: 14px;
		line-height: 30px;
	}
	.pagination-wrap ul.pagination > li,
	.ts-pagination ul li,
	.woocommerce nav.woocommerce-pagination ul li,
	.dokan-pagination-container .dokan-pagination li{
		margin-left: 2px;
		margin-right: 2px;
	}
	.ts-header .ts-header-help .dropdown-container,
	.ts-header .ts-header-help-title > a:after,
	.my-account-wrapper .dropdown-container,
	.shopping-cart-wrapper .dropdown-container{
		display: none !important;
	}
	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,
	.wp-block-search .wp-block-search__button,
	.woocommerce .widget_price_filter .price_slider_amount .button,
	.woocommerce-page .widget_price_filter .price_slider_amount .button,
	input[type="submit"].dokan-btn, 
	.wishlist_table .product-add-to-cart a,
	a.dokan-btn, 
	.dokan-btn,
	#comments .wcpr-filter-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{
		padding-left: 20px;
		padding-right: 20px;
	}
	body.page article.page + .comments-area,
	.woocommerce nav.woocommerce-pagination{
		margin-top: 60px;
	}
	.ts-active-filters > .widget_layered_nav_filters{
		margin-bottom: 12px;
	}
	.woocommerce .before-loop-wrapper{
		margin-bottom: 34px;
	}
	.layout-fullwidth .elementor-widget .elementor-widget-container > h5, .main-content-fullwidth .elementor-widget .elementor-widget-container > h5 {
		margin-bottom: 26px;
	}
	.ts-shortcode:not(.ts-slider).columns-3 .item,
	.ts-shortcode:not(.ts-slider).columns-4 .item,
	.ts-shortcode:not(.ts-slider).columns-5 .item,
	.ts-shortcode:not(.ts-slider).columns-6 .item,
	.ts-shortcode:not(.ts-slider).columns-7 .item,
	.ts-shortcode:not(.ts-slider).columns-8 .item,
	.ts-shortcode:not(.ts-slider).columns-9 .item,
	.ts-shortcode:not(.ts-slider).columns-10 .item{
		width: 50%;
	}
	body.error404 #main .breadcrumb-title-wrapper.no-title ~ .page-container,
	body.error404 #main > .page-container{
		padding-top: 58px;
		padding-bottom: 124px;
	}
	body.error404 .not-found > i{
		font-size: 90px;
	}
	.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
		margin-top: 30px;
	}
	.woocommerce .woocommerce-order,
	.woocommerce .woocommerce-customer-details,
	.yith-wfbt-section,
	article.single-post > .entry-content:last-child,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product div.woocommerce-product-gallery {
		margin-bottom: 60px;
	}
	.woocommerce #customer_login,
	.woocommerce form.track_order,
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce-account .woocommerce-MyAccount-navigation{
		margin-top: 10px;
	}
	.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce #customer_login,
	.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce form.track_order,
	.breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce form.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce-account .breadcrumb-title-wrapper.no-title ~ .page-container .woocommerce-MyAccount-navigation{
		margin-top: 30px;
	}
	.woocommerce div.product div.summary{
		padding-left: 30px; /*rtl*/
		margin-bottom: 55px;
	}
	.woocommerce div.product .summary .woocommerce-tabs .panel{
		padding: 90px 50px 50px; /*rtl*/
		position: fixed;
		background: #ffffff;
		z-index: 999;
	}
	.woocommerce div.product .summary .woocommerce-tabs .panel .close {
		top: 30px;
	}
	.admin-bar.woocommerce div.product .summary .woocommerce-tabs .panel{
		top: 32px;
	}
	.woocommerce div.product .summary.tab-content-active .woocommerce-tabs .panel.active {
		display: block !important;
	}
	.woocommerce div.product .summary .woocommerce-tabs .panel.woocommerce-Tabs-panel--description > h2{
		text-align: center;
	}
	#main-content:not(.ts-col-24) .summary ul.columns-2 > li{
		width: 100%;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product .product-images-summary div.woocommerce-product-gallery,
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-horizontal .product-images-summary div.woocommerce-product-gallery{
		width: 45%;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product .product-images-summary div.summary,
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-horizontal .product-images-summary div.summary{
		width: 55%;
	}
	.woocommerce div.product .summary .woocommerce-tabs{
		margin: 24px 0 0;
	}
	.elementor-text-editor > *:first-child img.alignnone {
		margin-top: -6px;
	}
	.elementor-column-gap-wider>.elementor-column>.elementor-widget-wrap,
	.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
		padding: 10px;
	}
	#left-sidebar,
	#right-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-content{
		padding: 0 15px;
	}
	body.single-post #main-content > article.single-post:last-child,
	body.page article.page + .comments-area > #comment-wrapper{
		margin-bottom: 60px;
	}
	.md-custom-padding h2{
		margin-bottom: 10px;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ts-product-columns-dropdown{
		display: none;
	}
	.woocommerce .ts-product-columns-dropdown ~ .woocommerce-ordering{
		margin-left: auto; /*rtl*/
	}
	.product-per-page-form ul.perpage .perpage-current > span:last-child,
	.woocommerce .woocommerce-ordering .orderby-current{
		padding-right: 20px; /*rtl*/
	}
	.widget-container span.icon-toggle{
		top: 5px;
	}
	.product-group-button .button-tooltip{
		display: none;
	}
	body .wpcf7 form textarea{
		height: 140px;
	}
	.admin-bar #ts-product-360-modal.ts-popup-modal .close{
		top: 80px;
	}
	.header-language *:focus{
		outline: 0 !important;
	}
	.ts-shortcode .column-tabs{
		margin-bottom: 20px;
	}
	.ts-product-in-category-tab-wrapper.style-tabs-default .column-tabs,
	.ts-product-in-product-type-tab-wrapper.ts-shortcode .column-tabs{
		margin-bottom: 32px;
	}
	body .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title {
		min-height: 250px;
	}
	.ts-header-intro .elementor-widget-image figcaption{
		margin: 20px 0 0;
	}
	.ts-blogs.columns-3 .items article,
	.columns-3 .list-posts article{
		width: 50%;
	}
	.columns-2 .list-posts,
	.columns-3 .list-posts{
		margin-left: -10px;
		margin-right: -10px;
	}
	.columns-2 .list-posts article,
	.columns-3 .list-posts article{
		padding-left: 10px;
		padding-right: 10px;
	}
	.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-left: 20px; /*rtl*/
	}
	
	/*** Header ***/
	.header-sticky{
		z-index: 995;
	}
	.header-top .header-currency .wcml_currency_switcher > a:after{
		margin-top: 1px;
	}
	ul.menu li .menu-icon{
		width: 22px;
		margin-right: 7px; /*rtl*/
	}
	.header-middle > .container{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-bottom > .container{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.ts-header .my-wishlist-wrapper .tini-wishlist, 
	.ts-header .my-account-wrapper .account-control > a, 
	.ts-header .shopping-cart-wrapper .cart-control{
		padding: 10px;
	}
	.ts-header .dropdown-container .theme-title span, 
	.ts-header .my-wishlist-wrapper .tini-wishlist .count-number, 
	.ts-header .shopping-cart-wrapper .cart-control .cart-number{
		top: 0;
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
	}
	.header-v1 .header-middle .logo-wrapper.logo-center,
	.header-v1 .header-middle .menu-wrapper.menu-center{
		width: 30%;
	}
	.header-v1 .header-middle .header-left,
	.header-v1 .header-middle .header-right{
		width: 35%;
	}
	.header-v1 .header-bottom > .container{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.header-v1 .header-middle + .header-bottom{
		margin-top: -21px;
	}
	.header-v2 .is-sticky .header-middle > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 28px;
	}
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 29px;
	}
	.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 28px;
	}
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 24px;
	}
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 25px;
	}
	.header-v3 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 24px;
	}
	.header-v3 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 18px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.ts-header nav > ul.menu li ul.sub-menu:before{
		top: 18px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.ts-header nav > ul.menu li ul.sub-menu:after{
		top: 18px;
	}
	.header-v4 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 23px;
	}
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 23px;
	}
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 24px;
	}
	.header-v1 .ts-header nav > ul.menu li ul.sub-menu:before,
	.header-v1 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
		top: 14px;
	}
	.header-v1 .ts-header nav > ul.menu li ul.sub-menu:after,
	.header-v1 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
		top: 15px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 19px;
	}
	.ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 14px;
	}
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-left: 25px;
		padding-right: 25px;
	}
	.header-sticky > .ts-search-by-category{
		bottom: 0;
	}
	.header-sticky > .ts-search-by-category .search-table .search-field input[type="text"]{
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-sticky > .ts-search-by-category .search-table .search-button:before,
	.header-sticky > .ts-search-by-category .close{
		font-size: 26px;
	}
	.header-sticky > .ts-search-by-category ::-webkit-input-placeholder{
		font-size: 16px;
	}
	.header-sticky > .ts-search-by-category :-moz-placeholder{
		font-size: 16px;
	}
	.header-sticky > .ts-search-by-category ::-moz-placeholder{
		font-size: 16px;
	}
	.header-sticky > .ts-search-by-category :-ms-input-placeholder{
		font-size: 16px;
	}
	.header-v2 .header-middle > .container{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-v4 .header-middle .header-left, 
	.header-v4 .header-middle .header-right,
	.header-v3 .header-middle .header-left, 
	.header-v3 .header-middle .header-right,
	.header-v2 .header-middle .header-left, 
	.header-v2 .header-middle .header-right{
		width: auto;
	}
	.header-v4 .header-middle .menu-wrapper.menu-center,
	.header-v2 .header-middle .menu-wrapper.menu-center,
	.header-v3 .header-middle .menu-wrapper.menu-center{
		width: auto;
		flex: 1;
	}
	.header-v4 .ts-header .header-top .header-store-notice,
	.header-v4 .ts-header .header-top .header-left{
		max-width: 40%;
	}
	.header-v5 .header-middle .header-left,
	.header-v5 .header-middle .header-right{
		width: auto;
	}
	.header-v5 .header-middle .menu-wrapper{
		flex: 1;
	}
	.header-v5 .header-middle .header-left{
		padding-right: 30px; /*rtl*/
	}
	.header-v1 .header-sticky > .ts-search-by-category{
		bottom: 20px;
	}
	.ts-header nav.main-menu > ul.menu > li, 
	.ts-header nav.main-menu > ul > li {
		margin: 0 40px 0 0; /*rtl*/
	}
	.ts-floating-sidebar .ts-sidebar-content{
		width: 375px;
		transform: translateX(375px);
		padding: 30px;
	}
	#vertical-menu-sidebar ul ul li{
		font-size: 90%;
	}
	.ts-megamenu-container .elementor-widget .elementor-widget-container h5, 
	.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title, 
	.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5, 
	.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5{
		margin-bottom: 15px;
	}
	.intro-header-section{
		padding: 180px 0;
	}
	.ts-header nav > ul > li.button > a, .ts-header nav > ul.menu > li.button > a{
		min-width: 0;
		padding: 8px 20px;
	}
	.ts-header-intro .ts-header nav.main-menu > ul.menu > li.button,
	.ts-header-intro .ts-header nav.main-menu > ul > li.button{
		margin-left: 0;
	}
	body.header-v2 .header-top .ts-header-help,
	body.header-v2 .header-top .ts-header-help .dropdown-container,
	body.header-v2 .header-top .ts-header-find-store{
		font-size: 100%;
	}
	.header-middle .search-button.search-icon .icon > span{
		display: none;
	}
	.header-middle  .search-button.search-icon .icon:before{
		margin-right: 0; /*rtl*/
	}
	
	/*** Product ***/
	.woocommerce .before-loop-wrapper{
		padding-bottom: 0;
	}
	.woocommerce .woocommerce-ordering{z-index: 9;}
	#primary > .list-categories{
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none; /*hide scrollbar*/
		scrollbar-width: none;
		margin: 0 0 60px;
	}
	#primary > .list-categories::-webkit-scrollbar{
		display: none; /*hide scrollbar*/
	}
	#primary > .list-categories .product{
		margin: 0 30px 0 0;
		flex: none;
		padding: 0;
	}
	#primary > .list-categories .product-wrapper > a:first-child{
		width: 100px;
	}
	.product .product-wrapper .product-group-button > div{
		display: block;
	}
	.product .product-wrapper:hover .product-group-button > div{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	#main-content.ts-col-24.style-dropdown .product-on-sale-form{
		display: none;
	}
	.ts-shop-result-count{
		margin-top: 50px;
	}
	.woocommerce .products{
		margin: 0 -10px;
	}
	.woocommerce .products .product,
	.woocommerce .products .product:not(.product-category){
		padding: 0 10px;
	}
	.woocommerce .cross-sells > .products:not(.swiper) .product, 
	.woocommerce .up-sells > .products:not(.swiper) .product, 
	.woocommerce .related > .products:not(.swiper) .product,
	.woocommerce #tab-more_seller_product .products .product,
	.woocommerce.columns-10 .products .product,
	.woocommerce.columns-9 .products .product,
	.woocommerce.columns-8 .products .product,
	.woocommerce.columns-7 .products .product,
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product{
		width: 25%;
	}
	#main-content:not(.ts-col-24) .woocommerce.columns-10 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-9 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-8 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-7 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-6 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-5 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-4 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-3 .products .product{
		width: 33.33333%;
	}
	.product_list_widget .product-label,
	.woocommerce .product .product-label{
		left: 10px; /*rtl*/
		top: 10px;
	}
	.thumbnail-wrapper .product-group-button > div{
		width: 30px;
		height: 30px;
		opacity: 1;
		visibility: visible;
		transition: none;
		border-radius: 5px;
		top: 10px;
		right: 10px; /*rtl*/
		display: block;
	}
	.thumbnail-wrapper .product-group-button > div.button-in.quickshop,
	.thumbnail-wrapper .product-group-button > div.button-in.compare,
	.product-group-button > div:hover a .button-tooltip,
	.thumbnail-wrapper .product-group-button .button-tooltip{
		display: none;
	}
	.thumbnail-wrapper .product-group-button > div.loop-add-to-cart:first-child{top: 10px;}
	.thumbnail-wrapper .product-group-button > div.loop-add-to-cart{top: 45px;}
	.product-group-button > div a:after{
		font-size: 18px;
		line-height: 30px;
	}
	.product-group-button-meta > div.wishlist .added a:before, 
	.product-group-button > div.wishlist .added a:after, 
	.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before{
		font-size: 14px;
	}
	.product-group-button > div a.loading:after,
	.woocommerce .product-group-button > div .button.loading:after{
		width: 14px;
		height: 14px;
		border-width: 1px;
		border-top-width: 1px;
		margin-top: -7px;
		margin-left: -7px; /*rtl*/
	}
	.product-group-button-meta > div.loop-add-to-cart > .button{
		padding: 6px 10px;
		font-size: 12px;
	}
	ul.product_list_widget li .ts-wg-thumbnail, 
	.woocommerce ul.product_list_widget li .ts-wg-thumbnail, 
	ul.product_list_widget li img, 
	.woocommerce ul.cart_list li img, 
	.woocommerce ul.product_list_widget li img{
		width: 140px;
	}
	ul.product_list_widget li .ts-wg-meta, 
	.woocommerce ul.product_list_widget li .ts-wg-meta{
		width: calc(100% - 140px);
	}
	.woocommerce div.product .summary > *{
		margin: 0 0 16px;
	}
	.woocommerce div.product .summary > .sku-wrapper{
		margin-bottom: 18px;
	}
	.woocommerce div.product .summary > .woocommerce-product-details__short-description:not(:last-child),
	.woocommerce div.product .summary > .ts-variation-price:not(:last-child),
	.woocommerce div.product .summary > p.price:not(:last-child),
	.woocommerce div.product .summary > span.price:not(:last-child){
		margin-bottom: 23px;
	}
	.woocommerce div.product form.cart .variations{
		margin-bottom: 0;
	}
	.woocommerce div.product .woocommerce-product-rating{
		margin-right: 20px; /*rtl*/
	}
	.woocommerce div.product .summary form.cart div.quantity{
		width: 150px;
	}
	.star-rating,
	.star-rating span,
	.woocommerce .star-rating span:before,
	.woocommerce .star-rating:before,
	.rs-layer .rs-starring .star-rating:before,
	.rs-layer .rs-starring-page .star-rating:before,
	.rs-layer .rs-starring .star-rating span:before,
	.rs-layer .rs-starring-page .star-rating span:before,
	.ts-testimonial-wrapper .rating:before,
	.ts-testimonial-wrapper .rating span:before,
	blockquote .rating:before, blockquote .rating span:before{
		font-size: 14px;
		letter-spacing: 3px;
	}
	.star-rating,
	.woocommerce .star-rating,
	.ts-testimonial-wrapper .rating, 
	.rs-layer .rs-starring .star-rating,
	.rs-layer .rs-starring-page .star-rating,
	blockquote .rating{
		width: 86px;
		height: 15px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2, 
	.woocommerce.related > h2, 
	.yith-wfbt-section > h3{
		margin-bottom: 33px;
	}
	#reviews .woocommerce-product-rating{
		margin-bottom: 30px;
	}
	.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button {
		min-width: 0;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		width: 80px;
		margin-right: 20px; /*rtl*/
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p{
		margin-bottom: 8px;
	}
	.woocommerce .woocommerce-tabs .woocommerce-product-rating .star-rating, .woocommerce .woocommerce-tabs .woocommerce-product-rating > * {
		margin: 0 5px 0 0; /*rtl*/
	}
	.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper{
		margin: 0;
	}
	.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
		padding: 0;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs{
		margin: 0 -5px;
	}
	.woocommerce div.product.gallery-layout-grid div.images .flex-control-thumbs,
	.woocommerce div.product.gallery-layout-horizontal div.images .flex-control-thumbs{
		margin-top: 10px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		padding: 0 5px 0;
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		margin: 0 10px 0 0; /*rtl*/
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs li{
		padding: 0 0 10px;
	}
	.woocommerce div.product .summary form.cart{
		margin-top: 0;
	}
	.woocommerce div.product form.cart .reset_variations{
		margin-top: 0;
	}
	.summary .single-product-buttons > *:not(:last-child){
		margin-right: 20px; /*rtl*/
	}
	div.product.gallery-layout-slider .product-images-summary div.woocommerce-product-gallery .flex-viewport{
		width: calc(100% + 250px);
		margin-right: -250px; /*rtl*/
	}
	div.woocommerce-product-gallery .flex-direction-nav .flex-prev,
	div.woocommerce-product-gallery .flex-direction-nav .flex-next{
		width: 40px;
		height: 40px;
		left: 10px; /*rtl*/
	}
	div.woocommerce-product-gallery .flex-direction-nav .flex-next{
		right: 10px; /*rtl*/
		left: auto; /*rtl*/
	}
	div.woocommerce-product-gallery .flex-direction-nav .flex-prev:after,
	div.woocommerce-product-gallery .flex-direction-nav .flex-next:after{
		font-size: 22px;
		line-height: 40px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin: 0 -25px 40px;
	}
	#page div.product .woocommerce-tabs ul.tabs:after{
		left: 25px;
		right: 25px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		margin: 0 25px; /*rtl*/
		padding: 0 0 15px 0;
	}
	.woocommerce-page #ts-filter-widget-area .widget-container.ts-social-icons, 
	.woocommerce-page #left-sidebar .widget-container.ts-social-icons, 
	.woocommerce-page #right-sidebar .widget-container.ts-social-icons{
		padding: 30px;
	}
	#ts-filter-widget-area ul.product_list_widget li .ts-wg-thumbnail,
	#ts-filter-widget-area .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
	#ts-filter-widget-area ul.product_list_widget li img,
	.ts-sidebar ul.product_list_widget li .ts-wg-thumbnail,
	.ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
	.ts-sidebar ul.product_list_widget li img,
	.ts-sidebar .woocommerce ul.cart_list li img, 
	.ts-sidebar .woocommerce ul.product_list_widget li img{
		width: 100px;
	}
	
	/*** Cart/Checkout ***/
	.woocommerce-cart article .woocommerce form.woocommerce-cart-form, 
	.woocommerce-cart article .woocommerce .cart-collaterals{
		width: 100%;
	}
	.woocommerce .cross-sells, 
	.woocommerce .up-sells, 
	.woocommerce .related, 
	.woocommerce.related{
		margin-bottom: 60px !important;
	}
	.woocommerce .woocommerce-cart-form,
	.woocommerce-checkout #customer_details,
	.woocommerce-cart article .woocommerce .cart-collaterals,
	.woocommerce-checkout #order_review,
	.woocommerce #customer_login,
	.woocommerce > form.checkout #customer_details,
	.woocommerce > form.checkout #order_review,
	.woocommerce.yith-wcwl-form,
	.woocommerce .after-loop-wrapper:not(:last-child),
	.woocommerce.archive #main > .page-container,
	.woocommerce form.track_order,
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce-account .woocommerce-MyAccount-content{
		margin-bottom: 60px;
	}
	.woocommerce-billing-fields > h3{
		margin-bottom: 26px;
	}
	.woocommerce table.shop_table.cart td.actions {
		margin: 30px 0 0 0;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td {
		padding-left: 0 !important;
	}
	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce table.shop_table.cart td.actions .button{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.woocommerce-billing-fields__field-wrapper > p.form-row-first,
	.woocommerce-billing-fields__field-wrapper > p.form-row-last,
	.woocommerce-shipping-fields__field-wrapper > p.form-row-first,
	.woocommerce-shipping-fields__field-wrapper > p.form-row-last{
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin: 0 -20px 40px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul:after{
		left: 20px;
		right: 20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		margin: 0 20px;
	}
	.woocommerce #review_form #respond .comment-form > .comment-form-comment,
	.woocommerce #review_form #respond .comment-form > .comment-form-email,
	.woocommerce #review_form #respond .comment-form > .comment-form-author,
	.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent{
		margin-bottom: 30px;
	}
	.yith-wfbt-section .yith-wfbt-submit-block{
		padding: 30px 30px 0;
	}
	.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button {
		margin-top: 16px;
	}

	/*** Blog ***/
	.page-container.thumbnail-parallax .entry-header .entry-format{
		height: 470px;
	}
	.page-container.thumbnail-parallax:before{
		top: 470px;
	}
	.ts-blogs.style-2 article.has-post-thumbnail .thumbnail-content:before,
	.ts-blogs.style-3 article.has-post-thumbnail .thumbnail-content:before,
	.ts-blogs.style-3 article.has-post-thumbnail:hover .thumbnail-content:before,
	.ts-blogs.style-2 article.has-post-thumbnail:hover .thumbnail-content:before{
		opacity: 1;
	}
	.ts-blogs.style-3 article.has-post-thumbnail:hover .heading-title,
	.ts-blogs.style-3 article.has-post-thumbnail:hover .meta-content-wrapper,
	.ts-blogs.style-2 article.has-post-thumbnail:hover .heading-title,
	.ts-blogs.style-2 article.has-post-thumbnail:hover .entry-meta-bottom,
	.ts-blogs.style-3 article.has-post-thumbnail .heading-title, 
	.ts-blogs.style-3 article.has-post-thumbnail .meta-content-wrapper, 
	.ts-blogs.style-2 article.has-post-thumbnail .heading-title, 
	.ts-blogs.style-2 article.has-post-thumbnail .entry-meta-bottom{
		opacity: 1;
		transition: none;
		transform: none;
	}
	.post_list_widget li .thumbnail{
		margin: 0 0 20px;
		width: 100%;
	}
	.post_list_widget li .entry-meta-top > *:not(:last-child){
		margin-right: 10px; /*rtl*/
	}
	.ts-sidebar .widget-container{
		margin: 40px 0 0 0;
	}
	.widget-container.ts-social-icons{
		padding: 30px 20px;
	}
	.ts-pagination{
		margin-top: 0;
		margin-bottom: 60px;
	}
	.list-posts article, 
	.ts-blogs .items article{
		margin-bottom: 50px;
	}
	.list-posts article .entry-content, 
	.ts-blogs .items article.video .entry-content, 
	.ts-blogs .items article.has-post-thumbnail .entry-content{
		margin-top: 20px;
	}
	.heading-wrapper, 
	.heading-shortcode, 
	.theme-title{
		margin: 0 0 30px 0;
	}
	.woocommerce #reviews ol.commentlist li .comment_container .avatar,
	.commentlist li.comment .comment-wrapper div.avatar{
		width: 80px;
		margin-right: 20px; /*rtl*/
	}
	.commentlist li.comment .comment-wrapper .avatar img{
		width: 80px;
		height: 80px;
	}
	.commentlist ol.children li.comment .comment-wrapper div.avatar{
		width: 80px;
	}
	.commentlist ol.children li.comment .comment-wrapper .avatar img{
		width: 80px;
		height: 80px;
	}
	.comment-actions a{
		font-size: 12px;
	}
	.comment-actions a:after{
		font-size: 150%;
		vertical-align: -5px;
	}
	.commentlist ol.children{
		margin-left: 100px; /*rtl*/
	}
	.commentlist ol.children ol.children{
		margin-left: 80px; /*rtl*/
	}
	.comments-area > #comment-wrapper{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#comment-wrapper .heading-wrapper,
	#comment-wrapper #commentform > p:not(.form-submit){
		margin-bottom: 30px;
	}
	#comment-wrapper #commentform > p:first-child{
		margin-top: -20px;
	}
	#commentform .info-wrapper > p, 
	#commentform .message-wrapper > p{
		margin-bottom: 30px;
	}
	.commentlist li.comment .comment-meta{
		margin-bottom: 8px;
	}
	.columns-2 .list-posts article .entry-content,
	.columns-3 .list-posts article .entry-content,
	.ts-blogs.columns-2 .items article.video .entry-content,
	.ts-blogs.columns-2 .items article.has-post-thumbnail .entry-content,
	.ts-blogs.columns-3 .items article.video .entry-content,
	.ts-blogs.columns-3 .items article.has-post-thumbnail .entry-content{
		margin-top: 0;
	}
	#commentform .form-submit{
		margin-top: 0;
	}
	article.single-post > .comments-area{
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.commentlist li.comment .comment-wrapper{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	/*** Main Content ***/
	.ts-popup-modal .popup-container{
		width: 90%;
	}
	.ts-popup-modal .popup-container.product-360-container{
		width: 600px;
	}
	.ts-product-video-button,
	.ts-product-360-button{
		width: 36px;
		height: 36px;
	}
	.ts-product-video-button:before,
	.ts-product-360-button:before{
		font-size: 24px;
		line-height: 36px;
	}
	.ts-product-video-button + .ts-product-360-button{
		left: 48px; /*rtl*/
	}
	#to-top{
		width: 40px;
		height: 40px;
	}
	#to-top a{
		width: 40px;
		height: 40px;
	}
	#to-top a:before{
		font-size: 20px;
		line-height: 40px;
	}
	.wpcf7-form-submit {
		margin-top: 20px;
	}
	#ts-search-result-container ul.product_list_widget li{
		width: 50%;
	}

	/*** Shortcode ***/
	.ts-shortcode .shortcode-heading-wrapper{
		margin: 0 0 32px 0;
	}
	.ts-list-of-product-categories-wrapper h3.heading-title{
		margin-bottom: 30px;
	}
	.ts-list-of-product-categories-wrapper .list-categories ul li {
		font-size: 100%;
	}
	.column-tabs ul.tabs li:not(:last-child),
	.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:not(:last-child){
		margin-right: 36px; /*rtl*/
	}
	.ts-special-product-wrapper .thumbnail-wrapper > img + .flashsale-product{
		bottom: 30px;
		right: 30px; /*rtl*/
		max-width: 220px;
	}
	.ts-special-product-wrapper .products .meta-wrapper > .short-description{
		margin-bottom: 25px !important;
	}
	.style-tabs-vertical .column-tabs{
		width: 100%;
		padding-right: 0; /*rtl*/
	}
	.style-tabs-vertical .column-content{
		width: 100%;
	}
	.style-tabs-vertical .column-tabs .list-categories {
		flex-direction: column;
		align-items: center;
	}
	.style-tabs-vertical .column-tabs .list-categories ul.tabs li {
		width: auto;
	}
	.ts-team-members .member-social a i{
		font-size: 22px;
	}
	.ts-team-members .team-info .member-role{
		font-size: 90%;
	}
	.ts-testimonial-wrapper blockquote > .content{
		margin-top: 27px;
	}
	.elementor-widget-wp-widget-ts_instagram h5{
		padding: 10px 25px;
	}
	.ts-banner .ts-banner-button .button{
		padding-top: 10px;
		padding-bottom: 8px;
	}
	.ts-banner:not(.button-text) .ts-banner-button .button{
		min-width: 0;
		line-height: 1;
	}
	.ts-countdown.style-2 .counter-wrapper > div{
		min-width: 80px;
		padding: 18px 5px;
	}
	.woocommerce .products .product-category .product-wrapper > a:before{
		background: rgba(0,0,0,.4);
	}
	.columns-2.ts-blogs .entry-meta-top, 
	.columns-3.ts-blogs .entry-meta-top,
	.columns-2 .list-posts .entry-meta-top, 
	.columns-3 .list-posts .entry-meta-top{
		margin-top: 18px;
		font-size: 90%;
	}
	.columns-3 .entry-meta-top .cats-link > span:first-child, 
	.columns-3 .entry-meta-top > *:not(:last-child),
	.columns-2 .entry-meta-top .cats-link > span:first-child, 
	.columns-2 .entry-meta-top > *:not(:last-child){
		margin-right: 8px; /*rtl*/
	}
	.ts-special-product-wrapper .product .meta-wrapper{
		padding: 30px;
	}
}
@media only screen and (max-width: 991px){
	/*** Header ***/
	.header-v1 .header-middle .logo-wrapper.logo-center,
	.header-v1 .header-middle .menu-wrapper.menu-center,
	.header-middle .logo-wrapper.logo-center,
	.header-middle .menu-wrapper.menu-center{
		width: 24%;
	}
	.header-v1 .header-middle .header-left, 
	.header-v1 .header-middle .header-right,
	.header-middle .header-left,
	.header-middle .header-right{
		width: 38%;
	}
	.ts-header .header-left > *{
		padding-right: 17px; /*rtl*/
	}
	.ts-header .header-right > .ts-header-help{
		padding-right: 10px; /*rtl*/
	}
	.ts-header .header-right > *{
		padding-left: 17px; /*rtl*/
	}
	.ts-header nav.main-menu > ul.menu > li, 
	.ts-header nav.main-menu > ul > li{
		margin: 0 25px 0 0; /*rtl*/
	}
	.ts-header .header-right > .search-button.search-icon{
		padding-right: 0; /*rtl*/
	}
	.ts-header .header-right > .search-button.search-icon .icon{
		padding: 10px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 6px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 7px;
	}
	.header-v2 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 6px;
	}
	.header-v4 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 5px;
	}
	.header-v4 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 6px;
	}
	.header-v4 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.header-v4 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 5px;
	}
	.ts-header .is-sticky nav > ul.menu li ul.sub-menu:before,
	.ts-header nav > ul.menu li ul.sub-menu:before{
		top: 18px;
	}
	.ts-header .is-sticky nav > ul.menu li ul.sub-menu:after,
	.ts-header nav > ul.menu li ul.sub-menu:after{
		top: 19px;
	}
	.ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 19px;
	}
	.header-v4 .ts-header .header-top .header-store-notice,
	.header-v4 .ts-header .header-top .header-left{
		max-width: 45%;
	}
	.header-v4 .ts-header .header-top .header-right{
		max-width: 55%;
	}
	.header-top .language-currency > *:not(:first-child){
		margin-left: 16px; /*rtl*/
	}
	.ts-header .header-top .header-right > *{
		padding-left: 16px; /*rtl*/
	}
	.top-header-menu>ul>li:not(:last-child){
		margin-right: 16px; /*rtl*/
	}
	.header-v4 .header-middle .menu-wrapper.menu-center,
	.header-v3 .header-middle .menu-wrapper.menu-center,
	.header-v2 .header-middle .menu-wrapper.menu-center{
		width: calc(100% + 50px);
		order: 10;
		flex: none;
		padding: 5px 0;
		border-width: 1px 0;
		border-style: solid;
		margin: 15px -25px 0;
	}
	.header-v3 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.header-v3 .ts-header .is-sticky nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 6px;
	}
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:before,
	.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:before{
		top: 6px;
	}
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:after,
	.header-v3 .ts-header .is-sticky nav > ul.menu li ul.sub-menu:after{
		top: 7px;
	}
	.header-v5 .header-middle .menu-wrapper.menu-center{
		width: 100%;
		flex: none;
		order: 10;
		padding: 5px 0 0;
		text-align: left; /*rtl*/
	}
	.header-v5 .ts-header .header-top .header-store-notice,
	.header-v5 .ts-header .header-top .header-left {
		max-width: 40%;
	}
	.ts-megamenu .center-top .box-content,
	.ts-megamenu .center-bottom .box-content,
	.ts-megamenu .center-center .box-content{
		left: 15px;right: 15px;
	}
	.ts-header-intro .ts-header nav.main-menu > ul.menu > li,
	.ts-header-intro .ts-header nav.main-menu > ul > li {
		margin: 0 15px 0 0;
	}
	.ts-header-intro.header-v5 .header-middle .menu-wrapper.menu-center{
		width: auto;
		margin-left: auto;
		flex: 1;
		text-align: end;
		padding: 0;
	}
	.ts-header nav > ul > li.button > a,
	.ts-header nav > ul.menu > li.button > a{
		padding: 8px 15px;
	}
	.header-top > .container{
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
		padding: 20px 0;
	}

	/*** Cart/Checkout ***/
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.cart img{
		width: 100px;
	}
	.woocommerce .woocommerce-cart-form,
	.woocommerce-checkout #customer_details,
	.woocommerce > form.checkout #order_review_heading,
	.woocommerce > form.checkout #order_review,
	.woocommerce-cart .woocommerce .cart-collaterals{
		width: 100%;
	}
	.wishlist_table.mobile li{
		width: 33.3333%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li:after,
	.woocommerce-account .woocommerce-MyAccount-navigation ul:after{
		display: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		padding: 0;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		margin-bottom: 0;
		flex-wrap: nowrap;
	}
	.woocommerce table.my_account_orders td, .woocommerce table.shop_table.order_details td{
		padding-left: 0; /*rtl*/
		padding-right: 0; /*rtl*/
	}
	.woocommerce form.track_order,
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
		max-width: 100%;
	}

	/*** Product ***/
	#primary > .list-categories > .product-category{
		width: 33.33333%;
	}
	.woocommerce .cross-sells > .products:not(.swiper) .product, 
	.woocommerce .up-sells > .products:not(.swiper) .product, 
	.woocommerce .related > .products:not(.swiper) .product,
	.woocommerce.columns-10 .products .product,
	.woocommerce.columns-9 .products .product,
	.woocommerce.columns-8 .products .product,
	.woocommerce.columns-7 .products .product,
	.woocommerce.columns-6 .products .product,
	.woocommerce.columns-5 .products .product,
	.woocommerce.columns-4 .products .product{
		width: 33.33333%;
	}
	.woocommerce #tab-more_seller_product .products .product{
		width: 33.33333%;
	}
	#main-content:not(.ts-col-24) .woocommerce.columns-10 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-9 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-8 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-7 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-6 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-5 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-4 .products .product,
	#main-content:not(.ts-col-24) .woocommerce.columns-3 .products .product{
		width: 50%;
	}
	div.product .summary .ts-countdown{
		float: none;
		padding-top: 5px !important;
	}
	.yith-wfbt-section .yith-wfbt-images,
	.yith-wfbt-section .yith-wfbt-items{
		width: 100%;
	}
	.yith-wfbt-section .yith-wfbt-submit-block{
		width: 100%;
		order: 3;
		border-width: 1px 0 0;
		border-style: solid;
		text-align: center;
		padding: 30px;
	}
	.yith-wfbt-section .yith-wfbt-items li:last-child,
	.yith-wfbt-section .yith-wfbt-images td:last-child{
		border-right-width: 0; /*rtl*/
	}
	.woocommerce div.product.gallery-layout-grid div.woocommerce-product-gallery{
		margin-bottom: 50px;
	}
	.woocommerce div.product.gallery-layout-slider div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-grid div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery{
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce div.product.gallery-layout-slider div.summary,
	.woocommerce div.product.gallery-layout-grid div.summary,
	.woocommerce div.product.gallery-layout-vertical div.summary{
		width: 100%;
		padding-left: 0; /*rtl*/
	}
	.woocommerce #main-content:not(.ts-col-24) div.product .product-images-summary div.woocommerce-product-gallery,
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-horizontal .product-images-summary div.woocommerce-product-gallery{
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product .product-images-summary div.summary,
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-horizontal .product-images-summary div.summary{
		width: 100%;
		padding: 0;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
		padding-left: 90px; /*rtl*/
	}
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		width: 80px;
	}
	.woocommerce-page #ts-filter-widget-area .widget-container.ts-social-icons, 
	.woocommerce-page #left-sidebar .widget-container.ts-social-icons, 
	.woocommerce-page #right-sidebar .widget-container.ts-social-icons{
		padding: 30px 20px;
	}

	/*** Blog ***/
	.single .meta-bottom-1 > *:last-child, .single .meta-bottom-2 > *:last-child{
		text-align: center;
		padding-left: 0; /*rtl*/
	}
	.single .meta-bottom-1 > *:first-child, .single .meta-bottom-2 > *:first-child{
		padding-right: 0; /*rtl*/
	}
	.single .meta-bottom-1 > *:last-child, .single .meta-bottom-2 > *:last-child:not(:first-child){
		margin-top: 10px;
	}
	.single .meta-bottom-1 > *, .single .meta-bottom-2 > * {
		-webkit-box-flex: none;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	body.single-post blockquote{
		padding: 40px;
	}
	.page-container.thumbnail-parallax .entry-header .entry-format{
		height: 340px;
	}
	.page-container.thumbnail-parallax:before{
		top: 340px;
	}
	
	/*** Shortcode ***/
	.ts-list-of-product-categories-wrapper.columns-4 .list-categories ul li{
		width: 33.3333%;
	}
	.columns-2 .list-posts article .entry-meta-top,
	.columns-3 .list-posts article .entry-meta-top,
	.ts-blogs.columns-2 article .entry-meta-top,
	.ts-blogs.columns-3 article .entry-meta-top{
		font-size: 85%;
		margin-top: 15px;
	}
	.columns-2 .list-posts article .entry-meta-top .cats-link > span:first-child,
	.columns-3 .list-posts article .entry-meta-top .cats-link > span:first-child,
	.columns-2 .list-posts article .entry-meta-top > *:not(:last-child),
	.columns-3 .list-posts article .entry-meta-top > *:not(:last-child),
	.ts-blogs.columns-2 article .entry-meta-top .cats-link > span:first-child,
	.ts-blogs.columns-3 article .entry-meta-top .cats-link > span:first-child,
	.ts-blogs.columns-2 article .entry-meta-top > *:not(:last-child),
	.ts-blogs.columns-3 article .entry-meta-top > *:not(:last-child){
		margin-right: 8px; /*rtl*/
	}
	.column-tabs .list-categories .heading-tab{
		margin-bottom: 15px;
	}
	.column-tabs .list-categories{
		flex-direction: column;
		align-items: center;
	}
	.column-tabs .list-categories ul.tabs,
	.column-tabs .heading-tab .heading-title{
		text-align: center;
	}
	.ts-special-product-wrapper .product .meta-wrapper{
		width: 100%;
		flex: none;
		text-align: center;
		padding: 53px 30px 60px;
		border-width: 1px 1px 0;
		border-style: solid;
	}
	.ts-special-product-wrapper .product .thumbnail-wrapper{
		width: 100%;
	}
	.ts-special-product-wrapper .thumbnail-wrapper > img + .flashsale-product{
		right: 30px; /*rtl*/
	}
	.flashsale-product .flashsale-price .price del + ins{
		margin: 0 0 10px;
	}
	.flashsale-product .flashsale-price .price del,
	.flashsale-product .flashsale-price .price ins{
		width: 100%;
	}
	.ts-team-members:not(.ts-slider) .item{
		width: 33.3333%;
	}
	body .ts-special-product-wrapper .products.swiper .swiper-button-next, 
	body .ts-special-product-wrapper .products.swiper .swiper-button-prev{
		left: calc(50% - 40px) !important; /*rtl*/
	}
	body .ts-special-product-wrapper .products.swiper .swiper-button-next{
		left: 50% !important; /*rtl*/
	}
	.ts-banner.description-top .box-content > div > h2:not(:last-child){
		margin-bottom: 12px;
	}
	.ts-banner:not(.button-text) .ts-banner-button .button{
		font-size: 12px;
	}
	.ts-banner .banner-bg img.img-sm{
		display: block;
	}
	.ts-banner .banner-bg img.img-sm + img{
		display: none;
	}
	.text-left-top .box-content{
		left: 20px;top: 30px;
	}
	.text-left-bottom .box-content{
		left: 20px;bottom: 30px;
	}
	.text-left-center .box-content{
		left: 20px;
	}
	.text-right-top .box-content{
		right: 20px;top: 30px;
	}
	.text-right-bottom .box-content{
		right: 20px;bottom: 30px;
	}
	.text-right-center .box-content{
		right: 20px;
	}
	.text-center-top .box-content{
		left: 20px;right: 20px;
		top: 30px;
	}
	.text-center-bottom .box-content{
		left: 20px;right: 20px;
		bottom: 30px;
	}
	.text-center-center .box-content{
		left: 20px;right: 20px;
	}
	.text-tablet-left-top .box-content{
		left: 20px;right: auto;
		top: 30px;bottom: auto;
		transform: none;
	}
	.text-tablet-left-bottom .box-content{
		left: 20px;right: auto;
		top: auto;bottom: 30px;
		transform: none;
	}
	.text-tablet-left-center .box-content{
		left: 20px;right: auto;
		top: 50%;bottom: auto;
		transform: translate(0,-50%);
	}
	.text-tablet-right-top .box-content{
		right: 20px;left: auto;
		top: 30px;bottom: auto;
		transform: none;
	}
	.text-tablet-right-bottom .box-content{
		right: 20px;left: auto;
		top: auto;bottom: 30px;
		transform: none;
	}
	.text-tablet-right-center .box-content{
		right: 20px;left: auto;
		top: 50%;bottom: auto;
		transform: translate(0,-50%);
	}
	.text-tablet-center-top .box-content{
		text-align: center;
		left: 20px;right: 20px;
		top: 30px;bottom: auto;
		transform: none;
	}
	.text-tablet-center-bottom .box-content{
		text-align: center;
		left: 20px;right: 20px;
		top: auto;bottom: 30px;
		transform: none;
	}
	.text-tablet-center-center .box-content{
		left: 20px;right: 20px;
		top: 50%;bottom: auto;
		transform: translateY(-50%);
		text-align: center;
	}
}
@media only screen and (max-width: 768px){
	.woocommerce table.shop_table_responsive.woocommerce-orders-table tr, 
	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr{
		border-width: 1px;
		border-style: solid;
		padding: 30px;
		margin-top: -1px;
	}
	.woocommerce table.shop_table_responsive.woocommerce-orders-table tr > td:first-child, 
	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr > td:first-child{
		padding-top: 0;
	}
	.woocommerce table.shop_table_responsive.woocommerce-orders-table tr > td:last-child, 
	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr > td:last-child{
		padding-bottom: 0;
		border-width: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1279px){
	.woocommerce div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
		padding-left: 110px; /*rtl*/
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		width: 100px;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-vertical.has-gallery div.woocommerce-product-gallery{
		padding-left: 0; /*rtl*/
	}
	.woocommerce #main-content:not(.ts-col-24) div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		width: calc(100% + 10px);
		position: static;
		display: flex;
		flex-wrap: wrap;
		margin: 10px -5px 0;
	}
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-price,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity,
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal{
		width: 15%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1025px){
	body .elementor-element.elementor-widget-text-editor.md-custom-padding > .elementor-widget-container{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.header-v2 .header-middle > .container{
		padding-top: 15px;
		padding-bottom: 0;
	}
	.header-v3 .header-middle{
		border-width: 0;
	}
	.header-v3 .sticky-wrapper .header-middle .container{
		padding-bottom: 0;
	}
	body .elementor-element.elementor-widget-text-editor.md-custom-padding > .elementor-widget-container {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.header-v4.header-transparent.header-text-light .header-middle-inner{
		padding-bottom: 0;
	}
	.header-v4 .header-middle .menu-wrapper.menu-center{
		border-bottom-width: 0;
	}
	.elementor-section.intro-header-section.elementor-section-height-full{
		max-height: 750px;
	}
	.header-v2 .is-sticky .header-middle > .container{
		padding-bottom: 0;
	}
	.ipad-portrait-50 .elementor-column.elementor-col-25, 
	.ipad-portrait-50 .elementor-column[data-col="25"]{
		width: 50%;
	}
	.style-dropdown .before-loop-wrapper .woocommerce-ordering{
		display: none;
	}
	.style-dropdown .ts-sidebar-content .filter-widget-area > section:last-child{
		margin-right: 0; /*rtl*/
	}
	.woocommerce .products .product-category .meta-wrapper{
		bottom: 20px;
		padding: 0 20px;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product > .woocommerce-tabs ul.tabs{
		margin-left: 0;
		margin-right: 0;
		justify-content: flex-start;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product > .woocommerce-tabs ul.tabs li{
		margin-left: 0; /*rtl*/
		margin-right: 25px; /*rtl*/
	}
	.woocommerce #main-content:not(.ts-col-24) div.product > .woocommerce-tabs ul.tabs li:last-child{
		margin-right: 0; /*rtl*/
	}
	.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-left: 16px; /*rtl*/
	}
}
@media only screen and (min-width: 767px) and (max-width: 768px){
	.woocommerce table.shop_table_responsive.cart tr td::before,
	.woocommerce-page table.shop_table_responsive.cart tr td::before{
		display: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background-color: transparent !important;
	}
	.woocommerce table.shop_table.wishlist_table .product-name, 
	.woocommerce table.shop_table.woocommerce-cart-form__contents .product-name {
		text-align: start !important;
	}
	.woocommerce #content table.cart td.actions .coupon, 
	.woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		float: left; /*rtl*/
		padding-bottom: 0;
	}
	.woocommerce #content table.cart td.actions .button, 
	.woocommerce table.cart td.actions .button, 
	.woocommerce-page #content table.cart td.actions .button, 
	.woocommerce-page table.cart td.actions .button{
		width: auto;
	}
	.md-custom-padding h2{
		font-size: 25px;
		line-height: 1.1;
	}
}