/**
* Theme Name: R-Energy Child
* Description: This is a child theme of R-Energy, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: r-energy
* Version: 1.2.3
*/

/*.post-type-archive-product .product-item.product-item--primary .img-holder img{
    display:none;
}

.post-type-archive-product .product-item.product-item--primary .img-holder{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
}*/

.post-type-archive-product .product-item.product-item--primary .img-holder img{
    height:auto;
    max-height:none;
}


    .post-type-archive-product .product-item.product-item--primary .img-holder img{
        height:
        auto;
        max-height:
        none;
        position: static;
    }
    
    .post-type-archive-product .product-item.product-item--primary .img-holder{
        max-height:none;
    }
    
    .post-type-archive-product .product-item.product-item--primary .img-holder:before{
        display:none;
    }
