.sort-box span.picker.selected {
    color: var(--c1);
}

.pricelabel {
    padding: .8rem 1.6rem;
    border-radius: 1.6rem;
    min-width: 10rem;
    display: inline-block;
}

/*--------------------------------------------------------------
filter
--------------------------------------------------------------*/
label.on {
    background: var(--c3) !Important;
    color: var(--c1) !important;
}