

/* Start:/local/templates/aspro_mshop/components/bitrix/catalog.element/main-rd/style.css?17561088051370*/
.catalog_detail .sku_props .bx_item_detail_size ul li:hover .color_link{
	color: white;
}
.size-table__row .size-table__cell-name{
    white-space: pre-line;
}
.counter_block.counter_block_slim .text{
    margin: 0px !important;
}
.size-group__error_message{
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0px;
}
.prices_block_prefix{
	font-size: 14px;
	font-weight: 700;
}
.prices_block.iblock.prices_block_type_flex{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.prices_block_mobile{
	display: none !important; 
}

@media (max-width: 768px){
	.prices_block_mobile{
		display: block !important;
	}
	.prices_block.iblock.prices_block_type_flex{
		justify-content: space-between;
	}
	.tabs_content .row{
		flex-direction: column;
	}
}
ul li:before {
    content: ""!important;
}
label {
    display: block!important;
    margin-bottom: 0!important;
}
.check-panel {
    display: flex!important;
}
.detail__purchase-panel:last-child {
    margin-bottom: 40px!important;
}
.wrapper_inner {
    padding: 0!important;
    max-width: 100%!important;
}
.modal .delivery-panel__text p{
    color:#fff;
}
.props__value img {
	width: 40px;
	margin-bottom: 0!important;
}
.quantity-value {
    display: block;
    margin: 20px 0 0;
    font-size: 14px;
    color: var(--color-grey);
    text-transform: lowercase;
}
/* End */
/* /local/templates/aspro_mshop/components/bitrix/catalog.element/main-rd/style.css?17561088051370 */
