button.filter-search-bar__button.btn.btn-primary {
    padding: 20px;
}


i.fa-solid.fa-magnifying-glass {
    position: relative;
}
i.fa-solid.fa-magnifying-glass:before {
    content: '\f002';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    left: -8px;
    top: -11px;
}

button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    padding: 10px 20px;
}


.chosen-container-single .chosen-single {
    box-shadow: none;
    background: none;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
}

.chosen-container-single .chosen-single div b {
    position: relative;
    top: 5px;
}
