
:root {
	--ts-logo-width: 190px;
	--ts-body-padding: 0px;
	--ts-content-padding: 15px;
	
	--ts-font-family: Albert Sans;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-letter-spacing: inherit;
	--ts-body-font-size: 15px;
	--ts-line-height: 22px;
	
	--ts-heading-font-family: Albert Sans;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 600;
	--ts-heading-letter-spacing: inherit;
	--ts-h1-font-size: 50px;
	--ts-h1-line-height: 56px;
	--ts-h2-font-size: 40px;
	--ts-h2-line-height: 46px;
	--ts-h3-font-size: 30px;
	--ts-h3-line-height: 36px;
	--ts-h4-font-size: 25px;
	--ts-h4-line-height: 30px;
	--ts-h5-font-size: 20px;
	--ts-h5-line-height: 26px;
	--ts-h6-font-size: 18px;
	--ts-h6-line-height: 22px;
	
	--ts-product-font-family: Albert Sans;
	--ts-product-font-style: normal;
	--ts-product-font-weight: 500;
	--ts-product-letter-spacing: inherit;
	--ts-product-font-size: 16px;
	--ts-product-line-height: 20px;
	
	--ts-product-price-font-family: Albert Sans;
	--ts-product-price-font-style: normal;
	--ts-product-price-font-weight: 500;
	--ts-product-price-font-size: 16px;
	--ts-product-price-line-height: 20px;
	
	--ts-single-product-font-size: 30px;
	--ts-single-product-line-height: 32px;
	
	--ts-btn-font-family: Albert Sans;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 500;
	--ts-btn-letter-spacing: inherit;
	--ts-btn-font-size: 16px;
	--ts-btn-line-height: 20px;
	
	--ts-blogs-font-size: 17px;
	
	--ts-menu-font-family: Albert Sans;
	--ts-menu-font-weight: 500;
	--ts-menu-font-size: 17px;
	--ts-menu-letter-spacing: inherit;
	
	--ts-menu-2-font-family: Albert Sans;
	--ts-menu-2-font-weight: 500;
	--ts-menu-2-font-size: 18px;
	--ts-menu-2-letter-spacing: inherit;
	
	--ts-mb-menu-font-family: Albert Sans;
	--ts-mb-menu-font-weight: 500;
	--ts-mb-menu-font-size: 15px;
	--ts-mb-menu-line-height: 18px;

	--ts-body-bg: #ffffff;
	--ts-primary-color: #169C5C;
	--ts-text-in-primary-color: #ffffff;
	--ts-text-color: #000000;
	--ts-heading-color: #000000;
	--ts-gray-color: #848484;
	--ts-blogs-text-color: #0D0D0D;
	--ts-related-post-bg: #ffffff;
	--ts-highlight: #BB0925;
	--ts-dropdown-color: #000000;
	--ts-dropdown-hover-color: #169C5C;
	--ts-dropdown-bg: #ffffff;
	--ts-dropdown-border: #000000;
	--ts-link-color: #DE1010;
	--ts-link-hover-color: #2DA66C;
	--ts-border: #E5E5E5;

	--ts-input-color: #000000;
	--ts-input-background-color: #ffffff;
	--ts-input-border: #d9d9d9;

	--ts-btn-color: #ffffff;
	--ts-btn-bg: #169C5C;
	--ts-btn-border: #169C5C;
	--ts-btn-hover-color: #169C5C;
	--ts-btn-hover-bg: #ffffff;
	--ts-btn-hover-border: #169C5C;
	
	--ts-btn-addtocart-color: #ffffff;
	--ts-btn-addtocart-bg: #169C5C;
	--ts-btn-addtocart-border: #169C5C;
	--ts-btn-addtocart-hover-color: #169C5C;
	--ts-btn-addtocart-hover-bg: #ffffff;
	--ts-btn-addtocart-hover-border: #169C5C;
	
	--ts-btn-thumbnail-color: #000000;
	--ts-btn-thumbnail-bg: #ffffff;
	--ts-btn-thumbnail-border: #ffffff;
	
	--ts-product-color: #0D0D0D;
	--ts-product-bg: #f5f5f5;
	--ts-product-border: #f5f5f5;
	--ts-rating-color: #D9D9D9;
	--ts-rated-color: #169C5C;
	--ts-product-price-color: #000000;
	--ts-product-regular-price-color: #8C8C8C;
	--ts-product-sale-price-color: #BB0925;
	
	--ts-sale-label-color: #ffffff;
	--ts-sale-label-bg: #BB0925;
	--ts-new-label-color: #ffffff;
	--ts-new-label-bg: #000000;
	--ts-hot-label-color: #ffffff;
	--ts-hot-label-bg: #169C5C;
	--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-hd-search-bg: #ffffff;
	--ts-hd-search-color: #000000;
	--ts-hd-search-border: #D9D9D9;
	
	--ts-mobile-menu-bg: #ffffff;
	--ts-mobile-menu-color: #000000;
}

