/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/


      :root {
            --ts-pr-letter-spacing: 0em !important;
            --ts-heading-letter-spacing: 0em !important;
        }
        
   		.is-sticky .header-top,
		.is-sticky .header-middle,
		.is-sticky .header-bottom{
			background-color: var(--ts-hd-bottom-bg);
			color: var(--ts-hd-bottom-color);
			border-color: var(--ts-border);
		} 

.woocommerce .products .product .price,.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce div.product .yith-wfbt-items .price,ul.product_list_widget li .ts-wg-meta .price, .woocommerce ul.product_list_widget li .ts-wg-meta .price, .add-to-cart-popup-content .price{font-size: 1rem;}

.ts-product-attribute > div.option{
	line-height: 1;
	margin: 0 0 18px 0;
}

.woocommerce div.product form.cart .variations select{
	margin: 0 0 23px;
}
/* 
.woocommerce-cart table.cart td.actions .coupon .input-text{
	float: left; /* rtl */
} 
*/



/*  Custom css */

.woocommerce .products .product div.loop-add-to-cart {
    margin: 12px 0 12px;
}

/* .woocommerce .products .product .product-name {
	    min-height: 44.53px;
} */

table.group_table .woocommerce-grouped-product-list-item__label a,
.woocommerce .products .product .product-name{
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 min-height: calc(2 * 1.4em); 
 line-height: 1.4;
}

.product-categories a {
 display: -webkit-box!important;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.short-description {
		display: none;
}

.woocommerce .woocommerce-product-rating  {
    display: none;
}


/* logo fixer  */

 @media only screen and (min-width: 412px) and (max-width: 427px)  {
header .logo img.mobile-logo,
.header-sticky img.sticky-logo {
width: 120px;
}
}

 @media only screen and (min-width: 401px) and (max-width: 411px)  {
header .logo img.mobile-logo,
.header-sticky img.sticky-logo {
width: 110px;
}
}

 @media only screen and (min-width: 392px) and (max-width: 401px)  {
header .logo img.mobile-logo,
.header-sticky img.sticky-logo {
width: 100px;
}
}

 @media only screen and (min-width: 382px) and (max-width: 391px)  {
header .logo img.mobile-logo,
.header-sticky img.sticky-logo {
width: 90px;
}
}

 @media only screen and (min-width: 372px) and (max-width: 381px)  {
header .logo img.mobile-logo,
.header-sticky img.sticky-logo {
width: 90px;
}
}




.content-wrapper {
	width:100%
}

.wpcf7-list-item {
    margin: 0 1em 10px 0;
    display: flex
}

/* .shop-more-button {
    padding: 13px 25px!important;

    .woocommerce.products.product.product-categories {
        font-size: 0.83rem !important;
    }
    .product-wrapper.meta-wrapper > * {
        line-height: 1 !important;
        margin-bottom: 0.3rem !important;
    }
    .heading-title.product-name {
        line-height: 1.4 !important;
    }
    
    .swiper-pagination {
        margin-top: 0.6rem !important;
    }
        .excerpt {
           overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .heading-title.entry-title {
                   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
        
    }
    .article-content .entry-meta-top {
        display: none
    } */