.alf-filter {
    margin-bottom: 10px;
    position: relative;
    padding: 0 15px 0 60px;
    font-size: 24px;
}

/*style for the delete/clear button*/
.alf-filter-clear {
    text-decoration: none;
    color: #fff;
    background: #aaa;
    border-radius: 50%;
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s linear;
}
.alf-filter-clear:hover {
    opacity: 1;
    background: #c92030;
    color: #fff;
}

/*styles for the accordion*/
.alf-filterable {
    margin:0;
    padding: 0;
}
.alf-filterable li {
    list-style: none;
}
.alf-filterable ul {
    /* display: none; */
    padding: 0;
}

/*labels for the categories*/
.alf-filterable label {
    cursor: pointer;
}
.alf-filterable .alf-expanded:before {
    transform: rotate(90deg);
}
/*what to do when there is a potential matched element*/
.alf-filterable .alf-matched {
    font-weight: bold;
}

.alf-expanded .dflex.left{
    display: inherit;
}
.alf-expanded span.icon.icon-w-12.top_icons{
    transform: rotate(270deg);
}

.customScrollBar, .prices__accordionsElem__ul.otherServices{
    max-height: 0;
    overflow: hidden;
}
.alf-expanded + .customScrollBar{
    max-height: 438px;
    overflow: auto;
}
.alf-expanded + .prices__accordionsElem__ul.otherServices{
    max-height: inherit;
    overflow: inherit;
}
.alf-expanded + .customScrollBar {
    max-height: 438px;
    overflow: auto;
}