.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: 5px !important;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    transition: 0.!s;
    -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 #000;
    color: #000;
    width: 100%;
}

.filter-section .filter-count {
    display: -ms-flexbox;
    display: flex!important;
    color: #a5a5a5!important;
    font-weight: 400!important;
    font-size: 13px!important;
    float: none!important;
    padding-right: 10px!important;
    position: absolute!important;
    background: none!important;
    padding: 0!important;
    right: 0!important;
    width: unset!important;
    height: 100%!important;
    text-align: center!important;
    border-radius: 0!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

#filters .filter-section input[type=checkbox]:checked+label:after {
    display: none;
}

#filters .filter-section input[type=checkbox]:checked+label {
    border-color: #191919;
    border-left: 8px 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;
    padding: 7px 0px 7px !important;
    border: none!important;
}

#filters .param-filter-top {
    padding-bottom: 0;
    margin: 0;
    padding: 25px 0 17px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#category-filter-hover {
    margin-top: 13px;
}

#filters .slider-wrapper  {
    margin: 0!important;
}

#filters .slider-wrapper .slider-content {
    margin-bottom: 15px!important;
}

.dkLabVisitedProductsBar {
    padding: 20px 0;
}

.filter-sections {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #efefef;
}

#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;
    font-size: 7px;
    opacity: 0.6;
    left: 95%;
    transform: rotate(180deg);
}

#filters .filter-section input[type=checkbox]+label:hover {
    border-left: 4px solid #191919;
}

#filters #clear-filters a {
    color: #fff;
    transition: .2s;
    background: linear-gradient(135deg, #191919, #3f3f3f) !important;
    border-radius: 0;
    border: 2px solid transparent!important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}

#filters #clear-filters a:hover {
    background: #fff !important;
    border: 2px solid #000!important;
    color: #000 !important;
}

#filters .slider-content {
    padding: 0 4px 0 13px!important;
}

#filters .slider-header {
    padding-right: 5px;
}

#filters .filter-section h4+form {
    margin-bottom: 15px;
    margin-top: 5px;
}

#filters .filter-section label.disabled {
    display: none !important;
}

ol.top-products li a .top-products-name {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: color .3s ease-out;
    line-height: 15px;
}

aside.sidebar ol.top-products li .top-products-image img {
    max-width: 90%;
    max-height: 60px;
    width: auto;
    height: auto;
}

aside.sidebar ol.top-products li .top-products-image {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding-left: 0;
    height: 60px;
    width: 60px;
    border-radius: 0;
    overflow: hidden;
    min-width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ol.top-products li a strong {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
}

aside.sidebar ol.top-products li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: none;
}

#filters .ui-slider-horizontal .ui-slider-handle {
    width: 14px;
    height: 18px;
    margin-left: -13px;
    border: none !important;
    background-color: #191919 !important;
    top: -9px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    background-size: 12px;
    box-shadow: none;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (max-width: 767px) {
    #filters .slider-wrapper {
        margin-bottom: 20px !important;
    }

    #content #filters .filters-close-btn:hover{
    text-decoration: none;
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}

    #content #filters .filter-section-default h4:before, #content #filters .filter-section h4:before, #content #filters .slider-wrapper h4:before {
        transition: 0.2s !important;
        font-size: 8px !important;
        opacity: 0.6 !important;
        left: 98% !important;
        transform: rotate(180deg) !important;
        content: "\e911" !important;
        width: unset;
        top: 20%;
        height: unset;
        background: none;
    }

    #filters #clear-filters a {
        padding: 7px 15px;
        border: none!important;
    }
    #filters .filters-close-btn img {
        height: 0;
    }

    #filters .filter-section input[type=checkbox]+label {
        font-size: 15px;
    }

    #content #filters .filters-close-btn img {
        margin-left: 0px;
    }

    #content #filters .filters-close-btn {
        color: #fff;
        padding: 7px 15px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(135deg, #191919, #3f3f3f) !important;
    }

    #content #filters {
        top: 50px !important;
        height: calc(100vh - 40px);
    }

    .scrolled #content #filters {
        top: 50px;
        height: calc(102vh - 55px);
    }
    #filters .param-filter-top {
        border-top: none;
        padding: 17px 0 17px;
        margin-top: 0!important;
    }
    #content #filters .filter-sections fieldset>div {
        width: 100% !important;
    }
    #content #filters.filters-show {
        padding: 15px 15px;
    }
    #filters .filter-section input[type=checkbox]+label {
        margin-right: 0px !important;
    }
    #content #filters .slider-wrapper h4 span {
        text-transform: uppercase;
    }
    #content #filters .filter-section-default h4, #content #filters .filter-section h4, #content #filters .slider-wrapper h4 {
        font-size: 15px !important;
    }
}
