

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

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

.section-title
{
	max-width: 100%;
	padding: 5px;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	border: solid 1px #f2f2f2;
	border-top: none;
}

.block_telegram
{
	border: 1px solid #f2f2f2;
	border-radius: 15px;
	margin-top: 15px;
	padding: 3px 3px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_telegram
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 15px;
	background-color: #0088cc;
	color: white !important;
	border: none;
	border-radius: 21px;
	font-size: calc(15px + 1 * var(--v));;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	font-family: inherit;
}

.btn_telegram:hover
{
	background-color: #0077b5;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}

.btn_telegram:active
{
	transform: translateY(0);
}

.btn_telegram:focus
{
	outline: 2px solid rgba(0, 136, 204, 0.5);
	outline-offset: 2px;
}

/*Фото товара - Краткое описание*/

.image_block
{
	width: 30%;
	min-height: 160px;
	padding: 10px 5px 5px;
	text-align: center;
}

.image_block, .description_wrapp, .information_wrapp { vertical-align: top; }

.description_wrapp { padding: 5px 6px 0; }

.section-list-img
{
	max-width: 100%;
	max-height: 220px;
	vertical-align: top;
	border-radius: 10px;
}

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

.information
{
	padding: 5px 0px 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.cost.prices
{
	width: 100%;
	margin-top: 8px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-evenly;
}
.price_matrix_block, .price, .wrapp_stockers { flex: 0 0 45%; }

.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;
	text-align: center;
}
.price_currency
{
	margin-left: 5px;
}
.offers_price_wrapper .slash { margin: 0 4px; }

.wrapp_stockers { margin-top: 6px; }
.existing-yes { color: #008000; }
.existing-not { color: #CD5C5C; }

@media (max-width: 330px)
{
	.existing-not { font-size: 13px; }
}

.existing-yes, .existing-not
{
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

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

.sku_props { margin-top: 8px; }

.bx_size ul, .bx_scu ul
{
	display:flex;
	flex-wrap: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;
}
.bx_size .active
{
	color: #FFF;
	background: #4AAC5D;
}
@media (min-width: 768px)
{
	.bx_size ul li { margin: 5px 3px 0; }
}
.bx_scu ul li
{
	cursor: pointer;
	padding: 0 5px;
	outline: none;
}
.cnt_item
{
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 5px;
	vertical-align: middle;
}
.active .cnt_item { box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 2px #449a14; }

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

.product_inform_btn
{
	width: 100%;
	margin-top: 12px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-evenly;
	font-weight: 600;
}
.btn_quantity
{
	flex: 0 0 45%;
	height: 38px;
	border: solid 2px #4AAC5D;
	border-radius: 19px;
	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: 38px;
	margin: -2px 0;
	padding: 0 0;
	border: solid 2px #4AAC5D;
	border-radius: 19px;
	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: 38px;
	border-radius: 19px;
	transition: 0.3s;
}
.btn_in-basket
{
	padding-bottom: 2px;
	flex: 0 0 45%;
	border: none;
	background: #4AAC5D;
	font-size: 15px;
	font-size: calc(15px + 1 * var(--v));
	font-weight: 600;
	color: #fff;
	height: 38px;
	border-radius: 19px;
	transition: 0.3s;
}



@media (min-width: 480px) and (max-width: 767px)
{
	.price_matrix_block, .price, .wrapp_stockers, .btn_quantity, .btn_add-basket, .btn_in-basket { flex: 0 0 35%; }
}
@media (min-width: 768px)
{
	.price_matrix_block, .price, .wrapp_stockers, .btn_quantity, .btn_add-basket, .btn_in-basket { flex: 0 0 90%; }
	.wrapp_stockers
	{
		order: 2;
		margin-top: 6px;
	}
	.information { padding: 10px 5px 10px; }

	.cost.prices { order: 1; margin-top: 0; }
	.sku_props { order: 2; }
	.product_inform_btn { order: 3; height: 95px; }

	.description_wrapp { padding: 10px 8px 0; }
}

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

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

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

@media (min-width: 1280px)
{
	.bx_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
	{
		opacity: 80%;
	}
	.btn_add-basket:active, .btn_in-basket:active
	{
		position: relative;
		top: 1px;
	}
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_list/style.css?17757079086052 */
