.price-filters {
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.price-filters span.title {
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    padding: 5px 10px;
}
.price-filters ul li {
    display: flex !important;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}
.price-filters ul li.selected-range {
    background: #f3f3f3 !important;
}
.price-filters ul li.hidden-range {
    display: none !important;
}
.price-filters ul li a {
    line-height: 32px;
    width: 100%;
    padding: 5px 10px;
}
.price-filters button.toggle-ranges {
    font-weight: normal;
    background: #793c0a;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 15px;
    width: calc(100% - 10px);
    margin: 5px;
}
.price-filters button.toggle-ranges:hover {
    background: #c3935b;
}