
:root {
	--ts-logo-width: 195px;
	
	--ts-font-family: Inter;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-font-size: 15px;
	--ts-line-height: 24px;
	--ts-letter-spacing: 0.4px;
	
	--ts-heading-font-family: Inter;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 700;
	--ts-heading-transform: inherit;
	
	--ts-quote-font-family: Inter;
	--ts-quote-font-style: normal;
	--ts-quote-font-weight: 400;
	--ts-quote-transform: inherit;
	--ts-quote-font-size: 20px;
	
	--ts-btn-font-family: Inter;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 700;
	--ts-btn-font-size: 15px;
	--ts-btn-line-height: 24px;
	--ts-btn-transform: uppercase;
	
	--ts-menu-font-family: Inter;
	--ts-menu-font-weight: 700;
	--ts-menu-font-size: 16px;
	--ts-menu-line-height: 24px;
	--ts-menu-transform: inherit;
	
	--ts-menu-alt-font-family: Inter;
	--ts-menu-alt-font-weight: 400;
	--ts-menu-alt-font-size: 13px;
	--ts-menu-alt-line-height: 20px;
	--ts-menu-alt-transform: inherit;
	
	--ts-mb-menu-font-family: Inter;
	--ts-mb-menu-font-weight: 500;
	--ts-mb-menu-font-size: 15px;
	--ts-mb-menu-line-height: 24px;
	--ts-mb-menu-transform: inherit;
	
	--ts-prod-font-family: Inter;
	--ts-prod-font-weight: 400;
	--ts-prod-font-size: 15px;
	--ts-prod-line-height: 24px;
	--ts-prod-transform: inherit;
	
	--ts-prod-price-font-size: 18px;
	--ts-prod-price-line-height: 28px;
	
	--ts-h1-font-size: 48px;
	--ts-h1-line-height: 58px;
	--ts-h2-font-size: 36px;
	--ts-h2-line-height: 46px;
	--ts-h3-font-size: 30px;
	--ts-h3-line-height: 40px;
	--ts-h4-font-size: 24px;
	--ts-h4-line-height: 34px;
	--ts-h5-font-size: 20px;
	--ts-h5-line-height: 30px;
	--ts-h6-font-size: 18px;
	--ts-h6-line-height: 28px;
	
	--ts-primary-color: #1c716b;
	--ts-text-in-primary-color: #ffffff;
	--ts-main-bg: #ffffff;
	--ts-text-color: #000000;
	--ts-heading-color: #000000;
	--ts-gray-color: #8f8f8f;
	--ts-placeholder-color: #848484;
	--ts-hightlight: #1c716b;
	--ts-dropdown-color: #000000;
	--ts-dropdown-bg: #ffffff;
	--ts-link-color: #1c716b;
	--ts-link-hover-color: #1c716b;
	--ts-border: #E5E5E5;

	--ts-notice-bg: #1c716b;
	--ts-notice-color: #ffffff;

	--ts-input-color: #000000;
	--ts-input-bg-color: #f4f2f3;
	--ts-input-border: #f4f2f3;

	--ts-btn-color: #ffffff;
	--ts-btn-bg: #1c716b;
	--ts-btn-border: #1c716b;
	--ts-btn-hover-color: #1c716b;
	--ts-btn-hover-bg: #ffffff;
	--ts-btn-hover-border: #1c716b;

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

	--ts-btn-thumbnail-color: #000000;
	--ts-btn-thumbnail-bg: #ffffff;
	--ts-btn-thumbnail-border: #1c716b;
	--ts-btn-thumbnail-hover-color: #ffffff;
	--ts-btn-thumbnail-hover-bg: #1c716b;
	--ts-btn-thumbnail-hover-border: #1c716b;

	--ts-rating-color: #b7b7b7;
	--ts-rated-color: #000000;
	--ts-prod-price-color: #000000;
	--ts-prod-del-price-color: #999999;
	--ts-discount-color: #fe0000;
	--ts-prod-bg: #ffffff;
	--ts-prod-border: #E5E5E5;
	--ts-prod-color: #000000;

	--ts-sale-label-color: #ffffff;
	--ts-sale-label-bg: #1c716b;
	--ts-new-label-color: #ffffff;
	--ts-new-label-bg: #000000;
	--ts-hot-label-color: #ffffff;
	--ts-hot-label-bg: #c20c28;
	--ts-soldout-label-color: #ffffff;
	--ts-soldout-label-bg: #919191;

	--ts-breadcrumb-bg: #ffffff;
	--ts-breadcrumb-color: #1c716b;
	--ts-breadcrumb-2-color: #ffffff;
	--ts-breadcrumb-link-color: #848484;
	--ts-breadcrumb-page-title: #000000;

	--ts-hd-top-bg: #1c716b;
	--ts-hd-top-color: #ffffff;
	--ts-hd-top-border: #1c716b;
	--ts-hd-top-link-hover: #cbeeea;

	--ts-hd-middle-bg: #ffffff;
	--ts-hd-middle-color: #000000;
	--ts-hd-middle-border: #E5E5E5;
	--ts-hd-middle-link-hover: #1c716b;

	--ts-hd-bottom-bg: #ffffff;
	--ts-hd-bottom-color: #000000;
	--ts-hd-bottom-border: #E5E5E5;
	--ts-hd-bottom-link-hover: #1c716b;

	--ts-hd-input-color: #000000;
	--ts-hd-input-bg: #ffffff;
	--ts-hd-input-border: #1c716b;
	
	--ts-cart-count-bg: #1c716b;
	--ts-cart-count-color: #ffffff;

	--ts-footer-bg: #ffffff;
	--ts-footer-heading: #000000;
	--ts-footer-color: #848484;
	--ts-footer-link-hover: #1c716b;
}
.header-sticky.is-sticky {
	--ts-logo-width: 120px;
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
	:root {
		--ts-btn-font-size: 14px;
	}
}
@media only screen and (max-width: 1200px) {
	:root {
		--ts-logo-width: 120px;
		
		--ts-font-size: 14px;
		--ts-line-height: 22px;
		
		--ts-btn-font-size: 13px;
		--ts-btn-line-height: 20px;
		
		--ts-menu-font-size: 14px;
		--ts-menu-line-height: 20px;
		
		--ts-menu-alt-font-size: 12px;
		--ts-menu-alt-line-height: 20px;
		
		--ts-prod-font-size: 14px;
		--ts-prod-line-height: 20px;
		
		--ts-prod-price-font-size: 14px;
		--ts-prod-price-line-height: 20px;
		
		--ts-quote-font-size: 18px;
		
		--ts-h1-font-size: 36px;
		--ts-h1-line-height: 46px;
		--ts-h2-font-size: 30px;
		--ts-h2-line-height: 40px;
		--ts-h3-font-size: 26px;
		--ts-h3-line-height: 34px;
		--ts-h4-font-size: 20px;
		--ts-h4-line-height: 30px;
		--ts-h5-font-size: 18px;
		--ts-h5-line-height: 28px;
		--ts-h6-font-size: 15px;
		--ts-h6-line-height: 26px;
	}
}
@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-prod-price-font-size: 14px;
		--ts-prod-price-line-height: 20px;
		
		--ts-h1-font-size: 32px;
		--ts-h1-line-height: 40px;
		--ts-h2-font-size: 24px;
		--ts-h2-line-height: 32px;
		--ts-h3-font-size: 22px;
		--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: 105px;
		--ts-quote-font-size: 16px;
	}
	.header-sticky.is-sticky {
		--ts-logo-width: 105px;
	}
}

.ts-wishlist-sidebar-content ul.wishlist-list a.title,
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),
.add-to-cart-popup-content .product-meta .product-name,
.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));
}
