/*
Theme Name: Baby Care
Theme URI: https://demo.theme-sky.com/babycare/
Author: Theme Sky Team
Author URI: https://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Version: 1.3.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: baby-care
*/

/*
	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 BABYCARE
	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
		6. INSTAGRAM
	VIII. CHECK OUT
	IX. SHOPPING CART
	X. POPUP/MODAL
	XI. WOOCOMMERCE MESSAGE
	XII. MY ACCOUNT
	XIII. WISHLIST
	XIV. BLOG
		1. BLOG DETAIL
		2. PORTFOLIO DETAIL
	XV. PAGE TEMPLATE
	XVI. RESPONSIVE
*/

.ts-sidebar:after,
header:after,
.header-left:after,
.header-container:after,
div#main:after,
div.wpcf7 .ts-row:after,
.ts-megamenu-container:after,
.container:after,
div.content-wrapper:after,
.page-container:after,
.ts-social-sharing ul:after,
.social-icons ul:after,
.single-counter-wrapper:after,
.woocommerce #customer_login:after,
.header-right .language-currency:after,
#group-icon-header .social-icons ul:after,
.woocommerce div.product:after,
.mobile-2-columns ul:after,
.entry-meta-middle > *:after,
div.product .summary .meta-content > div:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form:after,
.single-portfolio.left-thumbnail .entry-main:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul:after,
.products .product:not(.product-category) .meta-wrapper-2:after,
.ts-blogs-wrapper .blogs:after,
.ts-product .content-wrapper:after,
.ts-shortcode .items:after,
.ts-portfolio-wrapper .ts-portfolio-wrapper .item-wrapper:after,
table.group_table td.woocommerce-grouped-product-list-item__price:after,
.woocommerce-product-gallery__wrapper:after,
#commentform .info-wrapper:after,
.product-images-summary:after,
.portfolio-info.like-button:after,
.group-button-header .language-currency:after,
.panel .product-content:after,
.related-posts .blogs:after,
.woocommerce .products:after,
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6: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);
	}
}

/* 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
---------------------------------------------------------------------------------------------------------------------*/
.mobile-menu-wrapper .mobile-menu li[class*="icomoon-"]:before,
.ts-header nav.main-menu li[class*="icomoon-"]:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper > a:before,
.ts-tiny-account-wrapper .account-control>a:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-mobile-icon-toggle .icon:before,
.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before,
.mobile-button-home .icon:before,
.header-contact-info > a:before,
.header-v4 .my-account-wrapper .account-control > a:after,
.header-v4 .shopping-cart-wrapper .cart-control .ic-cart:after,
.vertical-menu .ts-menu-drop-icon:after,
.sub-menu > li.parent .ts-menu-drop-icon:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
.ts-header nav > ul.menu li[class*="babycare-"]:before,
.mobile-menu-wrapper nav > ul li[class*="babycare-"]:before,
.widget_nav_menu li[class*="babycare-"]:before,
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current):before,
.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-selector > span:before,
.ask-about-product-button:before,
.single-navigation > a:before,
.swiper-button-next:after, 
.swiper-button-prev:after,
.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.widget-container.product-filter-by-brand ul > li label:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after,
.product-filter-by-color ul li a:after,
.product-wrapper .color-swatch > div:after,
.ts-product-attribute div.option.color a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color) > a:after,
ul li.cat-parent > span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
.widget_display_search > form > div:before,
.search-table .search-button:before,
body .select2-search--dropdown:before,
#group-icon-header .tab-mobile-menu li: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,
nav.main-menu > ul.menu li.parent > a:after,
.mobile-menu-wrapper li .ts-menu-drop-icon:after,
.product-group-button > div a:after,
.product-group-button > div.loop-add-to-cart a.added:after,
.product-group-button-meta > div.button-in a:before,
.product-group-button-meta > div.loop-add-to-cart > a.button:before,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
.summary .single-product-buttons a.compare:before,
.product_list_widget .button-in a: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,
.vertical-menu-heading:before,
#to-top a:before,
#ts-filter-widget-area .close:after,
.eicon-close:before,
.ts-floating-sidebar .close:after, 
.ts-popup-modal .close:after,
body #cboxClose:after,
html body > h1 a.close:before,
body table.compare-list tr.remove td > a .remove:before,
.portfolio-thumbnail a.like:before,
.portfolio-like .ic-like:before,
ul li.recentcomments .comment-author-link:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:before,
.woocommerce div.product form.cart .reset_variations:before,
.woocommerce table.shop_table .product-remove a:before,
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,
.filter-widget-area-button > a:before,
body.search.search-no-results .alert:before,
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce .summary form.cart button.button.added:before,
.woocommerce.archive #primary > .woocommerce-info:before,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before{
    font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*content*/
.ts-tiny-account-wrapper .account-control>a:before{
	content: "\e938";
}
.shopping-cart-wrapper .cart-control .ic-cart:before{
	content: "\e941";
}
.my-wishlist-wrapper > a:before{
	content: "\e917";
}
.vertical-menu-heading:before,
#group-icon-header .tab-mobile-menu li:before,
.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before,
.ts-mobile-icon-toggle .icon:before{
	content: "\e926";
}
#group-icon-header .tab-mobile-menu #vertical-menu:before{
	content: "\e935";
}
#group-icon-header .tab-mobile-menu li:before{
	font-size: 90%;
	display: inline-block;
	margin-right: 10px; /*rtl*/
}
.mobile-button-home .icon:before{
	content: "\e91b";
}
.filter-widget-area-button > a:before{
	content: "\e92f";
}
.header-contact-info > a:before{
	content: "\e908";
}
body.search.search-no-results .alert:before,
.woocommerce.archive #primary > .woocommerce-info:before{
    content: "\ea0c";
}
#to-top a:before{
	content: "\e93e";
}
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current):before{
	content: "\e93c";
}
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,
.eicon-close:before,
.search-button.search-icon .icon.active:before,
.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:before,
.woocommerce div.product form.cart .reset_variations: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,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before{
	content: "\e944";
}
.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,
nav.main-menu > ul.menu li.parent > a:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
.header-v4 .my-account-wrapper .account-control > a:after,
.header-v4 .shopping-cart-wrapper .cart-control .ic-cart:after,
ul li.cat-parent > span.icon-toggle: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: "\e94d";
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:after{
	content: "-";
}
.widget-title-wrapper a.block-control.active:after{
	content: "\e93e";
}
.widget-container ul li > span.icon-toggle:after, 
.elementor-widget[data-widget_type*="wp-widget-"] ul li > span.icon-toggle:after{
	display: inline-block;
	transition: 200ms ease;
}
.widget-container ul li.active > span.icon-toggle:after, 
.elementor-widget[data-widget_type*="wp-widget-"] ul li.active > span.icon-toggle:after{
	transform: rotate(180deg);
}
.vertical-menu .ts-menu-drop-icon:after,
.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: "\e93c";
}
.mobile-menu-wrapper li.active .ts-menu-drop-icon.active:after{
	content: "\e93d";
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before{
	content: "\e94d";
}
.ts-product-columns-selector > span:before{
	content: '\e933';
}
.ts-product-columns-selector > span.column-2:before{
	content: '\e934';
}
.ts-product-columns-selector > span.column-3:before{
	content: '\e935';
}
.ts-product-columns-selector > span.column-4:before{
	content: '\e936';
}
.ts-product-columns-selector > span.column-5:before{
	content: '\e937';
}
.ts-product-columns-selector > span.column-6:before{
	content: '\e952';
}
.ask-about-product-button:before{
	content: '\e953';
}
.swiper-button-next:after, 
.single-navigation.next:not(:empty) > a:before{
	content: "\e93c";/* rtl */
}
.swiper-button-prev:after,
.single-navigation.prev:not(:empty) > a:before{
	content: "\e93d";/* rtl */
}
.search-table .search-button:before,
.widget_display_search > form > div: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: "\e909";
}
.summary .single-product-buttons a.compare:before,
.product-group-button-meta > div.compare a:before{
	content: "\e951";
}
.product-group-button > div.compare a:after{
	content: "\e929";
}
.portfolio-thumbnail a.like:before,
.portfolio-like .ic-like:before,
.product-group-button > div.wishlist a:after{
	content: "\e918";
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
.product-group-button-meta > div.wishlist a:before{
	content: "\e917";
}
.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:after, 
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist.added a:before, 
.woocommerce.main-products.columns-1 > .products .product-group-button-meta > .wishlist .added a:after{
	content: "\e94f";
}
.product-group-button > div.loop-add-to-cart a:after,
.product-group-button > div.loop-add-to-cart a.added:after{
	content: "\e950";
}
.product-group-button-meta > .loop-add-to-cart .button.added:before,
.woocommerce .summary form.cart button.button.added:before{
	content: "\e942";
	margin-right: 10px; /*rtl*/
}
.add-to-cart-popup-content .heading .theme-title:before{
	content: "\e942";
}
.product-group-button > div.loop-add-to-cart a.added:after{
	display: block !important;
	margin: 0;
	line-height: 36px;
}
#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: "\e910";
	vertical-align: -2px;
}
.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.widget-container.product-filter-by-brand ul > li label:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-color ul li a:after,
.product-wrapper .color-swatch > div:after,
.ts-product-attribute div.option.color a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after,
.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color) > a:after{
	content: "\e942";
}
/**/
blockquote:before,
.entry-meta-middle > *:before,
.ts-product-video-button:before, 
.ts-product-360-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,
.woocommerce-account .addresses .title .edit:before,
.threesixty .nav_bar a:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after{
	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;
}
.entry-meta-middle > .date-time:before{
	content: "\f017";
}
.entry-meta-middle > .comment-count:before{
	content: "\f086";
}
.entry-meta-middle > .author:before{
	content: "\f007";
}
.entry-meta-middle > .cats-link:before{
	content: "\f07c";
}
.entry-meta-middle > *:before{
    display: inline-block;
    float: left; /*rtl*/
    margin-right: 5px; /*rtl*/
}
.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 */
}
.ts-product-video-button:before{
	content: "\f144";
	font-weight: 900;
} 
.ts-product-360-button:before{
	content: "\f2f1";
	font-weight: 900;
}
blockquote:before{
	content: "\f10d";
	font-weight: 900;
}
.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;
}
/**/
.icon-menu-vertical .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-container span.icon-toggle{
	position: absolute;
	top: 12px;
	right: 0; /*rtl*/
	cursor: pointer;
}
.ts-floating-sidebar .widget-container span.icon-toggle{
	top: 2px;
}
ul li.cat-parent > span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > span.icon-toggle:after{
	font-size: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------
	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:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before{
	content: "";
	width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    border-top: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}
.product-group-button-meta > div.loop-add-to-cart a.loading:after,
.woocommerce .product-group-button-meta > div.loop-add-to-cart a.button.loading:after,
.woocommerce div.product form.cart .button.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before{
    border-color: rgba(255,255,255,0.3);
    border-top-color: #ffffff;
}
.product-group-button-meta > div.loop-add-to-cart:hover a.loading:after,
.woocommerce .product-group-button-meta > div.loop-add-to-cart:hover a.button.loading:after,
.woocommerce div.product form.cart .button.loading:hover:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:hover:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:hover:before{
    border-color: rgba(0,0,0,0.3);
    border-top-color: #000000;
}
.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;
}
.search-table .search-button:after{
	width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}
.product-group-button-meta > div a.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:before{
	opacity: 0;
    visibility: hidden;
}
.mailchimp-subscription .processing button.button:before,
.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:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
.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;
}
.ts-portfolio-wrapper .item-wrapper a.like.loading:before,
.portfolio-like .ic-like.loading:before,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after{
	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;
}
.mailchimp-subscription .processing button.button:before{
	width: 14px;
    height: 14px;
	position: static;
	margin: 0 5px 0 0; /*rtl*/
	background: transparent;
}
.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:before{
	margin: -7px 0 0 -7px; /*rtl*/
	background: transparent;
	z-index: 10;
}
.search-table .search-field.loading ~ .search-button:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
.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:after{
	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%;
}
.portfolio-like .ic-like.loading:before{
	width: 10px;
    height: 10px;
	position: static;
	background: transparent;
	margin-top: -3px;
	vertical-align: middle;
}
.ts-portfolio-wrapper .item-wrapper a.like.loading:before{
	width: 16px;
    height: 16px;
	left: 50%; /*rtl*/
    margin-left: -8px; /*rtl*/
    margin-top: -8px;
	border-color: rgba(255,255,255,0.5);
    border-top-color: #ffffff;
}
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,
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-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,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.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,
.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,
div.wpcf7 .ajax-loader: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;
}
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,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.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-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after{
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	border-width: 3px;
	border-top-width: 3px;
}
.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,
article .thumbnail.loading,
.ts-portfolio-wrapper.loading,
.thumbnails.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 > *,
.ts-portfolio-wrapper:not(.ts-slider) > *,
.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 > *,
article .thumbnail.loading > *,
.ts-portfolio-wrapper.loading > *,
.thumbnails.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: 46px;
}
.ts-product-category-wrapper .content-wrapper.loading,
.ts-portfolio-wrapper.ts-masonry.loading,
.ts-blogs.loading .content-wrapper,
.ts-products-widget-wrapper.loading,
.ts-recent-comments-widget-wrapper.loading,
article .thumbnail.loading,
.single-portfolio .thumbnails.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,
.ts-portfolio-wrapper.loading{
	height: 200px;
}
.ts-logo-slider-wrapper.loading .content-wrapper{
	height: 40px;
}
.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;
}
.ts-header:before{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: 991;
	opacity: 0;
	visibility: hidden;
	transition: 350ms ease 0s;
}

/*--------------------------------------------------------
	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 .vertical-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 30px 0 0;/* rtl */
	display: inline-block;
	cursor: pointer;
}
.ts-header nav.vertical-menu > ul > li:after{
    position: absolute;
    right: -1px;/* rtl */
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 1000;
    content: "";
    display: none;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.ts-header nav.vertical-menu > ul > li:hover:after{
    display: block;
}
.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;
}
.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: 24px;
}
.menu-wrapper a.has-icon,
.ts-header nav > ul.menu li[class*="icomoon-"],
.ts-header nav > ul.menu li[class*="fa-"]{
	padding-left: 38px !important; /*rtl*/
}
.mobile-menu-wrapper .mobile-menu li[class*="icomoon-"],
.ts-header nav.main-menu li[class*="icomoon-"],
.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{
	position: absolute;
    top: 50%;
    left: 0; /*rtl*/
    transform: translateY(-50%);
}
.ts-header nav > ul.menu > li.has-line,
.ts-header nav > ul > li.has-line{
	padding-left: 30px; /*rtl*/
	position: relative
}
.ts-header nav > ul.menu > li.has-line:after,
.ts-header nav > ul > li.has-line:after{
	content: '';
	width: 1px;
	height: 18px;
	border-width: 0 0 0 1px; /*rtl*/
    border-style: solid;
	display: block;
	position: absolute;
    left: 0; /*rtl*/
    top: 50%;
    transform: translateY(-50%);
}
.ts-header nav > ul.menu li.has-line[class*="babycare-"],
.ts-header nav > ul.menu li.has-line[class*="fa-"]{
	padding-left: 68px !important; /*rtl*/
}
.ts-header nav > ul.menu li.has-line[class*="babycare-"]:before,
.ts-header nav > ul.menu li.has-line[class*="fa-"]:before{
    left: 30px; /*rtl*/
}
body .elementor-widget-wp-widget-nav_menu ul.menu > li.has-line > a,
body .elementor-widget-wp-widget-nav_menu ul > li.has-line > a{
	padding-left: 20px; /*rtl*/
    border-width: 0 0 0 1px; /*rtl*/
    border-style: solid;
}
ul.menu li .menu-icon{
    width: 24px;
}
.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;
}
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h1,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h2,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h3,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h4,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h1,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h2,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h3,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h4,
.ts-header .menu-wrapper .ts-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 h6{
	color: inherit;
	margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.ts-header nav.main-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5{
	font-size: 108%;
}
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6,
.ts-header nav.main-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6{
	font-size: 100%;
}
.ts-header nav > ul.menu li .menu-desc{
	text-transform: none;
}
.menu-sub-label{
	position: absolute;
    right: -15px; /*rtl*/
    top: 1px;
    padding: 1px 2px;
    line-height: 13px;
    font-size: 9px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    min-width: 35px;
    text-transform: uppercase;
}
.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{
	position: absolute;
	right: 0;/* rtl */
	left: auto;
	top: 50%;
	line-height: 1;
	transform: translate(0,-50%);
	font-size: 7px;
	padding: 0 17px 0 0; /*rtl*/
}
nav.mobile-menu > ul.menu > li.parent > .ts-menu-drop-icon:after{
	display: inline-block;
	vertical-align: -1px;
}
nav.main-menu > ul.menu li.parent > a:after{
	font-size: 8px;
	margin: 0 0 0 3px; /*rtl*/
	display: inline-block;
	vertical-align: 1px;
}
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*/
    font-size: 8px;
    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;
}
.ts-header nav > ul.menu li ul.sub-menu{
	position: absolute;
	z-index: 999;
	top: calc(100% + 1px);
	margin: 0;
	padding: 30px 30px 30px 30px;
	width: 260px;
	left: 0;/* rtl */
	margin-left: -30px;/* rtl */
	display: none;
}
.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.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 0;
	padding-bottom: 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: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: #ffffff;
}
.ts-header nav > ul.menu li ul.sub-menu:before{
	top: 0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:after{
	top: 1px;
}
.ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:before{
	top: 0;
}
.ts-header nav > ul.menu li.ts-megamenu ul.sub-menu:after{
	top: 1px;
}
.ts-header nav > ul.menu li.ts-megamenu ul.sub-menu:before{
	top: 0;
}
.header-v4 .ts-header nav > ul.menu li ul.sub-menu:after,
.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:after,
.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:after{
	top: 7px;
}
.header-v4 .ts-header nav > ul.menu li ul.sub-menu:before,
.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:before,
.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:before{
	top: 6px;
}
.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	padding-top: 6px;
}
.ts-header .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu{
	padding-top: 34px;
}
.ts-header .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
    top: 34px;
}
.ts-header .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
    top: 35px;
}
.ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu{
	padding-top: 28px;
}
.ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
    top: 28px;
}
.ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
    top: 29px;
}
.header-v6 .ts-header .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
    top: 36px;
}
.header-v6 .ts-header .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
    top: 37px;
}
.header-v6 .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
    top: 29px;
}
.header-v6 .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
    top: 30px;
}
.header-v6.header-transparent .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
    top: 30px;
}
.header-v6.header-transparent .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
    top: 31px;
}
.header-v4 .header-middle,
.header-v5 .header-middle{
	border: 0;
}
.header-v6.header-transparent .is-sticky .header-middle,
.header-v6:not(.header-transparent) .header-middle{
	border-width: 0 0 1px;
	border-style: solid;
}
.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: -20px;
	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{
	left: 30px; /* rtl */
}
.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: 440px;
}
.ts-header nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
	width: 290px;
}
.ts-header nav.vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	width: 940px;
}
.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;
}
.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{
	line-height: 20px;
	margin-bottom: 10px;
	cursor: default;
}
.ts-list-of-product-categories-wrapper .button-text:not(.ts-banner):not(.elementor-widget-button){
	margin: 0;
}
.elementor-widget-button.button-text .elementor-button{
	text-underline-position: under;
}

/* 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-top{
	border-width: 0 0 1px;
	border-style: solid;
}
.header-v3 .header-top,
.header-v5 .header-top,
.header-v6 .header-top,
.header-v6.header-transparent .header-middle{
	border-width: 0;
}
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header-middle > .container{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
    padding-bottom: 16px;
}
.header-bottom.menu-center > .container{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ts-header .menu-center .vertical-menu-wrapper{
    position: relative;
}
.ts-header div.header-right{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;    
	-ms-flex-pack: end;   
	justify-content: flex-end;
}
.header-contact-info{
	padding-left: 60px; /*rtl*/
	position: relative;
}
.header-contact-info:not(:last-child){
	margin-right: 72px; /*rtl*/
}
.icon-menu-sticky-header + .header-contact-info{
	margin-left: auto; /*rtl*/
}
.icon-menu-sticky-header + .header-contact-info + .language-currency{
	margin-left: 30px; /*rtl*/
}
.header-v2 .header-contact-info:not(:last-child),
.header-v3 .header-contact-info:not(:last-child){
	margin-right: 40px; /*rtl*/
	margin-left: auto; /*rtl*/
}
.header-v2 .header-contact-info + .header-right,
.header-v3 .header-contact-info + .header-right{
	margin-left: 0; /*rtl*/
}
.header-v2 .ts-search-by-category,
.header-v3 .ts-search-by-category{
	max-width: 46%;
}
.header-v2 #ts-search-sidebar .ts-search-by-category,
.header-v3 #ts-search-sidebar .ts-search-by-category{
	max-width: 100%;
}
.header-contact-info > a:before{
	width: 46px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-contact-info > a,
.header-contact-info > span{
	display: block;
	line-height: 20px;
}
.header-contact-info > a{
	font-size: 133%;
	text-decoration: none;
}
.top-header-menu:not(:last-child),
.header-email:not(:last-child){
	padding-right: 30px; /*rtl*/
	margin-right: 30px; /*rtl*/
	border-width: 0 1px 0 0; /*rtl*/
	border-style: solid;
}
.header-email a{
	color: inherit;
	text-decoration: none;
}
.ts-header div.header-right .search-icon,
.ts-header div.header-right .my-account-wrapper,
.ts-header div.header-right .my-wishlist-wrapper,
.ts-header div.header-right .shopping-cart-wrapper{
	line-height: 0;
}
#group-icon-header .social-icons ul li:not(:last-child),
.ts-header .social-icons ul li:not(:last-child){
	margin-right: 18px; /*rtl*/
}
#group-icon-header .social-icons ul li a,
#group-icon-header .header-contact-info,
#group-icon-header .header-contact-info *,
.ts-header .social-icons ul li a{
	color: inherit;
	text-decoration: none;
}
.social-icons ul li i{
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.header-v5 .header-email:not(:last-child){
	padding-right: 0; /*rtl*/
	margin-right: 40px; /*rtl*/
	border-width: 0;
}
.header-v5 .ts-header .header-top .header-right > .language-currency:last-child{
    margin-left: 40px; /*rtl*/
    padding-left: 0; /*rtl*/
    border-width: 0;
}
.header-v5 .ts-header .header-top .header-right > .language-currency:before{
	display: none;
}

/*** Header Top ***/
.header-top > .container{
	line-height: 16px;
	position: relative;
}
.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, 
.header-top .header-currency .wcml_currency_switcher > a:after{
    margin-left: 5px; /*rtl*/
}
.header-top > .container .header-currency .wcml_currency_switcher > a{
    line-height: 17px;
}
.header-top > .container .header-currency .wcml_currency_switcher > a:after{
    margin-top: 5px;
}
.header-top ul li,
.header-top ol li{
	line-height: inherit !important;
}
.header-top p{
	margin-bottom: 0;
}
.header-top .header-language,
.header-top .header-currency{
	color: inherit;
}
.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;
}
.header-top .header-left > *,
.header-top .header-right > *{
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.ts-header .info a,
#group-icon-header .group-button-header .info a{
	margin-left: 20px; /*rtl*/
	color: inherit;
}
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-top: 30px !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 .wcml_currency_switcher > ul:before{
	top: 10px !important;
}
.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: 11px !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{
	margin: 0 30px;
	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 .header-top .header-right > .language-currency:last-child{
	margin-left: 30px; /*rtl*/
	padding-left: 30px; /*rtl*/
	margin-right: 0; /*rtl*/
}
.ts-header .header-top .header-right > .header-email + .language-currency:last-child{
	padding-left: 0; /*rtl*/
	margin-left: 0; /*rtl*/
}
.ts-header .header-top .header-right > .header-email + .language-currency:last-child:before{
	display: none;
}
.ts-header .language-currency,
.ts-header .header-right{
	margin-left: auto; /*rtl*/
	position: relative;
}
.ts-header .header-middle .language-currency,
.ts-header .header-middle .header-right{
    padding-left: 30px; /*rtl*/
}
.ts-header .header-top .header-right > .language-currency:before,
.ts-header .header-middle .language-currency:before,
.ts-header .header-middle .header-right:before{
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-width: 0 0 0 1px;
	border-style: solid;
}
.ts-header .header-top .header-right > .language-currency:before{
	height: 100%;
}
.ts-header .header-middle .header-contact-info + .header-right:before,
.ts-header .header-middle .ts-search-by-category + .language-currency:before,
.ts-header .header-middle .ts-search-by-category + .header-right:before{
	display: none;
}
.ts-header .header-middle .header-contact-info + .header-right,
.ts-header .header-middle .ts-search-by-category + .language-currency,
.ts-header .header-middle .language-currency + .header-right{
	margin-left: 0; /*rtl*/
}
.language-currency > *:not(:last-child){
	margin-right: 30px; /*rtl*/
}
.header-v2 .header-top .header-right .language-currency > *:not(:last-child),
.header-v3 .header-top .header-right .language-currency > *:not(:last-child){
	padding-right: 30px; /*rtl*/
}
.header-v2 .header-top .header-right .language-currency > *:not(:last-child):after,
.header-v3 .header-top .header-right .language-currency > *:not(:last-child):after{
	content: '';
	width: 1px;
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	right: 0; /*rtl*/
	border-width: 0 1px 0 0; /*rtl*/
	border-style: solid;
}
.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: 15px; /*rtl*/
}
.header-v6 .ts-header .header-middle .header-right{
	margin-left: auto; /*rtl*/
}
.header-v6 .ts-header .header-middle .header-right:before{
	display: none;
}
.header-v6 .ts-header .header-middle .ts-search-by-category{
	max-width: 35%;
}

/*--------------------------------------------------------
	3. HEADER MIDDLE
---------------------------------------------------------*/
.header-middle,
.header-bottom{
	position: relative;
	border-width: 0 0 1px;
	border-style: solid;
}
.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;
}
.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before{
	font-size: 18px;
}
.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: 20px;
}
.search-button.search-icon .icon,
.my-wishlist-wrapper .tini-wishlist,
.my-account-wrapper .account-control > a,
.shopping-cart-wrapper .cart-control{
	display: block;
	position: relative;
	padding: 13px;
	box-sizing: content-box;
}
.my-account-wrapper .account-control > a{
	color: inherit;
}
.my-account-wrapper .account-control > a > span,
.ts-tiny-account-wrapper .account-control>a:before{
	display: inline-block;
	vertical-align: middle;
}
.my-account-wrapper .account-control > a > span{
	margin-left: 10px; /*rtl*/
}
#ts-mobile-button-bottom  .my-account-wrapper .account-control > a > span,
body:not(.header-v4):not(.header-v5) .my-account-wrapper .account-control > a > span{
	display: none;
}
#ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .ic-cart,
body:not(.header-v4):not(.header-v5) .shopping-cart-wrapper .cart-control .ic-cart{
	font-size: 0;
}
body.header-v4 .shopping-cart-wrapper .cart-control .ic-cart:before,
body.header-v5 .shopping-cart-wrapper .cart-control .ic-cart:before{
	margin-right: 10px; /*rtl*/
	vertical-align: -1px;
	display: inline-block;
}
.ts-header .shopping-cart-wrapper:last-child .cart-control,
.ts-header .my-wishlist-wrapper:last-child .tini-wishlist{
	padding-right: 10px; /*rtl*/
}
.header-v4 .ts-header .shopping-cart-wrapper:last-child .cart-control,
.header-v4 .ts-header .my-wishlist-wrapper:last-child .tini-wishlist,
.header-v5 .ts-header .shopping-cart-wrapper:last-child .cart-control,
.header-v5 .ts-header .my-wishlist-wrapper:last-child .tini-wishlist{
	padding-right: 0; /*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: 23px; /*rtl*/
	width: 19px;
	height: 19px;
	font-size: 10px;
	line-height: 19px;
	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 */
}
header .search-button .icon{
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0;
	transition: 350ms ease 0s;
}
.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: 8px;
    position: static !important;
    border: 0 !important;
    display: block;
    float: right; /*rtl*/
    margin: 3px 0 0 10px; /*rtl*/
}
.header-v4 .ts-language-switcher .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-v4 .ts-language-switcher .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.header-v4 .ts-currency-switcher .wcml_currency_switcher > a:after,
.header-v4 .header-language .wpml-ls-legacy-dropdown > ul > li > a:after,
.header-v4 .header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after,
.header-v4 .header-currency .wcml_currency_switcher > a:after{
    margin-top: 5px;
}
.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: 1.2;
}
.header-middle .container > .ts-search-by-category{
	margin: 0 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ts-search-by-category > form{
    max-width: 100%;
}
.search-table .search-button{
	position: relative;
}

/*** Logo wrapper ***/
header .logo-wrapper{
    max-height: 70px;
    padding: 0 43px 0 0; /*rtl*/
}
.header-v2 header .logo-wrapper,
.header-v3 header .logo-wrapper{
    padding-right: 20px; /*rtl*/
}
.header-v4 header .logo-wrapper{
	padding-right: 30px; /*rtl*/
}
.header-v5 header .logo-wrapper{
	padding-right: 50px; /*rtl*/
}
.header-v6 header .logo-wrapper{
	padding-right: 70px; /*rtl*/
}
.header-v5 .ts-header .header-middle .header-right{
    padding-left: 38px; /*rtl*/
}
.header-v5 .ts-header .header-middle .icon-menu-sticky-header + .header-right:before{
    display: none;
}
.normal-logo,
.sticky-logo,
.mobile-logo,
.slogan{
	display: inline-block;
	vertical-align: middle;
}
.sticky-logo{
	display: none;
}
.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;
}
.slogan{
	line-height: 1.2;
	margin-left: 12px; /*rtl*/
}

/*** Header Dropdown ***/
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul{
	display: none;
	position: absolute;
	content: "";
	right: auto;
	left: 50%;
	top: 100%;
	min-width: 150px;
	padding: 47px 30px 30px 30px;
}
.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;
}
.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;
}
.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{
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	bottom: 0;
	content: "";
	z-index: -1;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	display: block;
	border-radius: 2px;
}
.my-account-wrapper .dropdown-container:before,
.shopping-cart-wrapper .dropdown-container:before{
	top: 22px;
}
.is-sticky .my-account-wrapper .dropdown-container,
.is-sticky .shopping-cart-wrapper .dropdown-container{
	padding-top: 40px;
}
.is-sticky .my-account-wrapper .dropdown-container:before,
.is-sticky .shopping-cart-wrapper .dropdown-container:before{
	top: 14px;
}
.header-v1 .is-sticky .my-account-wrapper .dropdown-container:before,
.header-v1 .is-sticky .shopping-cart-wrapper .dropdown-container:before{
	top: 16px;
}
.my-account-wrapper .dropdown-container,
.shopping-cart-wrapper .dropdown-container{
	z-index: 992;
}
.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover,
.shopping-cart-wrapper:hover .dropdown-container,
.shopping-cart-wrapper.active .dropdown-container{
	z-index: 996;
}
.shopping-cart-wrapper .dropdown-container{
	width: 400px;
}
.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: 284px;
	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, 
.woocommerce ul.product_list_widget li a{
    font-weight: inherit !important;
}
.woocommerce ul.product_list_widget li a.title{
    margin-bottom: 8px;
}
.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: 80px;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper, 
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper{
    padding-left: 15px; /*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 > *:not(.quantity):not(.subtotal), 
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper > *:not(.quantity):not(.subtotal){
	width: 100%;
}
.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: auto; /*rtl*/
	margin-right: 8px; /*rtl*/
}
#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper > .subtotal{
	margin-right: 0 !important; /*rtl*/
}
.dropdown-footer > a{
    width: 100%;
    float: none; /*rtl*/
    margin: 0 0 5px !important;
}
.dropdown-footer > a:last-child{
	margin-left: 4%;/* rtl */
}
.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: 14px 0 14px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	overflow: hidden;
}
/*Cart*/
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
	margin: 20px 0 6px;
}
.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: 330px;
}
.dropdown-container .dropdown-footer{
	margin: 0;
}
.my-account-wrapper .dropdown-container .form-content p{
	margin-bottom: 15px;
}
.my-account-wrapper .form-content > form > a.register{
	display: block;
    text-align: center;
    font-size: 90%;
    padding: 7px 0 4px;
}
.my-account-wrapper .login-submit input[type="submit"]{
	width: 100%;
}
p.login-remember label{
	padding: 0;
	cursor: pointer;
}
.my-account-wrapper .dropdown-container input{
	margin-bottom: 0;
}
.logged-in .my-account-wrapper .dropdown-container{
    width: 218px;
}
.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 > div:not(.language-currency):last-child .dropdown-container{
	right: 0; /*rtl*/
	left: auto;
}
.header-middle .header-right > div:not(.language-currency):nth-last-child(2) .dropdown-container{
	right: -50px; /*rtl*/
	left: auto; /*rtl*/
}
.header-middle .header-right > div:not(.language-currency):nth-last-child(3) .dropdown-container{
	right: -100px; /*rtl*/
	left: auto; /*rtl*/
}

/*header4*/
.header-v4 .header-contact-info{
	padding-left: 34px; /*rtl*/
	margin-right: 30px; /*rtl*/
}
.header-v4 .header-contact-info > a:before{
    width: 24px;
    height: 24px;
    line-height: 24px;
	background: transparent;
}
.header-v4 .ts-header .header-middle .language-currency:before, 
.header-v4 .ts-header .header-middle .header-right:before{
	display: none;
}
.header-v4 .header-email:not(:last-child){
    padding-right: 0; /*rtl*/
    border-width: 0;
}
.header-v4 .ts-header .header-middle .language-currency{
    margin-right: 25px; /*rtl*/
}
.header-v4 .language-currency > *:not(:last-child){
    margin-right: 17px; /*rtl*/
}
.header-v4 .language-currency{
	margin-left: 8px; /*rtl*/
	padding-left: 0; /*rtl*/
}
.header-v4 .header-email,
.header-v4 .header-language .wpml-ls-legacy-dropdown .wpml-ls-current-language > a > span, 
.header-v4 .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-current-language > a > span,
.header-v4 .header-currency .wcml_currency_switcher > a.wcml-cs-active-currency{
    text-decoration: underline;
	text-underline-position: under;
	line-height: 18px;
}
.header-v4 .header-language .wpml-ls-legacy-dropdown > ul > li > a:after, 
.header-v4 .header-language .wpml-ls-legacy-dropdown-click > ul > li > a:after, 
.header-v4 .header-currency .wcml_currency_switcher > a:after{
    margin-left: 5px;
}
.header-v5 .my-wishlist-wrapper .tini-wishlist .count-number,
.header-v4 .my-wishlist-wrapper .tini-wishlist .count-number{
    left: 50%; /*rtl*/
    top: -1px;
    transform: translateX(-50%); /*rtl*/
}
.header-v5 .my-wishlist-wrapper:last-child .tini-wishlist .count-number,
.header-v4 .my-wishlist-wrapper:last-child .tini-wishlist .count-number{
    left: calc(50% + 6px); /*rtl*/
}
.header-v5 .shopping-cart-wrapper .cart-control .cart-number,
.header-v4 .shopping-cart-wrapper .cart-control .cart-number{
	left: 16px; /*rtl*/
	top: -1px;
}
.header-v5 .my-account-wrapper .account-control > a:after,
.header-v5 .shopping-cart-wrapper .cart-control .ic-cart:after,
.header-v4 .my-account-wrapper .account-control > a:after,
.header-v4 .shopping-cart-wrapper .cart-control .ic-cart:after{
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px; /*rtl*/
	font-size: 8px;
}
/**/

