/* custom styles */
.prices .items{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.discount-string span,
.discount-string{
	text-transform: uppercase !important;
	font-size: 14pt;
	font-weight: bold;
}
.discount-value,
.discount-date{
	color: #ff0000;
}
.catalog .desc{
	width: 100%;
}
/*.product{
    width: 27%;
}
@media (max-width: 959px) {
	.catalog .items .product:not(:nth-child(2n)) {
	    margin-right: 0 !important;
	}
}
@media (max-width: 768px) {
	.product {
	    width: 100%;
	}
}*/