@media screen and (min-width:1024px) {
.woocommerce ul.products li.product { 
width: 25% !important;
margin: 3% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(3n+1) {
clear: both !important;
}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
.woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
clear: right !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: none !important;
}
} .woocommerce div.product div.images img { width: auto !important;}@media screen and (min-width:1024px) {
.woocommerce ul.products li.product { 
width: 25% !important;
margin: 3% !important;
clear: none !important;
}
.woocommerce ul.products li.product:nth-child(3n+1) {
clear: both !important;
}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
.woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
clear: right !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
clear: none !important;
}
} .woocommerce div.product div.images img { width: auto !important;}