/*** Fix Header Sticky ***/
.is-sticky .header-middle > .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-sticky{
	position: relative;
	z-index: 993;
	width: 100%;
	transition: 100ms ease 0s;
}
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: 200ms;
	-moz-animation-duration: 200ms;
	animation-duration: 200ms;
	-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;
}
.header-left .icon-menu-vertical,
.header-left .icon-menu-sticky-header{
	position: relative;
    top: 2px;
}
.icon-menu-vertical .icon,
.icon-menu-sticky-header .icon{
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 6px 10px;
	transition: 350ms ease;
}
.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: 40px;
}
.dropdown-container .theme-title span{
    position: static;
    display: inline-block;
	vertical-align: super;
    margin: 0;
}
.ts-sidebar-content .ts-tiny-cart-wrapper,
.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: -11px;/* 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: 1px; 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;
}
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-bottom: 15px;
}
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,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul{
	position: absolute;
	padding: 29px 30px 20px 30px;
	width: 140px;
	right: 50%; /*rtl*/
	left: auto; /*rtl*/
	margin-right: -70px; /*rtl*/
	top: 100%;
}
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: 57px;
}
.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: 38px;
}
body .is-sticky .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .is-sticky .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.is-sticky .header-currency ul{
	padding-top: 50px;
}
.is-sticky .header-currency .wcml_currency_switcher > ul:before, 
.is-sticky .header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
.is-sticky .header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
    top: 32px;
}
body.header-v4 .is-sticky .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body.header-v4 .is-sticky .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
body.header-v4 .is-sticky .header-currency ul{
	padding-top: 54px;
}
.header-v4 .is-sticky .header-currency .wcml_currency_switcher > ul:before, 
.header-v4 .is-sticky .header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
.header-v4 .is-sticky .header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
    top: 29px;
}
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: 16px;
}
.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: 4px 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;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}
/*** 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: 26px;
	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: 6px;
}
.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;
}
.header-bottom .menu-wrapper .vertical-menu-wrapper + .ts-menu{
	flex: 1;
}
/*** Vertical Menu ***/
.vertical-menu-wrapper{
    position: relative;
}
.menu-center .vertical-menu-wrapper{
    position: static;
}
.vertical-menu-wrapper:hover{
	cursor: pointer;
}
.vertical-menu-heading{
	width: 300px;
	position: relative;
	display: inline-block;
	padding-right: 30px; /*rtl*/
}
.vertical-menu-wrapper + .ts-menu:not(:empty){
	padding-left: 30px; /*rtl*/
}
.vertical-menu-wrapper + .ts-menu:not(:empty):before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
	border-width: 0 1px 0 0; /*rtl*/
    border-style: solid;
	display: inline-block;
}
.header-v5 .vertical-menu-wrapper + .ts-menu:not(:empty):before{
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.vertical-menu-wrapper.auto-width .vertical-menu-heading{
	width: auto;
}
.header-bottom .vertical-menu-heading,
.header-bottom .header-email,
.header-bottom .ts-menu > nav > ul > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
.vertical-menu-heading:before{
    min-width: 24px;
    text-align: center;
    line-height: 1;
    display: inline-block;
	vertical-align: -1px;
	margin-right: 12px; /*rtl*/
}
.menu-wrapper > .vertical-menu-wrapper *{
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.ts-header .vertical-menu-wrapper > .vertical-menu{
	position: absolute;
	left: 0;/* rtl */
	width: 300px;
	top: 100%;
	z-index: 5;
	display: none;
	padding: 1px 0 0;
}
.ts-header .vertical-menu-wrapper > .vertical-menu:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1px;
    content: "";
    z-index: 1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.ts-header .vertical-menu-wrapper:hover > .vertical-menu{
	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;
}
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,
.ts-header .vertical-menu-wrapper .vertical-menu ul.menu > li > a,
.ts-header .vertical-menu-wrapper .vertical-menu ul.sub-menu > li > a{
	padding: 10px 0;
    display: inline-block;
}
.ts-header .vertical-menu-wrapper .vertical-menu ul.menu > li > a,
.ts-header .vertical-menu-wrapper .vertical-menu ul.sub-menu > li > a{
	padding: 14px 30px;
}
.ts-header .vertical-menu-wrapper .vertical-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a{
	padding: 0;
}
.ts-header nav.vertical-menu > ul.menu li > ul.sub-menu{
	top: 0;
    min-height: 100%;
    right: auto !important;
    left: 100% !important;/* rtl */
	display: none;
	width: 100%;
    list-style: none;
    margin-left: 0px;
    margin-top: 0;
}
.ts-header .vertical-menu-wrapper > ul.menu li > ul.sub-menu > *{
	display: none;
}
.ts-header .vertical-menu-wrapper nav.vertical-menu > ul.menu li ul.sub-menu{
    padding: 0;
}
.ts-header .vertical-menu-wrapper nav.vertical-menu > ul.menu li ul.sub-menu:after{
	top: 1px;
	border: 0;
	box-shadow: none;
}
.ts-header .vertical-menu-wrapper nav.vertical-menu > ul.menu li ul.sub-menu:before{
	top: 0;
	left: 0; /*rtl*/
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.ts-header .vertical-menu-wrapper nav.vertical-menu > ul.menu li ul.sub-menu > *{
	position: relative;
	z-index: 2;
}
.ts-header nav.vertical-menu > ul.menu li:hover > ul.sub-menu{
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
	display: block;
}
.ts-header nav.vertical-menu > ul.menu li:hover > ul.sub-menu > *{
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_tranlate_left;/* rtl */
	-moz-animation-name: animation_tranlate_left;
	animation-name: animation_tranlate_left;
	display: block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-header .vertical-menu-wrapper .vertical-menu > ul{
	position: relative;
	z-index: 1;
}
.ts-header .vertical-menu-wrapper ul li{
	list-style: none;
}
.ts-header nav.vertical-menu > ul.menu > li,
.ts-header nav.vertical-menu > ul.menu .sub-menu > li{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 0;
	display: table;
	width: 100%;
}
.ts-header nav.vertical-menu > ul.menu > li:first-child,
.ts-header nav.vertical-menu > ul.menu .sub-menu > li:first-child{
	border-width: 0;
}
.ts-header nav.vertical-menu > ul.menu ul.menu li{
	position: relative;
}
.ts-header nav.vertical-menu > ul.menu > li > .ts-menu-drop-icon{
	position: static;
	display: table-cell;
	transform: none;
	vertical-align: middle;
	text-align: end; /*rtl*/
	text-shadow:0px 0px 1px black;
	transition: 150ms ease 0s;
}
.ts-header nav.vertical-menu > ul.menu > li > .ts-menu-drop-icon:before{
	font-size: 8px;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 40px;
}
.vertical-menu-content .theme-title{
	padding: 0;
	margin: 0 0 24px 0;
	line-height: 20px;
	text-transform: uppercase;
}

/*** 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: 993;
    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 ***/
.ts-floating-sidebar *{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ts-floating-sidebar .ts-sidebar-content{
	position: fixed;
	padding: 30px;
	top: 0;
	bottom: 0;
	right: 0;/* rtl */
	z-index: 99991;
	width: 400px;
	max-width: 100%;
	transform: translateX(400px);/* rtl */
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow-y: auto;
}
.admin-bar .ts-floating-sidebar .ts-sidebar-content{
	top: 32px;
}
.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 .ts-floating-sidebar div.overlay{
	top: 32px;
}
.ts-floating-sidebar.active div.overlay{
	visibility: visible;
	opacity: 1;
}
.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{
	padding: 0;
    display: none;
	position: relative;
	z-index: 993;
	border-width: 1px 0 0;
	border-style: solid;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
body > .ts-search-result-container:before,
body > .ts-search-result-container:after{
	content: '';
	width: 25px;
	height: 25px;
    position: absolute;
	bottom: calc(100% + 1px);
	left: 0; /*rtl*/
	border-top-right-radius: 25px; /*rtl*/
	display: block !important;
}
body.header-v3 > .ts-search-result-container,
body.header-v6 > .ts-search-result-container{
	border-top-width: 0;
}
body.header-v3 > .ts-search-result-container:before,
body.header-v3 > .ts-search-result-container:after,
body.header-v6 > .ts-search-result-container:before,
body.header-v6 > .ts-search-result-container:after{
	background: transparent !important;
}
body > .ts-search-result-container:after{
	left: auto; /*rtl*/
	right: 0; /*rtl*/
	border-top-left-radius: 25px; /*rtl*/
	border-top-right-radius: 0; /*rtl*/
}
body > .ts-search-result-container > p:first-child:last-child{
	text-align: center;
	padding-top: 5%;
    padding-bottom: 5%;
	margin-bottom: 0;
}
#ts-search-sidebar ul.product_list_widget li,
#ts-search-result-container ul.product_list_widget li{
	width: 100%;
	padding: 10px;
    border-width: 0 0 1px;
    border-style: solid;
}
#ts-search-sidebar ul.product_list_widget li{
	padding: 15px 0;
}
#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;
	padding-right: 110px; /*rtl*/
}
#ts-search-result-container ul.product_list_widget li .ts-wg-meta .price:last-child{
	margin-bottom: 0;
}
#ts-search-result-container ul.product_list_widget li .ts-wg-meta .rating{
	position: absolute;
	top: 50%;
	right: 20px; /*rtl*/
	transform: translateY(-50%);
}
#ts-search-sidebar ul.product_list_widget li .ts-wg-meta .rating{
	margin: 5px 0;
}
.ts-search-result-container .search-content{
    margin-left: auto;
    margin-right: auto;
}
.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: 0;
	clear: both;
	position: relative;
	z-index: 2;
	text-align: center;
}
.ts-search-result-container .view-all-wrapper a{
	display: inline-block;
    position: relative;
	padding: 20px 0;
	text-decoration: underline;
    text-underline-position: under;
    color: inherit;
}
.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;
}
#ts-search-sidebar .close{
    top: 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-template > .header-middle,
.header-transparent .header-template > .header-bottom{
	background: transparent;
}
.header-transparent.header-text-light .header-middle .icon-menu-sticky-header .icon:before, 
.header-transparent.header-text-light .header-middle .search-button.search-icon .icon:before, 
.header-transparent.header-text-light .header-middle .my-wishlist-wrapper .tini-wishlist:before, 
.header-transparent.header-text-light .header-middle .shopping-cart-wrapper .cart-control .ic-cart:before, 
.header-transparent.header-text-light .header-middle .ts-tiny-account-wrapper .account-control>a:before {
    color: #ffffff;
}
.header-transparent .ts-search-by-category{
	color: #000000;
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-content input[type="text"]{
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(255,255,255,0.25);
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-table .search-button input[type^="submit"], 
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-table .search-button{
    color: #ffffff;
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-content ::-webkit-input-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-content :-moz-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-content ::-moz-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light .ts-header .header-template > div:not(.is-sticky) .search-content :-ms-input-placeholder{
	color: #ffffff;
}
.header-transparent.header-text-light .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 > .ts-search-result-container:before, 
body.header-transparent.header-text-light > .ts-search-result-container:after{
    display: none;
}
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .slogan,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-bottom,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu) > ul.menu > li > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-language .wpml-ls > ul > li > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-currency .wcml_currency_switcher > a,
.header-transparent.header-text-light .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 .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav:not(.vertical-menu) > ul.menu > li > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .header-language .wpml-ls > ul > li > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .header-currency .wcml_currency_switcher > a{
	color: #ffffff;
}
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .menu-wrapper .vertical-menu-wrapper + .ts-menu:before, 
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu) > ul.menu > li.has-line:after, 
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu) > ul > li.has-line:after{
    border-color: rgba(255,255,255,.3);
}
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .my-wishlist-wrapper .tini-wishlist .count-number, 
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control .cart-number{
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

/*-------------------------------------------------------------------------------------------------------------------
	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: 500px;
	width: 100%;
	clear: both;
}
.page-template-blank-page-template div#main{
	min-height: 0;
}
li > div > h3.product-name{
	padding-right: 20px;/* rtl */
	margin-bottom: 6px;
}
li > div > .price{
	margin-bottom: 8px;
}

/*--------------------------------------------------------
	1. BREADCRUMB
---------------------------------------------------------*/
.breadcrumb-title-wrapper{
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
	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;
	padding: 10px 0;
}
.breadcrumb-title-wrapper .breadcrumbs{
	line-height: 18px;
}
.breadcrumb-title-wrapper .breadcrumbs-container > *{
	display: inline-block;
    vertical-align: baseline;
}
.breadcrumb-title-wrapper .breadcrumb-title .page-title{
	line-height: 36px;
	padding: 11px 0;
}
.woocommerce-page.archive #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-cart #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-account #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-wishlist #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-checkout #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title{
	padding-bottom: 16px;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .page-title{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.woocommerce-cart .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce.archive .breadcrumb-title-wrapper.breadcrumb-v1 .page-title{
	margin-right: auto; /*rtl*/
	position: relative;
}
.breadcrumb-title-wrapper .page-title .count{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
	padding: 5px;
	border-radius: 50px;
	position: absolute;
	top: 11px; /*page title padding-top*/
	left: calc(100% + 10px); /*rtl*/
	background: #f5f5f5;
	white-space: nowrap;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .description{
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 10px;
}
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current),
.breadcrumb-title-wrapper .brn_arrow{
	font-size: 0;
	line-height: 1;
	margin: 0 6px;
}
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current){
	margin: 0 10px;
}
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current):before,
.breadcrumb-title-wrapper .brn_arrow:before{
	font-size: 8px;
}
.breadcrumb-title-wrapper .page-title + .breadcrumbs{
	margin-bottom: 30px;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .page-title + .breadcrumbs{
	margin-bottom: 10px;
}
.heading-title.page-title{
	margin-bottom: 0;
}

/*** Style 2 ***/
.breadcrumb-title-wrapper.breadcrumb-v2{
	margin-bottom: 15px;
}
body.has-shop-banner .breadcrumb-title-wrapper.breadcrumb-v2{
	margin-bottom: 0;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
	padding: 40px 0 0;
	min-height: 250px;
	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;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *:not(.page-title){
	width: 100%;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .page-title:not(:last-child){
    margin-bottom: 10px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs{
    margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs:before{
	content: '';
	display: block;
    position: absolute;
	width: 100vw;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
	bottom: 0;
	top: 0;
    background: rgba(255,255,255,0.7);
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs > *{
	position: relative;
	z-index: 2;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .description,
.breadcrumb-title-wrapper.breadcrumb-v3 .description{
	font-size: 20px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .description{
	margin-bottom: 40px;
}
.breadcrumb-title-wrapper.breadcrumb-v2.no-title .breadcrumb-title,
.breadcrumb-title-wrapper.breadcrumb-v2.no-description .breadcrumb-title{
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.breadcrumb-title-wrapper.breadcrumb-v2.no-title .breadcrumb-title,
.breadcrumb-title-wrapper.breadcrumb-v2.no-description .breadcrumb-title{
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.breadcrumb-title-wrapper.breadcrumb-v2.no-description .page-title{
	margin: 12px 0 0;
	-ms-flex-item-align: center;
	align-self: center;
}

/*** Style 3 ***/
.breadcrumb-title-wrapper.breadcrumb-v3{
	position: relative;
}
.breadcrumb-title-wrapper.breadcrumb-v3:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
.breadcrumb-title-wrapper.breadcrumb-v3 > *{
	position: relative;
	z-index: 2;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title{
	min-height: 320px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    text-align: center;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .page-title{
    padding: 0;
	margin: 0 auto 10px;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .description{
	margin-bottom: 7px;
}
.breadcrumb-title-wrapper.breadcrumb-v3:before{
	background: rgba(0,0,0,0.3);
}

/*--------------------------------------------------------
	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{
	border-width: 0;
	padding: 0;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.woocommerce-MyAccount-content form button[type^="submit"],
div.wpcf7 input[type^="submit"]{
	min-width: 166px;
	margin-top: 20px;
}
div.wpcf7 .ajax-loader{
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    margin: 15px 0 0 20px; /*rtl*/
    display: inline-block;
    vertical-align: middle;
	opacity: 1;
}
div.wpcf7 .ajax-loader:after{
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
}
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%;
}
div.wpcf7 .ts-row .ts-column-left,
div.wpcf7 .ts-row .ts-column-right{
	float: left; /*rtl*/
	margin: 0 10px 0 0; /*rtl*/
}
div.wpcf7 .ts-row .ts-column-left{
	width: 26%;
}
div.wpcf7 .ts-row .ts-column-right{
	width: calc(74% - 20px);
}
body .wpcf7 form label{
	padding-bottom: 0;
}
body .wpcf7 form label:last-child input{
	margin-bottom: 0;
}
body .wpcf7 form textarea{
	height: 158px;
}
.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 .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;
}
.woocommerce .content-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
body .ts-shortcode.ts-slider.show-dots .swiper{
	padding-bottom: 40px;
}
body.product-hover-vertical-style .ts-shortcode.ts-slider.show-dots .swiper{
	padding-bottom: 52px;
}
body .ts-shortcode.ts-testimonial-wrapper.style-2.ts-slider.show-dots .swiper{
	padding-bottom: 0;
}
body .ts-shortcode.ts-testimonial-wrapper.style-2.ts-slider.show-dots  blockquote{
	padding-bottom: 71px;
}
body .ts-shortcode.ts-testimonial-wrapper.style-2.ts-slider.show-dots .swiper-horizontal>.swiper-pagination-bullets,
body .ts-shortcode.ts-testimonial-wrapper.style-2.ts-slider.show-dots .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 55px;
}
body .elementor-col-100 .ts-shortcode.ts-testimonial-wrapper.columns-1.style-2.ts-slider.show-dots .swiper-horizontal>.swiper-pagination-bullets,
body .elementor-col-100 .ts-shortcode.ts-testimonial-wrapper.columns-1.style-2.ts-slider.show-dots .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 90px;
}
body .ts-product.ts-slider .products.swiper{
	margin-left: -10px;
	margin-right: -10px;
}
body .ts-product.ts-product-category-wrapper.ts-slider .products.swiper,
body .ts-product.ts-product-deals-wrapper.thumbnail-no-padding.ts-slider .products.swiper{
	margin-left: 0;
	margin-right: 0;
}

/*** Pagination ***/
body .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
	opacity: 1;
}
body .swiper-horizontal>.swiper-pagination-bullets, 
body .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
	margin: 0 -7px;
}
body.product-hover-vertical-style-2 .products.swiper-horizontal>.swiper-pagination-bullets, 
body.product-hover-vertical-style-2 .products.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 18px;
}
body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
body .swiper-pagination-bullet{
	background: #E6EBED;
}
body .swiper-pagination-bullet-active{
	background: #618596;
}

/*** 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: #ffffff;
	background: rgba(0,0,0,0.1);
	background-image: none !important;
	z-index: 13;
}
body .swiper:hover .swiper-button-next, 
body .swiper:hover .swiper-button-prev{
	opacity: 1;
	visibility: visible;
}
body .ts-blogs .swiper-button-next, 
body .ts-blogs .swiper-button-prev,
body .products.swiper .swiper-button-next, 
body .products.swiper .swiper-button-prev{
	transform: none;
}
body .products.swiper .swiper-button-next, 
body .products.swiper .swiper-button-prev{
	top: 25%;
}
body .ts-product-category-wrapper .products.swiper .swiper-button-next, 
body .ts-product-category-wrapper .products.swiper .swiper-button-prev{
	top: calc(50% - 55px);
}
body .rows-2 .products.swiper .swiper-button-next, 
body .rows-2 .products.swiper .swiper-button-prev{
	top: calc(50% - 55px); /*50% margin-bottom + 50% padding-bottom*/
}
body .ts-blogs .swiper-button-next, 
body .ts-blogs .swiper-button-prev{
	top: 30%;
}
body #main-content:not(.ts-col-24) .ts-blogs .swiper-button-next, 
body #main-content:not(.ts-col-24) .ts-blogs .swiper-button-prev{
	top: 21%;
}
body .swiper-button-prev{
    left: 5px; /*rtl*/
}
body .swiper-button-next{
    right: 5px; /*rtl*/
}
body .swiper-button-next:after,
body .swiper-button-prev:after{
	line-height: 40px;
	font-size: 12px;
	display: inline-block;
	transition: none;
	color: inherit;
}
body .swiper:hover .swiper-button-next,
body .swiper:hover .swiper-button-prev{
	background: rgba(0,0,0,0.7);
}

/*** 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;
	font-size: 10px;
}
.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*/
}

/*** 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: 38px;
    transform: none;
    opacity: 1;
    visibility: visible;
    right: 0; /*rtl*/
    left: auto; /*rtl*/
}
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:first-child .ts-slider .swiper-button-prev,
body .widget-container:first-child .ts-slider .swiper-button-next{
	top: 0;
}
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: 8px;
	line-height: 24px;
}


/*--------------------------------------------------------
	5. CUSTOM BABYCARE
---------------------------------------------------------*/
.elementor-section-full_width.elementor-section-stretched .elementor-column-gap-no .wp-block-themepunch-revslider{
	overflow-x: hidden;
}
.elementor-section-full_width.elementor-section-stretched .elementor-column-gap-no .wp-block-themepunch-revslider rs-fullwidth-wrap rs-module-wrap{
	width: 100vw !important;
    left: calc(50% - 50vw) !important;
}
.elementor-section-full_width.elementor-section-stretched .elementor-column-gap-no .wp-block-themepunch-revslider rs-fullwidth-wrap rs-module-wrap rs-module{
	width: 100% !important;
}
div.wpcf7 input[type^="submit"]:hover,
.button:hover,
a.button:hover,
button:hover,
input[type^="submit"]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#content button.button:hover,
.woocommerce #respond input#submit:hover, 
div.button a:hover,
input[type="submit"].dokan-btn:hover, 
a.dokan-btn:hover, 
.dokan-btn:hover,
.wishlist_table .product-add-to-cart a:hover,
a.wp-block-button__link:hover,
.elementor-button-wrapper .elementor-button:hover,
body .woocommerce table.compare-list .add-to-cart td a:hover,
.woocommerce-cart table.cart td.actions > .button,
.yith-woocompare-widget a.clear-all:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all:hover,
.button-primary:hover,
.button.button-primary:hover,
.shop-more a.button:hover,
#content button.button.button-primary:hover,
.woocommerce-page button.button.button-primary:hover,
.woocommerce div.product form.cart .button:hover,
.yith-wfbt-form .yith-wfbt-submit-block .button:hover,
form.track_order input[type^="submit"]:hover, 
form.track_order button[type^="submit"]:hover,
.woocommerce-MyAccount-content form button[type^="submit"]:hover,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"]:hover,
.load-more-wrapper .button:hover,
.ts-shop-load-more .button:hover,
.woocommerce .ts-shop-load-more .button:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.widget_shopping_cart .buttons a.checkout,
.woocommerce #customer_login form.login .button:hover, 
.woocommerce #customer_login form.register .button:hover,
.yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.dropdown-footer > a.button.checkout-button{
	background: transparent;
}
.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading{
	border-color: #cccccc;
}
.load-more-wrapper,
.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 .after-loop-wrapper:not(:last-child),
.woocommerce.archive #main > .page-container,
.woocommerce div.product.tabs-in-summary .woocommerce.yith-wfbt-section,
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom: 80px;
}
.ts-pagination,
.woocommerce div.product div.summary{
	margin-bottom: 61px;
}
.woocommerce .woocommerce-order,
.woocommerce .woocommerce-customer-details{
	margin-bottom: 58px;
}
article.single-post > .comments-area{
	margin-bottom: 80px;
}
article.single-post > .comments-area p.nocomments{
	margin-top: 40px;
}
article.single-post .entry-format .thumbnail img,
article.single-post .entry-format .ts-video{
	margin-bottom: 40px;
}
.columns-center .elementor-row{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.entry-author{
	margin-top: 80px;
	margin-bottom: 75px;
}
.entry-content + .entry-author{
	margin-top: 66px;
}
article.single-post > .entry-content{
	margin-bottom: 75px;
	padding-bottom: 74px;
	border-width: 0 0 1px;
	border-style: solid;
}
article.single-post > .entry-content .content-wrapper > .gallery:not(:last-child){
	margin-bottom: 20px !important;
}
.single .meta-bottom-2{
	margin: 0 0 70px;
}
article.single-post > .entry-meta-bottom .social-sharing{
	margin-bottom: 68px;
}
.single-portfolio > .related-portfolios{
	margin-bottom: 70px;
}
.single-portfolio > .entry-main{
	margin-bottom: 80px;
}
.woocommerce div.product > #reviews{
	padding-bottom: 80px;
}
.woocommerce #main-content.ts-col-24 div.product.has-brand-section > #reviews{
	position: relative;
	padding-top: 80px;
}
.woocommerce #main-content.ts-col-24 div.product.has-brand-section:not(.tabs-in-summary) > #reviews:before{
	content: '';
	width: 100vw;
	position: absolute;
	left: calc(50% - 50vw);
	top: 0;
	bottom: 0;
	background: #f5f5f5;
}
.woocommerce #main-content.ts-col-24 div.product.has-brand-section > #reviews > *{
	position: relative;
	z-index: 2;
}
.woocommerce div.product.show-tabs-content-default > #reviews{
	padding-top: 80px;
}
.woocommerce div.product.show-tabs-content-default > .ads-banner + #reviews{
	padding-top: 0;
}
.woocommerce div.product.show-tabs-content-default > .ads-banner + #reviews:before{
	display: none;
}
.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;
}
.medium-screen-visible{
	display: none !important;
}
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 .vertical-menu-wrapper a:not(.button):not(.elementor-button),
.ts-header .menu-wrapper .ts-menu a:not(.button):not(.elementor-button),
.product .meta-wrapper a:not(.button):not(.elementor-button),
.ts-header .normal-menu nav.vertical-menu ul.sub-menu > li > a,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu > li > a:hover,
.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 .vertical-menu-wrapper a,
.ts-header .menu-wrapper .ts-menu a,
.product .meta-wrapper a{
	text-decoration: none;
}
.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;
}
.product .price del{
	font-size: 82%;
	line-height: 18px;
}
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price del{
	font-size: 75%;
}
/*** Default ***/
blockquote:before{
    font-size: 130%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0; /*rtl*/
	float: left; /*rtl*/
}
blockquote:after{
	content: '';
	clear: both;
	display: table;
}
article.single-post .entry-content > .content-wrapper blockquote:before,
.columns-1 .list-posts article blockquote:before{
    margin: 0 20px 0 0; /*rtl*/
}
.ul-style.check li:before{
	font-size: 70%;
}
.mc4wp-response{
	margin-top: 10px;
}
.mc4wp-response p{
	margin-bottom: 0;
}
.text-light .mc4wp-response{
    color: #fff;
}

/*** Custom elementor ***/
.overflow-hidden > .elementor-column-wrap{
	overflow: hidden !important;
}
.elementor-button-wrapper .elementor-button{
	min-width: 156px;
}
.elementor-button-wrapper .elementor-button.elementor-size-lg{
	min-width: 172px;
}
.button-text .elementor-button-wrapper .elementor-button.elementor-size-xs{
	line-height: 16px;
}
.elementor-section.h-center .elementor-row{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.elementor-section.elementor-section-height-full{
    height: 100vh;
}
.elementor-section.elementor-section-height-full>.elementor-container{
    height: 100%;
}
.admin-bar .elementor-section.elementor-section-height-full{
    height: calc(100vh - 32px);
}
.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;
}
.ts-product.style-grid.has-shop-more-button .shop-more{
	text-align: center;
	margin-top: 24px;
}
.ts-product.style-grid.has-shop-more-button .shop-more .button{
	margin-top: 0;
}
.img-offset-top-5.elementor-widget-image-box .elementor-image-box-img img{
	margin-top: 5px;
}
body .elementor-element.icon-x46 .elementor-image-box-wrapper .elementor-image-box-img{
	max-width: 46px;
}
/*** Intro page ***/
.intro-list{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
.intro-list .elementor-col-100 .elementor-widget-wrap{
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.intro-list .elementor-col-100 .elementor-widget-image{
	width: 20%;
	padding: 0 20px;
	margin-bottom: 50px !important;
}
.ts-columns-4 .elementor-col-100 .elementor-widget-image{
	width: 25%;
}
.intro-list .elementor-col-100 .elementor-widget-image figure{
	position: relative;
	transition: 300ms ease;
}
.intro-list .elementor-col-100 .elementor-widget-image figure > a{
	background: #F5F5F5;
	box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: block;
	position: relative;
    z-index: 2;
}
.intro-list .elementor-col-100 .elementor-widget-image figcaption{
    text-align: center;
    color: inherit;
    font-style: normal;
    font-size: 14px;
	margin-top: 15px;
	transition: 300ms ease;
}
.ts-columns-4.intro-list .elementor-col-100 .elementor-widget-image figcaption{
	font-size: 14px;
}
.intro-list .elementor-col-100 .elementor-widget-image figure:hover > a{
	box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.2);
}
.intro-list .elementor-col-100 .elementor-widget-image figure:hover figcaption{
	color: #1949C9;
}
.min-width.elementor-element .elementor-button{
	min-width: 200px;
}

/*-------------------------------------------------------------------------------------------------------------------
	III. FOOTER
---------------------------------------------------------------------------------------------------------------------*/
.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: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.footer-container .elementor-widget-wp-widget-nav_menu[data-widget_type*="wp-widget-"] li:first-child{
	padding-top: 7px;
}
.footer-container .elementor-widget-wp-widget-nav_menu[data-widget_type*="wp-widget-"] li:last-child{
	padding-bottom: 7px;
}
.footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li{
	display: inline-block;
}
.footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li:not(:last-child){
	margin-right: 30px; /**/
}
.ts-megamenu .elementor-widget .elementor-widget-container h5,
.footer-container .elementor-widget .elementor-widget-container h5{
	text-align: inherit;
}
.ts-megamenu .ts-list-of-product-categories-wrapper ul li{
	font-size: inherit;
	font-weight: inherit;
}
.ts-list-of-product-categories-wrapper .button-text:not(.ts-banner):not(.elementor-widget-button){
	color: inherit;
}
.footer-container .elementor-widget-wp-widget-nav_menu.small{
	line-height: 20px;
}
.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;
}
.footer-container .ts-list-of-product-categories-wrapper{
	font-size: inherit;
}

/* TO TOP BUTTON */
#to-top{
	position: fixed;
	right: 2px; /* rtl */
	bottom: 2px;
	transform: scale(0,0);
	width: 50px;
	height: 50px;
	transition: 350ms ease 0s;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	z-index: 996;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#to-top a{
	display: block;
	width: 46px;
	height: 46px;
	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;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(36,36,36,.5);
}
#to-top a:before{
	font-size: 13px;
	line-height: 44px;
}
#to-top a:hover{
	text-decoration: none;
	opacity: 1;
	box-shadow: 0 0 6px rgba(100,100,100,0.1)
}
#to-top.on{
	transform: scale(1,1);
}

/*-------------------------------------------------------------------------------------------------------------------
	IV. WIDGET
---------------------------------------------------------------------------------------------------------------------*/
.widget-container{
	clear: both;
	position: relative;
}
#left-sidebar .widget-container,
#right-sidebar .widget-container,
.ts-sidebar-content .widget-container{
	padding: 40px 0 0 0;
	margin: 40px 0 0 0;
	border-width: 1px 0 0;
	border-style: solid;
}
#left-sidebar .widget-container.widget_media_image + .widget_media_image,
#right-sidebar .widget-container.widget_media_image + .widget_media_image,
.ts-sidebar-content .widget-container.widget_media_image + .widget_media_image{
	padding-top: 0;
	margin-top: 20px;
	border-width: 0;
}
#left-sidebar .widget-container:first-child,
#right-sidebar .widget-container:first-child,
.ts-sidebar-content .widget-container:first-child{
	padding-top: 0;
	margin-top: 0;
	border-width: 0;
}
.widget-container ul,
.elementor-widget[data-widget_type*="wp-widget-"] ul{
	margin-bottom: 0 !important;
}
.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: 20px;
}
.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: 0 0 0 20px; /*rtl*/
	padding-top: 10px;
}
.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;
}
#left-sidebar .widget-container ul ol,
#left-sidebar .widget-container ol ol,
#left-sidebar .widget-container ul ul,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul,
#right-sidebar .widget-container ul ol,
#right-sidebar .widget-container ol ol,
#right-sidebar .widget-container ul ul,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul{
	margin-left: 15px; /*rtl*/
}
.widget-container ul li,
.elementor-widget[data-widget_type*="wp-widget-"] ul li,
.woocommerce .widget_rating_filter ul li{
	list-style: none;
	position: relative;
	line-height: 1.5;
}
.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{
	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{
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-container ul li > a,
.elementor-widget[data-widget_type*="wp-widget-"] ul li > a{
	position: relative;
}
.widget-container a:hover,
.elementor-widget[data-widget_type*="wp-widget-"] a:hover{
	text-decoration: none;
}
.widget-title-wrapper a.block-control{
	color: inherit;
}

/*fix sidebar*/
.ts-sidebar .mc4wp-form .subscribe-email{
	margin-bottom: -4px;
}
.ts-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper{
	margin-top: 2px;
}
.ts-sidebar .mc4wp-form .subscribe-email input[type="email"],
.ts-sidebar .mc4wp-form .subscribe-email .button{
	margin-bottom: 10px;
}
.ts-sidebar .widget-container textarea,
.ts-sidebar .widget-container select,
.ts-sidebar .widget-container select option,
html .ts-sidebar .widget-container input[type^="search"],
html .ts-sidebar .widget-container input[type^="text"], 
html .ts-sidebar .widget-container input[type^="email"],
html .ts-sidebar .widget-container input[type^="password"],
html .ts-sidebar .widget-container input[type^="number"],
html .ts-sidebar .widget-container input[type^="tel"],
.ts-sidebar .widget-container .chosen-container a.chosen-single,
body .ts-sidebar .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 100%;
}
#left-sidebar .widget-container a.button,
#left-sidebar .widget-container button, 
#left-sidebar .widget-container input[type^="submit"],
#left-sidebar .yith-woocompare-widget a.clear-all,
#left-sidebar .yith-woocompare-widget a.compare,
#left-sidebar .widget-container .dokan-btn,
#right-sidebar .widget-container a.button,
#right-sidebar .widget-container button, 
#right-sidebar .widget-container input[type^="submit"],
#right-sidebar .yith-woocompare-widget a.clear-all,
#right-sidebar .yith-woocompare-widget a.compare,
#right-sidebar .widget-container .dokan-btn,
#ts-filter-widget-area .widget-container a.button,
#ts-filter-widget-area .widget-container button, 
#ts-filter-widget-area .widget-container input[type^="submit"],
#ts-filter-widget-area .yith-woocompare-widget a.clear-all,
#ts-filter-widget-area .yith-woocompare-widget a.compare,
#ts-filter-widget-area .widget-container .dokan-btn{
	min-width: 0;
}
#left-sidebar .widget-container button.wp-block-search__button,
#right-sidebar .widget-container button.wp-block-search__button{
	padding: 5px;
	margin-left: 0; /*rtl*/
	min-width: 70px;
}
#left-sidebar .wp-block-search .wp-block-search__input,
#right-sidebar .wp-block-search .wp-block-search__input{
	border-width: 0;
}

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

/*** Archive ***********************************/
.product-filter-by-color li .count{
	display: inline-block;
}
.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;
}

/*** Categories ***********************************/
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories ul,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories ul{
	padding-top: 20px;
}
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories ul ul,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories ul ul{
	padding-top: 14px;
}
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li{
	padding: 7px 0;
}
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories > li,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li{
	padding: 10px 0;
}
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li:first-child,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li:first-child,
.ts-product-categories-widget-wrapper ul.product-categories > li:first-child,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li:first-child{
	padding-top: 0;
}
.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li:last-child,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li:last-child,
.ts-product-categories-widget-wrapper ul.product-categories > li:last-child,
#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li:last-child{
	padding-bottom: 0;
}

/*** 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,
.woocommerce-product-search{
	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;
}
.search-table .search-field,
.woocommerce-product-search .search-field{
	width: auto;
	flex: 1;
}
.search-table .search-field input[type="text"],
.woocommerce-product-search .search-field{
	padding-right: 60px; /*rtl*/
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: 100%;
	border-radius: 25px;
	line-height: 24px;
}
.search-table .search-button,
.search-table .search-button input[type^="submit"],
.woocommerce-product-search button[type="submit"]{
	width: 60px;
    text-align: center;
	position: absolute;
    top: 0;
    right: 0; /*rtl*/
    bottom: 0;
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	border-width: 0;
	font-size: 0 !important;
	background: transparent !important;
	min-width: 0;
}
.search-table .search-button:before{
	font-size: 16px;
	line-height: 46px;
}

