

/* Start:/local/templates/.default/components/bitrix/catalog.section/shop_list/style.css?16130538442521*/
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.cat-list__price .old-price {
    text-decoration: line-through;
    font-size: 14px;
}
.cat-list__price .discount {
    line-height: 22px;
}
.cat-list__price .discount span {
    background-color: #de1313;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 3px 5px;
}
.cat-list__price .new-price {
    color: #de1313;
}


.has-labels {
    position: relative;
}
.has-labels .labels {
    position: absolute;
    top: 0;
    left: 10px;
}
.has-labels .label {
    background-color: #de1313;
    color: #fff;
    font-family: Gilroy-Bold,Helvetica,Arial,sans-serif;
    letter-spacing: .4px;
    line-height: 1.5;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transform: skew(-15deg);
}
.has-labels .label:not(:last-child) {
    margin-bottom: 3px;
}
.has-labels .label span {
    transform: skew(15deg);
}

.has-labels .label::before {
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    transform: skew(15deg);
}
.has-labels .label.label-discount::before {
    background-image: url(/local/templates/.default/img/product-labels/discount.svg);
}
.has-labels .label.label-dealer::before {
    background-image: url(/local/templates/.default/img/product-labels/dealer.svg);
}
.has-labels .label.label-delivery::before {
    background-image: url(/local/templates/.default/img/product-labels/delivery.svg);
}
.has-labels .label.label-new::before {
    background-image: url(/local/templates/.default/img/product-labels/new.svg);
}
.has-labels .label.label-hit::before {
    background-image: url(/local/templates/.default/img/product-labels/hit.svg);
}
.has-labels .label.label-gift::before {
    background-image: url(/local/templates/.default/img/product-labels/gift.svg);
}
.has-labels .label.label-superprice::before {
    background-image: url(/local/templates/.default/img/product-labels/superprice.svg);
}

.has-labels .label.label-discount {
    background-color: #f54f28;
}
.has-labels .label.label-dealer {
    background-color: #24ce64;
}
.has-labels .label.label-delivery {
    background-color: #24ce64;
}
.has-labels .label.label-new {
    background-color: #268be8;
}
.has-labels .label.label-hit {
    background-color: #f54f28;
}
.has-labels .label.label-gift {
    background-color: #268be8;
}
.has-labels .label.label-superprice {
    background-color: #f54f28;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.section/shop_list/style.css?16130538442521 */
