body.tax-product_cat ul.products li.product {
    display: block;
    margin: 0;
    box-shadow: none;
    box-sizing: border-box;
    flex: 0 0 19.2% !important;
    margin-right: 1% !important;
    border: none;
    margin-top: 0% !important;
}

body.tax-product_cat ul.products li.product:nth-child(5n) {
    margin-right: 0 !important;
}

body.tax-product_cat ul.products li.product:nth-child(n+6) {
    margin-top: 1% !important;
}

@media screen and (max-width: 1500px) {

	body.tax-product_cat ul.products li.product {
		flex: 0 0 24.25% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(5n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(4n) {
	    margin-right: 0 !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(n+5) {
	    margin-top: 1% !important;
	}

}

@media screen and (max-width: 1150px) {

	body.tax-product_cat ul.products li.product {
	    flex: 0 0 32.6666% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(5n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(4n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(3n) {
	    margin-right: 0 !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(n+4) {
	    margin-top: 1% !important;
	}

}
@media screen and (max-width: 600px) {
	body.tax-product_cat ul.products li.product {
	    flex: 0 0 100% !important;
	}
}

@media screen and (max-width: 850px) {

	body.tax-product_cat .full-width {
		width: 90%;
	}



	body.tax-product_cat ul.products li.product:nth-child(5n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(4n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(3n) {
    	margin-right: 1% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(2n) {
	    margin-right: 0 !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(n+3) {
	    margin-top: 1% !important;
	}

}

@media screen and (max-width: 450px) {

	body.tax-product_cat ul.products li.product {
	    flex: 0 0 100% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(5n) {
    	margin-right: 0% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(4n) {
    	margin-right: 0% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(3n) {
    	margin-right: 0% !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(1n) {
	    margin-right: 0 !important;
	}

	body.tax-product_cat ul.products li.product:nth-child(n+2) {
	    margin-top: 1% !important;
	}

}