/*** RSS ***********************************/
.widget_rss .rss-date{
	font-size: 90%;
	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{
	font-size: 100%;
	line-height: 24px;
	float: left;/* rtl */
	margin: 0 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{
	color: inherit;
    border-radius: 40px;
	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: 8px;
	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: 3px;
}
.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: 4px;
	position: relative;
	z-index: 1;
}
.product-on-sale-form > label: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,
.product-filter-by-color ul li 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: #d9d9d9;
}
#left-sidebar .product-categories,
#right-sidebar .product-categories,
#ts-filter-widget-area .ts-sidebar-content .product-categories{
	font-size: 100%;
}
#ts-filter-widget-area .hide-title-widget .widget-title{
    display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	margin: 0 0 20px 14px; /*rtl*/
	background: #d9d9d9;
	border-radius: 2px;
	direction: ltr;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 4px;
}
.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: -16px;/* rtl */
	right: auto; /*rtl*/
	border-width: 0 16px 0 0; /*rtl*/
	border-style: solid;
	border-color: #d9d9d9;
	width: 16px;
	height: 4px;
}
.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: 16px;
	height: 16px;
	margin-left: -15px; /*rtl*/
	top: -6px;
	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: -15px; /*rtl*/
}
.woocommerce .widget_price_filter .price_slider_amount{
    line-height: inherit;
    font-size: 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;
	-webkit-box-align: start;    
	-ms-flex-align: start;    
	align-items: flex-start;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
	width: 100%;
	margin-bottom: 10px;
	font-size: 0 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label:after{
	content: '';
	display: table;
	clear: both;
}
.widget_price_filter{
	letter-spacing: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span{
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:last-child{
	height: 34px;
    line-height: 24px;
    float: left; /*rtl*/
    text-align: left; /*rtl*/
    position: relative;
    padding: 6px 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child{
	width: calc(50% + 15px);
	position: relative;
    z-index: 2;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:last-child{
	width: calc(50% - 15px);
	height: 34px;
    line-height: 24px;
    float: left; /*rtl*/
    text-align: left; /*rtl*/
    position: relative;
    padding: 6px 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
	bottom: 0;
	width: calc(100% - 30px);
	z-index: -1;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:after{
    font-size: 6px;
    width: 30px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
	position: absolute;
	top: 50%;
	right: 0; /*rtl*/
	margin-top: -3px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:last-child{
	border-width: 1px;
	border-style: solid;
	border-radius: 60px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit{
	order: 1;
	background: transparent !important;
	border-width: 0 !important;
	padding: 0 !important;
	text-decoration: underline;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}
.product-filter-by-price-wrapper ul{
	margin: 0;
}
.product-filter-by-price-wrapper label:hover{
	cursor: pointer;
}

/*** Filter by color ***********************************/
.color-swatch:after{
	content: '';
	clear: both;
	display: table;
}
.ts-product-attribute div.option,
.ts-product-attribute div.option.color a{
	display: inline-block;
    vertical-align: top;
}
.color-swatch{
	margin: 0 -3px;
}
.color-swatch > div{
	margin: 3px; /*rtl*/
	padding: 0;
}
.color-swatch > div{
	float: left; /*rtl*/
}
.color-swatch > div span,
.color-swatch > div img,
.ts-product-attribute a img{
	width: 23px;
    height: 23px;
    font-size: 0;
    letter-spacing: 0;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	display: inline-block;
    vertical-align: top;
	transition: 200ms ease 0s;
}
.ts-product-attribute .option.color a img{
	border-color: transparent;
}
.ts-product-attribute a{
	border-radius: 100%;
}
.color-swatch > div:before,
.ts-product-attribute div.option.color a:before{
    content: '';
    width: 25px;
    height: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 100%;
    display: inline-block;
	vertical-align: top;
    position: absolute;
    top: 1px;
    left: -1px; /*rtl*/
}
.color-swatch > div:hover:before,
.color-swatch > div.active:before,
.ts-product-attribute div.option.color.selected a:before,
.ts-product-attribute div.option.color a:hover:before{
    width: 21px;
    height: 21px;
    border-width: 2px;
    top: 1px;
    left: 1px; /*rtl*/
	z-index: 2;
}
.ts-product-attribute div.option.color a:before{
    top: -1px;
}
.ts-product-attribute div.option.color a:hover:before,
.ts-product-attribute div.option.color.selected a:before{
    top: 1px;
}
.color-swatch > div:before,
.ts-product-attribute div.option.color a:before{
	top: -1px;
}
.color-swatch > div:hover:before,
.color-swatch > div.active:before{
	top: 1px;
}
.color-swatch > div,
.ts-product-attribute div.option.color a{
	position: relative;
	width: 23px;
    height: 23px;
}
.color-swatch > div:after,
.product-on-sale-form:hover > label:after,
.product-on-sale-form.checked > label:after,
.ts-product-attribute div.option.color 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,
.product-filter-by-color ul li a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 8px;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transition: opacity 200ms, visibility 200ms;
}
.color-swatch > div:after{
	text-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.color-swatch > div:hover:after,
.color-swatch > div.active:after,
.product-on-sale-form:hover > label:after,
.product-on-sale-form.checked > label:after,
.ts-product-attribute div.option.color:hover a:after,
.ts-product-attribute div.option.color.selected a:after,
.woocommerce .widget_rating_filter ul li a:hover:after,
.woocommerce .widget_rating_filter ul li.chosen a:after,
.product-filter-by-availability ul li label:hover:after,
.product-filter-by-availability ul li input[checked="checked"] + label:after,
.product-filter-by-price ul li label:hover:after,
.product-filter-by-price ul li.chosen label:after,
.widget-container.product-filter-by-brand ul > li label:hover:after,
.widget-container.product-filter-by-brand ul > li.selected label:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:after,
.product-filter-by-color ul li a:hover:after,
.product-filter-by-color ul li.chosen a:after{
	opacity: 1;
	visibility: visible;
}
.color-swatch > div:hover{
	cursor: pointer;
}
.product-filter-by-color ul li a > span,
.product-filter-by-color ul li a > img{
	display: inline-block;
	vertical-align: middle;
}
.product-filter-by-color ul li a > span:first-child,
.product-filter-by-color ul li a > img{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: -2px 10px 0 0; /*rtl*/
}

/*** Filter by brand ***********************************/
.product-on-sale-form > label > input[type^="checkbox"],
.product-filter-by-availability ul li input[type^="checkbox"],
.product-filter-by-brand ul li input[type^="checkbox"]{
	display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	padding: 5px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child{
	padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
	padding-bottom: 0;
}
.product-on-sale-form > label,
.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,
.product-filter-by-color ul li a{
	padding: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 30px; /*rtl*/
	line-height: 20px;
	text-decoration: none;
}
.product-on-sale-form > label,
.product-filter-by-brand ul li label,
.product-filter-by-price ul li label,
.product-filter-by-availability ul li label,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.product-filter-by-color ul li a{
	transition: 200ms ease;
}
.product-on-sale-form > label: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,
.product-filter-by-color ul li a:before{
	content: '';
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
}
.product-on-sale-form:hover > label:after,
.product-on-sale-form.checked > label: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,
.product-filter-by-color ul li a:after{
    left: 5px; /*rtl*/
    top: 5px;
    transform: translate(0);
    font-size: 10px;
}
.product-filter-by-color ul,
.product-filter-by-brand .product-filter-by-brand-wrapper > ul{
    overflow: auto;
	margin-bottom: 0;
}
.product-filter-by-color ul ul,
.product-filter-by-brand .product-filter-by-brand-wrapper > ul ul{
	margin: 10px 0 2px 20px;/* rtl */
}
/*custom brand logo*/
.product-filter-by-brand .show-thumbnail ul li{
	padding: 12px 0;
}
.product-filter-by-brand .show-thumbnail ul li:first-child{
	padding-top: 0;
}
.product-filter-by-brand .show-thumbnail ul li:last-child{
	padding-bottom: 0;
}
.product-filter-by-brand .show-thumbnail ul li label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-height: 20px;
}

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

/*-------------------------------------------------------------
	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*/
}
#left-sidebar .ts-blogs-widget-wrapper .heading-title,
#right-sidebar .ts-blogs-widget-wrapper .heading-title,
#left-sidebar .ts-blogs-widget-wrapper .post-title,
#right-sidebar .ts-blogs-widget-wrapper .post-title{
	line-height: inherit;
}
.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 Subscription ***********************************/
#left-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper,
#right-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper{
	font-size: 100%;
}
.subscribe-widget .newsletter p{
	margin-bottom: 10px;
}
.mc4wp-form .subscribe-email input[type="email"],
.mc4wp-form .subscribe-email .button{
	width: 100%;
	max-width: 100%;
	display: inline-block;
    vertical-align: top;
	line-height: 24px;
}

/*** TS Social Icons ***********************************/
.social-icons .social-desc{
	margin-bottom: 10px;
}
.social-icons .list-icons{
	margin: 0 -10px;
	display: inline-block;
}
.social-icons .list-icons li{
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 1;
	padding: 5px 10px;
}
.social-icons .list-icons li a{
	display: block;
	transition: none;
	color: inherit;
}
.social-icons .list-icons li i{
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}
.social-icons.show-tooltip .list-icons li i{
	margin: 0 10px 0 0; /*rtl*/
}
.social-icons:not(.show-tooltip) .list-icons li .ts-tooltip{
	display: none !important;
}
.social-icons.style-vertical .list-icons{
	margin: 0;
}
.social-icons.style-vertical .list-icons li{
	padding: 11px 0;
	display: block;
}
.social-icons.style-vertical .list-icons li:first-child{
	padding-top: 0;
}
.social-icons.style-vertical .list-icons li:last-child{
	padding-bottom: 0;
}

/*** 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;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
	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 .elementor-widget-container h5{
	text-align: center;
	margin-bottom: 20px;
}
.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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-width: 0 0 1px;
    border-style: dotted;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.post_list_widget li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}
.post_list_widget li .thumbnail{
	width: 100%;
	display: block;
	margin-bottom: 16px;
}

/*** 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;
}
.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: 4px 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;
	text-transform: 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;
	left: auto; /*rtl*/
    right: 0; /*rtl*/
    font-weight: 400;
    border-radius: 0;
    text-align: right; /*rtl*/
    cursor: pointer;
    outline: none;
	background: transparent !important;
	text-decoration: none !important;
	z-index: 2;
}
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%;
}
.ts-megamenu-container .elementor-widget-wp-widget-nav_menu ul.menu li:first-child,
.ts-megamenu-container .elementor-widget-wp-widget-nav_menu ul.menu li:last-child{
	padding-top: 5px;
	padding-bottom: 5px;
}
.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;
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce.main-products .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
	margin-bottom: -40px;
}
.ts-product-category-wrapper .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related),
.woocommerce.main-products.columns-1 .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
	margin-left: 0;
	margin-right: 0;
}
.cross-sells > h2, 
.up-sells > h2, 
.related > h2{
	text-align: center;
	width: 100%;
}
.woocommerce .cross-sells.products, 
.woocommerce .up-sells.products{
	width: 100%;
}
.woocommerce .products .product{
	margin: 0 0 40px 0;
}
.woocommerce .products .swiper-wrapper .product{
	margin-bottom: 0;
}
.product.product-type-variable .price,
.product.product-type-grouped .price{
	margin-left: -5px;
	margin-right: -5px;
}
.product.product-type-variable .price > .amount,
.product.product-type-grouped .price > .amount{
	padding-left: 5px;
	padding-right: 5px;
}
.woocommerce div.product.product-type-variable .summary .price,
.woocommerce div.product.product-type-grouped .summary .price{
	margin-left: -8px;
	margin-right: -8px;
}
.woocommerce div.product.product-type-variable .summary .price > .amount,
.woocommerce div.product.product-type-grouped .summary .price > .amount{
	padding-left: 8px;
	padding-right: 8px;
}
.woocommerce .products .product .product-wrapper > *{
	padding-left: 20px;
	padding-right: 20px;
}
.ts-product-category-wrapper.woocommerce .products .product-category .product-wrapper{
	padding: 0 10px;
	margin: 0;
}
.ts-product-category-wrapper.woocommerce .products .product-category .product-wrapper > *{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .ts-shortcode:not(.rows-2) .products > .product-group{
	width: 25%;
	float: left;/* rtl */
}
.woocommerce .products > .product-group .product{
	width: 100% !important;
}
.woocommerce.columns-12 .products .product{
	width: 8.333333333%;
}
.woocommerce.columns-11 .products .product{
	width: 9.09090909%;
}
.woocommerce.columns-10 .products .product{
	width: 10%;
}
.woocommerce.columns-9 .products .product{
	width: 11.1111111%;
}
.woocommerce.columns-8 .products .product{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product{
	width: 14.285%
}
.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%
}
.woocommerce .ts-slider .products .product{
	height: 100%;
}
/*** Style 2 columns */
.woocommerce.main-products.columns-2 .products .product:not(.product-category){
	padding-top: 40px;
	position: relative;
	border-width: 0;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category):before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(odd):before{
	left: 20px;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(even):before{
	right: 20px;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(1),
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(2){
	padding-top: 0;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(1):before,
.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(2):before{
	border-top-width: 0;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 32% auto;
	grid-template-columns: 32% auto;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper > *{
	min-height: 0;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper{
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	align-self: center;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .meta-wrapper{
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	padding-top: 0;
	align-self: flex-end;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .meta-wrapper .star-rating{
	display: block;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .thumbnail-wrapper .product-group-button > div.loop-add-to-cart,
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .star-rating{
	display: none;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .meta-wrapper-2{
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	padding-top: 3px;
	align-self: flex-start;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper > .meta-wrapper-2 > .price{
	margin-bottom: 13px;
}
.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper > .meta-wrapper-2 > .product-group-button-meta{
	position: static !important;
	margin: 15px 0 0 !important;
	display: block !important;
	-webkit-animation: none !important;
	animation: none !important;
	padding: 0;
}
.product-hover-vertical-style-2 .woocommerce.main-products.columns-2 .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > div.loop-add-to-cart a.button{
    min-width: 160px;
}
/**/
.ts-slider .products .swiper-slide .product{
	float: none !important;
	width: 100% !important;
}
.ts-slider .products .swiper-slide > .product:only-child{
	height: 100%;
}
.woocommerce.ts-product-deals-wrapper .products .product{
	margin-bottom: 30px;
}
.woocommerce.ts-product-deals-wrapper.ts-slider .products .product{
	margin-bottom: 0;
}
body.product-hover-vertical-style-2 .ts-product-deals-wrapper .products.swiper-horizontal>.swiper-pagination-bullets, 
body.product-hover-vertical-style-2 .ts-product-deals-wrapper .products.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 27px;
}
.woocommerce.ts-product-deals-wrapper .products .product .product-wrapper{
	height: 100%;
    padding-bottom: 20px;
}
.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 ***/
.woocommerce.main-products > .products > .list-categories{
    padding: 40px;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	margin-bottom: 40px;
}
.woocommerce.main-products > .products > .list-categories .product-wrapper{
	height: 100%;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
}
.woocommerce.main-products > .products > .list-categories .product-wrapper > a{
	height: auto;
}
.woocommerce.main-products.columns-1 .products > .product:not(.product-category){
	padding: 20px 0;
	border-width: 1px 0 0;
	border-style: solid;
	margin: 0;
}
.woocommerce .main-products.columns-1 ~ .after-loop-wrapper nav.woocommerce-pagination{
    margin-top: 20px;
    padding-top: 20px;
}
.woocommerce.main-products.columns-1 .products > .product:not(.product-category):first-child{
	padding-top: 0;
	border-width: 0;
}
.woocommerce.main-products.columns-1 .product:not(.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;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) .product-group-button{
	display: none;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper .product-label{
    left: 0; /*rtl*/
}
.woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *,
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description{
	margin: 0 30px 0 0; /*rtl*/
	padding: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *:last-child{
	margin: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper{
	width: 180px;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper:not(.meta-wrapper-2){
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper .star-rating{
    margin-bottom: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2{
	width: 48%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40% auto auto;
	grid-template-columns: 40% auto auto;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > *{
	min-height: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description{
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 3;
	grid-row-end: 4;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	margin: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price{
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 2;
	grid-column-end: 4;
	margin-bottom: 20px;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity{
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	margin-right: 10px; /*rtl*/
	margin-bottom: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
    z-index: 2;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta{
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
    position: static !important;
    margin: 0 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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.main-products.columns-1 .product-group-button-meta > div.compare a,
.woocommerce.main-products.columns-1 .product:not(.product-category) .product-group-button-meta > div.wishlist a {
	vertical-align: middle;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2  > .quantity + .product-group-button-meta > .loop-add-to-cart{
	padding-left: 100px; /*rtl*/
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .loop-add-to-cart{
	width: 100%;
	margin-bottom: 20px;
}

/**/

.list-categories,
.ts-blogs-wrapper .blogs,
.ts-shortcode .items,
.ts-portfolio-wrapper .ts-portfolio-wrapper .item-wrapper,
.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,
.ts-portfolio-wrapper.nav-middle .ts-portfolio-wrapper .item-wrapper{
	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;
	overflow: hidden;
}
.woocommerce.ts-product-deals-wrapper.thumbnail-no-padding .product .thumbnail-wrapper{
	padding-top: 20px;
}
.woocommerce.ts-product-deals-wrapper .product .thumbnail-wrapper{
	padding-bottom: 20px;
}
.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;
}
.woocommerce .product .thumbnail-wrapper > a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: 350ms ease 0s;
}
.woocommerce .product .product-wrapper:hover .thumbnail-wrapper > a:before{
	opacity: 1;
	visibility: visible;
}
.woocommerce .product .thumbnail-wrapper > a{
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 2;
	transition: 300ms ease 0s;
}
.woocommerce.ts-product-deals-wrapper.thumbnail-no-padding .product .thumbnail-wrapper{
	padding: 0 !important;
}
.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{
	position: absolute;
	right: 0;/* rtl */
	top: 0;
	z-index: 3
}
.product-group-button-meta{
	display: none;
}
body .yith-wcwl-add-to-wishlist{
	margin: 0;
}
.products .meta-wrapper-2 > .product-group-button-meta,
.product-wrapper .button-in.wishlist i,
.yith-wcwl-add-to-wishlist i{
	display: none;
}
.button-in a,
.button-in a:hover,
.product .meta-wrapper .button-in a:not(.button):not(.elementor-button):hover{
	text-decoration: none !important;
}
.woocommerce .product-wrapper .meta-wrapper{
	overflow: hidden;
}
.woocommerce .product-wrapper .meta-wrapper:not(.meta-wrapper-2){
	padding-top: 20px;
}
.woocommerce .product .category-name h3{
	margin-bottom: 0;
	line-height: 24px;
}
.woocommerce .product-wrapper .meta-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	z-index: 2;
	cursor: zoom-in;
}

/*-------------------------------------------------------------
	2. PRODUCT LABEL
--------------------------------------------------------------*/
.product_list_widget .product-label,
.woocommerce .product .product-label{
	position: absolute;
	right: auto;
	left: 20px;/* rtl */
	top: 0;
	bottom: auto;
	z-index: 3;
	max-width: calc(100% - 46px);
}
.ts-products-widget-wrapper .product_list_widget .product-label,
.ts-product-deals-wrapper.woocommerce.thumbnail-no-padding .product .product-label{
	left: 0;/* rtl */
}
.woocommerce .product-label > span.onsale,
.woocommerce .product-label > span{
	width: auto;
	min-width: 30px;
	min-height: 15px;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	padding: 0;
	text-align: center;
	display: block;
	font-size: 10px;
	line-height: 15px !important;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0 2px 2px 0; /*rtl*/
}
.woocommerce .product-label span span{
	padding: 2px 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 > *{
	margin-bottom: 8px;
	display: block;
}
.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;
}
.products .meta-wrapper > .color-swatch,
.products .meta-wrapper-2 > *:last-child{
	margin-bottom: 0;
}
.products .meta-wrapper > .star-rating,
.woocommerce .products .star-rating{
	margin: 12px 0; /* margin + 4px top/bottom because of line-height*/
	float: none;/* rtl */
}
.woocommerce .product .meta-wrapper .quantity,
.woocommerce .product .meta-wrapper:not(.meta-wrapper-2) .star-rating{
	display: none;
}
.woocommerce.main-products.columns-1 .product .meta-wrapper .quantity{
	display: block;
}
.main-products:not(.columns-1):not(.columns-2) .products .meta-wrapper > .star-rating,
.products .meta-wrapper > .star-rating:nth-last-child(2){
	margin-bottom: 0;
}
.main-products:not(.columns-1):not(.columns-2) .products .meta-wrapper > .star-rating + .short-description,
.products .meta-wrapper > .star-rating:nth-last-child(2){
	margin-top: 12px;
}
.product-brands, .product-sku, .product-categories{
	line-height: 1.4;
}
.products .product .meta-wrapper > .count-rating{
	display: none;
}
/**/

/*** 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: 20px;
}
.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: 13px;
	letter-spacing: 3px;
}
.cr-all-reviews-shortcode .crstar-rating::before, 
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating::before, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating::before, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating::before,
.cr-all-reviews-shortcode .crstar-rating span::before, 
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span::before, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating span::before,
.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{
	content: "\e9d7\e9d7\e9d7\e9d7\e9d7";
    font-family: 'icomoon' !important;
	white-space: nowrap;
	display: inline-block;
    vertical-align: top;
}
.cr-all-reviews-shortcode .crstar-rating span::before, 
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span::before, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating span::before,
.star-rating span:before,
.woocommerce .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring-page .star-rating span:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before{
	content: "\e9d9\e9d9\e9d9\e9d9\e9d9";
}
.cr-all-reviews-shortcode .crstar-rating::before, 
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating::before, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating::before, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating::before,
.cr-all-reviews-shortcode .crstar-rating span::before, 
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span::before, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating span::before{
	letter-spacing: 3px;
}
.woocommerce p.stars a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars.selected a:not(.active)::before{
	content: "\e9d9";
}
.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: 78px;
    height: 14px;
    line-height: 1;
    overflow: hidden;
	font-family: star;
	position: relative;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}
.woocommerce p.stars a::before{
	font-size: 22px;
}
.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,
.woocommerce div.product form.cart table.group_table .quantity{
	width: 90px;
	position: relative;
	float: none;
}
.quantity span:not(.amount){
	display: none;
}
.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;
}
/*large quantity*/
.summary .quantity{
	width: 110px;
}
.summary .quantity .minus,
.summary .quantity .plus{
	height: 46px;
	line-height: 44px;
}
.woocommerce .summary .quantity input.qty, 
.summary .quantity input.qty{
    line-height: 44px;
}
.woocommerce div.product.form-cart-has-background .summary .quantity input.qty{
	background: #ffffff;
}

/*-------------------------------------------------------------
	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: 36px;
	height: 36px;
	display: block;
	position: relative;
	letter-spacing: 0;
	background: transparent;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 25px; /*rtl*/
	z-index: 6;
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease-in-out;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
}
.ts-product-deals-wrapper.thumbnail-no-padding .thumbnail-wrapper .product-group-button > div{
	right: 5px; /*rtl*/
}
.thumbnail-wrapper .product-group-button > div:nth-child(2){top: 46px;}
.thumbnail-wrapper .product-group-button > div:nth-child(3){top: 87px;}
.thumbnail-wrapper .product-group-button > div:nth-child(4){top: 128px;}
.product-group-button > div a:after{
	font-size: 14px;
	line-height: 36px;
	transition: none;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	padding: 0;
}
.product .product-wrapper:hover .product-group-button > div{
	-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_tranlate_left;
	-moz-animation-name: animation_tranlate_left;
	animation-name: animation_tranlate_left;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(2){
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(3){
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
.product .product-wrapper:hover .product-group-button > div:nth-child(4){
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}
.product-group-button > div a{
	width: 100%;
    height: 100%;
	margin: 0;
	position: relative;
	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 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 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;
	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: 24px;
	width: 24px;
	font-size: 0 !important;
	line-height: 24px;
	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;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	top: 0;
	right: 0; /*rtl*/
}
.cart_list li a.remove:not(:hover),
.woocommerce .widget_shopping_cart .cart_list li a.remove:not(:hover), 
.woocommerce.widget_shopping_cart .cart_list li a.remove:not(:hover){
	opacity: 0.3;
}
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: 74px;
	margin: 0;
    float: none;
}
.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: 70px;
	margin: 0 10px 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;
	padding-left: 0; /*rtl*/
}
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li .ts-wg-thumbnail,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li img{
	margin: 0 15px 0 0; /*rtl*/
}
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: 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 0 20px 0; /*rtl*/
    margin: 0 0 20px 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,
.widget_shopping_cart ul.product_list_widget li,
.woocommerce.widget_shopping_cart ul.product_list_widget li{
	padding-right: 20px; /*rtl*/
}
.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: 8px;
	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: 10px;
}
.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*/
}
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*/
}
.products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta{
	margin-top: 13px;
}
.products .product:not(.product-category) .product-wrapper .meta-wrapper-2 > .price{
	margin-bottom: 0;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .star-rating{
	display: none;
}
.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper:not(.meta-wrapper-2) .star-rating{
	display: block;
}
/**/

/*** Tooltip ***/
.ts-product-attribute .button-tooltip,
.product-group-button .button-tooltip{
	padding: 4px 20px;
	line-height: 20px;
	position: absolute;
	text-transform: none;
	text-align: center;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	transition: 250ms ease-in-out;
}
.ts-product-attribute .button-tooltip{
	min-width: 70px;
    line-height: 20px;
    top: -5px;
	left: 50%; /*rtl*/
	transform: translate(-50%,-100%); /*rtl*/
	z-index: 10;
}
.product-group-button .button-tooltip{
	left: auto; /*rtl*/
    right: calc(100% + 5px); /*rtl*/
    top: 50%;
	transform: translateY(-50%);
	border-width: 1px;
    border-style: solid;
    border-radius: 40px;
}
.ts-product-attribute .button-tooltip:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; /*rtl*/
	z-index: -1;
	content: "";
}
.ts-product-attribute .button-tooltip:before{
	background: #ffffff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.ts-product-attribute .button-tooltip:after{
    width: 0;
    height: 0;
    position: absolute;
    left: 50%; /*rtl*/
    bottom: -5px;
    content: "";
    margin-left: -5px; /*rtl*/
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
}
.product-group-button > div:hover a .button-tooltip,
.ts-product-attribute > div:hover a .button-tooltip{
	opacity: 1;
	visibility: visible;
}
.product-no-tooltip .product-group-button > div .button-tooltip{
	display: none;
}
.button-in .blockUI,
.button-in .blockUI.blockOverlay{
    opacity: 0 !important;
}

/*** Hover Style 2 ***/
.product-hover-vertical-style-2 .products .product:not(.product-category){
	position: relative;
}
.product-hover-vertical-style .woocommerce.main-products:not(.columns-1) .products .product:not(.product-category) .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > *:not(.loop-add-to-cart):not(.price):not(.star-rating){
	display: none !important;
}
.product-hover-vertical-style-2 .products .product:not(.product-category) .product-group-button > div.loop-add-to-cart,
.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > *:not(.loop-add-to-cart):not(.price):not(.star-rating){
	display: none;
}
.product-hover-vertical-style-2 .columns-1 .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > .button-in{
	display: block !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, 
.woocommerce div.product div.summary a.compare .ts-tooltip:before, 
.woocommerce.main-products.columns-1 > .products .product-group-button-meta > .wishlist .added a:after, 
.woocommerce.main-products.columns-1 > .products .product-group-button-meta > .button-in .ts-tooltip:before{
    content: attr(data-title);
    line-height: 16px;
	text-decoration: none !important;
}
.woocommerce.main-products.columns-1 > .products .product-group-button-meta > .button-in .added .ts-tooltip:before{
	font-size: 0;
}
.product-hover-vertical-style-2 .columns-1 .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > .button-in:not(:last-child){
	margin-right: 20px; /*rtl*/
}
.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2{
	position: relative;
    overflow: visible;
}
.product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .meta-wrapper-2 .product-group-button-meta{
	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;
}
.product-hover-vertical-style .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > div.loop-add-to-cart a.button,
.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2 > .product-group-button-meta > div.loop-add-to-cart a.button{
	min-width: 136px;
	font-size: 100%;
	line-height: 18px;
	padding: 8px 10px;
}

/*** 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;
}
.single-product-buttons-sharing .single-product-buttons{
	line-height: 20px;
	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;
}
.single-product-buttons-sharing > .single-product-buttons:last-child{
	padding-bottom: 23px;
	margin-bottom: 26px;
	border-width: 0 0 1px;
	border-style: solid;
}
.single-product-buttons-sharing .single-product-buttons .added a:after,
.single-product-buttons-sharing .single-product-buttons .ts-tooltip:before{
	content: attr(data-title);
	line-height: 20px;
	font-family: inherit;
}
.single-product-buttons-sharing .single-product-buttons .yith-wcwl-add-to-wishlist a:not(.added),
.single-product-buttons-sharing .single-product-buttons a.compare:not(.added){
	font-size: 0;
	line-height: 1;
}
.single-product-buttons-sharing .single-product-buttons a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.single-product-buttons-sharing .single-product-buttons a.loading{
	opacity: 1 !important;
	padding: 0 0 0 15px !important; /*rtl*/ 
}
.single-product-buttons-sharing .single-product-buttons a.loading:after{
	margin-left: 0; /*rtl*/
	margin-top: -5px;
}
.single-product-buttons-sharing .single-product-buttons a.loading:before{
	display: none;
}
.single-product-buttons-sharing .single-product-buttons .ts-tooltip{
	font-size: 0 !important;
	line-height: 0;
}
.single-product-buttons-sharing .single-product-buttons .added .ts-tooltip{
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------------
	VI. CATEGORIES PRODUCT
---------------------------------------------------------------------------------------------------------------------*/
.page-description .ts-shortcode{
	margin-bottom: 40px;
	padding: 40px;
}
.products{
	clear: both;
}

/*** Shop Banners ***/
body.has-shop-banner .breadcrumb-title-wrapper.breadcrumb-v1{
	position: absolute;
    background: transparent;
}
body.has-shop-banner .breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title .page-title{
    padding-top: 0;
}
body.has-shop-banner .breadcrumb-title-wrapper .page-title .count{
	top: 0;
}
body.has-shop-banner #main > .page-container{
	padding-top: 0;
	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;
}
body.has-shop-banner .page-container > .shop-banner{
	width: 100vw;
	margin-left: calc(50% - 50vw); /*rtl*/
	margin-bottom: 60px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
body.has-shop-banner .page-container > .shop-banner img{
	width: 100%;
}
body.has-shop-banner .shop-banner .banner-mobile{
	display: none;
}

/*** Shop Filters ***/
.woocommerce .before-loop-wrapper{
	width: 100%;
	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 !important;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}
.woocommerce .before-loop-wrapper:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0; /*rtl*/
	right: 0;
	border-width: 0 0 1px;
	border-style: solid;
}
.product-filter-by-brand-wrapper select,
.product-filter-by-brand-wrapper select option,
.before-loop-wrapper > .widget .widget-title,
.before-loop-wrapper > .widget .widgettitle{
	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{
	font-size: 11px;
	text-align: right; /*rtl*/
}
.widget_archive ul li:after,
.widget_categories ul li:after{
	content: '';
	clear: both;
	display: table;
}
.widget_archive ul li a,
.widget_categories ul li a{
	margin-right: 3px; /*rtl*/
	float: left; /*rtl*/
    text-align: left; /*rtl*/
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span, 
.widget-container ul li .count{
	font-size: 11px;
	margin-left: 5px; /*rtl*/
	padding: 0;
	display: inline-block;
	font-weight: normal;
}
.woocommerce .widget_rating_filter ul li{
	font-size: 11px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
	margin-left: 0; /*rtl*/
}
.woocommerce .before-loop-wrapper .woocommerce-notices-wrapper{
	width: 100%;
}
.woocommerce-result-count{
	display: none;
	margin: 0;
}
.filter-widget-area-button{
	margin: 7px 20px 0 0; /*rtl*/
}
.woocommerce.archive #main-content.style-filter-sidebar .filter-widget-area-button{
	margin-top: 0;
}
.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: 16px;
	margin-right: 10px; /*rtl*/
	display: inline-block;
	vertical-align: -3px;
    transition: .3s ease;
}
.filter-widget-area{
	padding: 0;
}
.product-per-page-form ul.perpage .perpage-current > span:last-child,
.woocommerce .woocommerce-ordering .orderby-current{
	display: inline-block;
	vertical-align: baseline;
	padding: 4px 17px 4px 0; /*rtl*/
	line-height: 16px;
    position: relative;
	margin: 0 0 0 7px; /*rtl*/
}
#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: 10px 30px 10px 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{
    margin-top: -8px;
    right: 10px; /*rtl*/
}

/*** TS Columns Selector ***/
.ts-product-columns-selector:not(:last-child){
	margin-right: 50px; /*rtl*/
	font-size: 15px;
}
.ts-product-columns-selector> span{
	display: inline-block;
	cursor: pointer;
}
.ts-product-columns-selector> span:not(:last-child){
	margin-right: 15px; /*rtl*/
}
.ts-product-columns-selector> span:before{
	color: #BAC7CD;
}
.ts-product-columns-selector> span:hover:before,
.ts-product-columns-selector> span.selected:before{
	color: inherit;
}

/*** Woocommerce Orderring ***/
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.before-loop-wrapper > .widget{
	margin: 0 0 0 auto; /*rtl*/
}
.woocommerce .before-loop-wrapper > .widget ~ .woocommerce-ordering,
.woocommerce-page .before-loop-wrapper > .widget ~ .woocommerce-ordering{
	margin: 0 0 0 20px; /*rtl*/
}
.before-loop-wrapper > .widget,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.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: 0 15px;
	line-height: 16px;
}
.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a{
	padding: 5px 0;
	display: block;
	color: inherit;
}
.woocommerce .woocommerce-ordering ul.orderby{	
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.woocommerce .woocommerce-ordering ul.orderby:hover,
.product-per-page-form ul.perpage:hover,
.woocommerce .woocommerce-ordering ul.orderby.active,
.product-per-page-form ul.perpage.active{
	z-index: 999;
	position: relative;
}
.product-per-page-form ul.perpage > li,
.product-per-page-form ul.perpage ul{
	padding: 0;
	margin: 0;
}
.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: 16px;
}
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after{
	font-size: 10px;
	display: inline-block;
	position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0; /*rtl*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul,
.product-per-page-form ul.perpage ul{
	margin: 0;
	padding: 10px 0;
	display: none;
	width: 145px;
	position: absolute;
	top: 100%;
	right: 0; /*rtl*/
	z-index: 5;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-per-page-form ul.perpage ul{
	width: 90px;
}
.woocommerce .woocommerce-ordering .orderby ul{
	left: calc(50% - 23px); /*rtl*/
	right: auto; /*rtl*/
	transform: translateX(-50%);
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before{
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
	border-radius: 2px;
}

/*** Products per page ***/
.before-loop-wrapper > .product-per-page-form{
	width: auto;
	order: 3;
	margin: 0 0 0 26px; /*rtl*/
}
.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 nav.woocommerce-pagination{
	margin: 0 -5px 0 -5px;
	text-align: inherit;
}
.woocommerce .after-loop-wrapper{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
}
.woocommerce .after-loop-wrapper:empty{
	display: none !important;
}
.woocommerce .after-loop-wrapper:after{
	content: "";
	display: table;
	clear: both;
}
.pagination-wrap ul.pagination,
.ts-pagination{
	display: block;
	margin-left: -3px;
	margin-right: -3px;
	text-align: center;
}
.ts-pagination,
.woocommerce nav.woocommerce-pagination{
	padding-top: 40px;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce nav.woocommerce-pagination{
	margin-top: 40px;
}
.ts-portfolio-wrapper .pagination-wrapper .ts-pagination{
	padding-top: 60px;
	border: 0;
}
.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*/
}
.pagination-wrap ul.pagination > li > a:hover,
.dokan-dashboard-content .pagination li a:hover,
.ts-pagination ul li a:hover{
	text-decoration: none;
}
.ts-pagination ul li a:focus,
.ts-pagination ul li a:hover,
.ts-pagination ul li span.current,
.pagination-wrap ul.pagination > li > a:hover,
.pagination-wrap ul.pagination > li > span.current,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active 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,
.pagination-wrap ul.pagination > li > a.prev:hover,
.pagination-wrap ul.pagination > li > a.prev:focus,
.pagination-wrap ul.pagination > li > a.next:hover,
.pagination-wrap ul.pagination > li > a.next:focus,
.dokan-pagination-container .dokan-pagination li:first-child a:hover,
.dokan-pagination-container .dokan-pagination li:first-child a:focus,
.dokan-pagination-container .dokan-pagination li:last-child a:hover,
.dokan-pagination-container .dokan-pagination li:last-child a:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:focus,
.ts-pagination ul li a.next:hover{
	background: transparent !important;
}
.dokan-pagination-container{
	margin: 40px 0 100px 0;
}
.show_if_seller label.pull-left{
	float: none;
}
.pagination-wrap ul.pagination,
.woocommerce nav.woocommerce-pagination ul,
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination{
	border: 0;
	margin: 0;
	padding: 0 150px;
	display: block;
	position: relative;
}
.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: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	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{
	min-width: 130px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 7px 10px;
	border: 1px solid;
	position: absolute;
	margin-top: -2px;
	border-radius: 42px;
}
.pagination-wrap ul.pagination > li > a.prev,
.dokan-pagination-container .dokan-pagination li:first-child a,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev{
	left: 0; /*rtl*/
}
.pagination-wrap ul.pagination > li > a.next,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.ts-pagination ul li a.next{
	right: 0; /*rtl*/
}
.dokan-pagination-container .dokan-pagination li.active a{
	cursor: default;
}
.post-nav-links > a,
.post-nav-links > span{
	color: inherit;
	font-weight: 600;
	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: 35px 0 15px 0;
}
.ts-shop-result-count > span{
	display: inline-block;
}
.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{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	height: 46px;
	transition: 350ms ease, font-size 0s, background 0s;
}
.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading{
	width: 46px;
    height: 46px;
    min-width: 0;
    font-size: 0;
    background: transparent;
    border-width: 3px;
    line-height: 46px;
	padding: 0;
	border-radius: 50%;
    border-color: #ccc;
    border-top-color: #000000;
	-webkit-animation: spin 2s linear 300ms infinite;
	animation: spin 2s linear 300ms infinite;
}
.load-more-wrapper .button.loading:before,
.ts-shop-load-more .button.loading:before,
.woocommerce .ts-shop-load-more .button.loading:before,
.load-more-wrapper .button.loading:after,
.ts-shop-load-more .button.loading:after,
.woocommerce .ts-shop-load-more .button.loading:after{
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------------
	VII. PRODUCT DETAIL
---------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------
	1. PRODUCT IMAGE
---------------------------------------------------------*/
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.woocommerce-product-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;
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs,
.woocommerce div.product.gallery-layout-horizontal div.woocommerce-product-gallery{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.woocommerce div.product div.summary,
.woocommerce div.product div.woocommerce-product-gallery{
	float: left; /*rtl*/
}
.woocommerce div.product div.woocommerce-product-gallery{
	width: 42%;
	margin-bottom: 80px;
}
.woocommerce div.product div.summary{
	width: 58%;
	margin-bottom: 75px;
}
.woocommerce div.product.gallery-layout-vertical div.summary{
	width: 50%;
}
.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery{
	width: 50%;
}
.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery .flex-viewport{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*** Thumbnails ***/
.woocommerce div.product div.images .flex-control-thumbs{
    margin: 0 -5px;
}
.woocommerce div.product.gallery-layout-horizontal div.images .flex-control-thumbs{
	margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 80px;
	float: none;
    padding: 0 5px 0;
}
.woocommerce div.product.gallery-horizontal-vertical div.images .flex-control-thumbs li{
    padding-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1;
	border: 1px solid transparent;
	transition: 300ms ease;
	border-radius: 2px;
}
.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	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.gallery-layout-vertical div.images .flex-control-thumbs li:last-child{
    padding-bottom: 0;
}

/*** Video/360 ***/
.ts-product-video-button,
.ts-product-360-button{
	position: absolute;
	bottom: 10px;
	left: 10px; /*rtl*/
	z-index: 2;
}
.ts-product-video-button:hover,
.ts-product-360-button:hover{
	text-decoration: none;
}
.ts-product-video-button:before,
.ts-product-360-button:before{
	display: inline-block;
    vertical-align: top;
	margin-right: 5px; /*rtl*/
}
.ts-product-video-button + .ts-product-360-button{
	left: 80px; /*rtl*/
}

/*** Product Label ***/
.woocommerce div.product .woocommerce-product-gallery .product-label{
	left: 0; /*rtl*/
}

/*** Lightbox ***/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	top: 10px;
	right: 10px; /*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: 36px;
	height: 36px;
	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: 36px;
	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;
	background: rgba(0,0,0,0.3);
}

/*--------------------------------------------------------
	2. PRODUCT SUMMARY
---------------------------------------------------------*/
.woocommerce div.product div.summary{
	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;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px; /*rtl*/
}
.woocommerce div.product .summary a:not(.button){
	color: inherit;
}
.woocommerce div.product .summary .product-brands,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description ul li,
.woocommerce div.product .summary .woocommerce-product-rating,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
div.product .summary .meta-content{
	line-height: 18px;
}
.yith-wcwl-add-to-wishlist .feedback{
	display: none !important;
}
.woocommerce div.product .summary > *{
	margin: 0 0 26px;
}
.woocommerce div.product .summary > *:not(.button){
	padding: 0;
}
.woocommerce div.product .summary > .single-product-buttons-sharing,
.woocommerce div.product.has-brand-section .summary > .meta-content,
.woocommerce div.product .summary > *:last-child{
	margin-bottom: 0;
}

/*** Product Brands ***/
.woocommerce div.product .summary > .product-brands{
	margin-bottom: 18px;
}

/*** Product Title ***/
.woocommerce div.product .summary > .entry-title{
	margin-bottom: 18px;
}

/*** Product Ratings ***/
.woocommerce div.product .summary > .woocommerce-product-rating{
	margin-bottom: 23px;
}
.woocommerce div.product .summary > .woocommerce-product-rating + .price{
	margin-top: 7px;
}
.woocommerce .woocommerce-product-rating > *{
	float: left; /*rtl*/
}
.woocommerce .woocommerce-product-rating > *:not(:first-child){
	margin: 0 0 0 14px; /*rtl*/
	position: relative;
}
.woocommerce .woocommerce-product-rating > h2{
	margin: -11px 30px 0 0; /*rtl*/
	line-height: 1.2;
}
.woocommerce div.product .summary .woocommerce-product-rating .review-count{
	position: relative;
}
.woocommerce div.product .summary .woocommerce-product-rating .review-count:before,
.woocommerce div.product .summary .woocommerce-product-rating .review-count:after{
	content: '(';
	display: inline-block;
}
.woocommerce div.product .summary .woocommerce-product-rating .review-count:after{
	content: ')';
}
.woocommerce .woocommerce-product-rating > .star-rating + .review-count{
	margin-left: 22px; /*rtl*/
}
.woocommerce .woocommerce-product-rating .star-rating{
	margin: 2px 0 0;
}
.woocommerce .woocommerce-product-rating > .star-rating + .review-count{
	margin-left: 12px; /*rtl*/
    padding-left: 0; /*rtl*/
}
.woocommerce .woocommerce-product-rating > .star-rating + .review-count:before{
	display: none;
}
.summary .woocommerce-product-rating .woocommerce-review-link{
	text-decoration: none !important;
}

/*** Product Deal ***/
.woocommerce div.product .summary > .single-counter-wrapper{
	margin-bottom: 11px;
}
.availability .availability-text{
    color: #F33823;
}
.single-counter-wrapper > span{
	display: inline-block;
}
.single-counter-wrapper > *:first-child:last-child{
    display: none !important;
}
.single-counter-wrapper > .ts-countdown{
	display: inline-block;
}
.single-counter-wrapper > .ts-countdown .counter-wrapper{
	background: transparent;
	padding: 0;
	border: 0;
	color: inherit;
}
.single-counter-wrapper > span,
.single-counter-wrapper > .ts-countdown{
	background: #F33823;
	height: 30px;
    line-height: 30px;
    padding: 0 10px;
	float: left; /*rtl*/
    display: block;
}
.single-counter-wrapper > span{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.single-counter-wrapper > .ts-countdown{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0; /*rtl*/
}
.single-counter-wrapper > span,
.single-counter-wrapper > .ts-countdown,
.single-counter-wrapper > .ts-countdown .number-wrapper{
	color: #ffffff;
}

/*** Product Meta ***/
div.product .summary .meta-content > div{
	margin: 0 0 7px;
}
div.product .summary .meta-content > div:last-child{
	margin-bottom: 0;
}
div.product .summary .meta-content > div > span:first-child{
    min-width: 25px;
	margin-right: 10px; /*rtl*/
	display: inline-block;
}
div.product .summary .meta-content > div.cats-link > span:first-child,
div.product .summary .meta-content > div.cats-link ~ div > span:first-child{
    min-width: 62px;
}
div.product .summary .meta-content > div > span:not(:first-child),
div.product .summary .meta-content > div > span:not(:first-child) a{
	font-weight: normal;
}
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;
}

/*** Product Price ***/
.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: 22px;
}
.woocommerce div.product.form-cart-has-background .summary > .ts-variation-price:not(:last-child),
.woocommerce div.product.form-cart-has-background .summary > p.price:not(:last-child),
.woocommerce div.product.form-cart-has-background .summary > span.price:not(:last-child){
    margin-bottom: 26px;
}
.woocommerce div.product.has-brand-section .summary > .ts-variation-price:not(:last-child),
.woocommerce div.product.has-brand-section .summary > p.price:not(:last-child),
.woocommerce div.product.has-brand-section .summary > span.price:not(:last-child){
    padding-bottom: 25px;
    border-width: 0 0 1px;
    border-style: solid;
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del{
    opacity: 1;
	font-weight: normal;
}
.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins{
    font-weight: inherit;
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del{
	font-size: 66.6666%;
}

/*** Product Short Description ***/
.woocommerce-product-details__short-description{
	margin: 0;
	padding: 0;
	line-height: 16px;
}
.woocommerce div.product .summary > .woocommerce-product-details__short-description:not(:last-child){
	padding-bottom: 25px;
    border-width: 0 0 1px;
    border-style: solid;
}
.woocommerce-product-details__short-description ul{
	margin-top: -5px;
	margin-bottom: 0;
}
.woocommerce-product-details__short-description ul.ul-style.list-inline li{
	padding-bottom: 0;
}

/*** 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 form.cart{
    margin: 0 0 28px;
}
.woocommerce div.product.product-type-simple form.cart{
    margin-top: 2px;
}
.woocommerce div.product .wcml-dropdown.product{
	width: 100%;
	margin: 26px 0;
}
body div.product .wcml-dropdown.wcml_currency_switcher a{
	padding: 10px;
}
.woocommerce div.product .summary .ts-buy-now-button{
	width: 100%;
	margin: 0 0 26px;
}
.woocommerce div.product .summary .ts-buy-now-button:last-child{
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 0;
	position: relative;
}
.woocommerce div.product form.cart .variations *{
	display: block;
}
.woocommerce div.product form.cart .variations tr{
	margin-bottom: 25px;
	clear: both;
}
.woocommerce div.product form.cart .variations tr:last-child:has(td[colspan="2"]){
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations .label{
	padding: 0;
}
.woocommerce div.product form.cart .woocommerce-variation > *:empty{display: none;}
.woocommerce div.product form.cart .variations .label > *{
	display: inline-block;
	vertical-align: baseline;
}
.woocommerce div.product form.cart .variations label{
	padding-bottom: 10px;
	line-height: 16px;
	margin-right: 10px; /*rtl*/
}
.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: 11px;
	line-height: 14px;
	background: transparent;
	text-transform: none;
	padding: 0;
	border: 0;
	font-weight: normal;
	transition: visibility 150ms ease;
	position: absolute;
	left: 0; /*rtl*/
	bottom: 3px;
}
.woocommerce div.product.prod-attr-radio-button form.cart .reset_variations,
.woocommerce div.product .summary > form.cart .variations select:not(.hidden) + .reset_variations{
	margin-top: 5px;
}
.woocommerce div.product form.cart .reset_variations:before{
	font-size: 9px;
	margin-right: 5px; /*rtl*/
}
.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 5px 5px 0; /*rtl*/
}
.ts-product-attribute > div.option:not(.color) > a{
	padding: 4px 10px;
    min-width: 54px;
	border-width: 1px;
	border-style: solid;
	border-radius: 40px;
	font-size: inherit;
    line-height: 16px;
	text-align: center;
}
.single_variation_wrap{
	position: relative;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability{
	display: none !important;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
	margin: 5px 0 0;
}
.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{
    margin: 0 10px 0 0; /*rtl*/
}
.availability .availability-text:not(:first-child){
	margin: 0 0 0 5px; /*rtl*/
}
.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 #main-content.ts-col-12 div.product form.cart div.quantity{
    margin: 0 0 10px;
}
.woocommerce #main-content.ts-col-12 div.product form.cart div.quantity,
.woocommerce #main-content.ts-col-12 div.product form.cart .button{
    width: 100%;
	margin-top: 0;
}
.woocommerce div.product form.cart .button{
    width: calc(100% - 120px);
	max-width: 367px;
}
.woocommerce div.product .wcml-dropdown.product, 
.woocommerce div.product .summary .ts-buy-now-button{
    max-width: 486px;
}
.woocommerce div.product.form-cart-has-background .summary .ts-buy-now-button{
	max-width: 100%;
}
.woocommerce div.product form.cart.grouped_form .button,
.woocommerce div.product form.cart .quantity.hidden + .button,
.woocommerce div.product.sold-individually form.cart .button{
    width: 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: .2;
}
.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 5px;
	font-size: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.woocommerce div.product .summary > form.cart .variations select{
	max-width: 500px;
}
.woocommerce div.product form.cart .variations tr:last-child select{
	margin-bottom: 0;
}

/*** 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{
    margin: 0;
    padding-top: 0;
}
.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 label{
	padding-top: 2px;
	padding-bottom: 0;
}
.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: 110px;
    margin-top: 0;
    font-size: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

/*** Color Variation Thumbnail ***/
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a{
    width: 52px;
    height: 52px;
	position: relative;
}
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:before{
	display: none;
}
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:after{
	width: 16px;
    height: 16px;
    line-height: 16px;
	top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0,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;
}
.woocommerce div.product.color-variation-thumbnail form.cart select#pa_color + .reset_variations{
    top: 12px;
	display: block;
    margin-left: 0; /*rtl*/
}

/*** Product Sharing ***/
.single-product-buttons-sharing{
	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;
}
.single-product-buttons-sharing .woocommerce-tabs{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .blockUI{
	display: none !important;
}
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a,
.summary .single-product-buttons a.compare,
.product-group-button-meta > div.compare a,
.product-group-button-meta > div.wishlist a,
.summary .single-product-buttons .ask-about-product-button{
	position: relative;
	padding-left: 20px !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,
.product-group-button-meta > div.compare a,
.product-group-button-meta > div.wishlist a{
	font-size: 0;
	line-height: 16px;
	display: inline-block;
	vertical-align: 0;
}
.summary .single-product-buttons .ask-about-product-button:before,
.summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before,
.summary .single-product-buttons a.compare:before,
.product-group-button-meta > div.compare a:before,
.product-group-button-meta > div.wishlist a:before{
	font-size: 13px;
	line-height: 1;
    min-width: 15px;
    text-align: center;
	position: absolute;
	left: 0; /*rtl*/
	top: 50%;
    transform: translateY(-50%);
	margin-top: -1px;
}
.product-group-button-meta > div.compare a:before,
.product-group-button-meta > div.wishlist a:before{
	margin-top: -3px;
}
.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-product-buttons-sharing .single-product-buttons a:hover{
	text-decoration: none !important;
}
.single-product-buttons-sharing .single-product-buttons > *:not(:last-child){
	margin: 0 30px 0 0; /*rtl*/
	opacity: 1 !important;
}
.woocommerce div.product .ts-social-sharing{
	margin-top: 23px;
	margin-bottom: 26px;
	padding-top: 26px;
	padding-bottom: 26px;
	border-width: 1px 0;
	border-style: solid;
	font-size: 20px;
}
.woocommerce div.product .single-product-buttons-sharing:first-child .ts-social-sharing:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top-width: 0;
}
.woocommerce div.product .single-product-buttons-sharing:last-child .ts-social-sharing:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
.ts-social-sharing > span{
	display: none;
}
.ts-social-sharing .sharethis-inline-share-buttons{
	display: inline-block !important;
}
.ts-social-sharing ul{
	margin: 0 -10px;
	display: inline-block;
    vertical-align: top;
}
.ts-social-sharing ul li{
	list-style: none;
	float: left; /*rtl*/
	padding: 0 10px;
	font-size: 20px;
}
.ts-social-sharing ul li a:hover{
	text-decoration: none;
}
article.single-post > .entry-meta-bottom .social-sharing{
    text-align: center;
}

/*** Form cart background ***/
.woocommerce div.product.form-cart-has-background.product-type-variable .summary form.cart{
	padding: 30px 30px 33px;
}
.woocommerce div.product.form-cart-has-background.product-type-variable .summary > .ts-variation-price:not(:last-child), 
.woocommerce div.product.form-cart-has-background.product-type-variable .summary > p.price:not(:last-child), 
.woocommerce div.product.form-cart-has-background.product-type-variable .summary > span.price:not(:last-child){
	border-width: 0;
	padding-bottom: 0;
}

/*** Variation Radio ***/
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute, 
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color){
    display: block;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color){
    margin: 0 0 10px;
	padding: 0;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color):last-child{
    margin-bottom: 0;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color) > a{
    padding: 0 0 0 30px; /*rtl*/
    min-width: 0;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    font-size: inherit;
    line-height: 20px;
    text-align: start;
    background: transparent !important;
	position: relative;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color) > a:before{
    content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
	border: 1px solid #D8E4E8;
	border-radius: 50%;
	transition: 250ms ease;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color) > a:after{
	font-size: 9px;
	line-height: 20px;
	position: absolute;
	top: 1px;
	left: 6px; /*rtl*/
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease;
}
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color).selected > a:after,
.woocommerce div.product.prod-attr-radio-button form.cart .ts-product-attribute > div.option:not(.color):hover > a:after{
	opacity: 1;
	visibility: visible;
}

/*** Brand section ***/
.woocommerce div.product.has-brand-section div.woocommerce-product-gallery{
	width: 40%;
}
.woocommerce div.product.has-brand-section div.summary{
	width: 60%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 0 45%;
	grid-template-columns: auto 45%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.woocommerce div.product.has-brand-section div.summary .brand-description-wrapper{
	grid-row-start: 1;
	grid-row-end: 10;
	grid-column-start: 2;
	grid-column-end: 3;
	margin: 0 0 0 30px; /*rtl*/
	padding: 0 0 0 30px; /*rtl*/
	border-width: 0 0 0 1px; /*rtl*/
	border-style: solid;
}
.woocommerce div.product.has-brand-section div.summary > *{
	min-height: 0;
}
.product-brand-section > *{
	margin: 0 0 25px;
}
.product-brand-section > .brand-logo{
	margin-bottom: 20px;
}
.brand-description-wrapper .product-brand-section + .woocommerce-product-details__short-description{
	margin: 25px 0 0;
}
.product-brand-section > *:last-child{
	margin-bottom: 0;
}
.product-brand-section a.button-text{
	text-decoration: underline;
	text-underline-position: under;
}
.woocommerce-product-details__short-description hr{
	width: 100%;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
	margin: 20px 0;
}
.brand-description-wrapper .woocommerce-product-details__short-description ul li{
	padding: 5px 0;
}
.woocommerce-product-details__short-description .ul-style li img.alignnone{
    margin-bottom: 0;
	vertical-align: -5px;
}
.woocommerce-product-details__short-description h6{
    margin: 0 0 15px 0;
}

/*** Show tabs as default ***/
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
}
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}
.woocommerce div.product.gallery-layout-grid.grid-2-images div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-child(2),
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child{
	width: 100%;
}
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child{
	margin-top: 0;
}
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image > a{
	display: block;
}
.woocommerce div.product.gallery-layout-grid div.images .woocommerce-product-gallery__wrapper .zoomImg{
    display: none !important;
}
.woocommerce div.product.product.gallery-layout-grid div.images .woocommerce-product-gallery__trigger{
    top: 10px;
}

/*** Show tabs as default ***/
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs{
	padding: 0;
}
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs ul.tabs,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel:before,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-reviews > h2,
.woocommerce div.product.show-tabs-content-default > .woocommerce-tabs + h2,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description > h2{
	display: none;
}
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel{
	display: block !important;
	margin: 0 !important;
	position: relative;
	padding: 80px 0;
}
.woocommerce div.product.show-tabs-content-default.tabs-default-fullwidth:not(.tabs-in-summary) .woocommerce-tabs #tab-description:before,
.woocommerce div.product > .ads-banner + #reviews:after,
.woocommerce div.product.show-tabs-content-default > #reviews:after,
.woocommerce div.product.show-tabs-content-default:not(.tabs-in-summary) .woocommerce-tabs .panel:after{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	border-width: 1px 0 0;
	border-style: solid;
	height: 1px;
}
.woocommerce #main-content.ts-col-24 div.product > .ads-banner + #reviews:after,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-fullwidth:not(.tabs-in-summary) .woocommerce-tabs #tab-description:before,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default > #reviews:after,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default:not(.tabs-in-summary) .woocommerce-tabs .panel:after{
	width: 100vw;
	left: calc(50% - 50vw);
}
.woocommerce div.product.show-tabs-content-default.tabs-default-fullwidth:not(.tabs-in-summary) .woocommerce-tabs #tab-description:before{
	top: 0;
	display: block;
}
.woocommerce div.product > .ads-banner + #reviews:after,
.woocommerce div.product.show-tabs-content-default > #reviews:after,
.woocommerce div.product.show-tabs-content-default:not(.tabs-in-summary) .woocommerce-tabs .panel:after{
	bottom: 0;
}
.woocommerce div.product.show-tabs-content-default > #reviews{
	margin-bottom: 75px;
}
.woocommerce-tabs #tab-description .ts-v-align-middle{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.woocommerce-tabs #tab-description .ts-v-align-middle > *{
	width: 50%;
}
.woocommerce-tabs #tab-description .ts-v-align-middle > .content{
	padding-right: 8%; /*rtl*/
}
.tabs-in-summary .woocommerce-tabs #tab-description .ts-v-align-middle > *{
	width: 100%;
}
.tabs-in-summary .woocommerce-tabs #tab-description .ts-v-align-middle > .content{
	padding-right: 0; /*rtl*/
	margin-bottom: 20px;
}
.woocommerce-tabs #tab-description .ts-v-align-middle > .content ul{
	margin-bottom: 0;
}
.woocommerce div.product.show-tabs-content-default.tabs-default-fullwidth .woocommerce-tabs #tab-description .tab-no-padding{
	margin-top: -80px !important;
	margin-bottom: -80px !important;
}
.woocommerce div.product.show-tabs-content-default.tabs-default-fullwidth .woocommerce-tabs #tab-description .tab-no-padding > .content{
	padding-top: 45px;
	padding-bottom: 45px;
}
#main-content.ts-col-24 .tabs-default-fullwidth:not(.tabs-in-summary) .woocommerce-tabs #tab-description .ts-v-align-middle > .image{
	width: 50vw;
	max-width: 50vw;
	margin-right: calc(50% - 50vw); /*rtl*/
}
.tabs-default-fullwidth .woocommerce-tabs #tab-description .ts-v-align-middle > .image > img[class*="align"]{
	margin: 0 !important;
}
.woocommerce div.product.show-tabs-content-default.tabs-default-width-50 .woocommerce-tabs #reviews #comments .woocommerce-noreviews,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #comments .woocommerce-noreviews,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #review_form #respond .comment-form > .comment-form-rating,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews .comment-reply-title, 
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews > .woocommerce-Reviews-title,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #commentform .form-submit,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #review_form #respond .comment-form > .comment-form-rating,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews .comment-reply-title, 
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs  #commentform .form-submit, 
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews > .woocommerce-Reviews-title{
    text-align: start;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews > .woocommerce-product-rating,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews > .woocommerce-product-rating{
	justify-content: flex-start;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #review_form_wrapper,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #review_form_wrapper{
	margin-left: 0; /*rtl*/
}

/*Style width 50%*/
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0 !important;
	padding-top: 80px;
	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 #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default > #reviews{
	position: relative;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default > #reviews:before,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs:before{
	content: '';
	width: 100vw;
	height: 1px;
	position: absolute;
	left: calc(50% - 50vw);
	top: 0;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce #main-content.ts-col-24 div.product.image-summary-small.show-tabs-content-default > #reviews:before,
.woocommerce #main-content.ts-col-24 div.product.image-summary-small.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs:before,
#main-content.ts-col-24 div.product.image-summary-small .frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
.woocommerce #main-content.ts-col-24 div.product.image-summary-small.show-tabs-content-default > #reviews:after,
.woocommerce #main-content.ts-col-24 div.product.gallery-layout-grid.show-tabs-content-default > #reviews:after,
.woocommerce #main-content.ts-col-24 div.product.gallery-layout-grid.show-tabs-content-default > #reviews:before,
.woocommerce #main-content.ts-col-24 div.product.gallery-layout-grid.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs:before,
#main-content.ts-col-24 div.product.gallery-layout-grid .frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	width: 100%;
	left: 0;
}
#main-content.ts-col-24  div.product.image-summary-small.frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
#main-content.ts-col-24  div.product.gallery-layout-grid.frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	width: calc(100% + 100px);
	left: -50px;
}
.main-content-fullwidth #main-content.ts-col-24 div.product.image-summary-small.frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
.layout-fullwidth #main-content.ts-col-24 div.product.image-summary-small.frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
.wider #main-content.ts-col-24 div.product.image-summary-small.frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	width: calc(100% + 606px);
	left: -303px;
}
.main-content-fullwidth #main-content.ts-col-24 div.product.gallery-layout-grid.frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
.layout-fullwidth #main-content.ts-col-24 div.product.gallery-layout-grid.frequently-bought-together-default .woocommerce.yith-wfbt-section:before,
.wider #main-content.ts-col-24 div.product.gallery-layout-grid.frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	width: calc(100% + 360px);
	left: -180px;
}
.woocommerce #main-content.ts-col-24 div.product.gallery-layout-grid.show-tabs-content-default > #reviews{
	margin-bottom: 0;
}
.woocommerce #main-content.ts-col-24 div.product.gallery-layout-grid.show-tabs-content-default > #reviews:after{
	display: none;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs:after{
	content: '';
	clear: both;
	display: block;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel{
	display: block !important;
	width: 50%;
	padding: 0 20px 80px !important;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel .product-content > h3{
	margin-bottom: 25px;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel:after{
	display: none;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel:empty{
	padding: 0 !important;	/*rtl*/
    margin: 0 !important; /*rtl*/
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel > h2{
	margin-bottom: 26px !important;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50.reviews-grid:not(.tabs-in-summary) .woocommerce-tabs #reviews #comments .commentlist {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs #reviews #review_form_wrapper{
    margin-top: 40px;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .panel table tr:last-child th,
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .panel table tr:last-child td{
    border-bottom-width: 0;
	padding-bottom: 0;
}
.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs #tab-description h6{
    margin-bottom: 20px;
}
.product-content > ul + p > img.alignnone{
	margin-bottom: 0 !important;
}
.product-content > ul + p > img.alignnone:first-child{
    margin-top: 7px !important;
}

/*--------------------------------------------------------
	3. ADS BANNERS
---------------------------------------------------------*/
.woocommerce div.product .ads-banner{
	width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	margin-bottom: 75px !important;
    max-width: 100vw;
}
.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-top: 0 !important;
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------
	4. FREQUENTLY BOUGHT TOGETHER
---------------------------------------------------------*/
.woocommerce.yith-wfbt-section{
	position: relative;
	margin: 0 0 75px;
}
.woocommerce.yith-wfbt-section h3{
	text-align: center;
	margin-bottom: 40px;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 64% auto;
    grid-template-columns: 64% auto;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form > *{
	min-height: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
	margin: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
	margin: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
	position: relative;
	padding: 25px 30px 0 0; /*rtl*/
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li:first-child{
	padding-top: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li:last-child{
	padding-bottom: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
	padding: 0 0 0 30px; /*rtl*/
	border-width: 0 0 0 1px;
    border-style: solid;
}
.yith-wfbt-form .yith-wfbt-submit-block .button{
	padding: 11px 20px;
	min-width: 210px;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tbody{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#page .woocommerce.yith-wfbt-section ::-webkit-scrollbar{
	width: 2px;
	height: 2px;
}
.woocommerce.yith-wfbt-section .yith-wfbt-images .image_plus{
	display: none;
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td{
	position: relative;
	padding: 0;
    margin: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td:first-child{
	padding-left: 0; /*rtl*/
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td:last-child{
	padding-right: 0; /*rtl*/
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td > a{
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	padding: 0 12px;
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td:first-child > a{
	padding-left: 0 !important;
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td:not(:last-child) > a:after{
	content: '+';
	width: 20px;
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -11px; /*rtl*/
    z-index: 3;
    transform: translate(0,-50%);
}
.woocommerce.yith-wfbt-section .yith-wfbt-images td img{
    width: 100%;
    height: auto;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li{
	list-style: none;
	margin: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li *{
	line-height: 22px !important;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li > label{
	position: relative;
	font-size: 0;
	padding: 0;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li input[type^="checkbox"]{
    width: 20px;
    height: 20px;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0; /*rtl*/
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items a{
	text-decoration: none;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .product-name{
	color: inherit;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label > *{
	display: inline;
    vertical-align: top;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton{
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    margin-top: -1px;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton:before{
    display: none;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton:after{
    opacity: 0;
	visibility: hidden;
	position: relative;
    top: -2px;
	transition: 250ms ease;
}
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after{
    opacity: 1;
	visibility: visible;
}
.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li .price{
    display: inline-flex;
}
.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label > *:not(:last-child){
	margin-right: 11px; /*rtl*/
}
.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li .price del ~ ins {
    margin-right: 7px; /*rtl*/
}
.yith-wfbt-section .total_price{
	display: block;
	margin-bottom: 25px;
    line-height: 36px !important;
}
.yith-wfbt-section .yith-wfbt-submit-block input[type^="submit"]{
	width: 100%;
}
.yith-wfbt-section .total_price_label{
	line-height: 20px;
	margin-bottom: 10px;
    display: inline-block;
}
.frequently-bought-together-default .woocommerce.yith-wfbt-section{
	padding-top: 70px;
	position: relative;
}
#main-content.ts-col-24 .frequently-bought-together-default .woocommerce.yith-wfbt-section{
	max-width: 934px;
	margin-left: auto;
	margin-right: auto;
}
#main-content.ts-col-24 .gallery-layout-grid.frequently-bought-together-default .woocommerce.yith-wfbt-section{
	max-width: 1180px;
}
div.product.gallery-layout-grid.gallery-layout-grid .woocommerce.yith-wfbt-section .yith-wfbt-images td > a{
	padding: 0 25px;
}
div.product.gallery-layout-grid.gallery-layout-grid .woocommerce.yith-wfbt-section .yith-wfbt-images td:first-child{
	padding-left: 0; /*rtl*/
}
div.product.gallery-layout-grid.gallery-layout-grid .woocommerce.yith-wfbt-section .yith-wfbt-images td:last-child{
	padding-right: 0; /*rtl*/
}
.frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	border-width: 1px 0 0;
	border-style: solid;
	position: absolute;
}
#main-content.ts-col-24 .frequently-bought-together-default .woocommerce.yith-wfbt-section:before{
	width: 100vw;
	left: calc(50% - 50vw);
}
.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .cross-sells, 
.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .up-sells, 
.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .related{
	padding-top: 75px;
	border-width: 1px 0 0;
	border-style: solid;
}
.frequently-bought-together-default.has-brand-section .product-images-summary{
	border-width: 0 0 1px;
	border-style: solid;
}
.frequently-bought-together-default.has-brand-section .woocommerce.yith-wfbt-section:before{
	display: none;
}
.frequently-bought-together-default .yith-wfbt-form .yith-wfbt-submit-block .button{
    min-width: 0;
    width: 100%;
}
/*** Style Border ***/
.frequently-bought-together-border .woocommerce.yith-wfbt-section{
	border-width: 2px;
	border-style: solid;
	padding: 30px;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td > a{
	padding: 0 20px;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
	padding: 0 0 25px 25px; /*rtl*/
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images{
	-ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
	height: 100%;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items{
	-ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
	-ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
	padding-bottom: 0;
	border: 0;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td{
	border-width: 0 1px 0 0; /*rtl*/
	border-style: solid;
}
.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td > a:after{
	display: none;
}

/*--------------------------------------------------------
	5. WOOCOMMERCE TABS
---------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.woocommerce div.product:not(.tabs-in-summary) .woocommerce-tabs ul.tabs{
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
	padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: block;
    padding: 0 0 10px;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
	content: '';
	position: absolute;
	bottom: 11px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	border-width: 0 0 2px;
	border-style: solid;
	transition: transform 300ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
	transform: scaleX(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin: 0;
    padding: 50px 0 0;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 80px 0;
}
.woocommerce #main-content.ts-col-24 div.product:not(.tabs-in-summary) .woocommerce-tabs .panel:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: calc(50% - 50vw); /*rtl*/
}
.woocommerce #main-content.ts-col-24 div.product:not(.tabs-in-summary) .woocommerce-tabs .panel > *{
	position: relative;
	z-index: 2;
}
.woocommerce div.product .woocommerce-tabs .panel table tr{
	vertical-align: top;
}
.woocommerce div.product .woocommerce-tabs #tab-description hr{
	display: block;
	margin: 40px 0;
	height: 0;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs #tab-description h6{
	margin-bottom: 30px;
	line-height: 1.6;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-row{
	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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-columns-3 > .ts-item{
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-columns-2 > .ts-item:first-child{
	padding-right: 10%; /*rtl*/
}
.woocommerce div.product .woocommerce-tabs .panel .ts-feature{
	margin: 0 0 60px;
	line-height: 1.6;
}
.woocommerce.layout-fullwidth div.product .woocommerce-tabs .panel .ts-feature,
.woocommerce.main-content-fullwidth div.product .woocommerce-tabs .panel .ts-feature,
.woocommerce.wider div.product .woocommerce-tabs .panel .ts-feature{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-item > *:last-child,
.woocommerce div.product .woocommerce-tabs .panel .ts-feature:last-child{
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-feature > img{
	margin: 0 0 20px !important;
}
.woocommerce div.product .woocommerce-tabs .panel .ts-columns-2 > .ts-item > img{
	margin: 0 !important;
}
.woocommerce-product-details__short-description table,
.woocommerce div.product .woocommerce-tabs .panel table{
	border: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table td, 
.woocommerce div.product .woocommerce-tabs .panel table th{
    padding: 20px;
    line-height: 24px;
}
.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td,
.woocommerce div.product .woocommerce-tabs .panel table table td, 
.woocommerce div.product .woocommerce-tabs .panel table table th{
    padding-top: 7px;
    padding-bottom: 7px;
}
.woocommerce-product-details__short-description table tr:first-child th,
.woocommerce-product-details__short-description table tr:first-child td,
.woocommerce div.product .woocommerce-tabs .panel table table tr:first-child td, 
.woocommerce div.product .woocommerce-tabs .panel table table tr:first-child th{
    padding-top: 0;
}
.woocommerce-product-details__short-description table tr:last-child th,
.woocommerce-product-details__short-description table tr:last-child td,
.woocommerce div.product .woocommerce-tabs .panel table table tr:last-child td, 
.woocommerce div.product .woocommerce-tabs .panel table table tr:last-child th{
    padding-bottom: 0;
	border-bottom: 0;
}
.woocommerce-product-details__short-description table th:first-child,
.woocommerce-product-details__short-description table td:first-child,
.wider.woocommerce div.product .woocommerce-tabs .panel table td:first-child, 
.wider.woocommerce div.product .woocommerce-tabs .panel table th:first-child,
.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td:first-child, 
.main-content-fullwidth .woocommerce div.product .woocommerce-tabs .panel table th:first-child,
.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td:first-child, 
.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table th:first-child,
.woocommerce div.product .woocommerce-tabs .panel table td:first-child, 
.woocommerce div.product .woocommerce-tabs .panel table th:first-child{
    padding-left: 0; /*rtl*/
}
.woocommerce-product-details__short-description table th:last-child,
.woocommerce-product-details__short-description table td:last-child,
.wider.woocommerce div.product .woocommerce-tabs .panel table td:last-child, 
.wider.woocommerce div.product .woocommerce-tabs .panel table th:last-child,
.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td:last-child, 
.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table th:last-child,
.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td:last-child, 
.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table th:last-child,
.woocommerce div.product .woocommerce-tabs .panel table td:last-child, 
.woocommerce div.product .woocommerce-tabs .panel table th:last-child{
    padding-right: 0; /*rtl*/
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table th:first-child:not(:last-child),
.woocommerce div.product .woocommerce-tabs .panel table td:first-child:not(:last-child){
	white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs .panel table table th:first-child:not(:last-child),
.woocommerce div.product .woocommerce-tabs .panel table table td:first-child:not(:last-child){
	width: 40%;
}
.woocommerce div.product .woocommerce-tabs .panel table tr:first-child th,
.woocommerce div.product .woocommerce-tabs .panel table tr:first-child td{
	border-top-width: 1px;
}
.woocommerce div.product .woocommerce-tabs .panel table table tr:first-child th,
.woocommerce div.product .woocommerce-tabs .panel table table tr:first-child td{
	border-top-width: 0;
}

/*** Tab Description ***/
.woocommerce-tabs #tab-description .ts-feature > div > *:last-child,
.woocommerce-tabs #tab-description .ts-row > *:last-child,
.woocommerce div.product .woocommerce-tabs .panel > *:last-child,
.woocommerce-tabs .panel .product-content > *:last-child{
	margin-bottom: 0 !important;
}
.product-content.show-more-less{
	max-height: 770px;
	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 Reviews ***/
.woocommerce .woocommerce-tabs .woocommerce-product-rating > .review-count:not(:first-child){
	margin: 0 0 0 22px; /*rtl*/
	position: relative;
}
body #comments .description {
	color: inherit; 
	line-height: inherit;
	font-size: inherit;
    font-weight: inherit;
	display: block;
}
#reviews .woocommerce-Reviews-title{
	margin: 0 0 30px;
}
#reviews #comments .woocommerce-noreviews{
	text-align: center;
}
#reviews #comments .woocommerce-noreviews:last-child{
	margin-bottom: 0;
}
#reviews #review_form_wrapper{
	margin-top: 68px;
}
.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;
	margin: 0 -15px;
}
.woocommerce #reviews .comment-reply-title{
	display: block;
	margin-bottom: 16px;
}
.woocommerce #review_form #respond .comment-form > *{
    margin: 0 0 20px;
	width: 100%;
	padding: 0 15px;
}
.woocommerce #review_form #respond .comment-form > *:last-child,
.woocommerce #review_form #respond .comment-form > .form-submit{
    margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form > .comment-form-rating{
	margin-bottom: 9px;
	text-align: center;
}
.woocommerce #review_form #respond .comment-form > .cr-upload-local-images{
	margin-bottom: 15px;
}
.woocommerce #review_form #respond .comment-form > .comment-notes{
	text-align: center;
	margin-top: -6px;
	margin-bottom: 20px;
}
.woocommerce .show-tabs-content-default.reviews-grid #review_form #respond .comment-form > .comment-notes{
	text-align: start;
}
.woocommerce #review_form #respond .comment-form > .comment-form-author,
.woocommerce #review_form #respond .comment-form > .comment-form-email{
	width: 50%;
}
.woocommerce #review_form #respond .comment-form > .comment-form-comment{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.woocommerce #review_form #respond .comment-form > .form-submit{
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea{
    vertical-align: middle;
	margin-bottom: 0;
}
.woocommerce #review_form #respond input ~ label{
	display: inline;
}
.woocommerce #review_form #respond .comment-form-rating > label{
	margin-right: 20px; /*rtl*/
}
.woocommerce #review_form #respond .comment-form-rating > *{
	display: inline-block;
}
.woocommerce #review_form #respond p.stars{
	margin: 0;
}
.woocommerce #review_form p.stars a,
.woocommerce #review_form p.stars a:before{
    height: 24px;
    width: 24px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0;
}
.woocommerce #review_form p.stars a{
	margin-right: 2px; /*rtl*/
}
.woocommerce #reviews .comment-reply-title,
.woocommerce div.product > #reviews .woocommerce-Reviews-title,
.woocommerce #reviews > .woocommerce-Reviews-title,
.woocommerce #reviews #comments .woocommerce-Reviews-title{
	margin-bottom: 20px;
	text-align: center;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li{
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 78px 16% auto;
	grid-template-columns: 78px 16% auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	border: 0;
	margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta{
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce .reviews-grid #reviews #comments ol.commentlist li .comment-text > .meta{
	padding-left: 0;
	padding-right: 0;
}
.woocommerce #reviews #comments ol.commentlist li:first-child{
	border-top-width: 0;
}
.woocommerce #reviews #comments ol.commentlist li:first-child .comment-text{
	padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
    float: none;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta{
	min-width: 197px;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta > .woocommerce-review__author,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta > .woocommerce-review__published-date{
	display: block;
	line-height: 16px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{
	font-size: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
	line-height: 1.5;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-column: 3;
	grid-column-start: 3;
	-ms-grid-column-span: 1;
	grid-column-end: 4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .cr-comment-images,
.woocommerce #reviews #comments ol.commentlist li .comment-text .iv-comment-images{
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	-ms-grid-column: 3;
	grid-column-start: 3;
	-ms-grid-column-span: 1;
	grid-column-end: 4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
	margin: 0 0 5px;
	font-weight: normal;
}
.woocommerce-review__dash{
	display: none;
}
.woocommerce #reviews > .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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.woocommerce div.product:not(.reviews-grid) #reviews > .woocommerce-product-rating{
	padding-bottom: 39px;
	margin-bottom: 26px;
	border-width: 0 0 1px;
	border-style: solid;
}
.woocommerce div.product.reviews-grid #reviews > .woocommerce-product-rating{
    margin-bottom: 40px;
}
.woocommerce .woocommerce-product-rating{
	line-height: 16px;
}
/*Custom Plugin Customer Reviews for WooCommerce*/
#reviews .cr-summaryBox-wrap, 
.cr-all-reviews-shortcode .cr-summaryBox-wrap, 
.ivole-reviews-grid .cr-summaryBox-wrap{
    padding: 0;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-width: 0 0 1px;
	border-style: solid;
	margin-bottom: 26px;
	background: transparent;
}
#reviews #comments .cr-summaryBox-wrap .cr-overall-rating-wrap .crstar-rating{
    margin-top: 0;
}
.woocommerce .show-tabs-content-default.reviews-grid #reviews .comment-reply-title, 
.woocommerce .show-tabs-content-default.reviews-grid #reviews #comments .woocommerce-Reviews-title{
	text-align: start; /*rtl*/
}
.show-tabs-content-default.reviews-grid #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, 
.show-tabs-content-default.reviews-grid .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, 
.show-tabs-content-default.reviews-grid .ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap{
    justify-content: flex-start;
}
.reviews-grid #reviews .cr-summaryBox-wrap, 
.reviews-grid .cr-all-reviews-shortcode .cr-summaryBox-wrap, 
.reviews-grid .ivole-reviews-grid .cr-summaryBox-wrap{
	border: 0;
	margin-bottom: 0;
}
.show-tabs-content-default.reviews-grid table.cr-histogramTable,
.woocommerce .show-tabs-content-default.reviews-grid .woocommerce-tabs .panel table.cr-histogramTable{
    margin: 0;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, 
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 36px;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox, 
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, 
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox, 
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox, 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap{
    width: 100%;
    -webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.cr-all-reviews-shortcode .crstar-rating, 
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating, 
#reviews #comments .cr-summaryBox-wrap .crstar-rating,
#reviews .cr-summaryBox-wrap .star-rating, 
.woocommerce #reviews .cr-summaryBox-wrap .star-rating{
    width: 102px;
    height: 18px;
}
#reviews .cr-summaryBox-wrap .star-rating,
#reviews .cr-summaryBox-wrap .star-rating span, 
.woocommerce #reviews .cr-summaryBox-wrap .star-rating span:before, 
.woocommerce #reviews .cr-summaryBox-wrap .star-rating:before{
    font-size: 18px;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox, 
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox, 
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox{
	margin: 0 auto 40px;
}
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count{
    line-height: 24px;
}
table.cr-histogramTable,
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable{
	max-width: 583px;
	margin: 0 auto;
}
table.cr-histogramTable .ivole-histogramRow{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable tr.ivole-histogramRow td {
	padding: 5px 0;
	min-width: 36px;
}
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable tr.ivole-histogramRow:first-child td {
	padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable tr.ivole-histogramRow:last-child td {
	padding-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable tr.ivole-histogramRow td.ivole-histogramCell2{
    flex: 1;
	padding: 5px 10px;
}
.woocommerce div.product .woocommerce-tabs .panel table.cr-histogramTable tr.ivole-histogramRow td.ivole-histogramCell3{
    text-align: start;
}
table.cr-histogramTable tr.ivole-histogramRow td.ivole-histogramCell1 {
	font-weight: 700;
}
table.cr-histogramTable tr.ivole-histogramRow a{
	color: inherit;
	text-decoration: none;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap > *,
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap > *, 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap > *{
    margin: 0 !important;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child),
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child), 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child){
    margin-right: 22px !important; /*rtl*/
}
body .ivole-meter{
    background: #E6E6E6;
    height: 6px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body .ivole-meter .ivole-meter-bar{
    border-radius: 0;
    background: #F87305;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#reviews .cr-comment-image-text,
.woocommerce-review__verified{
	display: none;
}
#reviews div.iv-comment-images{
	margin-bottom: 0;
}
#reviews div.iv-comment-image{
    width: auto;
    float: left; /*rtl*/
    margin-right: 10px; /*rtl*/
	margin-top: 11px;
}
#reviews div.iv-comment-image img, 
div.iv-comment-image-top img, 
div.iv-comment-image img, 
div.iv-comment-image-top img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
#reviews div.iv-comment-image:last-child{
    margin-right: 0; /*rtl*/
}
#reviews div.iv-comment-image > a{
	display: block;
}
.comment-form .cr-upload-local-images{
	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;
}
.comment-form .cr-upload-local-images .cr-upload-images-preview{
	width: 100%;
}
#commentform.comment-form .cr-upload-local-images label, 
.comment-form .cr-upload-local-images label{
    display: inline-block;
	padding: 0 20px 0 0; /*rtl*/
	margin: 0;
}
#review_form .cr-upload-local-images #cr_review_image, 
.cr-upload-local-images #cr_review_image{
    margin: 0;
    width: auto;
    background: transparent !important;
    border-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
#reviews .cr-summaryBox-wrap .cr-average-rating, 
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-average-rating, 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
    line-height: 1;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child), 
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child), 
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap > *:not(:last-child){
	margin-bottom: 15px;
}
#review_form .cr-upload-images-preview:not(:empty), 
.cr-upload-images-preview:not(:empty){
    margin: 0 0 15px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete, 
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete{
    width: 16px;
    height: 16px;
	padding: 0;
	position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg{
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons, 
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons{
    padding: 0px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
	color: inherit !important;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers, .cr-upload-images-preview .cr-upload-images-containers{
    margin: 0 5px 5px 0; /*rtl*/
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar{
    height: 6px;
}
.cr-voting-cont{
	position: absolute;
    top: 10px;
    right: 0; /*rtl*/
}
ol.commentlist li:first-child .cr-voting-cont{
    top: 0;
}

/*** Separate Tab Review ***/
.woocommerce div.product > #reviews{
	position: relative;
	clear: both;
}
.woocommerce div.product > #reviews nav.woocommerce-pagination{
	border-width: 0;
	padding-bottom: 0;
}
div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews #comments .woocommerce-noreviews{
	text-align: center;
}

/*** Reviews grid ***/
.woocommerce div.product.reviews-grid #reviews #comments .commentlist{
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	margin: 0 -5px;
}
.woocommerce div.product.reviews-grid #reviews #comments .commentlist li{
	padding: 30px 30px 27px;
	margin: 0 5px 10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-width: 1px;
}
.woocommerce div.product.reviews-grid #reviews #comments ol.commentlist li .comment-text{
    padding: 0;
}
.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text{
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text .star-rating{
    -webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 16px 0 13px;
}
.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text p.meta{
    -webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
    width: 100%;
	margin: 0;
}
.woocommerce div.product.reviews-grid #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author,
.woocommerce div.product.reviews-grid #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{
	display: inline-block;
}
div.product.reviews-grid #reviews div.iv-comment-image img, 
div.product.reviews-grid div.iv-comment-image-top img, 
div.product.reviews-grid div.iv-comment-image img, 
div.product.reviews-grid div.iv-comment-image-top img{
    width: 65px;
    height: 65px;
}

/*** Tabs Inside Summary ***/
.woocommerce div.product .woocommerce-tabs{
	position: relative;
}
.woocommerce div.product .woocommerce-tabs:not(:last-child){
	margin: 0 0 73px;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs:not(:last-child){
	margin-bottom: 60px;
}
.woocommerce div.product.tabs-in-summary .ts-social-sharing{
	border-bottom-width: 0;
	margin-bottom: 31px;
}
.woocommerce div.product.tabs-in-summary .meta-content{
	border-width: 1px 0 0;
	border-style: solid;
	padding-top: 60px;
}
.woocommerce div.product.tabs-in-summary .summary > .woocommerce-tabs:before{
	display: none;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs .panel{
    padding: 25px 0;
	border-width: 1px 0 0;
	border-style: solid;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs + .panel{
	padding-top: 60px;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs .panel:last-child{
	padding-bottom: 0;
}
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel table tr:first-child th, 
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel table tr:first-child td{
    border-top-width: 0;
	padding-top: 0;
}
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel table tr:last-child th, 
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel table tr:last-child td{
    border-bottom-width: 0;
	padding-bottom: 0;
}

.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel:after,
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel > h2{
	display: none;
}
.woocommerce div.product.tabs-in-summary .summary > #reviews{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.woocommerce div.product.tabs-in-summary #reviews nav.woocommerce-pagination{
    padding-bottom: 0;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews .comment-reply-title, 
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews > .woocommerce-Reviews-title, 
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #comments .woocommerce-Reviews-title{
    text-align: start;
	margin-bottom: 5px;
}
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: 25px;
}
.woocommerce div.product.tabs-in-summary > .ts-instagram-shortcode{
	border-width: 1px 0 0;
	border-style: solid;
}

/*** Tab Dokan ***/
.woocommerce #tab-more_seller_product .products .product{
	width: 20%;
}
.woocommerce.wider #tab-more_seller_product .products .product,
.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
.woocommerce.layout-fullwidth #tab-more_seller_product .products .product{
	width: 16.66666%;
}
.product-hover-vertical-style-2 #tab-more_seller_product .products .product:not(.product-category) .meta-wrapper-2{
	padding-bottom: 20px;
}
.product-hover-vertical-style-2 #tab-more_seller_product .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta{
    padding-top: 0;
    margin-top: -6px;
}
.woocommerce div.product .woocommerce-tabs #tab-more_seller_product > .products{
	margin-bottom: -40px !important;
}
#tab-seller > h2{
	font-size: 100%;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
    line-height: inherit;
} 
#tab-seller ul.list-unstyled > li.clearfix:before{
	display: none;
}
#tab-seller .list-unstyled li > span:first-child:not(.seller-rating){
	font-weight: bold;
}
#tab-seller ul.list-unstyled > li{
	list-style: none;
}
#tab-seller ul.list-unstyled > li a{
	color: inherit;
}
#tab-seller ul:last-child{
	margin-bottom: 0;
}
#tab-seller .seller-rating{
	float: left; /*rtl*/
    top: 6px;
    margin-right: 10px; /*rtl*/
	position: relative;
}

