

/* Start:/local/templates/custom/components/bitrix/catalog.item/bootstrap2/style.css?17404700642813*/
.picture_block{
	width: 100%;
	max-height: 400px;
    background-color: #ffffff;
	position: relative;
}
.discount-percent{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
	color: #E9A37C;
}
.discount-color{
	color: #E9A37C!important;
}
.just-in-item .image-container .card-img{
	display: none;
}
.just-in-item .image-container .card-img.active {
	display: block;
	object-fit: contain;
}
.heart_icon_close{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}
.picture_block img{
	width: 100%;
	max-height: 360px;
	height: 400px;
	object-fit: contain;
}
.product-item-container{
	margin-bottom: 16px;
}
.product-item{
	position: relative;
}
.name_text{
	padding-top: 8px;
}
.name_text a{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}
.preview_text{
	font-family: "Segoe UI", seriff;
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.price_text{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 8px;
}
.price_text span.price_block{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: none;
	color: #000000;
	margin-top: 8px;
}
.price_text span{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	/*text-decoration-line: line-through;*/
	color: #252324;
	margin-right: 14px;
}
.sizeblock{
	margin-top: 10px;
	display: flex;
	column-gap: 10px;
	width: 80%;
	flex-wrap: wrap;
}
.add_to_basket_block p{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;

}
.add_to_basket_block{
	visibility: hidden;
	opacity: 0;
	margin-top: 13px;
	height: 68px !important;
}
.old_price svg line{
	stroke: red;
	stroke-width: 1px;
}
.old_price svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.old_price{
	position: relative;
	text-decoration: line-through;
	text-decoration-color: red;
}
.add_basket_trending,
.basketDisable
{
	background-color: rgba(37, 35, 36, 1);
	height: 40px;
	color: #FFF;
	border: 0;
	outline: 0 ;
	margin: 0 auto;
	display: block;
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;

	cursor: pointer ;
	width: 100%;
}
.info_product{
	height: 68px;
}
.info_product, .add_to_basket_block{
	transition-duration: 0.5s;
}
.product-item:hover .info_product{
	opacity: 0;
	height: 0;
	visibility: hidden;
}
.product-item:hover .add_to_basket_block{
	visibility: visible;
	opacity: 1;
}
.product-item{
	min-height: 522px;
}
@media (max-width: 768px) {
	.sizeblock{
		width: 80%;
		flex-wrap: wrap;
	}
	.bx-touch .product-item {
		min-width: 220px;
	}
}

/* End */
/* /local/templates/custom/components/bitrix/catalog.item/bootstrap2/style.css?17404700642813 */
