.results-view {
    margin-top: 0;
}

.explore-classic-sidebar {

}

.explore-classic-sidebar .search-filters .form-group.explore-filter.checkboxes-filter {
    margin-bottom: 20px;
}
.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category label a {
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
}
.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category label a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0,0,0,.24);
    border-radius: 50%;
    cursor: pointer;
    transition: background .3s;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category label {
    padding: 0;
}
.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category label:before {
    content: none;
}
.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category.checked label a:before {
    background: #6c1cff;
    border: none;
}

.explore-classic-sidebar .search-filters .md-checkbox.checkbox-category.checked label a:after {
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}
.explore-classic-sidebar .finder-tabs h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
    margin: 0 0 15px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
}

.explore-classic-sidebar .finder-tabs .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
}

.explore-classic-sidebar .finder-tabs .form-group.fc-search {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.explore-classic-sidebar .finder-tabs .form-group > label {
    font-size: 15px !important;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
}

.explore-classic-content .top-banner {
    margin-bottom: 50px;
}
.explore-classic-content .top-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.explore-classic-content .top-toolbar p {
    margin: 0;
}

.explore-classic-content .top-toolbar .fl-results-no {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
}

.explore-classic-content .top-toolbar h1 {
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.explore-classic-content .top-toolbar p strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
}
@media (max-width: 1200px) {
    .explore-classic-content.col-md-9 {
        width: 100%;
    }
    .explore-classic-content .top-toolbar .orderby-filter.md-group {
        display: none;
    }
    .explore-classic-content .top-banner {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
    .tags-nav > li {
        width: 50%!important
    }
}
.explore-classic-content .top-toolbar .orderby-filter.md-group,
.active-taxonomy-container .orderby-filter.md-group {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    gap: 5px;
}
.explore-classic-content .top-toolbar .orderby-filter.md-group label,
.active-taxonomy-container .orderby-filter.md-group label {
    position: static;
    transform: none;
    white-space: nowrap;
    margin: 0;
    font-weight: normal;
}

.explore-classic-content .top-toolbar .select2-container--default .select2-selection--single,
.active-taxonomy-container .select2-container--default .select2-selection--single {
    padding-right: 20px;
}
.explore-classic-content .top-toolbar .select2-container--default .select2-selection--single .select2-selection__rendered,
.active-taxonomy-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 800;
}
.select2-container--open .select2-dropdown {
    min-width: 250px;
}
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-transform: capitalize;
}
.explore-filter.range-filter .mylisting-range-slider .slider-range {
    top: 15px;
}

.explore-filter.range-filter .mylisting-range-slider .slider-range.ui-slider-horizontal .ui-slider-range {
    height: 5px;
    border-radius: 0;
}
.explore-filter.range-filter .mylisting-range-slider .slider-range.ui-slider-horizontal .ui-slider-handle {
    width: 16px;
    height: 16px;
    border: none;
    background: #fff;
    border-radius: 0;
    top: -6px;
}
.explore-filter.range-filter .mylisting-range-slider .slider-range.ui-slider-horizontal .ui-slider-handle:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #6c1cff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.explore-filter.range-filter .mylisting-range-slider .amount {
    font-weight: normal;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    color: #231F20;
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    margin: 0;
    color: #6E6F72;
    font-family: 'Nunito Sans', sans-serif;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    margin: 0;
    color: #6E6F72;
    font-family: 'Nunito Sans', sans-serif;
    content: ">\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

ul.breadcrumb li a.home {
    color: #6E6F72;
}

ul {
    list-style: none;
}

.more {
    text-decoration: underline;
}
