.filter-sections fieldset>div {
    width: 100%;
    margin-bottom: 0;
}

#filters .filter-section input[type=checkbox]+label {
    padding: 1px 32px 0px 10px;
    border: none;
    margin-right: 3px !important;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    transition: 0.2s;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    height: 19px;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-left: 2px solid #c0c0c0;
    color: #c0c0c0;
    width: 100%;
}

aside.sidebar {
    width: 275px;
    margin-right: 25px;
}

.filter-section .filter-count {
    display: -ms-flexbox;
    display: flex;
    color: #a5a5a5;
    font-weight: 400;
    font-size: 13px;
    float: none;
    padding-right: 10px;
    position: absolute;
    background: none;
    padding: 0;
    right: 0;
    width: unset;
    height: 100%;
    text-align: center;
    border-radius: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#filters .filter-section input[type=checkbox]:checked+label:after {
    display: none;
}

#filters .filter-section input[type=checkbox]:checked+label {
    border-color: #191919;
    border-left: 4px solid;
    font-weight: 600 !important;
    color: #000;
}

#filters .filter-section .filter-label.active .filter-count {
    font-weight: 600;
    color: #000;
}

#filters .filter-section input[type=checkbox]:checked+label:before {
    background: none;
}

aside #filters h4 {
    text-transform: uppercase;
}

#filters .filter-section-default h4, #filters .filter-section h4 {
    text-transform: uppercase;
}

#filters .otevreny h4:before {
    transform: rotate(360deg);
}

#filters h4:before {
    transition: 0.2s;
    left: 95%;
    transform: rotate(180deg);
}

#filters .filter-section input[type=checkbox]+label:hover {
    color: #6d6d6d;
    border-left: 4px solid #6d6d6d;
}

#filters #clear-filters a {
    color: #fff;
    transition: .2s;
    background: linear-gradient(135deg, #191919, #3f3f3f) !important;
    border-radius: 0;
    border: 2px solid transparen!important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}

#filters #clear-filters a:hover {
    background: #fff !important;
    border: 2px solid #000;
    color: #000 !important;
}

#filters .filter-section h4+form {
    margin-bottom: 15px;
    margin-top: 5px;
}

aside.sidebar .box {
    padding: 9px;
    border: none;
    margin-bottom: 4px !important;
    border: none;
    margin-top: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background: #fff;
}

aside.sidebar .box.box-categories h3 {
    display: none;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (max-width: 767px) {

}
