#filter h6{text-align: left;padding:7px 15px; background:var(--ivoire);}



#filter li {
    text-align: left;
    list-style: none;
    padding-top: 2px;

}

#filter ul {
    padding-left: 10px
}



#filter .children:not(.level_2) {}


#filter>li {
    font-weight: bold
}

.filter.active a {
    color: #6E1849;
    font-weight: bold
}

.level_class_1 span {
    font-weight: bold
}

#filter .children li.checked>ul {
    display: block;
}

.filter-title {
    font-weight: bold;
    text-align: center;
}


.form-check {
    position: relative
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 35px;
    


}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::before {
    content: "\f053";
   font-family:  'Font Awesome 5 Pro';
    color: #444;
    position: absolute;
    

}

.filter-container {
    margin-bottom: 0px;
    font-weight: normal;
    padding-left: 10px;
}

.filter-container.selected {
    font-weight: bold
}

/* When the checkbox is checked, add a blue background */
.filter-container input:checked+.checkmark:before {
    display: none;


}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
    content: "\f053";
    font-family:  'Font Awesome 5 Pro';
    color: var(--orange);
    position: absolute;
    display: none;
    

}

/* Show the checkmark when checked */
.filter-container input:checked+.checkmark:after {
    display: block;
}

.filter-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Style the checkmark/indicator */
.filter-container .checkmark:after,
.filter-container .checkmark:before {
    left: 9px;
    top: 0px;
    width: 5px;
    height: 10px;



}

.options-value {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.options-value .form-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px
}

.options-value .form-check input {
   margin-left: auto;
}
.options-value .wrapper-input{}
.options-value .form-check label {
    margin-left: 15px;
    font-weight: 400;
}
.options-value .form-check.disabled{color:#ccc}
.options-value .form-check.actived label {font-weight:bold}

.options-value .form-check input[disabled]{background:#ccc}

.options {
    text-align: left !important;
    margin-bottom: 15px;
    padding-right: 35px;
    
}

.options::after{
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto;

    margin-top: 10px;
    border-bottom: 1px solid #ccc; }

    #options {
     
        margin-top: 20px;
        
    }

    #options::before {
        content: '';
        display: block;
        width: 80%;
        margin: 0 auto;
        border-top: 1px solid #ddd;
        height: 2px;
        padding-top: 20px
    }

    .options>label{
        padding-left: 20px;
        font-size:19px;
        font-weight:500}
    #filter.desktop_hidden .mobile-shops-filter {
        background: #fff;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        position: fixed;
        visibility: hidden;
        top: 0px;
        left: -100%;
        width: 100%;
        bottom: 0;
        z-index: 999999;
        padding-top: 25px;
    }

    #filter.desktop_hidden ul.children {
        padding-left: 20px
    }

    #filter.desktop_hidden .mobile-shops-filter.visible {


        transform: translateX(95%);

        padding-left: 30px;
        visibility: visible;



    }

    .no-result{font-size:20px;background:#fff;padding:15px 50px;text-align:center}

    #filter.desktop_hidden button {
        font-size: 20px;
        padding: 10px 20px;
        border: none
    }

    .close {
        padding-right: 20px
    }

    .mobile-shops-filter.visible .filter-title {
        margin-bottom: 25px
    }

    @media only screen and (max-width:600px) {
        #filter.desktop_hidden {
            display: block;

        }

        .mobile-shops-filter.visible #options{
            padding-right:  15px;
        }


    }