

/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main/style.css?16301539468241*/
/*Конт - Заголовок товара - Хлебные крошки*/

.br { border-radius: 15px 15px 0px 0px !important; }

.element_title_block
{
	max-width: 100%;
	padding: 5px;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	border: solid 1px #f2f2f2;
	border-top: none;
}
@media (min-width: 768px)
{
	.element_title_block { padding: 7px 10px 10px; }
}


/*Конт - Фото товара*/

.item_main_info
{
	display: flex;
	flex-flow: wrap;
}
.slides, .product_inform { flex: 0 0 100%; }

@media (min-width: 768px)
{
	.slides { flex: 0 0 calc(58% - 15px); }
	.product_inform { flex: 0 0 42%; }
}
.slides
{
	min-height: 160px;
	margin-right: 15px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slides img
{
	max-height: 430px;
	border-radius: 20px;
}

/*Конт - Информация о товаре*/
/*Характеристики*/

.product_inform_properties
{
	margin-top: 3%;
	padding: 0 4%;
}
.props_list { margin-top: 3px; }


/*В наличии - Оптовая розничная цена*/

.price-top-section
{
	max-width: 100%;
	margin-top: 2%;
	border-top: solid 1px lightgrey;
	border-bottom: solid 1px lightgray;
	display: flex;
	align-items: center;
}
.existing, .prices-product
{
	flex: 0 0 50%;
	padding: 1.3%;
	text-align: center;
}
.existing-yes { color: #008000; }
.existing-not { color: #CD5C5C; }

.existing
{
	font-weight: bold;
	font-style: italic;
}
.prices-product { border-left: solid 1px lightgray; }
.offers_price_wrapper > div, .price_matrix_block > div
{
	display: inline-block;
	vertical-align: middle;
}
.price, .price_matrix_block, .slash
{
	font-size: 20px;
	font-weight: bold;
	color: #008000;
}
.price_currency
{
	margin-left: 5px;
}
.offers_price_wrapper .slash { margin: 0 4px; }

/*Свойства торг пред*/

.bx_size, .bx_scu { margin-top: 4%; }

.bx_size ul, .bx_scu ul
{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.bx_size ul li
{
	font-size: 13px;
	font-weight: 600;
	color: #4a9513;
	border: 1px solid #4a9513;
	border-radius: 4px;
	padding: 2px 10px;
	margin: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.sku_props .bx_item_detail_size ul li.active
{
	color: #FFF;
	background: #4AAC5D;
}
.bx_scu ul li
{
	cursor: pointer;
	padding: 0 5px;
	outline: none;
	transition: 0.3s;
}
.cnt_item
{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 5px;
	vertical-align: middle;
}
.active .cnt_item { box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 2px #449a14; }

/*Кнопки - Кол-во  Купить  Отложить  1 клик*/

.product_inform_btn
{
	width: 100%;
	height: 110px;
	margin-top: 4%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-evenly;
	font-weight: 600;
}

.btn_quantity
{
	flex: 0 0 45%;
	height: 42px;
	border: solid 2px #4AAC5D;
	border-radius: 21px;
	border-width: 2px 0;
	display: flex;
	justify-content: space-between;
}
.btn_quantity input
{
	flex: 0 0 38%;
	width: 38%;
	padding: 2px 0;
	font: 600 20px "Open Sans", Arial, sans-serif;
	color: #808080;
	text-align: center;
	vertical-align: middle;
	background: none;
	text-rendering: unset;
	appearance: none;
	outline: none;
	border: none;
}
.btn_quantity button
{
	flex: 0 0 31%;
	min-width: 42px;
	margin: -2px 0;
	padding: 0 0;
	border: solid 2px #4AAC5D;
	border-radius: 21px;
	background: none;
	transition: 0.3s;
}
.minus:before, .plus:before, .plus:after
{
	content: '';
	width: 18px;
	height: 2px;
	background: #808080;
	display: block;
	left: calc(50% - 9px);
	position: relative;
}
.plus:before { top: 1px; }
.plus:after
{
	transform: rotate(-90deg);
	top: -1px;
}

.btn_add-basket
{
	padding-bottom: 2px;
	flex: 0 0 45%;
	border: none;
	background: #CD5C5C;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	height: 42px;
	border-radius: 21px;
	transition: 0.3s;
}

.btn_set-aside
{
	flex: 0 0 45%;
	border: none;
	background: transparent;
	font-size: 1.2em;
	color: #CD5C5C;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.heart-svg
{
	position: relative;
	top: .1em;
	flex-shrink: 0;
	height: 1.8em;
	width: 1.8em;
}
.heart-active { fill-rule: unset; } /*js добавление к .heart-svg после клика*/

.btn_one-click, .btn_in-basket
{
	padding-bottom: 2px;
	flex: 0 0 45%;
	border: none;
	background: #4AAC5D;
	font-size: calc(15px + 1 * var(--v));
	font-weight: 600;
	color: #fff;
	height: 42px;
	border-radius: 21px;
	transition: 0.3s;
}

@media (min-width: 480px) and (max-width: 767px)
{
	.btn_quantity, .btn_add-basket, .btn_in-basket, .btn_set-aside, .btn_one-click { flex: 0 0 35% }
}

/*Статьи*/

.subprice-articles
{
	display: flex;
	flex-flow: column;
	margin-top: 3%;
	padding: 7px 5px;
	border-top: solid 1px #f2f2f2;
}
.subprice-articles_item
{
	text-align: center;
	line-height: 1.4;
	padding: 1% 0;
	font-weight: 600;
}

/*Кнопка - Посмотреть отзывы*/

.goToReviews
{
	display: block;
	width: 100%;
	margin: 1% 0 15px;
	border-top: solid 1px #f2f2f2;
	background: #4AAC5D3B;
	text-align: center;
	padding: 8px 0;
	font-size: 17px;
	font-weight: 600;
	color: #808080;
	cursor: pointer;
	transition: 0.3s;
}


/*Конт - С этим товаром покупают Другие товары*/

.with-buy-products_title
{
	flex: 0 0 100%;
	margin-bottom: 6px;
}
.with-buy-products_title span
{
	font-size: 15px;
	color: #008000;
	font-weight: bold;
	border-bottom: 2px solid #008000;
	padding-bottom: 4px;
}
.with-buy-products, .more-products
{
	display: flex;
	flex-flow: wrap;
	padding: 10px;
}
.with-buy-products_item, .more-products_item
{
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	height: 100px;
	border: solid 1px #f2f2f2;
	padding: 5px;
}
@media (min-width: 550px)
{
	.with-buy-products_item, .more-products_item
	{
		flex: 1 1 calc(50% - 12px);
	}
}
.mp-img
{
	max-height: 92px;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 8px;
}
.with-buy-products_item_img, .more-products_item_img
{
	flex: 0 0 30%;
	text-align: center;
}
.with-buy-products_item_title, .more-products_item_title
{
	flex: 0 0 67%;
	margin-left: 3%;
	font-weight: bold;
	line-height: 1.4;
}

/*Конт - Детальное описание товара*/

.bg { padding: 5px 2.5% 10px; }

.ya-share2__icon
{
	background-size: 30px 30px !important;
	height: 38px !important;
	width: 38px !important;
}

/*Конт - Другие статьи*/

.more-articles
{
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-content: space-evenly;
	padding-top: 0.7%;
	padding-bottom: 4%;
}
.more-articles_item
{
	flex: 0 0 95%;
	margin-top: 4%;
	text-align: center;
}
@media (min-width: 550px)
{
	.more-articles
	{
		padding-bottom: 1.5%;
	}
	.more-articles_item
	{
		flex: 0 0 47%;
		margin-top: 1.3%;
	}
}
.more-articles_item .a2
{
	font-size: 17px;
	font-weight: bold;
}
.more-articles_item img
{
	display: block;
	max-width: 100%;
	margin-bottom: 2%;
	border-radius: 10px;
}

/*active эффект для МВ*/

@media (max-width: 1279px)
{
	.btn_quantity button:active
	{
		background: #4AAC5DC4;
	}
	.btn_add-basket:active, .btn_in-basket:active, .btn_set-aside:active, .btn_one-click:active
	{
		position: relative;
		opacity: 80%;
		top: 1px;
	}
	.goToReviews:active
	{
		background: #dff6e4;
	}
}

/*hover эффект для ПК*/

@media (min-width: 1280px)
{
	.sku_props .bx_item_detail_size ul li:hover
	{
		color: #FFF;
		background: #4AAC5D;
	}
	.cnt_item:hover { box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 2px #449a14; }
	.btn_quantity button:hover
	{
		background: #4AAC5D3B;
	}
	.heart-svg:hover { fill-rule: unset; }
	.btn_add-basket:hover, .btn_in-basket:hover, .btn_set-aside:hover, .btn_one-click:hover
	{
		opacity: 80%;
	}
	.btn_add-basket:active, .btn_in-basket:active, .btn_set-aside:active, .btn_one-click:active
	{
		position: relative;
		top: 1px;
	}
	.goToReviews:hover
	{
		background: #dff6e4;
	}
}

.char_value ul{
list-style:none;
}
.offer_buy_block{
width:100% !important;
}
.product_articles .col-md-6{
margin-bottom:20px;
}
.wrapp_one_click{
margin-top:-10px;
width: calc(100% - 163px);
}
.wrapp_one_click span.btn.btn-default{
padding: 10px 15px 10px;
float:right;
}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main/style.css?16301539468241 */
