.woof_price_filter_txt_container {
    display: flex;
    align-items: center;
}

.woof_price_filter_txt_container span {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    bottom: 8px;
    font-weight: bold;
}
.vendor-select .ui-selectmenu-button {
    background: unset;
    border: 1px solid #C2C2C2;
    outline: none;
    color: black;
    padding: 13px;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 25px;
}
.vendor-select .ui-selectmenu-button .ui-selectmenu-icon {
    background: center / contain no-repeat url(../images/selectmenu-arrow-black.svg);
    width: 13px;
}
.current-vendor .ui-menu .ui-menu-item-wrapper {
    padding: 4px 13px;
}
@media screen and (max-width: 445px) {
    .vendor-select .ui-selectmenu-button {
        width: 130px;
        min-width: inherit;
    }
}