/**
* Theme Name: grano Child
* Description: This is a child theme of grano, generated by Rdt WP.
* Author: <a href="http://roadthemes.com/">Road-Themes</a>
* Template: grano
* Version: 1.0.3
*/
.seed-card h3,.pesticide-card h3,.fertilizer-card h3 {
    min-height: 39px;
}
.owl-item .product .product-title h6 {
    min-height: 42px;
}
.pesticide-card,.seed-card,.fertilizer-card {
    position: relative;
}
.pesticide-grid .pesticide-card,.seed-grid .seed-card,.fertilizer-grid .fertilizer-card {
    position: relative;
	    box-shadow: 0px 0px 4px #ccc;
    padding-bottom: 60px;
}
.hg-cart-btn{
	position:absolute;
	bottom:15px;
	left: 15px;
	    width: calc(100% - 30px) !important;
}
.seed-grid .hg-cart-btn{
	left: 10px;
	 width: calc(100% - 20px) !important;
}
@media ( max-width: 768px ){
	.owl-item .product .product-title h6 {
		min-height: 31px;
	}
}