/*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;  }*/
.ajax_load_discount.section-content-wrapper .ajax_load_btn.mt.mt--40 {
    display: none;
}
.ajax_load_discount .bottom_nav_wrapper.nav-compact {
    margin-top: 60px;
}
.sticker__item--sale,
.sticker__item--rozprodazh,
.sticker__item--rasprodazha {
    color: #fff;
    --sticker_color: var(--theme-more-color);
}

.text_nostock_info {
    color: #fff;
    font-size: 15px;
    background-color: #f91a35;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 8px;
}
.text_center_title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 5px 0px;
    color: var(--white_text_black);
}