.ts-header {
	--ts-hd-top-bg: #ffffff;
	--ts-hd-top-color: #000000;
	--ts-hd-top-border: #E6E6E6;
	--ts-hd-top-link-hover: #169C5C;
	
	--ts-hd-middle-bg: #ffffff;
	--ts-hd-middle-color: #000000;
	--ts-hd-middle-border: #ffffff;
	--ts-hd-middle-link-hover: #169C5C;
	
	--ts-hd-bottom-bg: #ffffff;
	--ts-hd-bottom-color: #000000;
	--ts-hd-bottom-border: #E6E6E6;
	--ts-hd-bottom-link-hover: #169C5C;
	
	--ts-cart-count-bg: #169C5C;
	--ts-cart-count-color: #ffffff;
	
	--ts-main-menu-color: #666666;
	--ts-main-menu-hover-color: #000000;
	--ts-2nd-menu-color: #000000;
	--ts-2nd-menu-hover-color: #BB0925;
}

.footer-container {
	--ts-footer-bg: #ffffff;
	--ts-footer-color: #000000;
	--ts-footer-heading-color: #000000;
	--ts-footer-link-color: #000000;
	--ts-footer-link-hover-color: #169C5C;
}

.header-sticky.is-sticky {
	--ts-logo-width: 133px;
}

@media (min-width: 768px){
	:root {
		--ts-content-padding: 20px;
		--ts-body-padding: 0px;
	}
}
@media (min-width: 1201px){
	:root {
		--ts-content-padding: 40px;
	}
}
@media (min-width: 1501px){
	:root {
		--ts-content-padding: 70px;
		--ts-body-padding: 0px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
	body {
		--ts-product-font-size: 15px;
		--ts-product-line-height: 18px;
		--ts-product-price-font-size: 15px;
		--ts-product-price-line-height: 18px;
		
		--ts-menu-font-size: 16px;
		--ts-menu-2-font-size: 17px;
	}
	.product-style-v5 {
		--ts-menu-font-size: 15px;
		--ts-menu-2-font-size: 17px;
	}
}
@media only screen and (max-width: 1200px) {
	:root {
		--ts-logo-width: 133px;
		--ts-h1-font-size: 40px;
		--ts-h1-line-height: 46px;
		--ts-h2-font-size: 30px;
		--ts-h2-line-height: 36px;
		--ts-h3-font-size: 24px;
		--ts-h3-line-height: 28px;
		--ts-h4-font-size: 20px;
		--ts-h4-line-height: 26px;
		--ts-h5-font-size: 17px;
		--ts-h5-line-height: 22px;
		--ts-h6-font-size: 16px;
		--ts-h6-line-height: 22px;
		
		--ts-body-font-size: 15px;
		--ts-line-height: 20px;
		
		--ts-product-font-size: 14px;
		--ts-product-line-height: 18px;
		--ts-product-price-font-size: 14px;
		--ts-product-price-line-height: 18px;
		
		--ts-single-product-font-size: 24px;
		--ts-single-product-line-height: 26px;
		
		--ts-btn-font-size: 14px;
		--ts-btn-line-height: 16px;
		--ts-blogs-font-size: 15px;
		--ts-menu-font-size: 15px;
		--ts-menu-2-font-size: 15px;
	}
}
@media only screen and (max-width: 991px) {
	:root {
		--ts-menu-font-size: 14px;
		--ts-menu-2-font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	:root {
		--ts-logo-width: 133px;
	}
	.header-sticky.is-sticky {
		--ts-logo-width: 133px;
	}
}

table.group_table .woocommerce-grouped-product-list-item__label a,
.ts-fbt-form .item .product-name, 
.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;
}
