/*
 Theme Name:   Lust&Love
 Description:  Lust&Love based on Woodmart Theme
 Author:       WAILABS
 Author URI:   
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.title-line-two .product-grid-item .wd-entities-title {
    min-height: 36px;
}

/* Header */

.wd-header-cart.wd-design-3 .wd-cart-subtotal .woocommerce-Price-amount {
    color: rgb(207, 65, 78);
}

/* Menu category - icons size */

.wd-nav-img {
    max-height: 32px;
}

/* Product-labels */


.product-label.onsale {
    background-color: rgb(207, 65, 78);
}

.labels-rounded .label-with-img {
    max-width: 50px;
}

.product-images .labels-rounded .label-with-img {
    max-width: 55px;
}

.product-label.featured {
    background-color: transparent;
    color: transparent;
    background-image: url("/wp-content/themes/lustandlove/assets/img/labels/hot.svg");
}

/* Product-labels Mobile */

@media (max-width: 575px) {

    .labels-rounded .label-with-img {
        max-width: 40px;
    }

    .product-images .labels-rounded .label-with-img {
        max-width: 55px;
    }
}


/* Product-single-product */

.woocommerce-Tabs-panel--additional_information .shop_attributes .attribute_name {
    color: #666;
    font-weight: 400;
    font-size: .875rem;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes tr {
    align-items: baseline;
}

.woocommerce-Tabs-panel--additional_information .shop_attributes .attribute_value {
    font-size: 14px;
    font-weight: 700;
}

.attribute_group_name .attribute-group-image, .attribute_group_row .attribute-group-image {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: -5px;
}

.tabs-layout-tabs #tab-additional_information .shop_attributes{
    max-width: 100%;
}

.attribute-group-name {
    font-size: 18px;
    vertical-align: middle;
    color: #73C8A9;
}


.attribute_row {
    font-size: 16px;
}

.attribute_group_row .attribute_group_column table {
    margin-bottom: 0px;
}

.shop_attributes td {
    text-align: left;
}


.woocommerce table.shop_attributes td {
    font-weight: bold;
}

.woocommerce table.shop_attributes .attribute_row > td, .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    padding: 5px;
}

.woocommerce table.shop_attributes .attribute_group_column .attribute_group_row td {
    padding-bottom: 10px;
}

.attribute_group_column tr.attribute_group_row {
    border-bottom: 1px solid #9f9f9f;
}

.woocommerce table.shop_attributes.woocommerce-group-attributes-layout-4 .attribute_group_column {
    padding: 15px 30px 0 0;
}


/* Product-compare page */


.compare-field {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

.compare-value {
    font-size: 16px;
    font-weight: bold;
    color: #242424;;
}

/* brand-filter */
.woodmart-woocommerce-layered-nav .show-labels-off.swatches-brands .wc-layered-nav-term:not(.with-swatch-text, .with-swatch-image ) .layer-term-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
}


/* Blog  */


.blog-design-masonry .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}