/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

img[src*=".jpg"], img[data-src*=".jpg"] {
    background: #fff !important;
}

ul.products.columns-3 li.product {
    width: 29.5% !important;
    padding: 20px !important;
    min-height: 310px !important;
    float: left !important;
    list-style: none !important;
    margin: 0 3.8% 2.992em 0 !important;
}


div#molco-products li.product {
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    border-radius: 0.375rem;
    font-weight: 400;
    color: #001f47;
    border: 0px solid #fff;
}