.capricho-products {
	margin-bottom: 2em;
}

.capricho-products ul.products {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.capricho-products ul.products li.product {
	float: left;
	margin: 0 0 2.992em;
	padding: 0 15px;
	position: relative;
	width: 100%;
}

.capricho-products.columns-1 ul.products li.product {
	width: 100%;
}

.capricho-products.columns-2 ul.products li.product {
	width: 50%;
}

.capricho-products.columns-3 ul.products li.product {
	width: 33.333%;
}

.capricho-products.columns-4 ul.products li.product {
	width: 25%;
}

.capricho-products.columns-5 ul.products li.product {
	width: 20%;
}

.capricho-products.columns-6 ul.products li.product {
	width: 16.666%;
}

.capricho-pagination {
	clear: both;
	margin-top: 1.5em;
	text-align: center;
}

.capricho-pagination .page-numbers {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 2px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
}

.capricho-pagination .page-numbers.current,
.capricho-pagination .page-numbers:hover {
	background: #da9fff;
	color: #fff;
}

@media (max-width: 767px) {
	.capricho-products ul.products li.product {
		width: 50% !important;
	}
}

@media (max-width: 480px) {
	.capricho-products ul.products li.product {
		width: 100% !important;
	}
}
