

/* Start:/local/templates/masterdom/components/bitrix/catalog/md_catalog/style.css?1759752227808*/
 .sort_icon {
    display: inline-block;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: .3rem;
}


.sort_icon.novetly_down {
    background-image: url(/local/templates/masterdom/components/bitrix/catalog/md_catalog/./icons/price_down.svg);
}

.sort_icon.novetly_up {
    background-image: url(/local/templates/masterdom/components/bitrix/catalog/md_catalog/./icons/price_up.svg);
}

.sort-item > a {
    color: var(--bs-body-color);
}

.sort-item > a.selected {
    font-weight: 700;
}

    .tags_box { 
        min-height: 70px;
    }

@media (max-width: 767px) {
    .tags_box { 
        min-height: 70px;
    }
}

.tags.scrollable-container > ul.hidescroll {
    scrollbar-width: none;
}

.tags_box_mobile {
    border-bottom: 1px solid;
    border-bottom-color: var(--bs-border-color);
}

/* End */
/* /local/templates/masterdom/components/bitrix/catalog/md_catalog/style.css?1759752227808 */
