
:root {
	--ts-logo-width: 126px;
	
	--ts-font-family: Poppins;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-letter-spacing: inherit;
	
	--ts-heading-font-family: Poppins;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 600;
	--ts-heading-letter-spacing: inherit;
	
	--ts-btn-font-family: Poppins;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 600;
	--ts-btn-letter-spacing: inherit;
	
	--ts-menu-font-family: Poppins;
	--ts-menu-font-weight: 500;
	--ts-menu-font-size: 14px;
	--ts-menu-letter-spacing: inherit;
	
	--ts-v-menu-font-family: Poppins;
	--ts-v-menu-font-weight: 500;
	--ts-v-menu-font-size: inherit;
	--ts-v-menu-letter-spacing: inherit;
	
	--ts-body-font-size: 14px;
	--ts-line-height: 24px;
	--ts-btn-font-size: 14px;
	--ts-btn-line-height: 24px;
	--ts-product-font-size: 14px;
	--ts-h1-font-size: 40px;
	--ts-h1-line-height: 54px;
	--ts-h2-font-size: 30px;
	--ts-h2-line-height: 40px;
	--ts-h3-font-size: 26px;
	--ts-h3-line-height: 32px;
	--ts-h4-font-size: 20px;
	--ts-h4-line-height: 30px;
	--ts-h5-font-size: 16px;
	--ts-h5-line-height: 24px;
	--ts-h6-font-size: 14px;
	--ts-h6-line-height: 20px;

	--ts-primary-color: #DE1010;
	--ts-text-in-primary-color: #ffffff;
	--ts-main-bg: #ffffff;
	--ts-text-color: #000000;
	--ts-heading-color: #000000;
	--ts-gray-color: #848484;
	--ts-hightlight: #fcc904;
	--ts-dropdown-color: #000000;
	--ts-dropdown-bg: #ffffff;
	--ts-link-color: #DE1010;
	--ts-link-hover-color: #DE1010;
	--ts-border: #E5E5E5;

	--ts-input-color: #000000;
	--ts-input-background-color: #EBEEF0;
	--ts-input-border: #EBEEF0;

	--ts-btn-color: #ffffff;
	--ts-btn-bg: #000000;
	--ts-btn-border: #000000;
	--ts-btn-hover-color: #ffffff;
	--ts-btn-hover-bg: #DE1010;
	--ts-btn-hover-border: #DE1010;
	
	--ts-btn-addtocart-color: #000000;
	--ts-btn-addtocart-bg: #EBEEF0;
	--ts-btn-addtocart-border: #EBEEF0;
	--ts-btn-addtocart-hover-color: #ffffff;
	--ts-btn-addtocart-hover-bg: #DE1010;
	--ts-btn-addtocart-hover-border: #DE1010;
	
	--ts-btn-thumbnail-color: #000000;
	--ts-btn-thumbnail-bg: #EBEEF0;
	--ts-btn-thumbnail-hover-color: #ffffff;
	--ts-btn-thumbnail-hover-bg: #000000;
	
	--ts-rating-color: #000000;
	--ts-product-price-color: #000000;
	--ts-product-regular-price-color: #818388;
	
	--ts-sale-label-color: #ffffff;
	--ts-sale-label-bg: #DE1010;
	--ts-new-label-color: #ffffff;
	--ts-new-label-bg: #84a7a9;
	--ts-hot-label-color: #ffffff;
	--ts-hot-label-bg: #000000;
	--ts-soldout-label-color: #ffffff;
	--ts-soldout-label-bg: #919191;
	
	--ts-breadcrumb-bg: #ffffff;
	--ts-breadcrumb-color: #818388;
	--ts-breadcrumb-2-color: #ffffff;
	--ts-breadcrumb-link-color: #000000;
	
	--ts-notice-bg: #000000;
	--ts-notice-color: #ffffff;
	
	--ts-hd-search-bg: #EBEEF0;
	--ts-hd-search-color: #000000;
	--ts-hd-search-border: #EBEEF0;
	--ts-hd-search-focus-bg: #EBEEF0;
	--ts-hd-search-focus-color: #000000;
	--ts-hd-search-focus-border: #EBEEF0;
	--ts-hd-search-btn-bg: #000000;
	--ts-hd-search-btn-color: #ffffff;
	--ts-hd-search-btn-border: #000000;
	
	--ts-vertical-menu-heading-bg: #ffffff;
	--ts-vertical-menu-heading-color: #000000;
	--ts-vertical-menu-heading-border: #E5E5E5;
	
	--ts-mobile-menu-bg: #ffffff;
	--ts-mobile-menu-color: #000000;
	--ts-tab-menu-bg: #EBEFF0;
	--ts-tab-menu-color: #000000;
	--ts-tab-active-menu-bg: #000000;
	--ts-tab-active-menu-color: #ffffff;
}

