

/* Start:/local/templates/aspro_mshop/components/bitrix/catalog.element/main_table-rd/style.css?17569861915161*/
.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;
}
.detail .button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    padding: 0 7px;
    color: var(--color-white);
    font-family: inherit;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
    transition-property: color, background-color, border-color, opacity;
    width: 100%!important;
}
.gallery .stickers {
    right: 200px;
    top: 90px;
}
.sticker-rasp {
    background-color: #ed1c24;
    color: white;
    font-weight: 550;
    padding: 5px 10px;
    opacity: .7;
    font-size: 12px;
}

@media (max-width: 768px){
	.gallery .stickers {
		right: 7px;
		top: 0;
	}
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol) '.' !important;
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 20px;
  padding: 0 5px;
  color: inherit;
  font: inherit;
  text-align: left;
}
.modal .delivery-panel__text p{
    color:#fff;
}
.props__value img {
	width: 40px;
	margin-bottom: 0!important;
}

.product-table__check-elem .check-elem {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 1.166;
  text-align: left;
}
.product-table__check-elem .check-elem__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.product-table__check-elem .check-elem__input[type='radio'] ~ .check-elem__visual {
  border-radius: 50%;
}
.product-table__check-elem .check-elem__input[type='radio'] ~ .check-elem__visual:before {
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.product-table__check-elem .check-elem__input:checked ~ .check-elem__visual:before {
  opacity: 1;
}
.product-table__check-elem .check-elem__input:disabled {
  pointer-events: none;
}
.product-table__check-elem .check-elem__input:disabled ~ .check-elem__visual,
.product-table__check-elem .check-elem__input:disabled ~ .check-elem__label {
  color: var(--color-grey);
  pointer-events: none;
}
.product-table__check-elem .check-elem__input + .check-elem__visual {
  margin-left: 0;
}
.product-table__check-elem .check-elem__input_state_error ~ .check-elem__visual,
.product-table__check-elem .check-elem__input_state_error ~ .check-elem__label {
  color: var(--color-error);
}
.product-table__check-elem .check-elem__visual {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 1em;
  width: 1em;
  max-width: 1em;
  height: 1em;
  margin: 0 0.5em;
  color: var(--color-dark);
  font-size: 28px;
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: transparent;
  border: 0.05em solid currentColor;
  border-radius: 2px;
  transition: all 0.3s ease;
  transition-property: color, background-color;
}
.product-table__check-elem .check-elem__visual:last-child {
  margin-right: 0;
}
.product-table__check-elem .check-elem__visual:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 0.25em;
  height: 0.55em;
  color: var(--color-dark);
  border-right: 0.075em solid currentColor;
  border-bottom: 0.075em solid currentColor;
  opacity: 0;
  transform: translate(-50%, -60%) rotate(45deg) skew(5deg);
  transition: opacity 0.3s ease;
}
.product-table__check-elem .check-elem__label {
  position: relative;
  display: block;
  align-self: center;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
/* End */
/* /local/templates/aspro_mshop/components/bitrix/catalog.element/main_table-rd/style.css?17569861915161 */
