ul.products{
	background: #fff;
	padding: 1em 5em;
}
li.product {
	box-shadow: none !important;
	margin:0 !important;
	padding:0 .5em !important;
	width:25% !important;
}
ul.products li.product .button {
	visibility: hidden;
}	
ul.products li.product img {
	max-height: 20em !important;
	min-height: 20em !important;
}
ul.products li.product .woocommerce-loop-product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1em !important;
}
.onsale {
	position: absolute;
	right: 0;
	top: 0;
	color: #f00 !important;
	border-color: #f00 !important;
}
.storefront-sorting {
    padding-top: 1em;
}

/* .storefront-sorting nav.prdctfltr-pagination-load-more{
	display: none !important;
}
.storefront-sorting:nth-of-type(2) nav.prdctfltr-pagination-load-more:first-child{
	display: block !important;
} */

@media only screen and (max-width: 768px) {
	li.product {
		width: 100% !important;
		min-height: unset !important;
	}
	ul.products {
		padding: 1em 1em;
	}
	ul.products li.product img {
		min-height: 18em !important;
	}
}