/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*Цвет стикера распродажа*/
.stickers .sticker_rasprodazha { background-color:#fc482d}
.wieght_color {color:#fff}

/* рубрика каталога */
.main-catalog-wrapper .catalog_section_list a.item_block[class*="col-"] {
    display:block;
    padding: 0;
    margin: 0 0 -1px -1px;
    color: unset;
}
.catalog_page .section-compact-list a[class*="col-"] {
    display:block;
    padding: 0;
    margin: 0 0 -1px -1px;
    color: unset;
}
.catalog_page .section-compact-list .list__info > span {
    display:block;
    padding: 0;
    margin: 0 0 -1px -1px;
    color: unset;
}

/* карточка товара */
.catalog-delivery-field_addbasket .catalog-delivery-field-input {
    width: unset !important;
}
.catalog-delivery-items__prefix {
    margin: 0 0 20px 0;
}
.catalog-delivery-items__prefix i.svg {
    margin-right: 8px;
}

/* spacers */
.m-0 {margin:0}

h2.sectionH2 {
	font-weight:500 !important;
	font:15px/25px Montserrat,Arial,sans-serif
}


/* компонент - варианты объема */

.weight-volume-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 22px;
}
.weight-volume-item {
	width: 86px;
    border-radius: 3px;
    border: 1px solid #B0BDE3;
    box-sizing: border-box;
    color: #575CB5;
    transition: all 0.3s ease;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
	cursor: pointer;
}

.weight-volume-item:not(:last-child) {
    margin-right: 12px;
}

.weight-volume-item {
	margin-bottom: 12px;
}

.weight-a {
	display: block;
    height: 100%;
    padding: 17px 5px;
}

.weight-volume-item:hover {
	border: 1px solid #1D41B0;
}

.weight-volume-item:hover,
.weight-volume-item:hover a {
    background: linear-gradient(0deg, #1D41B0, #1D41B0);
    color: #FFFFFF;
}

.weight-volume-title::before {
	content: none !important;
}

.sel {
	background: linear-gradient(0deg, #1D41B0, #1D41B0);
	border: 1px solid #1D41B0;
}

.sel a {
	color: #FFFFFF;
}
