@media (min-width:981px) {
   .woocommerce ul.products li.product {
	width: 24.5% !important;
	clear: none !important;	margin-right: 2% !important;
    } 
	.woocommerce ul.products li.product:nth-child(-n+3) { 
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
    }
}


@media screen and (min-width: 760px) and (max-width: 980px) {
.woocommerce-page ul.products li.product:nth-child(n) {
	width: 24.3% !important;
	clear: none !important;	margin: 2px !important;
    } 
	.woocommerce ul.products li.product:nth-child(-n+3) { 
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
    }
}