.bx-sls .quick-locations{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 3rem;
}
.bx-sls .quick-location-tag{
    padding: 0 1.2rem;
    border-radius: 4px;
    border: 1px solid #cacaca;
    background: #fff;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    color: #3c3c3c;
    transition: 0.2s;
    margin: unset;
    font-size: unset;
    line-height: unset;
}
.bx-sls .quick-location-tag:hover{
    background: #3c3c3c;
    color: #fff;
}
.bx-sls .dropdown-block{
    height: 38px;
}
.bx-sls .dropdown-icon{
    top: 50%;
    margin-top: -7px;
}
.bx-sls .bx-ui-sls-container,
.bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-sls-fake,
.bx-sls .dropdown-fade2white{
    height: 100%;
}
.bx-sls .dropdown-fade2white{
    top: 0;
}
.bx-sls .bx-ui-sls-clear{
    top: 50%;
    margin-top: -15px;
}