.t-store__sort-select {
    width: 100%;
    border: 2px #e6c35d solid;
    background: #f0e6da;
    color: #424025;
    box-sizing: border-box;
    cursor: pointer;
    padding: 3px 30px 3px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: #f0e6da;
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #53513d;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.6;
}
.t-store__filter__item_checkbox .t-store__filter__item-controls-container {
    padding: 12px 12px;
}
.t-store__filter__item-controls-wrap {
    display: none;
    position: absolute;
    left: -10px;
    margin-top: 8px;
    min-width: 160px;
    background-color: #f0e6da;
    border-color: black;
    border: 2px solid #e6c35d;
    border-radius: 0;
    overflow: hidden;
}
.t-descr {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 300;
    color: #53513d;
}
.t-text {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 500;
    color: #424025;
}
.tlk__resources {
    padding: 85px 30px 30px;
    font-family: 'montserrat', sans-serif;
    color: #424025;
}
.tlk__resources-groups-title {
    margin-bottom: 10px;
    font-weight: 500;
}
.t-store__search-icon {
    border-left: 2px solid #e6c35d;
}
store__filter__btn, .t-store__filter__input {
    border: 2px #e6c35d solid;
    background: #f0e6da;
    color: #000;
    box-sizing: border-box;
    padding: 0 6px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.8;
    outline: 0;
}
.t-store__filter__search .t-store__filter__input {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 50px;
    width: 250px;
    border-radius: ;
}