
:root {
	--ts-logo-width: 126px;
	
	--ts-font-family: Poppins;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-font-size: 14px;
	--ts-line-height: 24px;
	
	--ts-heading-font-family: Libre Baskerville;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 700;
	--ts-heading-transform: inherit;
	
	--ts-quote-font-family: Libre Baskerville;
	--ts-quote-font-style: normal;
	--ts-quote-font-weight: 700;
	--ts-quote-transform: inherit;
	
	--ts-btn-font-family: Poppins;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 600;
	--ts-btn-font-size: 14px;
	--ts-btn-line-height: 20px;
	--ts-btn-transform: uppercase;
	
	--ts-menu-font-family: Poppins;
	--ts-menu-font-weight: 600;
	--ts-menu-font-size: 14px;
	--ts-menu-line-height: 24px;
	--ts-menu-transform: uppercase;
	
	--ts-mb-menu-font-family: Poppins;
	--ts-mb-menu-font-weight: 500;
	--ts-mb-menu-font-size: 14px;
	--ts-mb-menu-line-height: 24px;
	--ts-mb-menu-transform: inherit;
	
	--ts-prod-font-family: Poppins;
	--ts-prod-font-weight: 500;
	--ts-prod-font-size: 14px;
	--ts-prod-line-height: 20px;
	--ts-prod-transform: inherit;
	
	--ts-h1-font-size: 54px;
	--ts-h1-line-height: 64px;
	--ts-h2-font-size: 32px;
	--ts-h2-line-height: 40px;
	--ts-h3-font-size: 30px;
	--ts-h3-line-height: 40px;
	--ts-h4-font-size: 20px;
	--ts-h4-line-height: 30px;
	--ts-h5-font-size: 16px;
	--ts-h5-line-height: 20px;
	--ts-h6-font-size: 14px;
	--ts-h6-line-height: 20px;
	
	--ts-primary-color: #C54714;
	--ts-text-in-primary-color: #ffffff;
	--ts-main-bg: #ffffff;
	--ts-text-color: #101010;
	--ts-heading-color: #101010;
	--ts-gray-color: #666666;
	--ts-light-gray-color: #999999;
	--ts-placeholder-color: #848484;
	--ts-hightlight: #C54714;
	--ts-dropdown-color: #101010;
	--ts-dropdown-bg: #ffffff;
	--ts-link-color: #C54714;
	--ts-link-hover-color: #C54714;
	--ts-border: #E5E5E5;

	--ts-notice-bg: #101010;
	--ts-notice-color: #ffffff;
	--ts-notice-border: #101010;

	--ts-input-color: #101010;
	--ts-input-bg-color: #ffffff;
	--ts-input-border: #101010;

	--ts-btn-color: #ffffff;
	--ts-btn-bg: #101010;
	--ts-btn-border: #101010;
	--ts-btn-hover-color: #101010;
	--ts-btn-hover-bg: #ffffff;
	--ts-btn-hover-border: #101010;

	--ts-btn-alt-color: #101010;
	--ts-btn-alt-bg: #ffffff;
	--ts-btn-alt-border: #101010;
	--ts-btn-alt-hover-color: #ffffff;
	--ts-btn-alt-hover-bg: #101010;
	--ts-btn-alt-hover-border: #101010;

	--ts-btn-thumbnail-color: #101010;
	--ts-btn-thumbnail-bg: #ffffff;
	--ts-btn-thumbnail-border: #E5E5E5;
	--ts-btn-thumbnail-hover-color: #ffffff;
	--ts-btn-thumbnail-hover-bg: #101010;
	--ts-btn-thumbnail-hover-border: #101010;

	--ts-rating-color: #101010;
	--ts-prod-price-color: #101010;
	--ts-prod-del-price-color: #999999;
	--ts-prod-meta-bg: #ffffff;
	--ts-prod-meta-color: #101010;

	--ts-sale-label-color: #ffffff;
	--ts-sale-label-bg: #DE1010;
	--ts-new-label-color: #ffffff;
	--ts-new-label-bg: #101010;
	--ts-hot-label-color: #ffffff;
	--ts-hot-label-bg: #C54714;
	--ts-soldout-label-color: #ffffff;
	--ts-soldout-label-bg: #919191;

	--ts-breadcrumb-bg: #ffffff;
	--ts-breadcrumb-color: #999999;
	--ts-breadcrumb-2-color: #ffffff;
	--ts-breadcrumb-link-color: #101010;

	--ts-hd-top-bg: #101010;
	--ts-hd-top-color: #ffffff;
	--ts-hd-top-link-hover: #C54714;

	--ts-hd-middle-bg: #ffffff;
	--ts-hd-middle-color: #101010;
	--ts-hd-middle-border: #E5E5E5;
	--ts-hd-middle-link-hover: #C54714;

	--ts-hd-bottom-bg: #ffffff;
	--ts-hd-bottom-color: #101010;
	--ts-hd-bottom-border: #E5E5E5;
	--ts-hd-bottom-link-hover: #C54714;

	--ts-cart-count-bg: #C54714;
	--ts-cart-count-color: #ffffff;

	--ts-footer-bg: #ffffff;
	--ts-footer-heading: #101010;
	--ts-footer-color: #101010;
	--ts-footer-link-hover: #C54714;
}
.header-sticky.is-sticky {
	--ts-logo-width: 100px;
}
@media only screen and (max-width: 1200px) {
	:root {
		--ts-logo-width: 100px;
		
		--ts-font-size: 13px;
		--ts-line-height: 22px;
		
		--ts-btn-font-size: 13px;
		--ts-btn-line-height: 18px;
		
		--ts-menu-font-size: 13px;
		--ts-menu-line-height: 20px;
		
		--ts-prod-font-size: 13px;
		--ts-prod-line-height: 20px;
		
		--ts-h1-font-size: 35px;
		--ts-h1-line-height: 42px;
		--ts-h2-font-size: 28px;
		--ts-h2-line-height: 36px;
		--ts-h3-font-size: 24px;
		--ts-h3-line-height: 30px;
		--ts-h4-font-size: 20px;
		--ts-h4-line-height: 24px;
		--ts-h5-font-size: 16px;
		--ts-h5-line-height: 20px;
		--ts-h6-font-size: 14px;
		--ts-h6-line-height: 20px;
	}
}
@media only screen and (max-width: 991px) {
	:root {
		--ts-font-size: 13px;
		--ts-line-height: 22px;
		
		--ts-prod-font-size: 13px;
		--ts-prod-line-height: 18px;
		
		--ts-h1-font-size: 32px;
		--ts-h1-line-height: 40px;
		--ts-h2-font-size: 24px;
		--ts-h2-line-height: 32px;
		--ts-h3-font-size: 20px;
		--ts-h3-line-height: 30px;
		--ts-h4-font-size: 18px;
		--ts-h4-line-height: 24px;
		--ts-h5-font-size: 16px;
		--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;
	}
	.header-sticky.is-sticky {
		--ts-logo-width: 86px;
	}
}

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:not(.button),
.woocommerce .products .product .product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: calc(2 * var(--ts-prod-line-height));
}
