
.sidebar .active-filters h4 {
    margin: 0 0 5px 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-primary);
}

.sidebar h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 0;
    position: relative;
    border-top: 1px solid var(--color-light);
    border-bottom: 1px solid var(--color-light);
    padding: 14px 0;
    text-transform: inherit;
}

.sidebar h3 img {
    margin-top: -4px;
    width: 20px;
}

.sidebar .active-filters {
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.sidebar .active-filters ul li {
    margin: 0 0 5px 0;
}

.sidebar .active-filters .filter-type {
    font-size: 12px;
    display: inline-block;
}

.sidebar .active-filters .filter-value {
    padding: 5px 10px;
    text-align: center;
    background: var(--color-light);
    color: var(--color-primary);
    transition: all .4s;
    display: inline-block;
    font-size: 12px;
    margin: 3px 0 0 5px;
    border: 1px solid transparent;
}

.sidebar .active-filters .filter-value span {
    position: relative;
    top: -5px;
    left: 1px;
    cursor: pointer;
}

.sidebar .active-filters .filter-value span img {
    height: 7px;
    margin-left: 5px;
}

.sidebar .active-filters .filter-value span .icn {
    display: inline-block;
}

.sidebar .active-filters .filter-value span:hover .icn {
    display: none;
}

.sidebar .active-filters .filter-value span .icn-hover {
    display: none;
}

.sidebar .active-filters .filter-value span:hover .icn-hover {
    display: inline-block;
}

.sidebar .active-filters .filter-value:hover {
    border: 1px solid var(--color-primary);
}

.sidebar.active .widgets {
    display: block;
}

.sidebar .widget {
    border-bottom: 1px solid var(--color-light);
    padding: 10px 10px 10px 20px;
}

.sidebar .widget.category-list {
    border: 1px solid #ccc;
}

.sidebar .widget.category-list .widget {
    border: none;
}

.sidebar .widget.category-list > h4 {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 18px;
    transition: margin .4s ease, padding .4s ease;
}

.sidebar .widget.category-list.widget-active > h4 {
    border-bottom: 1px solid var(--color-light);
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: margin .4s ease, padding .4s ease;
}

.sidebar .widget.category-list .widget .widget-box .filter-item {
    padding-left: 0;
}

.sidebar .widget.category-list .widget .widget-box .filter-item:before {
    display: none;
}

.sidebar .widget .widget-box {
    margin: 0;
    display: none;
}

.sidebar .widget.widget-active > .widget-box {
    display: block;
}

.sidebar .widget h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.sidebar .widget h4 img {
    margin: -4px 0 0 0;
}
.sidebar .widget.category-list > h4:after {
    display: none;
}


.sidebar .widget h5 {
    font-size: 18px;
    line-height: 20px;
    padding: 3px 0;
    color: #222;
    font-family: 'Alumni Sans', sans-serif;
    position: relative;
    cursor: pointer;
}

.sidebar .widget .category-icon {
    font-size: 16px;
    margin-right: 5px;
}

.sidebar .widget.widget-active h4:after,
.sidebar .widget.category-list .widget.widget-active h4:after {
    transform: rotate(-90deg);
}

.sidebar .widget .widget {
    padding: 0 15px 5px 18px;
}

.sidebar .widget.category-list h4:after {
    content: "<";
    top: 0;
    left: 0;
    right: auto;
    margin-left: -15px;
    font-weight: 400;
    font-family: monospace;
    position: absolute;
    transition: all .4s;
    font-size: 16px;
    transform: none;
}

.sidebar .widget h4:after {
    content: "<";
    top: 0;
    right: 0;
    font-weight: 400;
    font-family: monospace;
    position: absolute;
    margin-right: -10px;
    transform: rotate(90deg);
    transition: all .4s;
    font-size: 16px;
}

.sidebar .widget .aside-dropdown > li {
    position: relative;
    padding: 0 0 0 15px;
}

.sidebar .widget .aside-dropdown > li.dd-menu ul {
    display: none;
}

.sidebar .widget .aside-dropdown > li.dd-menu:after {
    content: "\f105";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 16px;
}

.sidebar .widget .aside-dropdown > li.dd-simple-menu:after {
    content: "\f105";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 16px;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active ul {
    display: block;
}

.sidebar .widget .aside-dropdown > li.dd-menu-active:after {
    content: "\f107";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    position: absolute;
}

.sidebar .widget .aside-dropdown > li:last-of-type {
    border: 0;
}

.sidebar .widget .aside-dropdown > li > a {
    padding: 3px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: #40414E;
}

.sidebar .widget .aside-dropdown > li > a:hover {
    color: #00A5AE;
}

.sidebar .widget .aside-dropdown > li > ul {
    padding: 0 0 15px 0;
}

.sidebar .widget .aside-dropdown > li > ul > li > a {
    padding: 6px 15px 6px 10px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #60606A;
}

.sidebar .widget .aside-dropdown > li > ul > li > a:hover {
    color: #00A5AE;
}

.sidebar .widget .sort-search {
    position: relative;
    margin: 0 0 20px 0;
}

.sidebar .widget .sort-search img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
}

.sidebar .widget .sort-search .form-control {
    font-size: 12px;
    padding-left: 35px;
}

.sidebar .widget .filter-list {
    max-height: 200px;
    overflow-x: auto;
    position: relative;
}

.sidebar .widget .filter-list .filter-item {
    padding: 0 0 0 28px;
    position: relative;
    margin: 10px 0;
}

.sidebar .widget .filter-list .filter-item a {
    color: #5A5E5E;
    font-size: 14px;
    -webkit-appearance: none;
}

.sidebar .widget .filter-list .filter-item a:hover {
    color: var(--color-primary);
}

.sidebar .widget .filter-list .filter-item.selected a {
    color: var(--color-primary);
    font-weight: 600;
}

.sidebar .widget .filter-list .filter-item.selected:after {
    content: "";
    background: url("assets/images/icons/check.svg") center center no-repeat, #05283B;
    background-size: 12px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}

.sidebar .widget .filter-list .filter-item:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}

.sidebar .stars {
    display: inline-block;
    margin-right: 3px;
}

.sidebar .stars li img {
    width: 22px;
}

.extra-controls {
    margin: 14px 0 0 0;
    position: relative;
}
.extra-controls:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 1px;
    background: #333333;
    margin-left: -2px;
}

.extra-controls input {
    width: 100%;
    font-family: "Inter", sans-serif;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}

.extra-controls input:focus {
    box-shadow: none;
    border-color: #00A5AE;
}

aside .clear-all {
    margin: 0 0 28px 0;
}

aside .clear-all a {
    font-size: 15px;
    text-decoration: underline;
}

aside .clear-all a:hover {
    opacity: 0.7;
    color: var(--color-primary);
}

.categories .sort h1 {
    font-size: 24px;
    font-weight: 400;
}

.custom-select.toggle-filter {
    background-position-y: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sidebar {
        margin-bottom: 20px;
    }
    .sidebar .widget h4:after {
        font-size: 20px;
        margin-right: 0;
    }
    .sidebar .active-filters h4 {
        margin: 0 0 10px 0;
    }

    .sidebar .active-filters {
        padding: 0 0 20px;
    }

    .sidebar .active-filters ul li {
        display: inline-block;
        margin: 0 10px 3px 0;
    }

    .sidebar .widget {
        padding: 10px 0;
    }

    .sidebar.active .widgets {
        display: none;
    }

    .sidebar .widget.category-list {
        padding: 10px;
        margin-bottom: 15px;
    }



}