/*
Theme Name: Diza Child
Theme URI: https://elementor.thembay.com/diza/
Author: Thembay
Description: This is a child theme for Diza
Version: 1.0
Author URI: https://thembay.com/
Template: diza
Text Domain: diza-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.product-block .name{
    padding: 0 15px;
}
.product-block .name a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    margin-bottom: 10px;
}
.product-block.v1 .add-cart a{
    font-size: 14px;
}