.ts-header {
	--ts-hd-top-bg: #000000;
	--ts-hd-top-color: #ffffff;
	--ts-hd-top-border: #E5E5E5;
	--ts-hd-top-link-hover: #DE1010;
	
	--ts-hd-middle-bg: #ffffff;
	--ts-hd-middle-color: #000000;
	--ts-hd-middle-border: #E5E5E5;
	--ts-hd-middle-link-hover: #DE1010;
	
	--ts-hd-bottom-bg: #ffffff;
	--ts-hd-bottom-color: #000000;
	--ts-hd-bottom-border: #E5E5E5;
	--ts-hd-bottom-link-hover: #DE1010;
	
	--ts-main-menu-border: #000000;
	--ts-cart-count-bg: #DE1010;
	--ts-cart-count-color: #ffffff;
}

.footer-container {
	--ts-footer-bg: #1B1F22;
	--ts-footer-color: #999999;
	--ts-footer-heading-color: #ffffff;
	--ts-footer-link-color: #ffffff;
	--ts-footer-link-hover-color: #DE1010;
}

@media only screen and (max-width: 1400px){
	:root {
		--ts-menu-font-size: 13px;
		--ts-v-menu-font-size: -1px;
		--ts-body-font-size: 13px;
		--ts-line-height: 20px;
		--ts-product-font-size: 13px;
		--ts-btn-font-size: 13px;
	}
}

@media only screen and (max-width: 1200px){
	:root {
		--ts-logo-width: 100px;
		--ts-h1-font-size: 30px;
		--ts-h1-line-height: 40px;
		--ts-h2-font-size: 25px;
		--ts-h2-line-height: 30px;
		--ts-h3-font-size: 22px;
		--ts-h3-line-height: 28px;
		--ts-h4-font-size: 18px;
		--ts-h4-line-height: 24px;
		--ts-h5-font-size: 15px;
		--ts-h5-line-height: 20px;
		--ts-h6-font-size: 14px;
		--ts-h6-line-height: 20px;
	}
}

@media only screen and (max-width: 767px){
	:root {
		--ts-logo-width: 86px;
		--ts-h1-font-size: 30px;
		--ts-h1-line-height: 40px;
		--ts-h2-font-size: 25px;
		--ts-h2-line-height: 30px;
		--ts-h3-font-size: 22px;
		--ts-h3-line-height: 28px;
		--ts-h4-font-size: 18px;
		--ts-h4-line-height: 24px;
		--ts-h5-font-size: 15px;
		--ts-h5-line-height: 20px;
		--ts-h6-font-size: 14px;
		--ts-h6-line-height: 20px;
		--ts-menu-font-size: 14px;
	}
}

table.group_table .woocommerce-grouped-product-list-item__label a,
.woocommerce ul.cart_list li .product-name a, 
.woocommerce ul.product_list_widget li .product-name a,
.woocommerce ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .products .product .product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: calc(2 * 1.42em);
}
