/* Start custom CSS */ul > li.product-grid-view.product > div{
    width:100%;
}
ul > li.product-grid-view.product{
    width:25% !important;
}



@media (min-width: 600px) and (max-width: 768px){
ul > li.product-grid-view.product{
    width:50% !important;
}
}

@media(max-width:600px){
 ul > li.product-grid-view.product{
    width:100% !important;
}
}/* End custom CSS */