.products .product {
	width: 25%;
}
.products.five .product {
	width: 20%;
}
.product .content {
	padding: .6em;
}
.product .image-block {
	height: 12em;
}
.product .image-product {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
}
.product .add-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.product .add-icon .small-icon {
	padding: .6em .6em .4em;
	filter: drop-shadow(0px 0px 1px #fff);
}
.product .add-icon .small-icon.comparison-icon {
	padding: .4em .6em .6em;
}
.info-block {
	;
}
.info-buy {
	;
}
.product .name {
	overflow: hidden;
	height: 4.7em;
	line-height: 1.2;
/*	font-size: .9em;*/
}
.info-buy .action-block {
	position: relative;
	white-space: nowrap;
	font-size: 1.1em;
	padding: .2em;
	border-radius: 1.2em;
	 -webkit-border-radius: 1.2em;
	 -moz-border-radius: 1.2em;
	 -o-border-radius: 1.2em;
	 -ms-border-radius: 1.2em;
}
.info-buy .price-block {
	font-size: 1.1em;
}
.info-buy .price-block.price-fs-1 {
	font-size: .95em;
}
.info-buy .price-block.price-fs-2 {
	font-size: .85em;
}
.info-buy .price-block.price-fs-3 {
	font-size: .7em;
}
.product .old-price {
	position: absolute;
	top: 0;
	font-size: .85em;
}
.info-buy .price {
	font-weight: bold;
	padding-left: .5em;
}
.info-buy .price.pos-a {
	bottom: 0;
}
.info-buy .in-stock {
	text-align: center;
	line-height: 1.2;
/*	font-size: .9em;*/
	font-weight: bold;
}

@media only screen and (max-width: 1023px) {
	.products {
		text-align: center;
/*		font-size: .8em;*/
	}
	.products .product,
	.products.five .product {
		width: 50%;
		text-align: left;
	}
	.products .product {
		font-size: .7em;
	}
}

@media only screen and (min-width: 1024px) {
}
