element.style {
    width: 385px;
}

.t-store__filter__search-and-sort {
    display: table-cell;
    text-align: center;
    white-space: nowrap;
}

.t-store__filter__btn, .t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #fff7ee;
    border: 1px solid #373737;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
}

.t-store__search-icon {
    border-left: 1px solid #373737;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    margin: auto;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
}