/*!
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.18.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woo_products .woocommerce .products li a{
    display:inline-block;
}
.woo_products .woocommerce .products li a .et_shop_image {
    float: left;
    width: 30%;
}
.woo_products .woocommerce .products li a h2.woocommerce-loop-product__title{
    float: left;
    width: 70%;
    padding-left: 5px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}