/* Start custom CSS for page-settings */.block-category h1 {
    margin-bottom: 1rem;
    font-size: x-large;
}

.block-categories .h6 {
    font-size: small;
    font-weight: bold;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    font-size: x-small
}

#search_filters .facet .facet-label a {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
    font-size: x-small;
    font-weight: 500;
}


.block-category h1 {
    margin-bottom: 1rem;
    font-size: x-large;
    display:none;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 0.6rem;
}/* End custom CSS */