/*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;  }*/
[data-property_id="249"]{
display:none;
}
span.catalog-detail__pseudo-link.fill-dark-light{
display:none;
}
span.header-cabinet__name.header__icon-name.menu-light-text.banner-light-text {
display: none;
}
span.header__icon-name {
display: none;
}
span.header__icon-name.header-cart__name.menu-light-text.banner-light-text {
display: none;
}
.line-block__item:nth-child(2) {
    padding-right: 16px;
padding-left: 16px;
}
.bonus_item_cart, .lt_cart_bonus_all {
    font-size: .8rem;
    line-height: 1rem;
    position: relative;
    padding: 4px 0 0 14px;
    width: max-content;
    margin-left: auto;
}
.bonus_item_cart:after, .lt_cart_bonus_all: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;
}