/**
* Theme Name: Lasa Child
* Description: This is a child theme for Lasa
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0.0
* Template: lasa
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* testo view prodotti lista */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--tb-theme-color-text);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    /*justify-content: center;*/
    gap: 16px;
}

.mg-brand-wrapper.mg-brand-wrapper-category {
    display: block;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  color: #acabab;
}

    .product-block.grid.v7 .name {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        margin: 0 0 13px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

.product-block.grid.v7 .caption span.price {
margin: 9px auto 11px;
justify-content: center;
}

/* testo view prodotti lista */

.coupon label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 19px;
    color: var(--tb-button-color, #3a454f);
    display: none;
}

/*Nascondera la doppia casella di spunta mailchimp dal checkout*/
#mailchimp_woocommerce_newsletter {
    display: none !important;
}
/*Nascondera la doppia casella di spunta crea un account dal checkout*/
#createaccount {
    display: none !important;
}
.display-products.products {
    padding-top: 30px;
}
/*fonts add*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 25, 2024 */

@font-face {
    font-family: 'gendyregular';
    src: url('fonts/gendy-webfont.woff2') format('woff2'),
         url('fonts/gendy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*fine fonts add*/
