/*
Theme Name: Divi Plus Furniture
Theme URI: https://diviextended.com/product/divi-plus/
Description: Divi Plus plugin based ready-to-use Divi child theme designed for Furniture.
Author: Divi Extended
Author URI: https://diviextended.com/
Template: Divi
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


.woocommerce ul.products li.product a img, ul.products li.product-category.product img {
    min-height: 246px;
    max-width: 80% !important;
}
.woocommerce ul.products.columns-5 li.product span.et_shop_image {
    display: block;
    height: 246px;
    overflow: hidden;
}
.woocommerce ul.products.columns-5 li.product span.et_shop_image img {
    max-width: 100% !important;
    height: inherit !important;
}