.offcanvas.filter .widget h3 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.offcanvas.filter .widget h3 span:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 12px;
    height: 1px;
    background: #222222;
    margin: 5px;
}

.offcanvas.filter.active {
    left: 0;
}
.widget-container {
    max-height: 230px;
    overflow-y: auto;
}
/* width */
.filter-content::-webkit-scrollbar,
.widget-container::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.filter-content::-webkit-scrollbar-track,
.widget-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.filter-content::-webkit-scrollbar-thumb,
.widget-container::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.filter-content::-webkit-scrollbar-thumb:hover,
.widget-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.widget ul li {
    position: relative;
    line-height: 25px;
}

.chosen {
    padding: 3px;
    transition: all .3s;
}

.chosen:hover {
    background: #f5f5f5;
    color: #000;
}

.chosen label {
    margin-bottom: 0;
}

.widget ul li .clear-this {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 34px;
    cursor: pointer;
}