.t-select {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    line-height: 1.33;
    outline: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: initial;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.t-input {
    margin: 0;
    font-size: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-checkboxes__wrapper_button .t-checkboxes__item,.t-radio__wrapper_button .t-radio__item {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #000;
    box-sizing: border-box
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 800px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto
}
