

/* Start:/local/templates/redkot/components/bitrix/catalog.section/catalog-list-stock/style.css?17214081271119*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.catalog__list-content .sales_block {
	width: 100%;
	margin: 10px 5px;
}

.sales__wrapper.row {
	margin-left: -7px;
	margin-right: -7px;
}

.sales_container .sales__item,
.sale_item-wrapper .sale__item {
	padding-left: 7px;
	padding-right: 7px;
}

.sales_container .sales__item .sales_img_wrapper {
	width: 100%;
	height: fit-content;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	overflow: hidden;
	transition: .2s ease-out;
}
.sales_container .sales__item:hover .sales_img_wrapper {
	box-shadow: none;
}
.sales_container .sales__item .sales_img {
	position: relative;
	z-index: 1;
	object-fit: contain;
	height: auto;
	max-height: 100%;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: transform .3s ease-out;
	transform: scale(1.02);
}

.sales_container .sales__item:hover .sales_img {
	transform: scale(1);
}


/* End */
/* /local/templates/redkot/components/bitrix/catalog.section/catalog-list-stock/style.css?17214081271119 */
