
:root {
	--ts-logo-width: 308px;
	--ts-body-padding: 0px;
	--ts-content-padding: 15px;
	
	--ts-font-family: Plus Jakarta Sans;
	--ts-font-style: normal;
	--ts-font-weight: 400;
	--ts-letter-spacing: 0px;
	--ts-body-font-size: 15px;
	--ts-line-height: 22px;
	
	--ts-heading-font-family: Cormorant Garamond;
	--ts-heading-font-style: normal;
	--ts-heading-font-weight: 500;
	--ts-heading-letter-spacing: 0px;
	--ts-h1-font-size: 80px;
	--ts-h1-line-height: 80px;
	--ts-h2-font-size: 40px;
	--ts-h2-line-height: 40px;
	--ts-h3-font-size: 30px;
	--ts-h3-line-height: 30px;
	--ts-h4-font-size: 25px;
	--ts-h4-line-height: 26px;
	--ts-h5-font-size: 20px;
	--ts-h5-line-height: 20px;
	--ts-h6-font-size: 18px;
	--ts-h6-line-height: 18px;
	
	--ts-product-font-family: Cormorant Garamond;
	--ts-product-font-style: normal;
	--ts-product-font-weight: 500;
	--ts-product-letter-spacing: 0px;
	--ts-product-font-size: 16px;
	--ts-product-line-height: 18px;
	
	--ts-product-price-font-family: Plus Jakarta Sans;
	--ts-product-price-font-style: normal;
	--ts-product-price-font-weight: 400;
	--ts-product-price-font-size: 13px;
	--ts-product-price-line-height: 16px;
	
	--ts-single-product-font-size: 60px;
	--ts-single-product-line-height: 60px;
	
	--ts-btn-font-family: Cormorant Garamond;
	--ts-btn-font-style: normal;
	--ts-btn-font-weight: 500;
	--ts-btn-letter-spacing: 0px;
	--ts-btn-font-size: 15px;
	--ts-btn-line-height: 20px;
	
	--ts-blogs-font-size: 15px;
	
	--ts-menu-font-family: Cormorant Garamond;
	--ts-menu-font-weight: 500;
	--ts-menu-font-size: 20px;
	--ts-menu-letter-spacing: 0px;
	
	--ts-menu-2-font-family: Cormorant Garamond;
	--ts-menu-2-font-weight: 500;
	--ts-menu-2-font-size: 18px;
	--ts-menu-2-letter-spacing: 0px;
	
	--ts-mb-menu-font-family: Cormorant Garamond;
	--ts-mb-menu-font-weight: 500;
	--ts-mb-menu-font-size: 16px;
	--ts-mb-menu-line-height: 20px;

	--ts-body-bg: rgba(255,255,255,1);
	--ts-primary-color: rgba(198,163,123,1);
	--ts-text-in-primary-color: rgba(255,255,255,1);
	--ts-text-color: rgba(0,0,0,1);
	--ts-heading-color: rgba(0,0,0,1);
	--ts-gray-color: rgba(132,132,132,1);
	--ts-blogs-text-color: rgba(106,100,93,1);
	--ts-related-post-bg: rgba(247,242,237,1);
	--ts-highlight: rgba(187,9,37,1);
	--ts-dropdown-color: rgba(0,0,0,1);
	--ts-dropdown-hover-color: rgba(198,163,123,1);
	--ts-dropdown-bg: rgba(255,255,255,1);
	--ts-dropdown-border: rgba(0,0,0,1);
	--ts-link-color: rgba(222,16,16,1);
	--ts-link-hover-color: rgba(198,163,123,1);
	--ts-border: rgba(229,229,229,1);

	--ts-input-color: rgba(0,0,0,1);
	--ts-input-background-color: rgba(255,255,255,1);
	--ts-input-border: rgba(217,217,217,1);

	--ts-btn-color: rgba(255,255,255,1);
	--ts-btn-bg: rgba(13,13,13,1);
	--ts-btn-border: rgba(13,13,13,1);
	--ts-btn-hover-color: rgba(13,13,13,1);
	--ts-btn-hover-bg: rgba(255,255,255,0);
	--ts-btn-hover-border: rgba(13,13,13,1);
	
	--ts-btn-addtocart-color: rgba(255,255,255,1);
	--ts-btn-addtocart-bg: rgba(13,13,13,1);
	--ts-btn-addtocart-border: rgba(13,13,13,1);
	--ts-btn-addtocart-hover-color: rgba(13,13,13,1);
	--ts-btn-addtocart-hover-bg: rgba(255,255,255,0);
	--ts-btn-addtocart-hover-border: rgba(13,13,13,1);
	
	--ts-btn-thumbnail-color: rgba(0,0,0,1);
	--ts-btn-thumbnail-bg: rgba(255,255,255,1);
	--ts-btn-thumbnail-border: rgba(245,245,245,1);
	
	--ts-product-color: rgba(13,13,13,1);
	--ts-product-bg: rgba(245,245,245,1);
	--ts-product-border: rgba(245,245,245,1);
	--ts-rating-color: rgba(217,217,217,1);
	--ts-rated-color: rgba(187,9,37,1);
	--ts-product-price-color: rgba(13,13,13,1);
	--ts-product-regular-price-color: rgba(13,13,13,1);
	--ts-product-sale-price-color: rgba(187,9,37,1);
	
	--ts-sale-label-color: rgba(255,255,255,1);
	--ts-sale-label-bg: rgba(187,9,37,1);
	--ts-new-label-color: rgba(255,255,255,1);
	--ts-new-label-bg: rgba(13,13,13,1);
	--ts-hot-label-color: rgba(255,255,255,1);
	--ts-hot-label-bg: rgba(113,89,73,1);
	--ts-soldout-label-color: rgba(255,255,255,1);
	--ts-soldout-label-bg: rgba(145,145,145,1);
	
	--ts-breadcrumb-bg: rgba(255,255,255,1);
	--ts-breadcrumb-color: rgba(129,131,136,1);
	--ts-breadcrumb-2-color: rgba(255,255,255,1);
	--ts-breadcrumb-link-color: rgba(0,0,0,1);
	
	--ts-hd-search-bg: rgba(255,255,255,1);
	--ts-hd-search-color: rgba(0,0,0,1);
	--ts-hd-search-border: rgba(217,217,217,1);
	
	--ts-mobile-menu-bg: rgba(255,255,255,1);
	--ts-mobile-menu-color: rgba(0,0,0,1);
}

