/**
* Theme Name: Karpart Child
* Description: This is a child theme of Karpart, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: karpart
* Version: 1.1.7
*/

.product-block .posted-in{
	display: none;
}
.product-block-list-inner .posted-in{
	display: none;
}

ul.products li.product-style-default h3, ul.products li.product-style-default .woocommerce-loop-product__title{
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.product-block .product-caption .product-caption-hover .short-description{
	margin: 10px 0 0;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title{

   display: -webkit-box;
    -webkit-line-clamp: 4;

}

@media (max-width: 640px){
   ul.karpart-products.products:not(.products-list) {
       grid-template-columns: repeat( auto-fit, minmax(170px, 1fr) );
       grid-gap: 5px;
   }
}

/* Product Brands Toggle */

.widget_product_brands .product-brands li {
    position: relative;
    padding-right: 28px;
}
.widget_product_brands .product-brands ul {
    padding-right: 0;
}

/* .widget_product_brands .product-brands li > a {
    display: block;
} */

/* Icon */
.widget_product_brands .product-brands .brand-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.widget_product_brands .product-brands .brand-toggle .fa-plus:before {
font-family: "karpart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 14px;
    color: var(--accent);
}
.widget_product_brands .product-brands .brand-toggle .fa-minus:before {
	font-family: "karpart-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 14px;
    color: var(--accent);
}
.widget_product_brands .product-brands .brand-toggle i {
    font-size: 16px;
    line-height: 1;
    display: block;
}
.widget_product_brands .product-brands .children {
    display: none;
}

.widget_product_brands .product-brands li.open > .children {
    display: block;
}
