

#breadcrumbs a {
    font-size: 0.75rem;
}
.jet-filter-label {
    cursor: pointer;
}
.jet-filter-label:after {
    font-family: 'FontAwesome';
    content:"\f078"; 
    float: right;
    font-size: 1rem;
    line-height: 1;
}
.jet-filter-label.active:after {
    content:"\f077"; 
}

#smart-filters .elementor-widget:not(:last-child) {
    margin: 0px;
}

#smart-filters .jet-checkboxes-list-wrapper {
    padding-bottom: 20px;
}

#smart-filters .jet-remove-all-filters {
    margin: 20px 0 0 0;
}