/*--------------------------------------------------------
	6. INSTAGRAM
---------------------------------------------------------*/
.woocommerce div.product > .ts-instagram-shortcode{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.woocommerce div.product > .ts-instagram-shortcode:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.woocommerce #main-content.ts-col-24 div.product > .ts-instagram-shortcode:before{
    width: 100vw;
    left: calc(50% - 50vw);
}
.woocommerce div.product > .ts-instagram-shortcode > h5{
	text-align: center;
	max-width: 400px;
    margin: 0 auto 30px;
}
.woocommerce div.product > .ts-instagram-shortcode > *{
	position: relative;
	z-index: 2;
}
.woocommerce div.product > .ts-instagram-shortcode .swiper-wrapper{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ts-instagram-shortcode a.button-text:not(.ts-banner):not(.elementor-widget-button){
	width: 100% !important;
	text-align: center;
	margin-top: 25px;
}

/*-------------------------------------------------------------------------------------------------------------------
	VIII. 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{
	color: inherit;
	text-decoration: underline;
}
.lost_password a:hover{
	color: inherit;
	text-decoration: none;
}
/*** 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: 27px;
}
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login{
	border-width: 0;
	padding: 30px;
	margin-top: 15px;
	border-radius: 0;
}
.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: 250px;
	margin-left: 10px; /*rtl*/
}
.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 .form-row{
    margin-bottom: 24px;
}
.woocommerce > form.checkout #customer_details{
	width: calc(70% - 30px);
	float: left; /*rtl*/
}
.woocommerce > form.checkout #order_review_heading,
.woocommerce > form.checkout #order_review{
	width: 30%;
	float: right; /*rtl*/
}
.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-top: 8px;
	margin-bottom: 20px;
}
.woocommerce form .form-row label{
	line-height: inherit;
}
.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%;
	margin-left: 15px;
	margin-right: 15px;
	order: 2;
	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-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,
.woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_postcode_field,
.woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_city_field{
	width: calc(50% - 30px);
}
.woocommerce-billing-fields__field-wrapper > #billing_email_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_email_field{
	order: 0;
}
.woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_first_name_field,
.woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_last_name_field{
	order: 1;
}
.woocommerce-billing-fields__field-wrapper > #billing_state_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_state_field{
	order: 3;
}
.woocommerce-billing-fields__field-wrapper > #billing_phone_field,
.woocommerce-shipping-fields__field-wrapper > #shipping_phone_field{
	order: 4;
}
.woocommerce-shipping-fields h3#ship-to-different-address .input-checkbox{
	margin-top: -4px;
	width: 20px;
    height: 20px;
}
.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;
}

/*** Payment Process ***/
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td{
	border-bottom-width: 0;
}
#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, 
.woocommerce-checkout #payment ul.payment_methods{
	padding: 15px 0;
	border-width: 0;
}
.woocommerce > form.checkout #order_review_heading{
	margin: 40px 0 0;
    padding: 0 40px;
	position: relative;
}
.woocommerce > form.checkout #order_review{
	padding: 80px 40px 40px;
    margin-top: -69px;
	position: relative;
}
.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: right; /*rtl*/
}
#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;
}
#order_review .shop_table.woocommerce-checkout-review-order-table tfoot th,
#order_review .shop_table.woocommerce-checkout-review-order-table tfoot td{
	padding: 15px 0;
	border-radius: 0 !important;
	border-width: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr > td:first-child{
	border-left-width: 0; /*rtl*/
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr > td:last-child{
	border-right-width: 0; /*rtl*/
}
#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: 85%;
}
#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;
}
#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(230, 230, 230, 0.8);
    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;
}

/*-------------------------------------------------------------------------------------------------------------------
	IX. SHOPPING CART
---------------------------------------------------------------------------------------------------------------------*/
.woocommerce-cart article .woocommerce:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-info:not(:empty),
.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-error:not(:empty),
.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-message:not(:empty),
.woocommerce-wishlist .woocommerce-notices-wrapper:not(:empty){
	margin-top: 10px;
	margin-bottom: 29px;
}
.woocommerce-cart .woocommerce-notices-wrapper:not(:empty){
	margin-bottom: 38px;
}

/*** Cart table ***/
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details{
	float: left;/* rtl */
	width: calc(68% - 20px);
}
.layout-fullwidth .woocommerce .woocommerce-cart-form,
.main-content-fullwidth .woocommerce .woocommerce-cart-form,
.wider .woocommerce .woocommerce-cart-form,
.woocommerce-checkout.layout-fullwidth #customer_details,
.woocommerce-checkout.main-content-fullwidth #customer_details,
.woocommerce-checkout.wider #customer_details{
	width: calc(68% - 40px);
}
.woocommerce table.shop_table{
	margin: 0;
	border-width: 0;
	table-layout: auto;
	position: relative;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
	border-width: 0 0 1px 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
#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{
    vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td, 
.woocommerce-cart .cart-collaterals .cart_totals table .shipping th, 
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping td, 
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping th{
	vertical-align: top;
}
.woocommerce table.shop_table td.product-remove{
	width: 70px;
}
.woocommerce table.shop_table td.product-name{
	font-size: 100%;
}
.woocommerce table.shop_table th{
	padding: 15px;
}
.woocommerce table.shop_table td{
	padding: 10px 15px;
}
.woocommerce table.shop_table.cart td.actions{
	padding: 30px 0 0;
	border-width: 0;
}
.woocommerce table.shop_table .product-remove{
	padding-left: 0; /*rtl*/
}
.woocommerce table.shop_table .product-remove a,
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove{
	display: inline-block;
	width: 24px !important;
	height: 24px;
	line-height: 24px;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
	float: none;
	padding: 0 !important;
	background: transparent;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove{
	top: 3px;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove:hover,
.woocommerce table.shop_table .product-remove a:hover{
	opacity: 1;
}
.woocommerce table.shop_table .product-remove a:before{
	line-height: 24px;
}
.woocommerce table.shop_table td.product-thumbnail a{
	display: inline-block;
}
#add_payment_method table.shop_table.cart td.product-thumbnail, 
.woocommerce-cart table.shop_table.cart td.product-thumbnail, 
.woocommerce-checkout table.shop_table.cart td.product-thumbnail{
	width: 120px;
	padding-left: 0; /*rtl*/
	padding-right: 20px; /*rtl*/
}
#add_payment_method table.cart .product-thumbnail img,
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img{
	width: 100%;
}
.product-name > a,
.cart-collaterals table.shop_table .shipping a{
	color: inherit;
}
.shop_table.cart .quantity{
    width: 110px;
}
.woocommerce-cart table.cart td.actions .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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 24px;
	border-color: #d8e4e8;
}
.woocommerce-cart table.cart td.actions .button{
    width: auto !important;
    min-width: 170px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button{
	width: 100%;
	min-width: 0;
}

/*** Cart Collaterals ***/
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review{
	width: 32%;
	float: right; /*rtl*/
	padding: 30px;
}
.woocommerce form.checkout_coupon, 
.woocommerce .checkout-login-coupon-wrapper form.login, 
.woocommerce > form.checkout #order_review,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review{
	border-width: 2px;
	border-style: solid;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2{
    margin-bottom: 10px;
}
.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td{
	padding: 10px 0;
}
.woocommerce .cart-collaterals .order-total th,
.woocommerce .cart-collaterals .order-total td{
	padding: 10px 0 36px;
	border-width: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form > p:not(.form-row),
.woocommerce .cart-collaterals table.shop_table tr:not(.shipping) td{
	text-align: right; /*rtl*/
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form > #calc_shipping_country_field{
	margin-bottom: 9px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form > p{
	margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form > .form-row:before,
.woocommerce-cart .cart-collaterals .shipping-calculator-form > .form-row:after{
	display: none;
}
.woocommerce ul#shipping_method li{
	margin: 0 0 5px;
	padding: 0;
}
.woocommerce ul#shipping_method li input[type^="radio"]{
    margin: 2px 10px 0 0; /*rtl*/
    vertical-align: top;
}
.woocommerce ul#shipping_method li label{
   padding: 0;
}
#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-bottom: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
    border-top: 0;
}
body.woocommerce-cart .select2-search--dropdown:before{
    right: 15px; /*rtl*/
    top: 15px;
	line-height: 28px !important;
}

/*** Cross sell/Up sell/Related ***/
.woocommerce .cross-sells,
.woocommerce .up-sells,
.woocommerce .related{
	max-width: 100%;
	width: 100%;
	padding: 0;
	display: inline-block;
	width: 100%;
	clear: both;
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 74px;
}
.woocommerce .cross-sells > .products,
.woocommerce .up-sells > .products,
.woocommerce .related > .products{
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce .cross-sells:last-child,
.woocommerce .up-sells:last-child,
.woocommerce .related:last-child{
	margin-bottom: 80px;
}
.ts-slider .swiper.products > .swiper-wrapper,
.related .swiper.products > .swiper-wrapper,
.cross-sells .swiper.products > .swiper-wrapper,
.up-sells .swiper.products > .swiper-wrapper{
	z-index: 11;
}
.ts-slider .products.swiper{
	position: relative;
}
body .woocommerce .products.swiper .product:not(.product-category).swiper-slide.swiper-slide-duplicate-prev + .product:not(.product-category).swiper-slide-duplicate-active,
body .woocommerce .products.swiper .product:not(.product-category).swiper-slide-prev + .product:not(.product-category).swiper-slide-active{
    border-left-width: 0 !important;
}
body .woocommerce .products.swiper .product:not(.product-category).swiper-slide-prev + .product:not(.product-category).swiper-slide-active{
    margin-left: 1px; /*rtl*/
}
.ts-slider .products.swiper .product-group > .product:not(:last-child){
	margin-bottom: 40px;
}
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2{
    position: relative;
	display: inline-block;
}
.woocommerce .cross-sells > h2:empty,
.woocommerce .up-sells > h2:empty,
.woocommerce .related > h2:empty{
	display: none;
    margin-bottom: 0;
}
.up-sells .products .product,
.cross-sells .products .product,
.related .products .product{
	width: 20%;
}
.up-sells .products .swiper-slide .product,
.cross-sells .products .swiper-slide .product,
.related .products .swiper-slide .product{
	width: 100% !important;
	margin-bottom: 0;
}
.ts-product.rows-1 .swiper-slide .product,
.up-sells .products .swiper-slide .product,
.cross-sells .products .swiper-slide .product,
.related .products .swiper-slide .product{
	height: 100%;
}
.woocommerce .cross-sells:after{
	display: table;
	content: "";
	clear: both;
}
.woocommerce div.product .ts-product p.price, 
.woocommerce div.product .ts-product span.price,
.woocommerce div.product .cross-sells .price,
.woocommerce div.product .up-sells .price,
.woocommerce div.product .related .price{
	font-size: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------
	X. POPUP/MODAL
---------------------------------------------------------------------------------------------------------------------*/
body #cboxClose,
.ts-floating-sidebar .close,
.ts-popup-modal .close{
	position: absolute;
    top: 0;
    right: 0; /*rtl*/
    z-index: 999;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 40px;
    transition: 350ms ease 0s;
    background: #000;
}
.ts-floating-sidebar .close{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
body #cboxClose{
    background-image: none;
    text-indent: 0;
    color: #ffffff;
    text-transform: none;
    z-index: 100001;
	border-radius: 0;
    background: transparent !important;
    color: inherit !important;
    right: 10px; /*rtl*/
    top: 5px;
}
#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove{
	top: 2px;
    right: -7px; /*rtl*/
}
.ts-floating-sidebar .close:hover{
	opacity: 1;
}
.woocommerce table.shop_table .product-remove a:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:before,
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{
	font-size: 10px;
}
body #cboxClose:after,
html body > h1 a.close:before,
.ts-floating-sidebar .close:after,
body table.compare-list tr.remove td > a .remove:before,
.ts-popup-modal .close:after{
	font-size: 10px;
    line-height: inherit !important;
}
#group-icon-header .close{
	top: 7px;
	background: transparent;
    color: inherit;
}
#group-icon-header .close:after{
	font-size: 10px;
}
.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;
}
.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;
}

/*** Quick Shop ***/
.ts-popup-modal .quickshop-content{
	max-height: 100%;
	overflow: hidden;
	padding: 40px;
}
#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 */
	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 div.product > .summary > *{
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-left: 0;
	margin-right: 0;
}
#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery,
#ts-quickshop-modal .woocommerce div.product div.summary{
	width: 50%;
}
#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery{
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#ts-quickshop-modal .woocommerce div.product div.images .flex-control-thumbs{
	width: 100%;
	margin: 15px 0 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
#ts-quickshop-modal .woocommerce div.product div.images .flex-control-thumbs li{
	width: 73px !important;
	margin: 0 2px 0 0 !important; /*rtl*/
}
#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery .flex-viewport{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
	width: 100% !important;
}

/*** 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: 40px;
    right: -10px; /*rtl*/
    z-index: 11;
    transform: translate(100%,-50%); /*rtl*/
}
.threesixty .nav_bar a{
    width: 40px;
    height: 40px;
	font-size: 0;
    line-height: 0;
    text-align: center;
    display: inline-block;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	margin: 5px 0;
}
.threesixty .nav_bar a:before{
	font-size: 12px;
	line-height: 40px;
}
.threesixty ol li{
	list-style: none;
	font-size: 0;
}
body .threesixty{
	position: relative;
	overflow: visible;
}
body .ts-popup-modal .product-360-container{
	width: 450px;
	max-height: 100%;
}
.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: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
	transition: visibility 700ms ease 0s;
}
.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: 500px;
	padding: 30px;
}
.add-to-cart-popup-content .heading{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.add-to-cart-popup-content .heading .theme-title{
	text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 1;
    border-radius: 40px;
    font-size: 12px;
	padding: 5px 15px;
}
.add-to-cart-popup-content .heading .theme-title:before{
	font-size: 8px;
	margin-right: 5px; /*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;
}
.add-to-cart-popup-content .item .product-image{
	width: 40%;
    margin-right: 30px; /*rtl*/
}
.add-to-cart-popup-content .item .product-meta{
	width: calc(60% - 30px);
}
.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*/
}

/*** 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: start;
	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: 5px !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: 24px;
	height: 24px;
	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: 0;
	font-size: 0;
	display: block;
	background: transparent !important
}
body table.compare-list tr.remove td > a .remove:before{
	line-height: 24px !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{
	text-transform: none;
	margin: 0;
	min-width: 210px;
}
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%);
}

/*-------------------------------------------------------------------------------------------------------------------
	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: 6px 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;
}
#add_payment_method .checkout .checkout-inline-error-message, 
.woocommerce-cart .checkout .checkout-inline-error-message, 
.woocommerce-checkout .checkout .checkout-inline-error-message {
    font-size: 0.9em;
	line-height: 1.5;
}
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a{
	color: inherit;
	text-decoration: underline;
}
body .wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info{
	padding: 5px 20px !important;/* rtl */
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	line-height: 26px;
	border-width: 0;
	font-size: 13px;
}
:where(.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce-warning) li a:not(.button), 
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content li a:not(.button) {text-decoration: none !important;}
body .wc-block-components-notice-banner,
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content{padding: 0;}
body .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content{gap: 5px;}
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{margin: 0;}
body .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary + ul{width: 100%; margin: -10px 0 0;}
body .wc-block-components-notice-banner > svg{display: none;}
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .button{
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	color: inherit !important;
	font-size: 90%;
	margin-left: auto; /*rtl*/
	order: 10;
	opacity: 1;
}
body .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before{content: "\e028";font-size: 80%; font-family: WooCommerce;}
body .wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before{content: "\e015";}
body .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before{content: "\e016";}
body .wc-block-components-notice-banner.is-warning .wc-block-components-notice-banner__content:before{content: "\e033";}
body .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before{margin-right: 3px; /*rtl*/}
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-info::before,
.woocommerce-message::before{
    display: inline-block;
    vertical-align: baseline;
    position: static;
    margin: 0 5px 0 1px; /*rtl*/
    font-size: 80%;
	color: inherit !important;
}
body #ts-ajax-add-to-cart-message{
	background-color: #00bb00;
	color: #ffffff;
}
body .wc-block-components-notice-banner.is-success,
.woocommerce-message,
.woocommerce .woocommerce-message{
	color: #00B412;
	background-color: rgba(1,178,19,0.15);
}
ul.woocommerce-error::before,
ul.woocommerce-info::before,
ul.woocommerce-message::before{
    position: absolute;
    top: 5px;
	left: 20px; /*rtl*/
	width: 20px;
}
ul.woocommerce-error > li,
ul.woocommerce-info > li,
ul.woocommerce-message > li{
	padding-left: 20px !important; /*rtl*/
}
body .wc-block-components-notice-banner.is-error,
.woocommerce-error,
.woocommerce .woocommerce-error{
	color: red;
	background-color: rgba(255,0,0,.1);
}
body .wc-block-components-notice-banner.is-info,
.woocommerce-info,
.woocommerce .woocommerce-info{
	font-size: 14px;
	background-color: rgba(0,0,0,.1);
}
body .wc-block-components-notice-banner.is-warning,
.woocommerce-warning,
.woocommerce .woocommerce-warning{
    background-color: #ffe5b2;
    color: #a56d00;
}
body.woocommerce-checkout .wc-block-components-notice-banner.is-info,
body.woocommerce.woocommerce-checkout .wc-block-components-notice-banner.is-info,
.woocommerce-checkout .woocommerce-info,
.woocommerce.woocommerce-checkout .woocommerce-info{
	background: transparent !important;
	padding: 0 !important;
}
.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;
}
body .wc-empty-cart-message .wc-block-components-notice-banner.is-info,
.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 .wc-empty-cart-message .wc-block-components-notice-banner.is-info,
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 .wc-empty-cart-message .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before{display: none;}
body .wc-empty-cart-message .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content{justify-content: center;}
body .wc-empty-cart-message .wc-block-components-notice-banner.is-info:before,
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: 70px;
    line-height: 1;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    margin-bottom: 20px;
    margin: 0 0 40px;
}
.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;
}
body .wc-block-components-notice-banner:focus, 
.woocommerce-message:focus, 
.woocommerce .woocommerce-message:focus, 
.woocommerce-error:focus, 
.woocommerce .woocommerce-error:focus, 
.woocommerce-info:focus, 
.woocommerce .woocommerce-info:focus,
.woocommerce-error li:focus,
.woocommerce .woocommerce-error li:focus,
.woocommerce .woocommerce-info li:focus,
.woocommerce .woocommerce-message li:focus {
    outline: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button{
	display: inline-block;
}
.woocommerce form.checkout_coupon .coupon-error-notice,
#add_payment_method table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
    font-size: 1em;
}
.woocommerce table.shop_table.my_account_orders tbody th {
    border-top-width: 0;
}
ul.wc-item-meta li {
	list-style: none;
}
ul.wc-item-meta li > * {
	display: inline-block;
}
.elementor-lightbox {
	--swiper-preloader-color: #ffffff;
}
.elementor-lightbox .elementor-lightbox-image.swiper-lazy-loading {
	opacity: 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 {
	max-width: 475px;
}

/*-------------------------------------------------------------------------------------------------------------------
	XIII. WISHLIST
---------------------------------------------------------------------------------------------------------------------*/
body.woocommerce-wishlist .yith-wcwl-form{
	margin-bottom: 66px !important;
}
body.woocommerce-wishlist div#main{
	min-height: 0;
}
/*** Wishlist Title ***/
body.woocommerce .wishlist-title{
	margin-bottom: 20px;
}
body .wishlist-title.wishlist-title-with-form h2{
	padding: 0;
}
body .wishlist-title.wishlist-title-with-form h2:hover{
    background: transparent;
}
body .wishlist-title a.show-title-form{
	font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    border-width: 0;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    position: relative;
    top: -10px;
	background: transparent !important;
	color: inherit !important;
}
body .wishlist-title a.show-title-form i{
	font-size: 14px;
    line-height: 26px;
    margin: 0;
}
body .wishlist_table thead tr th, 
body .wishlist_table tfoot td td {
    background: transparent;
}
.woocommerce table.wishlist_table thead th {
    text-align: start;
}
body .wishlist-title a.show-title-form:before {
	font-size: 14px;
    line-height: 26px;
	content: "\f303";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.wishlist-title a.show-title-form i, 
.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg, 
.wishlist-title a.show-title-form img {
	display: none;
}
body.woocommerce .hidden-title-form a.hide-title-form, 
body.woocommerce .hidden-title-form a.save-title-form {
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .hidden-title-form a.hide-title-form svg,
.woocommerce .hidden-title-form a.save-title-form svg {
	width: 18px;
	stroke: #000;
}

/*** Hidden form ***/
.hidden-title-form{
	overflow: hidden;
	clear: both;
	display: none;
}
.yes-js #yith-wcwl-form .hidden-title-form{
	margin: 20px 0;
	width: 100%;
}
.hidden-title-form input[type="text"]{
	margin: 0;
	padding-right: 80px;/* rtl */
}
body .hidden-title-form .edit-title-buttons {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
body .hidden-title-form a{
    width: 46px;
    height: 46px;
    line-height: 46px;
	font-size: 100%;
}

/*** Wishlist Table ***/
body table.wishlist_table{
    font-size: 100%;
}
.woocommerce div.wishlist_table td.product-add-to-cart a{
	display: inline-block !important;
}
.wishlist_table .product-add-to-cart a{
	padding: 7px 15px !important;
	width: auto !important;
	min-width: 150px;
	font-size: 100% !important;
	position: relative;
}
.woocommerce table.wishlist_table thead th{
	border-top: 0;
}
.wishlist_table tfoot td{
	border: 0;
}
.woocommerce table.wishlist_table tfoot tr th,
.woocommerce table.wishlist_table tfoot tr td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.woocommerce table.wishlist_table th.product-name{
	text-align: left; /* rtl */
}
td.product-add-to-cart,
td.product-add-to-cart a{
	margin: 0 !important;
	float: none !important;
}
.woocommerce table.wishlist_table th.product-thumbnail,
.woocommerce table.wishlist_table th.product-name{
	width: auto;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete{
    text-align: inherit;
}
.woocommerce table.wishlist_table .product-remove div{
	display: inline-block;
}
.wishlist_table .product-stock-status span.wishlist-in-stock{
    color: inherit;
}
table.wishlist_table .product-price del{
	margin-right: 5px; /*rtl*/
}
body .wishlist_table .product-add-to-cart a.button{
    padding: 8px 40px !important;
    min-width: 206px;
}
body .wishlist_table .product-add-to-cart span.dateadded{
    display: block;
    text-align: center;
    margin: 0 0 5px;
}
body p.wishlist-empty,
body table.wishlist_table tbody td.wishlist-empty{
	position: relative;
	bottom: -1px;
}
/*fix loading*/
.woocommerce table.shop_table.wishlist_table{
	opacity: 1 !important;
}
.woocommerce table.shop_table.wishlist_table .blockUI.blockOverlay{
	background: transparent !important;
}
.woocommerce table.shop_table.wishlist_table .blockUI.blockOverlay:after{
	border-width: 3px;
    border-top-width: 3px;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
}

/*** Sharing ***/
.yith_wcwl_wishlist_footer .yith-wcwl-share{
	margin-top: 20px;
	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;
	float: none;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
	margin: 0 10px 0 0; /*rtl*/
    font-size: 100%;
    line-height: 1;
    text-transform: uppercase;
}
.yith-wcwl-share .yith-wcwl-after-share-section{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    text-align: right; /*rtl*/
}
.yith-wcwl-share .yith-wcwl-after-share-section input.copy-target{
    border-width: 0;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    font-size: 100%;
	color: inherit;
}
.yith-wcwl-share ul{
	margin: 0;
}
.yith-wcwl-share ul li{
	list-style: none;
	padding: 0;
	margin: 0 2px;
}
.yith-wcwl-share ul li a{
    padding: 6px;
}

/*** Mobile Layout ***/
body .wishlist_table.mobile{
	margin-bottom: 0;
}
body .wishlist_table.mobile li{
	width: calc(33.333333% - 2px);
    margin: 1px;
    list-style: none;
    border: 0;
    padding: 20px;
	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;
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
}
body .wishlist_table.mobile,
body .wishlist_table.mobile li .item-wrapper,
body .wishlist_table.mobile li .additional-info-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;
}
body .wishlist_table.mobile li .item-wrapper,
body .wishlist_table.mobile li .additional-info-wrapper{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body .wishlist_table.mobile li .additional-info-wrapper{
}
body .wishlist_table.mobile li .additional-info-wrapper > *:not(.product-remove){
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}
.wishlist_table.mobile .additional-info-wrapper .product-add-to-cart a{
    width: 100% !important;
    min-width: 0;
}
body .wishlist_table.mobile li .item-wrapper .product-thumbnail{
    max-width: 100px;
    margin-right: 20px; /*rtl*/
}
body .wishlist_table.mobile li .item-wrapper .item-details{
    width: calc(100% - 120px);
}
body .wishlist_table.images_grid li .item-details table.item-details-table, 
body .wishlist_table.mobile li .item-details table.item-details-table, 
body .wishlist_table.mobile li table.additional-info, 
body .wishlist_table.modern_grid li .item-details table.item-details-table {
    margin-bottom: 0;
}
body .wishlist_table.mobile li .item-details table.item-details-table td, 
body .wishlist_table.mobile li table.additional-info td{
    font-size: 100%;
    padding: 0 0 7px;
	line-height: 20px;
}
body .wishlist_table.mobile li table.additional-info td.value{
    text-align: right; /*rtl*/
}
body .wishlist_table.mobile li .item-details table.item-details-table td.value{
	text-align: start;
}
body .wishlist_table.mobile li .additional-info-wrapper .product-remove{
    position: absolute;
    top: 10px;
    right: 10px; /*rtl*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	z-index: 2;
	opacity: 0.3;
	transition: 300ms ease;
}
body .wishlist_table.mobile li .additional-info-wrapper .product-remove a{
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
}
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:hover{
	opacity: 1;
}
body .wishlist_table.mobile li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove i{
    display: none;
}
body p.wishlist-empty{
    margin: 0;
}

/*-------------------------------------------------------------------------------------------------------------------
	XII. MY ACCOUNT
---------------------------------------------------------------------------------------------------------------------*/
.woocommerce form.login,
.woocommerce form.register{
	border-width: 0;
	padding: 0;
	margin: 0;
}
#customer_login h2,
.account-content h2,
.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;
}
.woocommerce-checkout #main > .page-container{
    padding-top: 0;
}
.woocommerce table.my_account_orders {
    font-size: 1em;
}

/*** Login/Register ***/
.woocommerce #customer_login,
.woocommerce form.track_order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
    border-style: solid;
}
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password{
	padding: 40px;
    margin-bottom: 66px;
}
.woocommerce #customer_login .col-1, 
.woocommerce #customer_login .col-2, 
.woocommerce-page #customer_login .col-1, 
.woocommerce-page #customer_login .col-2{
	width: 50%;
	float: left; /*rtl*/
	margin: 0;
	padding: 35px 40px 40px;
}
.woocommerce #customer_login .col-2, 
.woocommerce-page #customer_login .col-2{
	border-width: 0 0 0 1px; /*rtl*/
	border-style: solid;
}
.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;
}
.woocommerce-MyAccount-content p > a,
#customer_login a{
	color: inherit;
	text-decoration: underline;
}
.woocommerce-MyAccount-content p > a:hover,
#customer_login a:hover{
	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{
	width: 100%;
	float: none;
	margin: 0 auto 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: 0 -1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
	padding: 0;
	margin: 0 1px 2px;
    text-align: center;
	float: left; /*rtl*/
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	display: block;
	padding: 5px 20px;
	color: inherit;
	border-radius: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	text-decoration: none;
}

