.filter-options-content label {
    color: #494949;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px;
    cursor: pointer;
}
.filter-options-content .items label {
    margin-left: 0;
}
.filter-options-content label:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}
.filter-options-content li label:hover {
    background-color: unset;
}