.search-header {
    margin: 3.125rem auto 4.375rem;
}
.search-header h1 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0f1b1f;
    line-height: 1.25;
    margin: 0;
}
.search-header h1 span {
    text-transform: capitalize;
}
.search-header span.resume {
    color: #697174;
    font-weight: 400;
}
.search-header .button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.filter h2 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f1b1f;
}
.filter ul {
    padding: .5rem 0 2rem;
}
.filter ul li {
    line-height: 2;
}
.filter ul li a {
    font-size: 14px;
}

.filt-bt {
    position: relative;
    z-index: 1;
}
.filt-bt .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    display: none;
}
.filt-bt:hover .list {
    display: block;
}
.filt-bt .list ul {
    margin-top: 15px;
    padding-top: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 9px 0 rgba(34, 41, 51, 0.2);
}
.filt-bt .list ul li {
    display: block;
    text-align: left;
}
.filt-bt .list ul li a {
    text-align: left;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 400;
    display: block;
    border-bottom: solid 1px #f8f8f8;
    text-transform: none;
    color: #6f7077;
}
.filt-bt .list ul li a:hover {
    text-decoration: none;
    color: #a827d2;
}
.results {
    padding-bottom: 90px;
}

.filter_selected {
    padding-bottom: 1.5rem;
}
.filter_selected li {
    padding-bottom: 8px;
}
.filter_selected a {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    background-color: #f0f3f8;
    color: #0f1b1f;
    padding: 5px 32px 5px 12px;
    max-width: 100%;
}
.filter_selected a i {
    color: #aaaaaa;
    position: absolute;
    right: 10px;
    top: 8px;
}
.filter_selected a:hover {
    text-decoration: none;
}
.filter_selected a:hover i {
    color: #9816c3;
}

.bt-filts,
.title_filter {
    display: none;
}

/* NO-CONTENT */
.no-content {
    position: relative;
    margin: 8rem auto;
    max-width: 
}
.no-content i {
    font-size: 3rem;
    color: #5c1680;
    display: block;
}
.no-content strong {
    font-weight: 900;
    font-size: 1.5rem;
    color: #0f1b1f;
    line-height: 1.25;
    margin: 2rem 0;
    max-width: 490px;
    display: block;
}
.no-content b {
    color: #697174;
    font-weight: bold;
    display: block;
}
.no-content ul {
    list-style: outside;
    padding: 10px 0 0 1rem;
}


/* PAGINATE */
.paginate ul,
.paginate ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.paginate ul li {
    min-width: 30px;
    text-align: center;
}
.paginate ul {
    display:block;
    text-align: center;
    padding: 30px 0 0;
}
.paginate ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}
.paginate ul li.active {
    color: #b343d8;
    font-weight: bold;
    border: solid 3px #b343d8;
    border-radius: 50px;
    line-height: 30px;
    width: 36px;
}
.paginate ul li.next a,
.paginate ul li.prev a {
    color: #b343d8;
    font-weight: bold;
}
.paginate ul li a,
.paginate ul li.next a:hover,
.paginate ul li.prev a:hover {
    color: #5c1680;
}

/* Small */
@media (max-width:640px) {
    .search-header {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .filts {
        background: #f7f9fb;
        margin: 0 -1.875rem 44px;
    }
    .bt-filts,
    .filt-bt {
        width: 48%;
        display: inline-block;
    }

    .search-header {
        margin-bottom: 2.375rem;
    }
    .search-header .button.area,
    .search-header .button.area:hover {
        padding: 0 1.875rem;
        border: none;
        height: auto;
        line-height: auto;
        background: none;
        color: #b343d8;
        font-weight: 400;
        text-transform: capitalize;
    }
    .search-header .button.area:hover {
        color: #9816c3;
    }
    .search-header .button.area span {
        display: none;
    }

    .search-header .bt-filts .button.area {
        text-align: left;
    }
    .search-header .filt-bt .button.area {
        text-align: right;
    }

    .filter_list {
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 99;
    }
    body.filter .filter_list {
        display: block;
    }
    .filter_list .title_filter {
        display: block;
    }
    .filter_list .title_filter > a {
        display: inline-block;
        font-size: 18px;
        color: #a827d2;
        padding: 30px;
    }
    .filter_list .title_filter > strong {
        display: block;
        padding: 0 30px 30px;
        font-size: 21px;
        color: #0f1b1f;
    }
    .filter_list .filter {
        border-top: solid 1px #f0f2f5;
        position: relative;
    }
    .filter_list .filter:last-child {
        border-bottom: solid 1px #f0f2f5;
    }
    .filter_list .filter::before {
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        font-size: 16px;
        top: 18px;
        right: 30px;
        color: #40454b;
    }
    .filter_list .filter.open::before {
        content: '\f077';
    }
    .filter_list .filter ul {
        position: relative;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        transition: all 0.4s ease-out;
    }
    .filter_list .filter.open ul {
        max-height: 600px;
        opacity: 1;
    }
    .filter_list .filter ul::before {
        content: '';
        position: absolute;
        background: #f0f2f5;
        height: 1px;
        left: 0;
        right: 0;
        top: 0;
    }
    .filter_list .filter ul li {
        padding: 10px 30px;
    }
    .filter_list .filter ul li:first-child {
        padding-top: 20px;
    }
    .filter_list .filter ul li:last-child {
        padding-bottom: 20px;
    }
    .filter_list .filter h2 {
        padding: 20px 30px;
        text-transform: none;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }
}