/*** Content ***/
.woocommerce-account .woocommerce-MyAccount-content{
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 35px 30px 40px;
}
header.woocommerce-Address-title{
	display: inline-block;
	width: 100%;
}
.woocommerce-account .addresses .title .edit{
	width: 40px;
    font-size: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: -3px 0 0;
    line-height: 1;
    text-align: center;
}
.woocommerce-account .addresses .title .edit:before{
	color: #000000;
	font-size: 12px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table tr{
    box-shadow: 0px 1px 0px rgba(0,0,0,0.05);
}
.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*/
}
.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-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-MyAccount-content > form .form-row > span > em{
	font-size: 80%;
}
.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: 10px;
}
.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: 60px;
}
.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;
}
#main > .page-container.blog-template.index-template{
    padding-top: 50px;
}
/*** Filters Bar ***/
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;
	overflow: hidden;
	margin: 0;
}
.list-posts article,
.ts-blogs .items article{
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}
.columns-2 .list-posts,
.ts-blogs.related .items.blogs,
.ts-blogs.columns-2 .items,
.ts-blogs.columns-3 .items{
	margin-left: -10px;
	margin-right: -10px;
}
.columns-2 .list-posts article,
.ts-blogs.columns-2 .items article,
.ts-blogs.columns-3 .items article{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.columns-2 .list-posts article:after,
.ts-blogs.columns-2 .items article:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-width: 0 0 1px;
	border-style: solid;
}
.ts-blogs.style-masonry.columns-2 .items article{
	margin-bottom: 30px;
}
.ts-blogs.style-masonry.columns-2 .items article:after{
	display: none;
}
.columns-2 .list-posts article:nth-child(odd):after,
.ts-blogs.columns-2 .items article:nth-child(odd):after{
	left: 10px; /*rtl*/
}
.columns-2 .list-posts article:nth-child(even):after,
.ts-blogs.columns-2 .items article:nth-child(even):after{
	right: 10px; /*rtl*/
}
.columns-2 .list-posts article,
.ts-blogs.columns-2 .items article{
	width: 50%;
}
.ts-blogs.columns-3 .items article{
	width: 33.333333%;
	padding-bottom: 0;
}
body .ts-blogs.columns-3 article.quote blockquote{
    font-size: 140%;
    padding: 26px 30px;
}
.list-posts article:last-child,
.ts-blogs .items article:last-child,
.columns-2 .list-posts article:nth-last-child(2):nth-child(odd),
.ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd){
	padding-bottom: 0;
}
.list-posts article:last-child:after,
.ts-blogs .items article:last-child:after,
.columns-2 .list-posts article:nth-last-child(2):nth-child(odd):after,
.ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd):after{
	display: none;
}
.list-posts article.sticky{
	padding: 40px !important;
	margin-bottom: 64px;
    border-width: 4px 1px 1px;
    border-style: solid;
}
.page-template.blog-template.index-template .list-posts article:not(.sticky){
	padding-bottom: 70px;
	border-width: 0 0 1px;
	border-style: solid;
}
.page-template.blog-template.index-template .list-posts article:not(.sticky):last-child{
	padding-bottom: 0;
	border-width: 0;
}
.list-posts article .ts-video + .tags-link,
.ts-blogs article .ts-video + .tags-link,
article.single-post:not(.no-featured-image) .tags-link,
.list-posts article.has-post-thumbnail .tags-link,
.ts-blogs article.has-post-thumbnail .tags-link{
	position: absolute;
	top: 0;
	left: 0; /*rtl*/
	z-index: 6;
}
.list-posts article .entry-format,
.ts-blogs article:not(.quote) .thumbnail-content{
	margin-bottom: 16px;
	position: relative;
}
.list-posts article.has-post-thumbnail.format-image .entry-format .tags-link{
	position: static;
}
.list-posts article.has-post-thumbnail.format-image .entry-format .tags-link,
.list-posts article:not(.has-post-thumbnail) .entry-format .tags-link{
	padding-bottom: 16px;
}
.list-posts article.has-post-thumbnail.format-image .entry-format + .entry-content,
.list-posts article:not(.has-post-thumbnail) .entry-format + .entry-content{
	margin-top: -16px;
}
.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{
	object-fit: cover;
}
.list-posts article header .heading-title,
.ts-blogs article header .heading-title{
	margin-bottom: 0;
}
.list-posts article .entry-content > *:not(:last-child),
.ts-blogs article .entry-content > *:not(:last-child){
	margin-bottom: 14px;
}
.list-posts article .entry-content > header:not(:last-child),
.ts-blogs article .entry-content > header:not(:last-child){
	margin-bottom: 16px;
}
.list-posts article .entry-content > header a:empty,
.ts-blogs article .entry-content > header a:empty{
	margin-top: -14px;
	display: block;
}
.list-posts article .entry-content:not(.no-featured-image) > header:first-child,
.ts-blogs article .entry-content:not(.no-featured-image) > header:first-child{
	margin-top: 20px;
}
.ts-blogs article blockquote .entry-meta-middle > .author,
.ts-blogs article blockquote .entry-meta-middle > .date-time,
.list-posts article blockquote .entry-meta-middle > .author,
.list-posts article blockquote .entry-meta-middle > .date-time{
    font-size: 11px;
}
.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-meta-middle:not(:last-child),
.ts-blogs article .entry-content > .entry-meta-middle:not(:last-child){
	margin-bottom: 16px;
}
.list-posts article .entry-content > .entry-meta-bottom:not(:last-child){
	margin-bottom: 17px;
}
.ts-blogs article .entry-content > .entry-meta-bottom:not(:last-child){
	margin-bottom: 12px;
}
.list-posts article .entry-content > .entry-summary:not(:last-child),
.ts-blogs article .entry-content > .excerpt:not(:last-child){
	margin-bottom: 15px;
}
.excerpt > *:last-child,
.entry-summary .short-content > *:last-child{
	margin-bottom: 0;
}
.entry-summary .short-content > .wp-block-button.alignleft:nth-last-child(2){
	margin-bottom: 0 !important;
}
.entry-meta-top{
	margin-bottom: 9px;
}
/*fix unit test*/
.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: 5px;
}
.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: 60px;
	padding-top: 61px;
	border-width: 1px 0 0;
	border-style: solid;
	min-height: 190px;
}
body.page .page-container #primary > article.page > p:first-child{
	margin-top: -15px;
}
/**/
.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{
	margin: 5px 0 0;
}
.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,
.page-container .elementor-widget-wrap > .elementor-widget-heading{
	margin: 0 0 30px 0;
}
body .elementor-widget:not(:last-child){
    margin-bottom: 0;
}
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.woocommerce.related > h2,
.ts-shortcode .shortcode-heading-wrapper{
	margin: 0 0 40px 0;
}
.theme-title .heading-title, 
.comments-title .heading-title,
.add-comment,
#commentform .form-submit,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title{
	text-align: center;
	margin-bottom:0;
}

/*** Entry Format ***/
article.single .entry-header > header > .entry-title{
	margin-bottom: 16px;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry-header > .short-content{
	margin-bottom: 24px;
	line-height: 1.7;
}
article.single-post.image .entry-header .short-content,
.entry-header > .short-content > p:last-child{
	margin-bottom: 0;
}
.entry-header > .entry-meta-middle{
	margin-bottom: 40px;
}
article.single-post .entry-format{
	position: relative;
	overflow: hidden;
}
article.single-post.no-featured-image .entry-header > .entry-meta-middle{
	margin-bottom: 25px;
}
article.single-post.no-featured-image .entry-format .tags-link{
	margin-bottom: 26px;
	margin-top: 5px;
}
.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;
}
article.single-post .entry-format .ts-video,
article.single-post .entry-format .ts-audio{
	overflow: hidden;
}
.entry-meta-middle > *,
.entry-meta-bottom > *{
	padding: 2px 0;
}

/*** Post meta ***/
.tagcloud,
.wp-block-tag-cloud{
	display: block;
	overflow: hidden;
}
.tagcloud,
.wp-block-tag-cloud,
.tags-link{
	margin: 0 -2px;
}
.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:hover{
	text-decoration: none;
}
.portfolio-info .cat-links:after,
.tagcloud:after,
.wp-block-tag-cloud:after,
.tags-link:after{
	content: '';
	clear: both;
	display: table;
}
.portfolio-info .cat-links a{
	color: inherit;
}
.ts-portfolio-wrapper .item-wrapper a.like,
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a{
	text-align: center;
	padding: 4px;
	font-size: 11px !important;
	line-height: 12px !important;
	margin: 0 2px 4px;/* rtl */
	text-transform: uppercase;
	float: left;/* rtl */
}
.single-portfolio .portfolio-info.like-button{
	margin-bottom: 32px;
}
.ts-portfolio-wrapper .item-wrapper a.like{
	font-size: 0 !important;
	line-height: 0 !important;
	min-width: 0;
    width: 40px;
    height: 40px;
	margin: 0;
	border-radius: 50%;
}
.ts-portfolio-wrapper .item-wrapper a.like{
    background: rgba(0,0,0,0.3);
    color: #ffffff;
	transition: 200ms ease;
}
.ts-portfolio-wrapper .item-wrapper a.like:hover{
    background: rgba(0,0,0,0.7);
}
.ts-portfolio-wrapper .item-wrapper a.like:before{
	font-size: 16px !important;
	line-height: 40px !important;
}
.portfolio-info .cat-links a:hover,
.portfolio-meta .author a:hover,
.ts-portfolio-wrapper .item-wrapper a.like:hover,
.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-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;
}
.entry-meta-bottom .button-readmore,
.ts-blogs .entry-content .button-readmore{
	min-width: 0;
	margin-top: 9px;
}

/*** Meta bottom ***/
article.single-post .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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px 75px;
	padding-top: 5px;
	text-align: center;
}
article.single-post .meta-bottom-2 > *{
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}
article.single-post .meta-bottom-2 > .social-sharing{
	order: 1;
	border-width: 0 1px;
	border-style: solid;
}
article.single-post .meta-bottom-2 > .next{
	order: 2;
}
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 .meta-bottom-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;    
	-ms-flex-pack: justify;    
	justify-content: space-between;
}
.meta-bottom-2 .single-navigation > a{
	color: inherit;
    display: inline-block;
	position: relative;
	line-height: 16px;
}
.single-navigation > a:before{
	position: absolute;
    top: 50%;
    left: 0; /*rtl*/
    margin-top: -6px;
    transition: 300ms ease;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
article.single-post .meta-bottom-2 > .prev{
	text-align: start;
}
article.single-post .meta-bottom-2 > .next{
	text-align: end;
}
article.single-post .meta-bottom-2 > .prev > a{
	padding-left: 20px; /*rtl*/
}
article.single-post .meta-bottom-2 > .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: 5px 0 0;
	border-style: solid;
	background: rgba(150,150,150,0.1);
}
.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: 3px;
	border-style: solid;
	border-radius: 100%;
}
.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 .comments-title{
	margin-bottom: 40px;
}
.comments-area .comments-title + #comment-wrapper{
	margin-top: 72px;
}
.comments-area .comments-title .heading-title{
	margin-bottom: 17px;
}
.comments-area .add-comment{
	line-height: 16px;
}
.comments-area .add-comment > *{
	display: inline-block;
}
.comments-area .add-comment > a{
	text-decoration: underline;
}
.comments-area .add-comment > span + a{
	margin-left: 14px; /*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: 80px;
	margin-bottom: 80px;
}
.comments-area > #comment-wrapper:last-child{
	margin-bottom: 0;
}
#comment-wrapper #commentform > p,
#comment-wrapper .heading-wrapper,
#comment-wrapper .logged-in-as{
	text-align: center;
}
#comment-wrapper .heading-wrapper,
#comment-wrapper #commentform > p:not(.form-submit){
	margin-bottom: 30px;
}
#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{
    margin-left: 10px; /*rtl*/
}
#commentform .info-wrapper{
	margin: 0 -15px;
}
#commentform .info-wrapper > p{
	width: 50%;
	float: left; /*rtl*/
	padding: 0 15px;
}
.commentlist li.comment #commentform p{
	margin-bottom: 20px;
}
#commentform .info-wrapper input{
	margin-bottom: 0;
}
#comment-wrapper #commentform #comment,
.woocommerce #reviews #comment{
    height: 115px;
	border-radius: 23px;
}
.load-more.button,
.woocommerce #review_form #respond .form-submit input,
#commentform .form-submit .button{
	min-width: 200px;
}
#commentform .form-submit .button{
	margin-top: 10px;
}
.comments-area .commentlist{
	margin: 0;
}
.comments-area:not(:last-child) .commentlist{
	margin-bottom: 70px;
}
#commentform p > label{
	line-height: 16px;
}
.commentlist li.comment,
.woocommerce #reviews #comments ol.commentlist li{
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid;
	list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li:last-child{
    border-bottom-width: 0;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text{
    padding-bottom: 0;
}
.commentlist > li.comment:last-child{
	border-bottom-width: 0;
}
.commentlist > li.comment:last-child > #comment-wrapper{
	margin-top: 30px;
	margin-bottom: 0;
}
.commentlist li.comment:first-child{
	border-top-width: 1px;
}
.commentlist li.comment .comment-detail,
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	position: relative;
}
.commentlist li.comment .comment-detail:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after{
    content: '';
	clear: both;
	display: table;
}
.commentlist li.comment .comment-wrapper div.avatar{
	width: 70px;
	margin-right: 20px; /*rtl*/
}
.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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0; 
}
.commentlist li.comment .comment-wrapper .comment-text img{
	margin: 10px 0;
}
.commentlist > li.comment:last-child > .comment-wrapper{
	padding-bottom: 0; 
}
.commentlist li.comment .comment-detail{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.commentlist li.comment .comment-wrapper .avatar img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.commentlist li.comment .comment-meta{
	width: 15%;
	padding-right: 20px;  /*rtl*/
}
.commentlist li.comment .comment-detail .comment-awaiting-moderation{
    width: 100%;
    font-size: 90%;
    padding: 2px 10px;
    background: #f5f5f5;
	color: #6A7E85;
    margin-bottom: 12px;
	display: block;
}
.commentlist li.comment .comment-meta .author{
	margin-bottom: 4px;
}
.commentlist li.comment .comment-actions a:hover,
.commentlist li.comment .comment-meta a:hover{
	text-decoration: none;
}
.commentlist li.comment .comment-meta,
.commentlist li.comment .comment-actions{
	line-height: 16px;
}
.commentlist li.comment .comment-actions{
	margin-top: 9px;
}
.commentlist .comment-actions .edit + .reply{
	margin-left: 10px; /*rtl*/
}
.commentlist .comment-actions .reply:empty{
	margin-left: 0 !important; /*rtl*/
}
.commentlist li strong{
	margin-bottom: 6px;
	display: inline-block;
    vertical-align: baseline;
}
.commentlist li p{
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom: 10px;
}
.commentlist li p:last-child,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description > *:last-child{
	margin-bottom: 0;
}
.comment-meta span{
	display: block;
}
#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 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;
}

/*** Single related ***/
.ts-shortcode .items{
	margin-left: -10px;
	margin-right: -10px;
}
.ts-shortcode .items .item{
	padding-left: 10px;
	padding-right: 10px;
}
.ts-shortcode.ts-portfolio-wrapper .items{
	margin-left: -5px;
	margin-right: -5px;
}
.ts-shortcode.ts-portfolio-wrapper .item{
	padding-left: 5px;
	padding-right: 5px;
}
.ts-shortcode.ts-blogs.columns-1 .items .item{
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------------------------------------------------------------
	2. PORTFOLIO DETAIL
---------------------------------------------------------------------------------------------------------------------*/
body.single-ts_portfolio #main > .page-container{
    padding-top: 48px;
}
.single-portfolio .entry-format{
	overflow: hidden;
	margin-bottom: 40px;
}
.single-portfolio .thumbnail{
	display: block;
	overflow: hidden;
}
.single-portfolio.gallery .thumbnail img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.single-portfolio .entry-main .date-time{
	margin-bottom: 0;
}
.single-portfolio .portfolio-content{
    margin-bottom: 40px;
	line-height: 1.7;
}
.single-portfolio .portfolio-content > p{
	margin-bottom: 40px;
}
.single-portfolio .portfolio-content > *:last-child{
    margin-bottom: 0;
}
body.single .single-portfolio .entry-format .thumbnail img{
    margin-bottom: 10px;
}
body article.single-portfolio .entry-content > .entry-title{
	line-height: 1.3;
	margin-bottom: 30px;
	clear: both;
}
.single-portfolio .date-time{
	line-height: 18px;
}
.portfolio-info .portfolio-like{
    margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.portfolio-info .portfolio-like .ic-like:before{
	display: inline-block;
	vertical-align: -1px;
}
.portfolio-info .portfolio-like:hover{
	cursor: pointer;
}
.single-portfolio .meta-content .portfolio-info:not(:last-child){
	margin-bottom: 8px;
}
.single-portfolio .meta-content .portfolio-info > span:first-child{
	min-width: 80px;
	margin-right: 10px; /*rtl*/
	display: inline-block;
	vertical-align: baseline;
}
.meta-content .portfolio-info .cat-links{
	vertical-align: baseline;
}
.single-portfolio .meta-content .portfolio-info .custom-field{
	display: inline-block;
}
.single-portfolio .meta-content .portfolio-info .custom-field p{
	margin-bottom: 0;
}
.single-portfolio .portfolio-info .ts-social-sharing{
	display: inline-block;
	vertical-align: middle;
}
.single-portfolio .portfolio-info .ts-social-sharing ul li{
    font-size: 14px;
}
.single-portfolio .meta-content a{
	color: inherit;
}

/*** Gallery ***/
.single-portfolio.gallery .entry-format .thumbnail > figure{
	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;
}

/*** Left Thumbnails ***/
.single-portfolio.left-thumbnail .entry-main > .entry-format{
	width: 60%;
	float: left; /*rtl*/
	margin-bottom: 0;
}
.single-portfolio.left-thumbnail .entry-main > .entry-format + .entry-content{
	width: 40%;
	float: right; /*rtl*/
	padding-left: 30px; /*rtl*/
	margin-bottom: 0;
}
.single-portfolio.left-thumbnail .portfolio-info.categories{
	max-width: 80%;
}
.single-portfolio.gallery.left-thumbnail .entry-format .thumbnail > figure{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*** Top Thumbnails ***/
.single-portfolio.gallery.top-thumbnail .entry-format .thumbnail > figure{
	margin: 0 -5px;
}
.single-portfolio.gallery.top-thumbnail .entry-format .thumbnail > figure > img{
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 5px;
}
.single-portfolio.gallery.top-thumbnail .entry-format .thumbnail > figure > img:nth-child(1),
.single-portfolio.gallery.top-thumbnail .entry-format .thumbnail > figure > img:nth-child(2){
	width: 100%;
}

/*** Related Portfolio ***/
.related-portfolios .shortcode-title{
	text-align: center;
}

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

/*** Page 404 ***/
body div#main{
	min-height: 0;
}
body.error404 #main > .page-container{
    padding-top: 70px;
}
body.error404 .not-found{
	text-align: center;
	margin: 0 auto 40px;
	max-width: 516px;
}
body.error404 .not-found h1{
	font-size: 160px;
	line-height: 1;
	margin-bottom: 30px;
}
body.error404 .not-found h5{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
}
body.error404 .not-found p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}
body.error404 .actions-wrapper{
	text-align: center;
}
body.error404 .actions-wrapper a.button{
	padding-left: 40px;
	padding-right: 40px;
}

