/*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.custom-font [class*="sticker_"] {
    /*  padding: 4px 7px 4px;
    font-size: 15px;*/
    padding: 3px 6px 3px;
    font-size: 13px;
    margin: 0px 6px 4px -2px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
}

.compact-catalog .item .stickers.custom-font {
    display: flex !important;
    flex-direction: column;
}

.stickers .sticker_khit_prodazh {
    background-color: #2992d9;
}

.stickers .sticker_rekomenduem {
    background-color: #893ca9;
}

.stickers .sticker_aktsiya {
    background-color: #F7941D;
    color: #fff;
}

.stickers .sticker_sale_text.custom-sticker-green {
    background-color: #4CAF50;
}

.stickers .sticker_sale_text.custom-sticker-orange {
    background-color: #F7941D;
}

.count_wrapp .item-stock .stock+.value {
    color: #4CAF50 !important;
}

.count_wrapp .item-stock .icon.stock {
    content: url(/include/plus.svg);
}

.prices_block .item-stock .stock+.value {
    color: #4CAF50 !important;
}

.quantity_block_wrapper .item-stock .icon.stock {
    content: url(/include/plus.svg);
}

@media (max-width: 600px) {
    .stickers.custom-font [class*="sticker_"] {
        font-size: 13px;
        line-height: 1.6;
    }
}


.catalog_section_list .item_block:not(.sm) li.sect.font_xs:nth-of-type(n + 3):not(.more_items)::after {
    display: none;
}

.catalog_section_list .section_item .section_info.toggle ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-weight: 600;

}

.section_info.toggle ul li.name a.dark_link span.font_md {
    font-weight: 700;
}

/* .wish_item_button.item-action{
    width: fit-content;
} */

@media (max-width: 400px) {
    .catalog_section_list .section_item li.name a span {
        font-size: 13px;
    }
}