.filter-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}

.filter-wrapper+.filter-wrapper {
    margin-top: 56px;
}

#lightbox-painter .filter-child>ul {
    max-height: 620px;
    overflow-y: auto;
}

.simplebar-scrollbar:before {
    background-color: var(--bg-main-2) !important;
    top: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
    right: 1px !important;
}

.simplebar-track.simplebar-vertical {
    width: 5px !important;
}

.simplebar-scrollbar {
    max-height: 218px !important;
}

.filter-child ul li {
    padding-left: 40px;
    position: relative;
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    margin: 0 0 20px !important;
    color: var(--color-text-2);
}

.filter-child ul li a {
    color: #000;
}

.filter-child ul li .check-btn-filter {
    border: 1px solid var(--color-text-2);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-child ul li .check-btn-filter.check-btn-filter-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 4px;
    border: 1px solid;
}

.filter-child ul .active .check-btn-filter:not(.check-btn-filter-color)::after {
    content: url(../icons/check-f.svg);
    line-height: 0;
}

.filter-child ul .active .check-btn-filter.check-btn-filter-color::after {
    content: "";
    position: absolute;
    left: -3.3px;
    top: -3.3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid;
    border-radius: 50%;
}

.filter-note {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
}

.price-filter-range-i {
    padding-left: 8px;
    margin-bottom: 16px;
}

.range-header {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}

[data-name="filter_price"] .filter-child>ul {
    margin-bottom: 16px
}

.range-header span {
    display: block;
    position: relative;
    text-align: right;
    /* font-size: 14px; */
    color: var(--color-text-2);
}

.range-header span:first-child::after {
    /* content: ""; */
    position: absolute;
    right: -34px;
    width: 20px;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

#painter_filter_form button[type="submit"],
#form-main-filter button[type="submit"] {
    min-width: 66px;
    height: 36px;
    border-radius: 3px;
    background-color: #83220F;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s;
    margin: 32px auto 0;
    display: block;
    text-transform: uppercase;
    line-height: normal;
    min-height: unset;
    padding: 0;
    opacity: 1;
}

#painter_filter_form button[type="submit"]:hover,
#form-main-filter button[type="submit"]:hover {
    background-color: var(--fs-color-secondary);
    color: var(--primary-color);
}

.filter-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    line-height: 1.2;
}

.filter-title::after {
    content: "\f107";
    font-size: 20px;
    font-family: fl-icons;
    line-height: 0;
}

#form-main-filter {
    margin: 0;
}

.group-search {
    display: flex;
    align-items: center;
    background: #F1E6E4;
    position: relative;
    margin-bottom: 25px;
}

input#painter-search {}

.group-search input#painter-search {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 34px 0 40px;
}

span.button-search-brand {
    position: absolute;
    left: 16px;
    top: 10px;
}

span.button-search-brand svg {
    width: 16px;
}

span.close-search-brand {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 9px;
    color: #1D0803;
}

.filter-wrap-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {

    .lightbox-painter,
    .lightbox-filter {
        display: block !important;
        background: transparent;
        box-shadow: none;
    }
}

@media screen and (max-width: 1200px) {

    div#lightbox-painter,
    div#lightbox-filter {
        padding: 40px 20px;
        background: var(--bg-main);
    }

    .group-search {
        margin-top: 20px;
    }


    .filter-title {
        margin: 0;
    }

    .filter-wrapper+.filter-wrapper {
        margin-top: 20px;
    }

    .filter-child {
        padding: 10px 0 0;
        display: none;
    }

    #form-main-filter button[type="submit"] {
        display: block;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 850px) {}