/*-------------------------------------------------------------------------------------------------------------------
	XVI. RESPONSIVE
---------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px){
	.header-v4 .header-bottom > .container,
	.header-v5 .header-bottom > .container{
		padding-bottom: 6px;
	}
	.header-v5 .header-middle{
		margin-top: -10px;
	}
	.header-v4 .header-bottom,
	.header-v5 .header-bottom{
		margin-top: -15px;
	}
	.header-v4 .is-sticky .header-bottom > .container,
	.header-v5 .is-sticky .header-bottom > .container{
		padding-bottom: 0;
	}
	.header-v5 .is-sticky .header-middle{
		margin-top: 0;
	}
	.header-v4 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:after,
	.header-v5 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:after{
		top: 1px;
	}
	.header-v4 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:before,
	.header-v5 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu ul.sub-menu:before{
		top: 0;
	}
	.header-v4 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.header-v5 .ts-header .is-sticky .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 0;
	}
	.widget-title-wrapper a.block-control{
		display: none;
	}
	.hide-title-widget .widget-title,
	.hide-title-widget > h5{
		display: none;
	}
	.elementor-section.section-half-full-right{
		width: calc(50vw + 50%);
		margin-right: calc(50vw - 50%); /*rtl*/
	}
	.elementor-section.section-half-full-left{
		width: calc(50vw + 50%);
		margin-left: calc(-50vw + 50%); /*rtl*/
	}
	.elementor-section .elementor-section.elementor-inner-section.section-half-full-right{
		width: 100vw;
		margin-right: calc(-50vw + 50%);
	}
	.elementor-section.elementor-section-boxed.section-half-full-left > .elementor-container,
	.elementor-section.elementor-section-boxed.section-half-full-right > .elementor-container{
		max-width: 100%;
	}
	.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;
	}
	#ts-mobile-button-bottom{
		display: none;
		height: 0;
	}
	.size-lg.social-icons .list-icons{
		margin: 0 -25px;
	}
	.size-lg.social-icons .list-icons li{
		padding: 0 25px;
	}
	.size-lg.social-icons .list-icons li i{
		font-size: 24px;
	}
	/*** Separate Tab Review ***/
	.woocommerce div.product > #reviews:last-child{
		border-bottom-width: 0;
	}
	.woocommerce div.product > #reviews nav.woocommerce-pagination{
		border-width: 0;
		padding-bottom: 0;
	}
	/**/
	.elementor-col-16 .left-top .box-content{
		left: 20px;
	}
	.elementor-col-16 .left-bottom .box-content{
		left: 20px;
	}
	.elementor-col-16 .left-center .box-content{
		left: 20px;
	}
	.elementor-col-16 .right-top .box-content{
		right: 20px;
	}
	.elementor-col-16 .right-bottom .box-content{
		right: 20px;
	}
	.elementor-col-16 .right-center .box-content{
		right: 20px;
	}
	.elementor-col-16 .center-top .box-content{
		left: 20px;right: 20px;
	}
	.elementor-col-16 .center-bottom .box-content{
		left: 20px;right: 20px;
	}
	.elementor-col-16 .center-center .box-content{
		left: 20px;right: 20px;
	}
	.woocommerce.product-label-rectangle div.product .woocommerce-product-gallery .product-label > span.onsale,
	.woocommerce.product-label-rectangle div.product .woocommerce-product-gallery .product-label > span{
		font-size: 12px;
		line-height: 22px !important;
		min-width: 50px;
		min-height: 22px;
	}
}
@media only screen and (min-width: 1025px){
	.display-vertical-menu .header-template > div:not(.is-sticky) .vertical-menu-wrapper > .vertical-menu{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
		visibility: visible;
		display: block;
		opacity: 1;
		z-index: 992;
	}
}
@media (min-width: 1279px) and (max-width: 1600px){
	body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container{
		max-width: calc(100% - 80px);
	}
}
@media only screen and (min-width: 1279px) and (max-width: 1400px){
	body:not(.header-v1):not(.header-v6) .ts-header nav.main-menu > ul.menu > li,
	body:not(.header-v1):not(.header-v6) .ts-header nav.main-menu > ul > li{
		margin-right: 20px; /*rtl*/
	}
	body:not(.header-v1):not(.header-v6) .ts-header nav.main-menu > ul.menu > li:last-child,
	body:not(.header-v1):not(.header-v6) .ts-header nav.main-menu > ul > li:last-child{
		margin-right: 0; /*rtl*/
	}
	body:not(.header-v1):not(.header-v6) .vertical-menu-heading{
		padding-right: 20px;
		margin-right: 20px;
	}
	.header-v4 #ts-search-result-container ul.product_list_widget li .ts-wg-meta,
	.header-v1 #ts-search-result-container ul.product_list_widget li .ts-wg-meta{
		padding-right: 0; /*rtl*/
	}
	.header-v4 #ts-search-result-container ul.product_list_widget li .ts-wg-meta .rating,
	.header-v1 #ts-search-result-container ul.product_list_widget li .ts-wg-meta .rating{
		position: static;
		transform: none;
		margin-bottom: 5px;
	}
	.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs{
		width: 16%;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .banner{
		width: 290px;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .column-content{
		width: calc(84% - 290px);
	}
	body .ts-product.ts-slider .products.swiper,
	.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
		margin-left: -15px;
		margin-right: -15px;
	}
	.woocommerce .products .product .product-wrapper > *{
		padding-left: 15px;
		padding-right: 15px;
	}
	.thumbnail-wrapper .product-group-button > div{
		width: 30px;
		height: 30px;
		right: 20px; /*rtl*/
	}
	.woocommerce .product .product-label{
		right: auto; /*rtl*/
		left: 15px; /*rtl*/
	}
	.thumbnail-wrapper .product-group-button > div:nth-child(2){top: 40px;}
	.thumbnail-wrapper .product-group-button > div:nth-child(3){top: 75px;}
	.thumbnail-wrapper .product-group-button > div:nth-child(4){top: 110px;}
	.product-group-button > div a:after{
		font-size: 12px;
		line-height: 30px;
	}
	.product-group-button > div.loop-add-to-cart a.added:after{
		line-height: 30px;
	}
	.product-group-button > div a.loading:after, 
	.woocommerce .product-group-button > div .button.loading:after,
	.product-group-button > div a.loading:after{
		width: 12px;
		height: 12px;
		margin-top: -6px;
		margin-left: -6px;
	}
}
@media only screen and (min-width: 991px){
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-tabs .list-categories:before{
		content: '';
		height: calc(100% - 40px);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #fafafa;
	}
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-tabs .list-categories{
		padding: 14px 20px;
	}
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-tabs{
		width: 19%;
	}
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-content{
		width: 81%;
	}
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-tabs .list-categories ul.tabs{
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 1279px){
	#main > .page-container.blog-template.index-template{
		padding-top: 70px;
	}
	.header-v2 .header-middle > .container,
	.header-v3 .header-middle > .container{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.header-v2 .my-account-wrapper .dropdown-container, 
	.header-v2 .shopping-cart-wrapper .dropdown-container,
	.header-v3 .my-account-wrapper .dropdown-container, 
	.header-v3 .shopping-cart-wrapper .dropdown-container{
		padding-top: 55px;
	}
	.header-v2 .my-account-wrapper .dropdown-container:before, 
	.header-v2 .shopping-cart-wrapper .dropdown-container:before,
	.header-v3 .my-account-wrapper .dropdown-container:before, 
	.header-v3 .shopping-cart-wrapper .dropdown-container:before{
		top: 30px;
	}
	.product-hover-vertical-style .woocommerce.main-products:not(.columns-1) .products .product:not(.product-category) .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > *:not(.loop-add-to-cart):not(.price):not(.star-rating){
		display: none !important;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper {
		-ms-grid-columns: 38% auto;
		grid-template-columns: 38% auto;
	}
	.product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta{
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 14px 20px 20px;
		margin: 0;
		z-index: 8;
	}
	.product-hover-vertical-style-2 .columns-1 .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta{
		transform: none;
		padding: 0;
		box-shadow: none;
		background: transparent;
		animation: none !important;
		position: static !important;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2{
		width: 59%;
		padding: 0;
		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; /*rtl*/
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description{
		margin: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price{
		margin: 0 20px 20px 0; /*rtl*/
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity{
		margin: 0 10px 0 0; /*rtl*/
		align-self: center;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .loop-add-to-cart,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .loop-add-to-cart,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .loop-add-to-cart{
		width: auto;
		padding: 0;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > *:not(:last-child),
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > *:not(:last-child),
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > *:not(:last-child){
		margin: 0 10px 0 0; /*rtl*/
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in{
		width: 36px;
		height: 36px;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		border-radius: 50%;
	}
	body:not(.wider) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .loop-add-to-cart {
		margin: 0 0 20px;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a,
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a{
		padding-left: 0 !important; /*rtl*/
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: top;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a:before,
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a:before,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a:before,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a:before,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.compare a:before,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 .product-group-button-meta > div.wishlist a:before{
		position: static;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price{
		margin-bottom: 0;
	}
	.main-content-fullwidth .main-products.columns-1 .product-group-button-meta > div.compare a:before,
	.main-content-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist a:before,
	.layout-fullwidth .main-products.columns-1 .product-group-button-meta > div.compare a:before,
	.layout-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist a:before,
	.wider .main-products.columns-1 .product-group-button-meta > div.compare a:before,
	.wider .main-products.columns-1 .product-group-button-meta > div.wishlist a:before{
		line-height: 36px;
		margin: 0 !important;
	}
	.main-content-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist a:before,
	.layout-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist a:before,
	.wider .main-products.columns-1 .product-group-button-meta > div.wishlist a:before{
		content: '\e918';
	}
	.main-content-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist .added a:before,
	.layout-fullwidth .main-products.columns-1 .product-group-button-meta > div.wishlist .added a:before,
	.wider .main-products.columns-1 .product-group-button-meta > div.wishlist .added a:before{
		content: '\e94f';
	}
	.main-content-fullwidth .main-products.columns-1 .product-group-button-meta > div.compare a:before,
	.layout-fullwidth .main-products.columns-1 .product-group-button-meta > div.compare a:before,
	.wider .main-products.columns-1 .product-group-button-meta > div.compare a:before{
		content: '\e929';
	}
	.main-content-fullwidth .product-group-button-meta > div.button-in a.loading:after, 
	.main-content-fullwidth .woocommerce .product-group-button-meta > div.button-in a.button.loading:after,
	.layout-fullwidth .product-group-button-meta > div.button-in a.loading:after, 
	.layout-fullwidth .woocommerce .product-group-button-meta > div.button-in a.button.loading:after,
	.wider .product-group-button-meta > div.button-in a.loading:after, 
	.wider .woocommerce .product-group-button-meta > div.button-in a.button.loading:after{
		top: 50%;
		left: 50%; /*rtl*/
		margin-left: -7px;/*rtl*/
		margin-top: -7px;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .wishlist .added a:after, 
	.main-content-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .button-in .ts-tooltip:before, 
	.main-content-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > div.compare a.added,
	.layout-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .wishlist .added a:after, 
	.layout-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .button-in .ts-tooltip:before, 
	.layout-fullwidth .woocommerce.main-products.columns-1 > .products .product-group-button-meta > div.compare a.added,
	.wider .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .wishlist .added a:after, 
	.wider .woocommerce.main-products.columns-1 > .products .product-group-button-meta > .button-in .ts-tooltip:before, 
	.wider .woocommerce.main-products.columns-1 > .products .product-group-button-meta > div.compare a.added{
		font-size: 0;
	}
	.wider.woocommerce div.product .woocommerce-tabs .panel table td, 
	.wider.woocommerce div.product .woocommerce-tabs .panel table th,
	.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td, 
	.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table th,
	.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table td, 
	.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table th{
		padding-left: 40px;
		padding-right: 40px;
	}
	.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table table th:first-child:not(:last-child),
	.main-content-fullwidth.woocommerce div.product .woocommerce-tabs .panel table table td:first-child:not(:last-child),
	.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table table th:first-child:not(:last-child),
	.layout-fullwidth.woocommerce div.product .woocommerce-tabs .panel table table td:first-child:not(:last-child),
	.wider.woocommerce div.product .woocommerce-tabs .panel table table th:first-child:not(:last-child),
	.wider.woocommerce div.product .woocommerce-tabs .panel table table td:first-child:not(:last-child){
		width: 25%;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs{
		margin-left: -30px !important;
		margin-right: -30px !important;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel{
		padding-left: 30px !important;
		padding-right: 30px !important;
		position: relative;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel:after{
		content: '';
		width: 1px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 80px;
		border-style: solid;
		display: block !important;
	} 
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel:nth-child(even):after{
		border-width: 0 1px 0 0; /*rtl*/
		right: 0; /*rtl*/
	} 
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel:nth-child(odd):after{
		border-width: 0 0 0 1px; /*rtl*/
		left: -1px !important; /*rtl*/
	}
	body:not(.wider):not(.main-content-fullwidth):not(.layout-fullwidth) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity{
		width: 110px;
	}
	body:not(.wider):not(.main-content-fullwidth):not(.layout-fullwidth) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2  > .quantity + .product-group-button-meta > .loop-add-to-cart{
		padding-left: 120px; /*rtl*/
	}
	
	/*** Filter sidebar ***/
	#ts-filter-widget-area .ts-sidebar-content{
		left: 0; /*rtl*/
		right: auto;
		bottom: auto;
		top: 0;
		width: 200px;
		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;
	}
	#ts-filter-widget-area .overlay,
	#ts-filter-widget-area .close,
	.ts_desktop .show-filter-default .filter-widget-area-button{
		display: none;
	}
	#main-content:not(.show-filter-default).show-filter-sidebar #ts-filter-widget-area .ts-sidebar-content,
	.ts_desktop .show-filter-default #ts-filter-widget-area .ts-sidebar-content{
		opacity: 1;
		visibility: visible;
		transform: translate(0,0);
	}
	/*** Style Top Filter ***/
	.style-filter-top .filter-widget-area-button{
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: right; /*rtl*/
		margin-bottom: 30px;
	}
	.show_breadcrumb_v1 .style-filter-top .filter-widget-area-button{
		margin: -55px 0 0;
		transform: translateY(-100%);
		margin-bottom: 0;
	}
	body.has-shop-banner .page-container > .shop-banner,
	body.has-shop-banner .style-filter-top .filter-widget-area-button{
		margin-bottom: 30px;
	}
	body.has-shop-banner .style-filter-top .filter-widget-area-button{
		margin: 0 0 30px;
		transform: none;
	}
	.style-filter-top .filter-widget-area-button > a{
		min-width: 168px;
		padding: 8px 10px;
		border: 1px solid;
		border-radius: 42px;
		text-align: center;
	}
	.woocommerce .style-filter-top .before-loop-wrapper > .filter-widget-area-button,
	.woocommerce .style-filter-top .before-loop-wrapper > #ts-filter-widget-area{
		align-self: flex-start;
	}
	.woocommerce .style-filter-top .before-loop-wrapper > #ts-filter-widget-area{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-width: 0 0 1px;
		border-style: solid;
		width: 100%;
		-webkit-box-flex: none;
		-ms-flex: none;
		flex: none;
	}
	.woocommerce .style-filter-top:not(.show-filter-default) .before-loop-wrapper > #ts-filter-widget-area{
		display: none;
	}
	.woocommerce .style-filter-top.show-filter-sidebar .before-loop-wrapper > #ts-filter-widget-area{
		display: block;
	}
	.woocommerce .style-filter-top.show-filter-sidebar .before-loop-wrapper > #ts-filter-widget-area .filter-widget-area{
		-webkit-animation-duration: 500ms;
		-moz-animation-duration: 500ms;
		animation-duration: 500ms;
		-webkit-animation-name: animation_fade;
		-moz-animation-name: animation_fade;
		animation-name: animation_fade;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area,
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container .widget-title-wrapper ~ *{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content{
		width: 100% !important;
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		transition: none !important;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container{
		margin: 0 0 20px;
		padding: 0;
		border: 0;
		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-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav-dropdown{
		max-width: 300px;
	}
	.style-filter-top #ts-filter-widget-area select, 
	.style-filter-top #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered{
		padding-top: 8px;
		padding-bottom: 8px;
		background: #f5f5f5;
		border-color: #f5f5f5;
		font-size: 100%;
		font-weight: normal;
	}
	body .style-filter-top #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
		font-weight: normal;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container:last-child{
		margin-bottom: 0;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container .widget-title{
		margin: 14px 10px 0 0; /*rtl*/
		line-height: 16px;
		font-size: 100%;
		font-weight: inherit;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container.widget_price_filter .widget-title{
		margin-top: 0;
	}
	.style-filter-top #ts-filter-widget-area .product-filter-by-price ul > li > label, 
	.style-filter-top #ts-filter-widget-area .product-filter-by-brand-wrapper ul > li > label,
	.style-filter-top #ts-filter-widget-area .ts-product-categories-widget-wrapper > ul.product-categories > li > a,
	.style-filter-top #ts-filter-widget-area .widget_product_categories > ul.product-categories > li > a,
	.style-filter-top #ts-filter-widget-area .widget-container.widget_rating_filter ul > li > a,
	.style-filter-top #ts-filter-widget-area .widget-container.widget_rating_filter ul > li.chosen > a,
	.woocommerce .style-filter-top #ts-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
	.style-filter-top #ts-filter-widget-area .widget_nav_menu ul.menu > li > a,
	.style-filter-top #ts-filter-widget-area .widget_pages > ul > li > a{
		font-weight: normal;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-brand ul li label:before, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-price ul li label:before, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-availability ul li label:before, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget_rating_filter ul li a:before, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-color ul li a:before,
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-brand ul li label:after, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-price ul li label:after, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-availability ul li label:after, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget_rating_filter ul li a:after, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .product-filter-by-color ul li a:after{
		display: none;
	}
	.style-filter-top #ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li.cat-parent.active > a, 
	.style-filter-top #ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li.current > a, 
	.style-filter-top #ts-filter-widget-area .widget_product_categories ul.product-categories li.current-cat > a, 
	.style-filter-top #ts-filter-widget-area .widget_product_categories ul.product-categories li.current-cat-parent > a{
		text-decoration: none;
	}
	.before-loop-wrapper > .widget .widget-title,
	.before-loop-wrapper > .widget .widgettitle,
	.before-loop-wrapper > .widget .product-filter-by-brand-wrapper{
		display: inline-block;
	}
	.style-filter-top #ts-filter-widget-area .widget-container ul > li{
		display: inline-block;
		margin: 5px 5px 0 0 !important; /*rtl*/
		padding: 0;
	}
	.style-filter-top #ts-filter-widget-area .product-filter-by-price ul > li > label,
	.style-filter-top #ts-filter-widget-area .product-filter-by-brand-wrapper ul > li > label,
	.style-filter-top #ts-filter-widget-area .widget-container ul > li > a{
		line-height: 16px;
		padding: 6px 15px;
		border: 1px solid transparent;
		border-radius: 42px;
		text-align: center;
		background: #f5f5f5;
		display: inline-block;
	}
	.style-filter-top #ts-filter-widget-area .widget-container.widget_product_categories ul > li,
	.style-filter-top #ts-filter-widget-area .widget-container.ts-product-categories-widget ul > li{
		margin: 0 !important;
		display: inline;
	}
	.style-filter-top #ts-filter-widget-area .widget-container.widget_product_categories ul > li > a,
	.style-filter-top #ts-filter-widget-area .widget-container.ts-product-categories-widget ul > li > a{
		margin: 5px 5px 0 0 !important; /*rtl*/
	}
	.style-filter-top #ts-filter-widget-area .widget-container.widget_product_categories ul > li .count{
		line-height: 16px;
		padding: 6px 15px;
		border: 1px solid transparent;
		border-radius: 42px;
		text-align: center;
		background: #f5f5f5;
		display: inline-block;
		margin-left: -5px; /*rtl*/
	}
	.woocommerce .style-filter-top #ts-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
		padding-right: 15px; /*rtl*/
		background: #f5f5f5;
		border: 1px solid transparent;
		border-radius: 42px;
	}
	.woocommerce .style-filter-top #ts-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a{
		padding-right: 0; /*rtl*/
		background: transparent;
		border: 0;
	}
	.style-filter-top #ts-filter-widget-area .product-filter-by-price ul > li > label:hover,
	.style-filter-top #ts-filter-widget-area .product-filter-by-brand-wrapper ul > li > label:hover,
	.style-filter-top #ts-filter-widget-area .widget-container ul > li > a:hover{
		text-decoration: none !important;
	}
	.style-filter-top #ts-filter-widget-area .product-filter-by-brand-wrapper.show-thumbnail ul > li > label{
		padding-left: 25px;
		padding-right: 25px;
	}
	.style-filter-top #ts-filter-widget-area .product-filter-by-brand-wrapper.show-thumbnail ul > li > label img{
		max-height: 20px;
		width: auto;
		vertical-align: middle;
	}
	.style-filter-top #ts-filter-widget-area .widget-container ul ul{
		padding-top: 0;
	}
	.woocommerce .style-filter-top .widget_price_filter{
		max-width: 380px;
	}
	.woocommerce .style-filter-top .widget_price_filter form{
		padding-top: 6px;
	}
	.style-filter-top .ts-product-categories-widget-wrapper ul.product-categories ul,
	.style-filter-top .widget_product_categories ul.product-categories ul{
		clear: none;
		margin: 0;
		padding: 0;
		display: inline !important;
	}
	.style-filter-top .ts-product-categories-widget-wrapper ul.product-categories li.cat-parent > span.icon-toggle,
	.style-filter-top .widget_product_categories ul.product-categories li.cat-parent > span.icon-toggle{
		display: none;
	}
	.style-filter-top .ts-product-categories-widget-wrapper ul.product-categories ul > li:first-child,
	.style-filter-top .widget_product_categories ul.product-categories ul > li:first-child{
		margin-left: 5px !important; /*rtl*/
	}
	.style-filter-top .product-filter-by-color ul{
		overflow: visible;
	}
	.style-filter-top .product-filter-by-brand ul li label, 
	.style-filter-top .product-filter-by-availability ul li label, 
	.style-filter-top .product-filter-by-color ul li a{
		padding: 4px 10px;
		line-height: 16px;
		border-color: transparent !important;
		box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
		text-decoration: none;
		transition: 150ms ease;
		cursor: pointer;
	}
	.style-filter-top .product-filter-by-color ul li a > span, 
	.style-filter-top .product-filter-by-color ul li a > img{
		box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
	}
	.style-filter-top .product-filter-by-brand ul li label:before, 
	.style-filter-top .product-filter-by-brand ul li label:after, 
	.style-filter-top .product-filter-by-availability ul li label:before, 
	.style-filter-top .product-filter-by-availability ul li label:after, 
	.style-filter-top .product-filter-by-color ul li a:before,
	.style-filter-top .product-filter-by-color ul li a:after{
		display: none;
	}
	#ts-filter-widget-area .ts-sidebar-content .filter-widget-area{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce.archive #main-content.style-filter-sidebar{
		position: relative;
		transition: min-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.woocommerce.archive #main-content.style-filter-sidebar #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 #main-content.style-filter-sidebar.show-filter-sidebar #primary > *:not(.ts-active-filters),
	.woocommerce.archive.ts_desktop #main-content.style-filter-sidebar.show-filter-default #primary > *:not(.ts-active-filters){
		padding-left: 240px; /*rtl*/
	}
	.woocommerce.archive #main-content.style-filter-sidebar.show-filter-default #primary > .before-loop-wrapper:before,
	.woocommerce.archive #main-content.style-filter-sidebar.show-filter-sidebar #primary > .before-loop-wrapper:before,
	.woocommerce.archive.ts_desktop #main-content.style-filter-sidebar.show-filter-sidebar #primary > .before-loop-wrapper:before{
		left: 240px; /*rtl*/
	}
	.woocommerce.archive #main-content #primary > .ts-active-filters:not(:empty){
		margin-bottom: 30px;
		padding-bottom: 28px;
	}
	.woocommerce.archive #main-content #primary > .ts-active-filters:not(:empty):after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-width: 0 0 1px;
		border-style: solid;
	}
	.show_breadcrumb_v1 .style-filter-top .ts-active-filters{
		position: relative;
		z-index: 3;
		margin-right: 180px; /*rtl*/
	}
	.woocommerce.archive .show_breadcrumb_v1 #main-content.style-filter-top  #primary > .ts-active-filters:not(:empty):after{
		right: -180px; /*rtl*/
	}
	/*fix search result page*/
	.woocommerce.archive.search-no-results #main > .page-container:not(.show_breadcrumb_v3) .before-loop-wrapper,
	.woocommerce.archive.search-no-results #main > .page-container:not(.show_breadcrumb_v3) .ts-active-filters:not(:empty) + .before-loop-wrapper,
	.woocommerce.archive.search-results #main > .page-container:not(.show_breadcrumb_v3) .before-loop-wrapper,
	.woocommerce.archive.search-results #main > .page-container:not(.show_breadcrumb_v3) .ts-active-filters:not(:empty) + .before-loop-wrapper{
		margin-top: 0;
	}
	.woocommerce.archive.search-no-results #main > .page-container:not(.show_breadcrumb_v3) #main-content.ts-col-24 .before-loop-wrapper,
	.woocommerce.archive.search-results #main > .page-container:not(.show_breadcrumb_v3) #main-content.ts-col-24 .before-loop-wrapper{
		margin-left: 0; /*rtl*/
		max-width: 100%;
	}
	.woocommerce.archive.search-no-results .breadcrumb-title-wrapper:not(.breadcrumb-v3) .breadcrumb-title .page-title,
	.woocommerce.archive.search-results .breadcrumb-title-wrapper:not(.breadcrumb-v3) .breadcrumb-title .page-title{
		max-width: 100%;
		padding-right: 0; /*rtl*/
	}
	.woocommerce.archive.search-no-results #ts-filter-widget-area .ts-sidebar-content,
	.woocommerce.archive.search-results #ts-filter-widget-area .ts-sidebar-content{
		top: 40px;
	}
	/**/
	.woocommerce .product .thumbnail-wrapper figure img:first-child{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transition: opacity 600ms ease 0s;
	}
	.woocommerce .product figure.has-back-image img:last-child{
		position: absolute;right: 0;left: 0;top: 0;
		width: 100%;
		transition: opacity 600ms ease 0s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		opacity: 0
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
		opacity: 1;
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
		opacity: 0;
	}
	.product-hover-vertical-style-2 .cross-sells .products.swiper,
	.product-hover-vertical-style-2 .up-sells .products.swiper,
	.product-hover-vertical-style-2 .related .products.swiper,
	.product-hover-vertical-style-2 .ts-product.ts-slider .products.swiper{
		padding-bottom: 70px; /*36px button height + padding top/bottom*/
		margin-bottom: -70px;
	}
	.woocommerce div.product div.summary{
		padding-left: 40px; /*rtl*/
	}
	/*** PRODUCT DETAIL: Summary 2 Columns ***/
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns .product-images-summary{
		position: relative;
		margin-bottom: 80px;
	}
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns .product-images-summary:before{
		content: '';
		width: 100vw;
		height: 1px;
		position: absolute;
		left: calc(50% - 50vw);
		bottom: 0;
		border-width: 1px 0 0;
		border-style: solid;
	}
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns div.woocommerce-product-gallery{
		width: 40%;
	}
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns div.summary{
		width: 60%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 42%;
		grid-template-columns: auto 42%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns div.summary .summary-column-2{
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 7;
		grid-row-end: 8;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		border: 2px solid;
		padding: 30px;
		margin-left: 40px; /*rtl*/
	}
	.woocommerce #main-content.ts-col-24 div.product.summary-2-columns div.summary > *{
		min-height: 0;
	}
	.woocommerce #main-content.ts-col-24 div.product .summary-column-2 form.cart div.quantity{
		margin: 0 0 10px;
		width: 100%;
		float: none;
	}
	.woocommerce #main-content.ts-col-24 div.product .summary-column-2 form.cart .button{
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.woocommerce #main-content.ts-col-24 div.product .summary-column-2 .price,
	.woocommerce #main-content.ts-col-24 div.product .summary-column-2 .ts-variation-price{
		margin-bottom: 26px;
	}
	
	/*** PRODUCT DETAIL: Image Summary Small ***/
	.woocommerce div.product.gallery-layout-grid,
	.woocommerce div.product.image-summary-small{
		margin-top: 15px;
	}
	.woocommerce div.product.image-summary-small div.product-images-summary{
		max-width: 1150px;
		margin: 0 auto;
	}
	.woocommerce div.product.image-summary-small div.woocommerce-product-gallery{
		width: 57%;
	}
	.woocommerce div.product.image-summary-small div.summary{
		width: 43%;
		padding-left: 40px; /*rtl*/
	}
	.woocommerce div.product.image-summary-small div.images .flex-control-thumbs li{
		width: 70px;
	}
	
	/*** PRODUCT DETAIL: Thumbnails Grid ***/
	.woocommerce div.product.gallery-layout-grid:not(.frequently-bought-together-vertical):not(.summary-2-columns):not(.has-brand-section) div.woocommerce-product-gallery{
		width: 50%;
	}
	.woocommerce div.product.gallery-layout-grid:not(.frequently-bought-together-vertical):not(.summary-2-columns):not(.has-brand-section) div.summary{
		width: 50%;
		padding-left: 40px; /*rtl*/
	}
	
	/*** PRODUCT DETAIL: Frequently bought together vertical ***/
	#main-content.ts-col-24 div.product.frequently-bought-together-vertical:after{
		content: '';
		clear: both;
		display: table;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section h3{
		text-align: start;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .product-images-summary{
		width: 73%;
		float: left; /*rtl*/
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section{
		width: calc(27% - 30px);
		padding: 0 0 0 30px; /*rtl*/
		border-width: 0 0 0 1px; /*rtl*/
		border-style: solid;
		clear: none;
		float: right; /*rtl*/
	}
	.woocommerce #main-content.ts-col-24 div.product.frequently-bought-together-vertical div.woocommerce-product-gallery{
		width: 55%;
	}
	.woocommerce #main-content.ts-col-24 div.product.frequently-bought-together-vertical div.summary{
		width: 45%;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form{
		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;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		border: 0;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-images td{
		border: 0;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items, 
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
		padding: 25px 0 0;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
		padding-bottom: 0;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section h3{
		margin-bottom: 30px;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		padding-bottom: 2px;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td:not(.image_plus){
		min-width: 25%;
	}
	#main-content.ts-col-24 .frequently-bought-together-vertical .woocommerce.yith-wfbt-section .yith-wfbt-images td > a{
		padding: 0 2px;
	}
	
	/*** Blog ***/
	.single-post #main > .page-container{
		padding-top: 56px;
	}
	.single-portfolio.top-thumbnail .entry-header,
	.single-portfolio.top-thumbnail .entry-content,
	#reviews #review_form_wrapper,
	.single-post #main-content.ts-col-24 .single-post:not(.image):not(.video):not(.chat):not(.aside):not(.status):not(.link):not(.audio) #comment-wrapper,
	.single-post #main-content.ts-col-24 .single-post:not(.no-featured-image):not(.image):not(.video):not(.chat):not(.aside):not(.status):not(.link):not(.audio) .entry-header,
	.single-post #main-content.ts-col-24 .single-post:not(.no-featured-image):not(.image):not(.video):not(.chat):not(.aside):not(.status):not(.link):not(.audio) .entry-content > .content-wrapper{
		max-width: 820px;
		margin-left: auto;
		margin-right: auto;
	}
	.show-tabs-content-default.reviews-grid #reviews #review_form_wrapper{
		margin-left: 0;
		margin-right: 0;
	}
	.woocommerce .show-tabs-content-default.reviews-grid #review_form #respond .comment-form > .comment-form-rating,
	.show-tabs-content-default.reviews-grid #commentform .form-submit{
		text-align: start;
	}
	.single-post #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull{
		width: 1240px;
		margin-left: -210px;
		margin-right: -210px;
	}
	.single-post.wider #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull{
		width: 1320px;
		margin-left: -250px;
		margin-right: -250px;
	}
	.single-post.main-content-fullwidth #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull,
	.single-post.layout-fullwidth #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull{
		width: calc(100vw - 60px);
		margin-left: calc(-50vw + 50% + 30px);
		margin-right: calc(-50vw + 50% + 30px);
	}
	.single-post #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull > .elementor-container{
		max-width: 100%;
	}
	.ts-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper{
		margin-top: 4px;
	}
	.woocommerce-account #main > .page-container{
		padding-top: 40px;
	}
	/*** Shortcode ***/
	/*banner*/
	.sp-large.left-top .box-content{
		left: 60px;top: 60px;
	}
	.sp-large.left-bottom .box-content{
		left: 60px;bottom: 60px;
	}
	.sp-large.left-center .box-content{
		left: 60px;
	}
	.sp-large.right-top .box-content{
		right: 60px;top: 60px;
	}
	.sp-large.right-bottom .box-content{
		right: 60px;bottom: 60px;
	}
	.sp-large.right-center .box-content{
		right: 60px;
	}
	.sp-large.center-top .box-content{
		left: 60px;right: 60px;top: 60px;
	}
	.sp-large.center-bottom .box-content{
		left: 60px;right: 60px;bottom: 60px;
	}
	.sp-large.center-center .box-content{
		left: 60px;right: 60px;
	}
}
@media only screen and (min-width: 1400px){
	.ts-product.style-tabs-vertical:not(.style-tabs-vertical-banner) .column-tabs .list-categories{
		padding: 24px 30px;
	}
}
@media only screen and (min-width: 1600px){
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		width: 1540px;
	}
	.header-v4 .language-currency{
		margin-left: 78px; /*rtl*/
	}
	.wider .ts-header nav.vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		width: 1240px;
	}
	.single-post.wider #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull{
		width: 1540px;
		margin-left: -360px;
		margin-right: -360px;
	}
	body.error404 #primary > article div.not-found .content-404{
		padding-right: 100px; /*rtl*/
	}
	.single-post #left-sidebar.ts-col-6 .mc4wp-form .subscribe-email .button, 
	.single-post #right-sidebar.ts-col-6 .mc4wp-form .subscribe-email .button{
		width: 180px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-post #left-sidebar.ts-col-6 .mc4wp-form .subscribe-email input[type="email"], 
	.single-post #right-sidebar.ts-col-6 .mc4wp-form .subscribe-email input[type="email"]{
		width: calc(100% - 200px);
		margin-right: 5px; /*rtl*/
	}
	.main-content-fullwidth .woocommerce .woocommerce-cart-form, 
	.layout-fullwidth .woocommerce .woocommerce-cart-form, 
	.main-content-fullwidth .woocommerce > form.checkout #customer_details,
	.layout-fullwidth .woocommerce > form.checkout #customer_details{
		width: calc(75% - 40px);
	}
	.main-content-fullwidth .woocommerce > form.checkout #order_review_heading,
	.layout-fullwidth .woocommerce > form.checkout #order_review_heading,
	.main-content-fullwidth .woocommerce > form.checkout #order_review,
	.layout-fullwidth .woocommerce > form.checkout #order_review,
	.woocommerce-cart.main-content-fullwidth article .woocommerce .cart-collaterals,
	.woocommerce-cart.layout-fullwidth article .woocommerce .cart-collaterals{
		width: 25%;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper{
		width: 208px;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *,
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description{
		margin: 0 50px 0 0; /*rtl*/
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2,
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2,
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2{
		width: 55%;
	}
	.main-content-fullwidth #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs,
	.layout-fullwidth #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs,
	.woocommerce.wider #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs{
		margin-left: -60px !important;
		margin-right: -60px !important;
	}
	.main-content-fullwidth #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel,
	.layout-fullwidth #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel,
	.woocommerce.wider #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary).tabs-default-border .woocommerce-tabs .panel{
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text{
		min-width: 300px;
	}
	/*** PRODUCT DETAIL: Thumbnails Grid ***/
	.woocommerce div.product.gallery-layout-grid:not(.frequently-bought-together-vertical):not(.summary-2-columns):not(.has-brand-section) div.summary{
		padding-left: 100px; /*rtl*/
	}
	.woocommerce-tabs #tab-description .ts-v-align-middle > .content{
		padding-right: 12%; /*rtl*/
	}
}
@media only screen and (min-width: 1700px){
	body .ts-popup-modal .product-360-container{
		width: 600px;
	}
	#ts-quickshop-modal .popup-container{
		width: 1260px;
	}
}
@media only screen and (min-width: 1279px) and (max-width: 1600px){
	body .elementor-row .elementor-element.md-custom-width{
		width: 42% !important;
	}
}
@media only screen and (max-width: 1600px){
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product{
		width: 14.2857%;
	}
	.header-v2 .ts-header nav.main-menu > ul.menu > li,
	.header-v3 .ts-header nav.main-menu > ul.menu > li,
	.header-v2 .ts-header nav.main-menu > ul > li,
	.header-v3 .ts-header nav.main-menu > ul > li{
		margin-right: 20px; /*rtl*/
	}
	.header-v2 .ts-header nav.main-menu > ul.menu > li:last-child,
	.header-v3 .ts-header nav.main-menu > ul.menu > li:last-child,
	.header-v2 .ts-header nav.main-menu > ul > li:last-child,
	.header-v3 .ts-header nav.main-menu > ul > li:last-child{
		margin-right: 0; /*rtl*/
	}
	.header-v2 .vertical-menu-heading,
	.header-v3 .vertical-menu-heading{
		padding-right: 20px; /*rtl*/
		margin-right: 20px; /*rtl*/
	}
}
@media only screen and (max-width: 1279px){
	.ts-megamenu .elementor-section,
	body .elementor-section{
		margin-left: -5px;
		margin-right: -5px;
	}
	body .elementor-section:not(.elementor-section-full_width.elementor-section-stretched) .elementor-column-gap-no{
		padding-left: 5px;
		padding-right: 5px;
	}
	body .elementor-widget-wrap > .elementor-inner-section{
		width: calc(100% + 10px);
	}
	body .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap,
	body .elementor-column-gap-default>.elementor-column>.elementor-widget-wrap{
		padding: 5px;
	}
	.main-content-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in:not(:last-child),
	.layout-fullwidth .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in:not(:last-child),
	.wider .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .product-group-button-meta > .button-in:not(:last-child){
		margin-right: 10px; /*rtl*/
	}
	.ts-product-columns-selector{
		display: none;
	}
	.filter-widget-area-button{
		margin: 2px 20px 0 0;
	}
	.filter-widget-area-button > a{
		font-size: 100% !important;
	}
	.widget-container span.icon-toggle{
		top: 5px;
	}
	body.product-hover-vertical-style-2 .products.swiper-horizontal>.swiper-pagination-bullets, 
	body.product-hover-vertical-style-2 .products.swiper-pagination-bullets.swiper-pagination-horizontal,
	body.product-hover-vertical-style-2 .ts-product-deals-wrapper .products.swiper-horizontal>.swiper-pagination-bullets, 
	body.product-hover-vertical-style-2 .ts-product-deals-wrapper .products.swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 0;
	}
	.product-hover-vertical-style-2 .ts-slider.show-dots .products.swiper:before, 
	.product-hover-vertical-style-2 .ts-slider.show-dots .products.swiper:after{
		height: calc(100% - 40px) !important;
	}
	body.has-shop-banner .page-container > .shop-banner {
		margin-bottom: 30px;
	}
	.heading-wrapper, 
	.heading-shortcode, 
	.theme-title, 
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2, 
	.woocommerce.related > h2, 
	.yith-wfbt-section > h3, 
	.ts-shortcode .shortcode-heading-wrapper, 
	.page-container .elementor-widget-wrap > .elementor-widget-heading{
		margin: 0 0 20px 0;
	}
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2, 
	.woocommerce.related > h2, 
	.ts-shortcode .shortcode-heading-wrapper{
		margin: 0 0 30px 0;
	}
	.product-group-button .button-tooltip{
		display: none;
	}
	body .wpcf7 form textarea{
		height: 140px;
	}
	.single-portfolio > .related-portfolios{
		margin-bottom: 40px;
	}
	.single-portfolio > .entry-main{
		margin-bottom: 40px;
	}
	.admin-bar #ts-product-360-modal.ts-popup-modal .close{
		top: 80px;
	}
	body.search.search-no-results .alert,
	.woocommerce.archive #primary > .woocommerce-info{
		padding: 50px 0 !important;
	}
	.woocommerce-page.woocommerce-account #main > .page-container, 
	.woocommerce-page.woocommerce-cart #main > .page-container,
	.woocommerce-page.woocommerce-wishlist #main > .page-container{
		padding-top: 0;
	}
	.comments-area > #comment-wrapper{
		margin-top: 45px;
		margin-bottom: 50px;
	}
	article.single-post > .comments-area{
		margin-bottom: 50px;
	}
	.ts-pagination, .woocommerce div.product div.summary{
		margin-bottom: 50px;
	}
	.load-more-wrapper,
	.woocommerce .after-loop-wrapper:not(:last-child), 
	.woocommerce.archive #main > .page-container,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce div.product.show-tabs-content-default > #reviews,
	.woocommerce div.product > .ads-banner + #reviews,
	.woocommerce-checkout #order_review,
	.woocommerce #customer_login,
	.woocommerce > form.checkout #customer_details,
	.woocommerce > form.checkout #order_review,
	.woocommerce .woocommerce-cart-form, 
	.woocommerce div.product.tabs-in-summary .woocommerce.yith-wfbt-section,
	.woocommerce-cart article .woocommerce .cart-collaterals{
		margin-bottom: 50px;
	}
	.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: 60px;
		margin: 0 10px 0 0; /*rtl*/
	}
	.elementor-col-100 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote{
		padding-left: 70px;
		padding-right: 70px;
	}
	body .elementor-col-100 .ts-shortcode.ts-testimonial-wrapper.columns-1.style-2.ts-slider.show-dots .swiper-horizontal>.swiper-pagination-bullets, body .elementor-col-100 .ts-shortcode.ts-testimonial-wrapper.columns-1.style-2.ts-slider.show-dots .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 54px;
	}
	body.woocommerce-wishlist .yith-wcwl-form{
		margin-bottom: 50px !important;
	}
	.woocommerce .checkout-login-coupon-wrapper, .woocommerce .checkout-login-coupon-wrapper form.login{
		margin-bottom: 28px;
	}
	.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel{
		padding: 50px 0;
	}
	.woocommerce div.product.tabs-in-summary .woocommerce-tabs .panel{
		padding: 25px 0;
	}
	.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs + .panel{
		padding-top: 40px;
	}
	.woocommerce div.product.tabs-in-summary .woocommerce-tabs:not(:last-child){
		margin-bottom: 40px;
	}
	.woocommerce div.product.tabs-in-summary .ts-social-sharing{
		margin-bottom: 6px;
	}
	.woocommerce div.product.tabs-in-summary .meta-content{
		padding-top: 40px;
	}
	.woocommerce div.product.tabs-in-summary .woocommerce-tabs .panel:last-child{
		padding-bottom: 0;
	}
	.woocommerce .woocommerce-order-details, 
	.woocommerce .woocommerce-order-downloads{
		margin-bottom: 45px;
	}
	.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-info:not(:empty),
	.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-error:not(:empty),
	.woocommerce-wishlist form.yith-wcwl-form > .woocommerce-message:not(:empty),
	.woocommerce-checkout .woocommerce-notices-wrapper:not(:empty),
	.woocommerce-wishlist .woocommerce-notices-wrapper:not(:empty){
		margin-top: 5px;
	}
	.woocommerce div.product .woocommerce-tabs:not(:last-child){
		margin: 0 0 44px;
	}
	.woocommerce .cross-sells,
	.woocommerce .up-sells,
	.woocommerce .related,
	.woocommerce .cross-sells:last-child, 
	.woocommerce .up-sells:last-child, 
	.woocommerce .related:last-child{
		margin-bottom: 50px;
	}
	#ts-filter-widget-area .ts-product-categories-widget-wrapper > ul.product-categories > li > a, 
	.ts-sidebar .ts-product-categories-widget-wrapper > ul.product-categories > li > a {
		font-size: 100% !important;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories ul,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories ul{
		padding-top: 10px;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories ul ul,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories ul ul{
		padding-top: 10px;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li{
		padding: 5px 0;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories > li,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li{
		padding: 5px 0;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li:first-child,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li:first-child,
	.ts-product-categories-widget-wrapper ul.product-categories > li:first-child,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li:first-child{
		padding-top: 0;
	}
	.ts-sidebar .ts-product-categories-widget-wrapper ul.product-categories li:last-child,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li:last-child,
	.ts-product-categories-widget-wrapper ul.product-categories > li:last-child,
	#ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories > li:last-child{
		padding-bottom: 0;
	}
	body.error404 #main > .page-container{
		padding-top: 40px;
	}
	.ts-shop-result-count{
		margin-top: 4px;
	}
	.load-more.button, 
	.woocommerce #review_form #respond .form-submit input, 
	#commentform .form-submit .button{
		min-width: 200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	article.single-post .meta-bottom-2{
		margin-bottom: 40px;
	}
	#reviews #review_form_wrapper{
		margin-top: 40px;
	}
	.entry-author {
		margin-top: 50px;
		margin-bottom: 45px
	}
	.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .cross-sells, 
	.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .up-sells, 
	.woocommerce .frequently-bought-together-default.has-brand-section .yith-wfbt-section + .related{
		padding-top: 45px;
	}
	.woocommerce div.product div.woocommerce-product-gallery,
	.woocommerce div.product div.summary{
		margin-bottom: 45px;
	}
	.woocommerce div.product > #reviews{
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.woocommerce #main-content.ts-col-24 div.product.has-brand-section > #reviews,
	.woocommerce div.product.show-tabs-content-default > #reviews{
		padding-top: 45px;
	}
	.woocommerce #reviews > .woocommerce-product-rating{
		margin-bottom: 27px;
	}
	#reviews .woocommerce-Reviews-title {
		margin: 0 0 10px;
	}
	.woocommerce div.product > .ts-product-in-category-tab-wrapper{
		padding: 0 0 50px;
	}
	article.single-post > .entry-content{
		margin-bottom: 45px;
		padding-bottom: 43px;
	}
	article.single-post > .comments-area:not(:last-child){
		margin-bottom: 50px;
	}
	.comments-area .comments-title{
		margin-bottom: 26px;
	}
	.comments-area .comments-title + #comment-wrapper{
		margin-top: 44px;
	}
	.comments-area:not(:last-child) .commentlist {
		margin-bottom: 40px;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs{
		margin-left: 0;
		margin-right: 0;
		padding-top: 50px;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs .panel{
		width: 100%;
		padding: 0 0 50px !important;
	}
	.woocommerce #main-content.ts-col-24 div.product.show-tabs-content-default.tabs-default-width-50:not(.tabs-in-summary) .woocommerce-tabs #reviews #review_form_wrapper{
		margin-top: 50px;
	}
	.woocommerce div.product > .ts-instagram-shortcode{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.woocommerce.yith-wfbt-section{
		margin: 0 0 50px;
	}
	.frequently-bought-together-default .woocommerce.yith-wfbt-section{
		padding-top: 45px;
	}
	.woocommerce div.product.show-tabs-content-default.tabs-default-fullwidth .woocommerce-tabs #tab-description .tab-no-padding {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}
	#comment-wrapper .heading-wrapper, 
	#comment-wrapper #commentform > p:not(.form-submit){
		margin-bottom: 20px;
	}
	#comment-wrapper #commentform > p:first-child {
		margin-top: -10px;
	}
	.commentlist li.comment .comment-meta{
		width: 25%;
	}
	.woocommerce .product .thumbnail-wrapper .button-in.compare,
	.woocommerce .product .thumbnail-wrapper .loop-add-to-cart{
		display: none !important;
	}
	.style-tabs-vertical-banner.banner-fit-content .banner img,
	.product-hover-vertical-style-2 .style-tabs-vertical-banner.banner-fit-content .banner img{
		height: auto;
	}
	.intro-list .elementor-col-100 .elementor-widget-wrap{
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
	.intro-list .elementor-col-100 .elementor-widget-image{
		width: 25%;
		padding: 0 10px;
		margin-bottom: 40px !important;
	}
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 {
		width: 53%;
	}
	
	/*** Reset **/
	.visible-ipad{
		display: block !important;
	}
	.hidden-ipad{
		display: none !important;
	}
	.ipad-text-center{
		text-align: center !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;
	}
	.woocommerce.woocommerce-page.archive #main > .breadcrumb-title-wrapper.breadcrumb-v1 ~ .page-container{
		padding-top: 0;
	}
	.woocommerce .before-loop-wrapper{
		margin-bottom: 30px;
	}
	#main > .page-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	#main > .page-container.blog-template{
		padding-top: 2px;
	}
	#main > .page-container.blog-template.index-template{
		padding-top: 50px;
	}
	#left-sidebar,
	#right-sidebar{
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-content{
		padding: 0 15px;
	}
	body.page article.page + .comments-area > #comment-wrapper{
		margin-bottom: 60px;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ts-header .container,
	footer .container,
	.layout-fullwidth .footer-container .container,
	body > .ts-search-result-container,
	.breadcrumb-title-wrapper .breadcrumb-content{
		padding-left: 25px;
		padding-right: 25px;
	}
	body .elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 100%;
	}
	body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container{
		max-width: calc(100% - 40px);
	}
	.header-language *:focus{
		outline: 0 !important;
	}
	.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{
		margin-bottom: 10px;
	}
	body blockquote{
		font-size: 145%;
		padding: 26px 30px;
	}
	.woocommerce p.stars a::before{
		font-size: 18px;
	}
	.elementor-widget-wp-widget-nav_menu.columns-4.device-columns-3 ul.menu{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.elementor-widget-wp-widget-nav_menu.columns-3.device-columns-2 ul.menu,
	.elementor-widget-wp-widget-nav_menu.columns-4.device-columns-2 ul.menu{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	/*** Header ***/
	.header-sticky{
		z-index: 995;
	}
	.logo-wrapper .slogan{
		font-size: 20px;
	}
	header .logo-wrapper{
		max-height: none;
		padding-right: 23px; /*rtl*/
	}
	.ts-header .vertical-menu-wrapper .vertical-menu ul.menu > li > a, 
	.ts-header .vertical-menu-wrapper .vertical-menu ul.sub-menu > li > a{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.header-v1 .ts-header .header-middle .header-right:before{
		display: none;
	}
	body:not(.header-v6) .ts-header nav.main-menu > ul.menu > li,
	body:not(.header-v6) .ts-header nav.main-menu > ul > li{
		margin-right: 18px; /*rtl*/
	}
	.ts-header nav > ul.menu > li.has-line, .ts-header nav > ul > li.has-line {
		padding-left: 18px; /*rtl*/
	}
	body:not(.header-v6) .ts-header nav.main-menu > ul.menu > li:last-child,
	body:not(.header-v6) .ts-header nav.main-menu > ul > li:last-child{
		margin-right: 0; /*rtl*/
	}
	body:not(.header-v6) .vertical-menu-heading{
		padding-right: 18px;
		margin-right: 18px;
	}
	.header-v4 .header-bottom > .container,
	.header-v5 .header-bottom > .container{
		padding-bottom: 0;
	}
	.header-top .header-contact-info,
	#group-icon-header .header-contact-info{
		padding-left: 30px; /*rtl*/
	}
	#group-icon-header .header-contact-info > span:only-child{
		margin-left: -30px; /*rtl*/
	}
	.header-top .header-contact-info > a:before,
	#group-icon-header .header-contact-info > a:before{
		width: auto;
		height: auto;
		font-size: 16px;
		line-height: 1;
		background: transparent !important;
	}
	#group-icon-header .header-contact-info > a:before{
		color: inherit;
	}
	.header-top .header-contact-info > a,
	.header-top .header-contact-info > span,
	#group-icon-header .header-contact-info > a,
	#group-icon-header .header-contact-info > span{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px; /*rtl*/
		line-height: inherit;
	}
	.header-top .header-contact-info > a,
	#group-icon-header .header-contact-info > a{
		font-size: 120%;
	}
	.ts-header .header-middle .header-right{
		padding-left: 10px; /*rtl*/
	}
	.header-v5 .header-email:not(:last-child){
		margin-right: 30px; /*rtl*/
	}
	.header-v5 .ts-header .header-top .header-right > .language-currency:last-child {
		margin-left: 30px; /*rtl*/
	}
	.header-v5 header .logo-wrapper{
		padding-right: 30px; /*rtl*/
	}
	.header-v5 .ts-header .header-middle .header-right{
		padding-left: 18px; /*rtl*/
	}
	.language-currency > *:not(:last-child){
		margin-right: 20px; /*rtl*/
	}
	.ts-header .header-middle .language-currency{
		padding-left: 20px; /*rtl*/
		margin: 0 20px 0 0; /*rtl*/
	}
	.shopping-cart-wrapper:hover .dropdown-container{
		display: none;
	}
	header .menu-wrapper .ts-menu{
		padding: 0;
	}
	.top-header-menu:not(:last-child), 
	.header-email:not(:last-child){
		padding-right: 20px; /*rtl*/
		margin-right: 20px; /*rtl*/
	}
	.ts-header .header-top .header-right > .language-currency:last-child {
		margin-left: 20px; /*rtl*/
		padding-left: 20px; /*rtl*/
	}
	.ts-header nav > ul.menu > li > .ts-menu-drop-icon, 
	.ts-header nav > ul > li > .ts-menu-drop-icon{
		cursor: pointer;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 2;
		transform: none;
		margin: 0;
		width: auto;
		height: auto;
	}
	.ts-header nav > ul.menu > li > .ts-menu-drop-icon.active, 
	.ts-header nav > ul > li > .ts-menu-drop-icon.active{
		z-index: -1;
	}
	.my-account-wrapper .dropdown-container:before,
	.shopping-cart-wrapper .dropdown-container:before{
		top: 0px;
	}
	.my-account-wrapper .dropdown-container,
	.shopping-cart-wrapper .dropdown-container{
		padding-top: 30px;
	}
	.is-sticky .header-middle .container > .ts-search-by-category, 
	.header-fullwidth .is-sticky .header-middle .container > .ts-search-by-category, 
	.layout-fullwidth .is-sticky .header-middle .container > .ts-search-by-category{
		margin-left: 10px; /*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: 40px;
	}
	.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: 20px;
	}
	body .header-top .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
	body .header-top .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
	.header-top .header-currency ul{
		padding-top: 34px;
	}
	.header-top .header-currency .wcml_currency_switcher > ul:before, 
	.header-top .header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, 
	.header-top .header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		top: 14px;
	}
	.ts-search-by-category > form{
		min-width: 0;
		max-width: 100%;
	}
	.vertical-menu-heading{
		width: 242px;
	}
	.ts-header .vertical-menu-wrapper > .vertical-menu{
		width: 260px;
	}
	body > .ts-search-result-container{
		z-index: 995;
	}
	#to-top a {
		width: 36px;
		height: 36px;
	}
	#to-top a:before {
		font-size: 12px;
		line-height: 36px;
	}
	.header-v2 .vertical-menu-heading,
	.header-v3 .vertical-menu-heading,
	.header-v4 .vertical-menu-heading,
	.header-v5 .vertical-menu-heading,
	.header-v4 .vertical-menu-wrapper.auto-width .vertical-menu-heading,
	.header-v5 .vertical-menu-wrapper.auto-width .vertical-menu-heading,
	.header-v2 .vertical-menu-wrapper.auto-width .vertical-menu-heading,
	.header-v3 .vertical-menu-wrapper.auto-width .vertical-menu-heading{
		font-size: 0;
		width: 38px;
		line-height: 1;
		padding-right: 20px; /*rtl*/
		margin-right: 20px; /*rtl*/
	}
	.header-v4 .vertical-menu-heading:before,
	.header-v5 .vertical-menu-heading:before,
	.header-v2 .vertical-menu-heading:before,
	.header-v3 .vertical-menu-heading:before{
		font-size: 14px;
		min-width: 0;
		vertical-align: middle;
		margin-right: 0; /*rtl*/
	}
	.header-v2 .header-bottom .menu-wrapper,
	.header-v3 .header-bottom .menu-wrapper,
	.header-v4 .header-bottom .menu-wrapper,
	.header-v5 .header-bottom .menu-wrapper{
		width: 100%;
	}
	.header-v2 .header-bottom .menu-wrapper > .ts-menu,
	.header-v3 .header-bottom .menu-wrapper > .ts-menu,
	.header-v4 .header-bottom .menu-wrapper > .ts-menu,
	.header-v5 .header-bottom .menu-wrapper > .ts-menu{
		min-width: 100%;
	}
	.header-v4 .header-bottom .menu-wrapper .vertical-menu-wrapper + .ts-menu,
	.header-v5 .header-bottom .menu-wrapper .vertical-menu-wrapper + .ts-menu,
	.header-v2 .header-bottom .menu-wrapper .vertical-menu-wrapper + .ts-menu,
	.header-v3 .header-bottom .menu-wrapper .vertical-menu-wrapper + .ts-menu{
		width: calc(100% - 60px);
		min-width: 0;
	}
	.header-v4 .ts-header .menu-wrapper nav > ul.menu,
	.header-v5 .ts-header .menu-wrapper nav > ul.menu,
	.header-v2 .ts-header .menu-wrapper nav > ul.menu,
	.header-v3 .ts-header .menu-wrapper nav > ul.menu{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.header-v4 .ts-header nav > ul.menu li.ts-megamenu ul.sub-menu,
	.header-v5 .ts-header nav > ul.menu li.ts-megamenu ul.sub-menu,
	.header-v2 .ts-header nav > ul.menu li.ts-megamenu ul.sub-menu,
	.header-v3 .ts-header nav > ul.menu li.ts-megamenu ul.sub-menu{
		padding-top: 7px;
	}
	.header-v5 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:before,
	.header-v4 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:before,
	.header-v3 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:before,
	.header-v2 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:before,
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:before,
	.header-v5 .ts-header nav > ul.menu li ul.sub-menu:before,
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:before,
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:before{
		top: 7px;
	}
	.header-v5 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:after,
	.header-v4 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:after,
	.header-v3 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:after,
	.header-v2 .ts-header .is-sticky nav > ul.menu li:not(.ts-megamenu) ul.sub-menu:after,
	.header-v4 .ts-header nav > ul.menu li ul.sub-menu:after,
	.header-v5 .ts-header nav > ul.menu li ul.sub-menu:after,
	.header-v2 .ts-header nav > ul.menu li ul.sub-menu:after,
	.header-v3 .ts-header nav > ul.menu li ul.sub-menu:after{
		top: 8px;
	}
	.header-v5 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:before,
	.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:before,
	.header-v3 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:before{
		top: 6px;
		border-width: 1px 0 0;
		border-style: solid;
	}
	
	.header-v4 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:after,
	.header-v5 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:after,
	.header-v2 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:after,
	.header-v3 .ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu:after{
		top: 7px;
	}
	.header-v4 .ts-header .menu-wrapper nav > ul.menu > li > a,
	.header-v5 .ts-header .menu-wrapper nav > ul.menu > li > a,
	.header-v2 .ts-header .menu-wrapper nav > ul.menu > li > a,
	.header-v3 .ts-header .menu-wrapper nav > ul.menu > li > a{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-left: 25px;
		padding-right: 25px;
	}
	.ts-header nav > ul.menu li ul.sub-menu{
		width: 220px;
	}
	.ts-header nav > ul.menu > li:last-child > ul.sub-menu{
		margin-left: -110px;
	}
	.header-v6 .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:before{
		top: 24px;
	}
	.header-v6 .ts-header .is-sticky .header-middle nav > ul.menu li.ts-megamenu ul.sub-menu:after{
		top: 25px;
	}
	.ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu,
	.ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu{
		padding: 26px 30px 20px 30px;
	}
	.ts-header nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.ts-header nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
		width: 100%;
	}
	.ts-header nav.vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		width: calc(100vw - 310px);
	}
	.ts-header nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
		width: 500px;
	}
	.ts-header nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
		width: 340px;
	}
	.ts-header nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
		width: 180px;
	}
	.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu, 
	.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		padding-top: 7px;
	}
	.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:after,
	.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:after{
		top: 8px;
	}
	.header-v4 .ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:before,
	.header-v5 .ts-header .header-bottom nav > ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:before{
		top: 7px;
	}
	.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: 18px;
	}
	/**/
	
	/*** Shop/Category ***/
	.woocommerce.main-products.columns-2 .products .product:not(.product-category){
		padding-top: 30px;
	}
	.thumbnail-wrapper .product-group-button > div{
		width: 30px;
		height: 30px;
		right: 15px; /*rtl*/
	}
	.woocommerce .product .product-label{
		right: auto; /*rtl*/
		left: 10px; /*rtl*/
	}
	.thumbnail-wrapper .product-group-button > div:nth-child(2){top: 40px;}
	.thumbnail-wrapper .product-group-button > div:nth-child(3){top: 75px;}
	.thumbnail-wrapper .product-group-button > div:nth-child(4){top: 110px;}
	.product-group-button > div a:after{
		font-size: 12px;
		line-height: 30px;
	}
	.product-group-button > div a.loading:after{
		width: 12px;
		height: 12px;
		margin-top: -6px;
		margin-left: -6px;
	}
	#ts-filter-widget-area .ts-sidebar-content,
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content{
		left: 0; /*rtl*/
		width: 400px !important;
		position: fixed !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transform: none !important;
		transition: 300ms ease !important;
		padding: 30px;
	}
	#ts-filter-widget-area .filter-widget-area > section:first-child .widget-title-wrapper{
		padding-right: 24px; /*rtl*/
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container ul li, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget_product_categories ul.product-categories li, 
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav ul li{
		display: block;
		margin: 0 0 5px;
	}
	.before-loop-wrapper #ts-filter-widget-area .widget-title-wrapper{
		margin-bottom: 10px;
	}
	#ts-filter-widget-area.active .ts-sidebar-content,
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area.active .ts-sidebar-content{
		opacity: 1 !important;
		visibility: visible !important;
	}
	.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container{
		flex-direction: column;
	}
	.woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *, 
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description {
		margin: 0 30px 0 0; /*rtl*/
	}
	.woocommerce.columns-12 .products .product,
	.woocommerce.columns-11 .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{
		width: 25%;
	}
	#main-content.ts-col-24 .woocommerce.columns-12 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-11 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-10 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-9 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-8 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-7 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-6 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-5 .products .product{
		width: 20%;
	}
	.woocommerce #tab-more_seller_product .products .product,
	.woocommerce.wider #tab-more_seller_product .products .product,
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product{
		width: 20%;
	}
	.woocommerce #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.wider #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product:nth-child(5n+1){
		border-left-width: 0; /*rtl*/
	}
	.woocommerce.columns-12 .products .product.product-category,
	.woocommerce.columns-11 .products .product.product-category,
	.woocommerce.columns-10 .products .product.product-category,
	.woocommerce.columns-9 .products .product.product-category,
	.woocommerce.columns-8 .products .product.product-category,
	.woocommerce.columns-7 .products .product.product-category{
		width: 16.666666%;
	}
	.woocommerce.columns-12.style-horizontal .products .product.product-category,
	.woocommerce.columns-11.style-horizontal .products .product.product-category,
	.woocommerce.columns-10.style-horizontal .products .product.product-category,
	.woocommerce.columns-9.style-horizontal .products .product.product-category,
	.woocommerce.columns-8.style-horizontal .products .product.product-category,
	.woocommerce.columns-7.style-horizontal .products .product.product-category{
		width: 25%;
	}
	.ts-product.style-tabs-vertical .woocommerce.columns-12 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-11 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-10 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-9 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-8 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-7 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-6 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-5 .products .product{
		width: 25%;
	}
	body .ts-product.ts-slider .products.swiper,
	.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related){
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce .products .product .product-wrapper > *{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ts-product.style-tabs-vertical .column-tabs{
		width: 22%;
	}
	.ts-product.style-tabs-vertical .column-content{
		width: 78%;
	}
	.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs{
		width: 100%;
		text-align: center;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs{
		max-width: 100%;
	}
	.column-tabs ul.tabs li:not(:last-child),
	.style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs li:not(:last-child){
		padding-right: 20px; /*rtl*/
	}
	.style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs li{
		width: auto;
	}
	.ts-product.style-tabs-vertical.style-tabs-vertical-banner .banner{
		width: 100%;
		padding-right: 0; /*rtl*/
		order: -1;
		margin-bottom: 30px;
		text-align: center;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .banner .banner-device{
		display: block;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .banner .banner-device + img{
		display: none;
	}
	.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-content{
		width: 100%;
		margin-top: 30px;
	}
	.woocommerce .product .product-wrapper figure.has-back-image img:last-child{
		display: none !important;
	}
	.woocommerce #reviews > .woocommerce-product-rating a.woocommerce-review-link:after{
		margin-top: 0;
	}
	/**/
	.ts-shortcode .product-wrapper .meta-wrapper-2 > *:not(.product-group-button-meta):not(.price){
		display: none;
	}
	.thumbnail-wrapper .product-group-button > div.button-in.quickshop{
		display: none;
	}
	.product .product-wrapper:hover .product-group-button > div,
	.thumbnail-wrapper .product-group-button > div.wishlist, 
	.product .product-wrapper .product-group-button > div{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
		opacity: 1;
		visibility: visible;
	}
	.woocommerce .product-wrapper .meta-wrapper-2{
		display: block;
	}
	.woocommerce.ts-product-deals-wrapper .product-wrapper .meta-wrapper{
		position: relative;
		overflow: visible;
	}
	.dokan-single-store .seller-items .product .product-group-button-meta > div{
		margin-bottom: 0 !important;
	}
	.woocommerce div.product form.cart .button:before, 
	.product-group-button-meta > div.loop-add-to-cart > a.button:before{
		margin-right: 8px; /*rtl*/
		font-size: 16px;
		vertical-align: -1px;
	}
	.product-group-button-meta{
		display: block !important;
	}
	body .woocommerce table.compare-list .add-to-cart td a{
		min-width: 150px;
	}
	.ts-active-filters:not(:empty){
		margin-bottom: 20px;
	}
	/**/
	
	/*** Product Detail ***/
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 50px 0;
	}
	.woocommerce div.product .woocommerce-tabs #tab-description h6{
		margin-bottom: 20px;
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-row{
		margin-top: 30px;
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-2 > .ts-item:first-child{
		padding-right: 40px; /*rtl*/
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-feature{
		margin-bottom: 30px;
	}
	.woocommerce-product-details__short-description ul.ul-style.list-inline li:not(:last-child){
		margin-right: 20px; /*rtl*/
	}
	.ts-social-sharing ul li{
		font-size: 18px;
	}
	.woocommerce.yith-wfbt-section h3{
		margin-bottom: 30px;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form{
		-ms-grid-columns: 56% auto;
		grid-template-columns: 56% auto;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td > a {
		padding: 0 5px;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items{
		padding-bottom: 15px;
	}
	.frequently-bought-together-border .yith-wfbt-section .total_price{
		margin-bottom: 15px;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section{
		margin: 0 0 45px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin: 0 -15px 20px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		padding: 0 15px;
	}
	.woocommerce #reviews > .woocommerce-product-rating{
		padding-bottom: 29px;
	}
	.woocommerce div.product.reviews-grid #reviews > .woocommerce-product-rating{
		padding-bottom: 0;
		margin-bottom: 27px;
	}
	.woocommerce div.product.reviews-grid #reviews #comments .commentlist{
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price ins{
		margin-left: 0; /*rtl*/
		width: 100%;
	}
	/**/

	/*** Myaccount ***/
	.woocommerce ul.order_details li strong{
		display: block;
	}
	.woocommerce > p.order-info{
		margin-top: 0;
	}
	/**/
	/*** Shopping cart ***/
	.woocommerce table.shop_table td.product-name{
		max-width: 170px;
	}
	.woocommerce table.shop_table .product-remove{
		padding-left: 20px; /*rtl*/
	}
	#add_payment_method table.shop_table.cart td.product-thumbnail, 
	.woocommerce-cart table.shop_table.cart td.product-thumbnail, 
	.woocommerce-checkout table.shop_table.cart td.product-thumbnail{
		width: 100px;
	}
	/**/
	
	/*** Checkout ***/
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce-billing-fields__field-wrapper > p.form-row,
	.woocommerce-shipping-fields__field-wrapper > p.form-row{
		margin-left: 10px;
		margin-right: 10px;
	}
	.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,
	.woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
	.woocommerce-shipping-fields__field-wrapper > #shipping_postcode_field,
	.woocommerce-billing-fields__field-wrapper > #billing_city_field,
	.woocommerce-shipping-fields__field-wrapper > #shipping_city_field{
		width: calc(50% - 20px);
	}
	/**/
	
	/*** Blog ***/
	.list-posts article.sticky{
		margin-bottom: 44px;
		padding: 30px !important;
	}
	.list-posts article, 
	.ts-blogs .items article{
		margin-bottom: 50px;
	}
	.page-template.blog-template.index-template .list-posts article:not(.sticky){
		padding-bottom: 46px;
	}
	.list-posts article .entry-content:not(.no-featured-image) > header:first-child, 
	.ts-blogs article .entry-content:not(.no-featured-image) > header:first-child{
		margin-top: 20px;
	}
	.columns-2 #main-content.ts-col-12 .list-posts, 
	#main-content.ts-col-12 .ts-blogs.columns-2 .items{
		margin-left: 0;
		margin-right: 0;
	}
	.columns-2 #main-content.ts-col-12 .list-posts article, 
	#main-content.ts-col-12 .ts-blogs.columns-2 .items article{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.columns-2 #main-content.ts-col-12 .list-posts article:nth-last-child(2):nth-child(odd), 
	#main-content.ts-col-12 .ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd){
		padding-bottom: 40px;
	}
	.columns-2 #main-content.ts-col-12 .list-posts article:nth-last-child(2):nth-child(odd):after, 
	#main-content.ts-col-12 .ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd):after{
		display: block;
	}
	.columns-2 #main-content.ts-col-12 .list-posts article:nth-child(odd):after,
	#main-content.ts-col-12 .ts-blogs.columns-2 .items article:nth-child(odd):after{
		left: 0; /*rtl*/
	}
	.columns-2 #main-content.ts-col-12 .list-posts article:nth-child(even):after,
	#main-content.ts-col-12 .ts-blogs.columns-2 .items article:nth-child(even):after{
		right: 0; /*rtl*/
	}
	.ts-blogs.columns-3 .items article{
		width: 50%;
	}
	.entry-header > .entry-meta-middle{
		margin-bottom: 35px;
	}
	.commentlist li.comment .comment-wrapper{
		padding: 20px 0;
	}
	article.single-post .entry-format .thumbnail img,
	article.single-post .entry-format .ts-video{
		margin-bottom: 32px;
	}
	.single-portfolio.left-thumbnail .entry-main > .entry-format{
		margin-bottom: 43px;
	}
	.single-portfolio.left-thumbnail .entry-main > .entry-format,
	.single-portfolio.left-thumbnail .entry-main > .entry-format + .entry-content{
		width: 100%;
		padding-left: 0; /*rtl*/
	}
	body .swiper-button-prev{
		left: 10px; /*rtl*/
	}
	body .swiper-button-next{
		right: 10px; /*rtl*/
	}
	#commentform .info-wrapper{
		margin: 0 -10px;
	}
	#commentform .info-wrapper > p{
		padding: 0 10px;
	}
	body.single-ts_portfolio #main > .page-container{
		padding-top: 28px;
	}
	body.single-ts_portfolio #main > .page-container .top-thumbnail{
		margin-top: -6px;
	}
	.ts-portfolio-wrapper .item-wrapper figure > a:before,
	.ts-portfolio-wrapper .portfolio-meta{
		transform: translateY(0);
		transition: none;
	}
	.ts-portfolio-wrapper .portfolio-meta,
	.ts-portfolio-wrapper.columns-1 .portfolio-meta, 
	.ts-portfolio-wrapper.columns-2 .portfolio-meta{
		padding: 20px;
	}
	.ts-portfolio-wrapper .portfolio-meta a.button{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ts-portfolio-wrapper.columns-4 .item,
	.ts-portfolio-wrapper.columns-3 .item{
		width: 50%;
	}
	/**/
	
	/*** Main Content ***/
	.breadcrumb-title-wrapper .page-title + .breadcrumbs{
		margin-bottom: 15px;
	}
	.wpcf7 form div.columns-3{
		margin-bottom: 10px;
	}
	.ts-popup-modal .popup-container{
		width: 90%;
	}
	.comments-area .add-comment{
		font-size: 100%;
	}
	body.error404 .not-found h1{
		font-size: 140px;
		margin-bottom: 20px;
	}
	body.error404 .not-found h5{
		font-size: 25px;
		margin-bottom: 20px;
	}
	body.error404 .not-found p{
		font-size: 14px;
	}
	/**/
	
	/*** Shortcode ***/
	.sp-large.left-top .box-content,
	.sp-small.left-top .box-content,
	.left-top .box-content{
		left: 30px;top: 30px;
	}
	.sp-large.left-bottom .box-content,
	.sp-small.left-bottom .box-content,
	.left-bottom .box-content{
		left: 30px;bottom: 30px;
	}
	.sp-large.left-center .box-content,
	.sp-small.left-center .box-content,
	.left-center .box-content{
		left: 30px;
	}
	.sp-large.right-top .box-content,
	.sp-small.right-top .box-content,
	.right-top .box-content{
		right: 30px;top: 30px;
	}
	.sp-large.right-bottom .box-content,
	.sp-small.right-bottom .box-content,
	.right-bottom .box-content{
		right: 30px;bottom: 30px;
	}
	.sp-large.right-center .box-content,
	.sp-small.right-center .box-content,
	.right-center .box-content{
		right: 30px;
	}
	.sp-large.center-top .box-content,
	.sp-small.center-top .box-content,
	.center-top .box-content{
		left: 30px;right: 30px;top: 30px;
	}
	.sp-large.center-bottom .box-content,
	.sp-small.center-bottom .box-content,
	.center-bottom .box-content{
		left: 30px;right: 30px;bottom: 30px;
	}
	.sp-large.center-center .box-content,
	.sp-small.center-center .box-content,
	.center-center .box-content{
		left: 30px;right: 30px;
	}
	.ts-banner .ts-banner-button .button:not(.button-text) {
		margin-top: 0;
	}
	.ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote{
		padding-left: 60px;
		padding-right: 60px;
		max-width: 70%;
	}
	.elementor-column.elementor-col-60 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote,
	.elementor-column.elementor-col-50 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote,
	.elementor-column.elementor-col-40 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote,
	.elementor-column.elementor-col-30 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote,
	.elementor-column.elementor-col-20 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote,
	.elementor-column.elementor-col-10 .ts-testimonial-wrapper.columns-1.style-2 .items .item blockquote{
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
	}
	.ts-testimonial-wrapper.style-2 .image{
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}
	.ts-testimonial-wrapper.style-2 .rating{
		margin-bottom: 10px;
	}
	.ts-testimonial-wrapper.style-2 blockquote .content {
		font-size: 125%;
		margin-bottom: 10px;
	}
	.ts-portfolio-wrapper .item-wrapper .portfolio-meta .heading-title{
		line-height: 1.2;
	}
}
@media only screen and (max-width: 991px){
	body:not(.header-v6) .logo-wrapper .slogan{
		display: block;
		margin-left: 0; /*rtl*/
	}
	.vertical-menu-heading{
		width: 202px;
	}
	.ts-header .vertical-menu-wrapper > .vertical-menu{
		width: 220px;
	}
	.ts-header nav.vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
		width: calc(100vw - 270px);
	}
	body blockquote{
		font-size: 135%;
	}
	.ts-banner-image.left-top img.text-image{
		margin-top: 0;
	}
	.woocommerce .cross-sells > .products,
	.woocommerce .up-sells > .products,
	.woocommerce .related > .products{
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce .products:not(.swiper):not(.cross-sells):not(.up-sells):not(.related),
	body .ts-product.ts-slider .products.swiper{
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce .products .product .product-wrapper > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-v2 .ts-header .social-icons ul li:not(:last-child),
	.header-v3 .ts-header .social-icons ul li:not(:last-child){
		margin-right: 15px; /*rtl*/
	}
	.header-v2 .header-contact-info:not(:last-child),
	.header-v3 .header-contact-info:not(:last-child){
		margin-right: 20px; /*rtl*/
	}
	.header-v2 header .logo-wrapper,
	.header-v3 header .logo-wrapper{
		padding: 0;
	}
	.my-account-wrapper .account-control > a > span,
	.header-v5 .my-account-wrapper .account-control > a:after, 
	.header-v5 .shopping-cart-wrapper .cart-control .ic-cart:after, 
	.header-v4 .my-account-wrapper .account-control > a:after, 
	.header-v4 .shopping-cart-wrapper .cart-control .ic-cart:after{
		display: none;
	}
	body.header-v4 .shopping-cart-wrapper .cart-control .ic-cart, 
	body.header-v5 .shopping-cart-wrapper .cart-control .ic-cart{
		font-size: 0 !important;
	}
	.header-contact-info{
		padding-left: 55px; /*rtl*/
	}
	.header-v2 .header-top > .container,
	.header-v3 .header-top > .container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.header-v2 .ts-header .header-top .header-left,
	.header-v3 .ts-header .header-top .header-left{
		justify-content: center;
		width: 100%;
		position: relative;
	}
	.header-v2 .ts-header .header-top .header-left:after,
	.header-v3 .ts-header .header-top .header-left:after{
		content: '';
		position: absolute;
		width: 100vw;
		bottom: 0;
		left: -25px;
		right: -25px;
		border-width: 0 0 1px;
		border-style: solid;
	}
	.header-v2 .ts-header .header-top .header-right,
	.header-v3 .ts-header .header-top .header-right{
		width: 100%;
	}
	.header-v2 .ts-header .header-top .header-right .top-header-menu,
	.header-v3 .ts-header .header-top .header-right .top-header-menu{
		margin-left: 0; /*rtl*/
		margin-right: auto; /*rtl*/
		border-width: 0;
	}
	.header-v5 .ts-header .header-top .header-left,
	.header-v5 .ts-header .header-top .header-right,
	.header-v6 .ts-header .header-top .header-left, 
	.header-v6 .ts-header .header-top .header-right{
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
	}
	.header-v6 .ts-header .header-top .header-left:after{
		content: '';
		width: 100vw;
		left: -25px;
		right: -25px;
		bottom: 0;
		border-width: 0 0 1px;
		border-style: solid;
		position: absolute;
	}
	.intro-list .elementor-col-100 .elementor-widget-image,
	.ts-columns-4 .elementor-col-100 .elementor-widget-image{
		width: 33.33333%;
	}
	
	/*** Shop/Category ***/
	.woocommerce.main-products.columns-2 .products{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.main-products.columns-2 .thumbnail-wrapper .product-group-button > div{
		right: 5px; /*rtl*/
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category){
		width: 100%;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(2){
		padding-top: 30px;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper > *{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper .meta-wrapper{
		padding-left: 20px; /*rtl*/
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-label{
		left: 0; /*rtl*/
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(odd):before{
		left: 0;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(even):before{
		right: 0;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(2){
		padding-top: 40px;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category):nth-child(2):before{
		border-top-width: 1px;
	}
	.woocommerce.main-products.columns-1 .product:not(.product-category) .product-wrapper > *, 
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description {
		margin: 0 15px 0 0; /*rtl*/
	}
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper{
		width: 120px;
	}
	.woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 {
		width: 54%;
		-ms-grid-columns: 42% auto auto;
		grid-template-columns: 42% auto auto;
	}
	.woocommerce.columns-12 .products .product,
	.woocommerce.columns-11 .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: 33.33333%;
	}
	#main-content.ts-col-24 .woocommerce.columns-12 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-11 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-10 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-9 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-8 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-7 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-6 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-5 .products .product,
	#main-content.ts-col-24 .woocommerce.columns-4 .products .product{
		width: 25%;
	}
	.woocommerce #tab-more_seller_product .products .product,
	.woocommerce.wider #tab-more_seller_product .products .product,
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product{
		width: 25%;
	}
	.woocommerce #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.wider #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product:nth-child(5n+1),
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product:nth-child(5n+1){
		border-left-width: 1px; /*rtl*/
	}
	.woocommerce #tab-more_seller_product .products .product:nth-child(4n+1),
	.woocommerce.wider #tab-more_seller_product .products .product:nth-child(4n+1),
	.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product:nth-child(4n+1),
	.woocommerce.layout-fullwidth #tab-more_seller_product .products .product:nth-child(4n+1){
		border-left-width: 0; /*rtl*/
	}
	.woocommerce.columns-12 .products .product.product-category,
	.woocommerce.columns-11 .products .product.product-category,
	.woocommerce.columns-10 .products .product.product-category,
	.woocommerce.columns-9 .products .product.product-category,
	.woocommerce.columns-8 .products .product.product-category,
	.woocommerce.columns-7 .products .product.product-category,
	.woocommerce.columns-6 .products .product.product-category{
		width: 20%;
	}
	.woocommerce.columns-12.style-horizontal .products .product.product-category,
	.woocommerce.columns-11.style-horizontal .products .product.product-category,
	.woocommerce.columns-10.style-horizontal .products .product.product-category,
	.woocommerce.columns-9.style-horizontal .products .product.product-category,
	.woocommerce.columns-8.style-horizontal .products .product.product-category,
	.woocommerce.columns-7.style-horizontal .products .product.product-category,
	.woocommerce.columns-6.style-horizontal .products .product.product-category,
	.woocommerce.columns-5.style-horizontal .products .product.product-category,
	.woocommerce.columns-4.style-horizontal .products .product.product-category{
		width: 33.33333%;
	}
	.ts-product.style-tabs-vertical .woocommerce.columns-12 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-11 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-10 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-9 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-8 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-7 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-6 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-5 .products .product,
	.ts-product.style-tabs-vertical .woocommerce.columns-4 .products .product{
		width: 33.33333%;
	}
	.ts-product.style-tabs-vertical .column-tabs{
		width: 28%;
	}
	.ts-product.style-tabs-vertical .column-content{
		width: 72%;
	}
	.ts-product.style-tabs-vertical .column-tabs,
	.ts-product.style-tabs-vertical .column-content{
		width: 100%;
		padding: 0;
	}
	.style-tabs-vertical .column-tabs .list-categories{
		text-align: center;
		margin-bottom: 40px;
	}
	.style-tabs-vertical.style-tabs-vertical-banner .column-tabs .list-categories{
		margin-bottom: 0;
	}
	.style-tabs-vertical .column-tabs ul.tabs{
		max-width: 100%;
	}
	.style-tabs-vertical .column-tabs ul.tabs li{
		width: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.column-tabs ul.tabs li:not(:last-child),
	.style-tabs-vertical .column-tabs ul.tabs li:not(:last-child){
		padding-right: 20px; /*rtl*/
	}
	.column-content > .list-categories ul, 
	.ts-product .column-tabs .list-categories ul{
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}
	
	/*** Product Detail ***/
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-3 > .ts-item{
		width: 40%;
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-3 > .ts-item:first-child,
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-3 > .ts-item:last-child{
		width: 30%;
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-2 > .ts-item:first-child{
		margin-bottom: 32px;
	}
	.woocommerce div.product .woocommerce-tabs .panel .ts-columns-2 > .ts-item{
		width: 100%;
		padding-right: 0 !important; /*rtl*/
	}
	.woocommerce.yith-wfbt-section .yith-wfbt-form{
		-ms-grid-columns: 66% auto;
		grid-template-columns: 66% auto;
	}
	.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
		padding: 0 0 0 20px; /*rtl*/
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form{
		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;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td,
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td:last-child{
		border: 0;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-images td > a:after{
		display: block;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items, 
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block{
		padding: 25px 0 0;
	}
	.frequently-bought-together-border .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items{
		padding-bottom: 0;
	}
	.woocommerce-tabs #tab-description .ts-v-align-middle > *{
		width: 100%;
	}
	#main-content.ts-col-24 .tabs-default-fullwidth:not(.tabs-in-summary) .woocommerce-tabs #tab-description .ts-v-align-middle > .image {
		width: 100%;
		max-width: 100%;
		margin-right: 0; /*rtl*/
	}
	.woocommerce-tabs #tab-description .ts-v-align-middle > .content h2 br{
		display: none;
	}
	.woocommerce-tabs #tab-description .ts-v-align-middle > .content{
		padding-right: 0; /*rtl*/
	}
	.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-v-align-middle > .content{
		padding-bottom: 0;
	}
	.woocommerce-tabs #tab-description .ts-v-align-middle > .image{
		width: 100%;
		max-width: 100%;
		margin-right: 0; /*rtl*/
		padding-bottom: 50px;
	}
	.tabs-default-fullwidth .woocommerce-tabs #tab-description .ts-v-align-middle > .image{
		width: 100%;
		max-width: 100%;
		margin-right: 0; /*rtl*/
	}
	.woocommerce div.product.has-brand-section div.woocommerce-product-gallery{
		width: 50%;
	}
	.woocommerce div.product.has-brand-section div.summary{
		width: 50%;
		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 div.product.has-brand-section div.summary .brand-description-wrapper{
		margin: 50px 0 0;
		padding: 0;
		border-width: 0;
	}
	.woocommerce div.product.has-brand-section div.summary > * {
		width: 100%;
	}
	
	/*** Blog ***/
	.columns-2 #main-content.ts-col-18 .list-posts, 
	#main-content.ts-col-18 .ts-blogs.columns-2 .items{
		margin-left: 0;
		margin-right: 0;
	}
	.columns-2 #main-content.ts-col-18 .list-posts article, 
	#main-content.ts-col-18 .ts-blogs.columns-2 .items article{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.columns-2 #main-content.ts-col-18 .list-posts article:nth-last-child(2):nth-child(odd), 
	#main-content.ts-col-18 .ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd){
		padding-bottom: 40px;
	}
	.columns-2 #main-content.ts-col-18 .list-posts article:nth-last-child(2):nth-child(odd):after, 
	#main-content.ts-col-18 .ts-blogs.columns-2 .items article:nth-last-child(2):nth-child(odd):after{
		display: block;
	}
	.columns-2 #main-content.ts-col-18 .list-posts article:nth-child(odd):after,
	#main-content.ts-col-18 .ts-blogs.columns-2 .items article:nth-child(odd):after{
		left: 0; /*rtl*/
	}
	.columns-2 #main-content.ts-col-18 .list-posts article:nth-child(even):after,
	#main-content.ts-col-18 .ts-blogs.columns-2 .items article:nth-child(even):after{
		right: 0; /*rtl*/
	}
	#left-sidebar .widget-container ul ol,
	#left-sidebar .widget-container ol ol,
	#left-sidebar .widget-container ul ul,
	#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
	#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
	#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul,
	#right-sidebar .widget-container ul ol,
	#right-sidebar .widget-container ol ol,
	#right-sidebar .widget-container ul ul,
	#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
	#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
	#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul{
		margin-left: 12px; /*rtl*/
	}
	
	/*** Shopping cart ***/
	.layout-fullwidth .woocommerce .woocommerce-cart-form, 
	.main-content-fullwidth .woocommerce .woocommerce-cart-form, 
	.wider .woocommerce .woocommerce-cart-form,
	.woocommerce-checkout.layout-fullwidth #customer_details,
	.woocommerce-checkout.main-content-fullwidth #customer_details,
	.woocommerce-checkout.wider #customer_details,
	.woocommerce .woocommerce-cart-form,
	.woocommerce-checkout #customer_details,
	.woocommerce-cart article .woocommerce .cart-collaterals,
	.woocommerce-checkout #order_review{
		width: 100%;
	}
	.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;
	}
	
	/*** Checkout ***/
	.woocommerce > form.checkout #customer_details{
		width: 100%;
		margin-right: 0; /*rtl*/
		border-width: 0;
	}
	.woocommerce > form.checkout #order_review_heading,
	.woocommerce > form.checkout #order_review{
		width: 100%;
	}
	.woocommerce-account .addresses h2,
	.woocommerce-customer-details .addresses h2,
	.woocommerce-Address address{
		line-height: 1.5;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
		min-width: 200px;
	}
	/**/
	
	/*** Myaccount ***/
	.woocommerce form.track_order,
	.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce #customer_login .col-1, 
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-1, 
	.woocommerce-page #customer_login .col-2{
		padding: 25px 30px 30px;
	}
	.woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
		margin: 14px 0 0;
	}
	.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
		top: 4px;
	}
	
	/*** Wishlist ***/
	body .wishlist_table.mobile li{
		width: calc(50% - 2px);
	}
	
	/*** Shortcode ***/
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-10 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-9 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-8 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-7 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-7 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item{
		width: 25%;
	}
	.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider) .items .item{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px){
	.woocommerce table.my_account_orders tr{
		border-width: 1px;
		border-style: solid;
		display: block;
		margin-bottom: 10px;
		padding: 20px 40px 20px 20px;
	}
	.woocommerce table.my_account_orders tr:last-child{
		margin-bottom: 0;
	}
	.woocommerce table.my_account_orders td,
	.woocommerce table.my_account_orders th{
		border-width: 0 !important;
		padding: 8px 0 !important;
	}
	.woocommerce table.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before, 
	.woocommerce-page table.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before{
		display: none;
	}
	.woocommerce .woocommerce-customer-details .col2-set .col-1{
		margin-bottom: 40px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin: 0 auto 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 0;
		border: 0;
	}
	/*** Cart ***/
	.woocommerce table.shop_table.cart td.actions{
		text-align: right !important; /*rtl*/
	}
	.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{
		padding-bottom: 0;
		float: left; /*rtl*/
	}
	.woocommerce-cart table.cart td.actions > .button{
		display: inline-block;
	}
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail{
		display: block;
	}
	.woocommerce table.cart.shop_table_responsive tr .product-thumbnail::before,
	.woocommerce-page table.cart.shop_table_responsive tr .product-thumbnail::before{
		display: none;
	}
	.woocommerce table.shop_table td.product-name{
		max-width: 100%;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td{
		text-align: left !important; /*rtl*/
	}
	.woocommerce table.shop_table_responsive tr.cart-subtotal td,
	.woocommerce-page table.shop_table_responsive tr.cart-subtotal td,
	.woocommerce-page table.shop_table_responsive tr.order-total td,
	.woocommerce table.shop_table_responsive tr.order-total td{
		text-align: right !important; /*rtl*/
	}
	.woocommerce table.shop_table_responsive tr.order-total td::before, 
	.woocommerce-page table.shop_table_responsive tr.order-total td::before{
		margin-top: 3px;
	}
	.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item{
		position: relative;
		margin-bottom: 2px;
		padding: 20px 40px 20px 20px; /*rtl*/
	}
	.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item:after{
		content: '';
		clear: both;
		display: table;
	}
	.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td{
		padding: 5px 0;
		border-width: 0;
		width: calc(100% - 150px);
		float: left; /*rtl*/
	}
	.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-price{
		font-weight: inherit;
	}
	.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-thumbnail{
		width: 150px;
		padding: 0 20px 0 0; /*rtl*/
	}
	.woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-name{
		padding-top: 0;
	}
	.woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-remove{
		width: 30px;
		position: absolute; 
		top: 12px;
		right: 8px; /*rtl*/
	}
	.woocommerce-cart table.shop_table.shop_table_responsive.cart td.product-remove a{
		margin: 0;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before{
		margin-right: 10px; /*rtl*/
	}
	.woocommerce table.shop_table_responsive tr.shipping td::before,
	.woocommerce-page table.shop_table_responsive tr.shipping td::before{
		float: none;
		margin: 0 0 10px;
		display: block;
	}
	.woocommerce table.shop_table_responsive tr td.product-quantity::before,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before{
		display: none;
	}
	/**/
	.woocommerce .woocommerce-MyAccount-content table.shop_table.account-orders-table tbody tr th:first-child,
	.woocommerce .woocommerce-MyAccount-content table.shop_table.account-orders-table tbody tr td, 
	.woocommerce .woocommerce-MyAccount-content table.shop_table.account-orders-table tbody tr td {
		display: block;
		text-align: right !important;
	}
	.woocommerce .woocommerce-MyAccount-content table.shop_table.account-orders-table tbody tr th:first-child {
		padding-top: 0 !important;
	}
	.woocommerce table.my_account_orders {
		font-size: inherit;
	}
	.woocommerce .woocommerce-MyAccount-content table.shop_table.account-orders-table tbody tr th:first-child:before,
	.woocommerce table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):before, 
	.woocommerce-page table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):before {
		content: attr(data-title);
		display: block !important;
		float: left; /*rtl*/
		margin-right: 10px; /*rtl*/
	}
	.woocommerce table.shop_table_responsive.cart tr td.product-name:before, 
	.woocommerce-page table.shop_table_responsive.cart tr td.product-name:before {
		display: none !important;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1279px){
	.woocommerce-cart article .woocommerce .cart-collaterals,
	.woocommerce-checkout #order_review {
		padding: 30px;
	}
	.woocommerce > form.checkout #order_review_heading{
		margin: 25px 0 0;
	}
	.woocommerce > form.checkout #order_review{
		padding: 60px 30px 30px;
		margin-top: -49px;
	}
	.woocommerce > form.checkout #customer_details{
		width: calc(65% - 30px);
	}
	.woocommerce > form.checkout #order_review_heading,
	.woocommerce > form.checkout #order_review{
		width: 35%;
	}
	.woocommerce div.product.has-brand-section div.images .flex-control-thumbs li{
		width: 50px;
	}
	.woocommerce div.product.has-brand-section div.summary .brand-description-wrapper{
		margin: 0 0 0 20px; /*rtl*/
		padding: 0 0 0 20px; /*rtl*/
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		width: 60px;
	}
	.woocommerce.main-products.columns-2 .products .product:not(.product-category) .product-wrapper{
		-ms-grid-columns: 40% auto;
		grid-template-columns: 40% auto;
	}
	.woocommerce div.product div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery{
		width: 55%;
	}
	.woocommerce div.product div.summary,
	.woocommerce div.product.gallery-layout-vertical div.summary{
		width: 45%;
	}
	.woocommerce div.product.has-brand-section div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-vertical.has-brand-section div.woocommerce-product-gallery{
		width: 40%;
	}
	.woocommerce div.product.has-brand-section div.summary,
	.woocommerce div.product.gallery-layout-vertical.has-brand-section div.summary{
		width: 60%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1279px){
	.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
	.woocommerce-cart table.cart td.actions .button {
		min-width: 0;
	}
	.woocommerce-cart table.cart td.actions .coupon {
		max-width: 50%;
	}
	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: 60px;
		margin: 0 10px 0 0; /*rtl*/
	}
	ul.product_list_widget li .ts-wg-meta, 
	.woocommerce ul.product_list_widget li .ts-wg-meta{
		width: calc(100% - 70px);
	}
	.widget_shopping_cart .cart_list li > a:not(.remove), 
	ul.product_list_widget li .ts-wg-meta > *:not(:last-child), 
	ul.product_list_widget li > *:not(:last-child):not(.ts-wg-thumbnail), 
	.woocommerce ul.product_list_widget li .ts-wg-meta > *:not(:last-child), 
	.woocommerce.widget_recent_reviews ul.product_list_widget li > *:not(:last-child):not(.ts-wg-thumbnail){
		margin-bottom: 5px;
	}
	#colorbox.yith_woocompare_colorbox,
	.yith_woocompare_colorbox #cboxLoadedContent{
		max-height: 70vh;
		overflow: hidden;
	}
	.woocommerce div.product.gallery-layout-horizontal div.images .flex-control-thumbs li{
		width: 20%;
	}
	.woocommerce div.product.gallery-layout-vertical.has-brand-section div.woocommerce-product-gallery .flex-viewport{
		-webkit-box-flex: none;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	.woocommerce div.product.gallery-layout-vertical.has-brand-section div.images .flex-control-thumbs{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 10px 0 0;
	}
	.woocommerce div.product.gallery-layout-vertical.has-brand-section div.images .flex-control-thumbs li{
		width: 20%;
		padding: 0 10px 0 0; /*rtl*/
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text{
		-ms-grid-columns: 78px 25% auto;
		grid-template-columns: 78px 25% auto;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta{
		min-width: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	#main-content.ts-col-12 .before-loop-wrapper > .product-per-page-form {
		margin: 10px 0 0;
	}
	#main-content.ts-col-12 .before-loop-wrapper > .widget{
		margin: 0;
	}
	#main-content.ts-col-12 .product-per-page-form ul.perpage .perpage-current > span:last-child, 
	.woocommerce #main-content.ts-col-12 .woocommerce-ordering .orderby-current{
		width: 90px;
	}
	.ipad-portrait-only-remove-br .elementor-image-box-title br{
		display: none;
	}
	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: 60px;
		margin: 0 10px 0 0; /*rtl*/
	}
	ul.product_list_widget li .ts-wg-meta,
	.woocommerce ul.product_list_widget li .ts-wg-meta{
		width: calc(100% - 70px);
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		width: 50px;
	}
	.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery .flex-viewport{
		-webkit-box-flex: none;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 10px 0 0;
	}
	.woocommerce div.product.gallery-layout-vertical div.images .flex-control-thumbs li{
		width: 20%;
		padding: 0 10px 0 0; /*rtl*/
	}
	.woocommerce div.product div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery{
		width: 50%;
	}
	.woocommerce div.product div.summary,
	.woocommerce div.product.gallery-layout-vertical div.summary{
		width: 50%;
	}
	.woocommerce div.product.tabs-in-summary div.woocommerce-product-gallery,
	.woocommerce div.product.gallery-layout-vertical.tabs-in-summary div.woocommerce-product-gallery,
	.woocommerce div.product.tabs-in-summary div.summary,
	.woocommerce div.product.gallery-layout-vertical.tabs-in-summary div.summary{
		width: 100%;
		padding-left: 0; /*rtl*/
	}
	#main-content:not(.ts-col-24) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .thumbnail-wrapper {
		width: 140px;
	}
	#main-content:not(.ts-col-24) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2{
		width: 42%;
		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;
	}
	#main-content:not(.ts-col-24) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .short-description{
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 0 18px;
	}
	#main-content:not(.ts-col-24) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .price{
		width: 100%;
	}
	#main-content:not(.ts-col-24) .woocommerce.main-products.columns-1 .product:not(.product-category) > .product-wrapper > .meta-wrapper-2 > .quantity + .product-group-button-meta {
		margin-top: -37px !important;
	}
	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:first-child .ts-slider .swiper-button-prev,
	body .widget-container:first-child .ts-slider .swiper-button-next{
		top: 2px;
	}
	.widget-container.has-nav:first-child .widget-title{
		padding-top: 0;
	}
}