/*
 Theme Name:   tricklerz
 Theme URI:    http://todcan.com/
 Description:  astra Child Theme
 Author:       TOD
 Author URI:   http://todcan.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  tricklerz
*/

/* fixes issue with title length affecting product button position at the bottom of the box
alos https://essential-addons.com/elementor/ product carousel view using .eael-product-title > h2*/
.woocommerce-loop-product__title,
.eael-product-title > h2 {
    height: 60px;
    margin: 0 0 15px 0;
    overflow: hidden;
}