.ts-header {
	--ts-hd-top-bg: rgba(198,163,123,1);
	--ts-hd-top-color: rgba(255,255,255,1);
	--ts-hd-top-border: rgba(198,163,123,1);
	--ts-hd-top-link-hover: rgba(0,0,0,1);
	
	--ts-hd-middle-bg: rgba(255,255,255,1);
	--ts-hd-middle-color: rgba(0,0,0,1);
	--ts-hd-middle-border: rgba(230,230,230,1);
	--ts-hd-middle-link-hover: rgba(198,163,123,1);
	
	--ts-hd-bottom-bg: rgba(255,255,255,1);
	--ts-hd-bottom-color: rgba(0,0,0,1);
	--ts-hd-bottom-border: rgba(230,230,230,1);
	--ts-hd-bottom-link-hover: rgba(198,163,123,1);
	
	--ts-cart-count-bg: rgba(198,163,123,1);
	--ts-cart-count-color: rgba(255,255,255,1);
	
	--ts-main-menu-color: rgba(0,0,0,1);
	--ts-main-menu-hover-color: rgba(198,163,123,1);
	--ts-2nd-menu-color: rgba(0,0,0,1);
	--ts-2nd-menu-hover-color: rgba(198,163,123,1);
}

.footer-container {
	--ts-footer-bg: rgba(255,255,255,1);
	--ts-footer-color: rgba(0,0,0,1);
	--ts-footer-heading-color: rgba(0,0,0,1);
	--ts-footer-link-color: rgba(0,0,0,1);
	--ts-footer-link-hover-color: rgba(198,163,123,1);
}

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

@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: 16px;
		--ts-product-price-font-size: 12px;
		--ts-product-price-line-height: 14px;
		
		--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: 81px;
		--ts-h1-font-size: 40px;
		--ts-h1-line-height: 36px;
		--ts-h2-font-size: 30px;
		--ts-h2-line-height: 24px;
		--ts-h3-font-size: 25px;
		--ts-h3-line-height: 22px;
		--ts-h4-font-size: 20px;
		--ts-h4-line-height: 18px;
		--ts-h5-font-size: 18px;
		--ts-h5-line-height: 16px;
		--ts-h6-font-size: 17px;
		--ts-h6-line-height: 16px;
		
		--ts-body-font-size: 14px;
		--ts-line-height: 20px;
		
		--ts-product-font-size: 14px;
		--ts-product-line-height: 18px;
		--ts-product-price-font-size: 13px;
		--ts-product-price-line-height: 16px;
		
		--ts-single-product-font-size: 40px;
		--ts-single-product-line-height: 40px;
		
		--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;
}
