/*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;  }*/

.sticker__item--nizhtsen {
background-color: red;
}
.sticker__item--free1 {
background-color: #30d5c8;
}

.sticker__item--leto-seyl {
background-color: #ffcf48;
}

.sticker__item--wow {
background-color: #ffa812;
}

.sticker__item--love {
background-color: #ee5851;
}

.sticker__item--yi {
background-color: #f19cbb;
}

.sticker__item--ch-v {
background-color: #0a0a0a;
}

.sticker__item--marta {
background-color: #da70d6;
}

.sticker__item--vygodno {
background-color: #ce2b37;
}

.catalog-detail__main .lb_bonus {
    margin-bottom: 7px;
}
.lb_bonus {
    font-size: .8rem;
    line-height: 1rem;
    position: relative;
    padding: 4px 0 0 14px;
    width: max-content;
	display: none;
}
.lb_bonus:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    width: 11px;
    background: url(/bitrix/components/logictim/bonus.catalog/templates/aspro_lite/images/bonus_icon.svg) center no-repeat;
}