.shop-product-item {
	margin-bottom: 20px;
}

.shop-product-item:last-child() {
	margin-bottom: 0;
}

.shop-product-item:nth-child(3) {
	margin-bottom: 0;
}

@media all and (min-width: 768px) {
	.shop-product-item:nth-last-child(3) {
		margin-bottom: 0;
	}
}