.uc-test {
    margin-left: 45px;
}


.t706__product-title {
    color: #b99269;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    vertical-align: middle;
}

.t706__cartwin-totalamount-wrap {
    color: #b99269;
    display: none;
    font-weight: 400;
    overflow-wrap: break-word;
    padding-top: 25px;
    text-align: right;
}

.t706 .t-form .t-descr_md, .t706 .t706__cartwin-totalamount-wrap.t-descr_xl {
    font-size: 14px;
}

.t706__product-amount, .t706__product-amount--portion {
    color: #000;
    display: table-cell;
    font-size: 14px;
    padding: 15px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 80px;
}

.t706__cartpage-form .t-form .t-descr_md {
    font-size: 14px;
}

.t-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: initial;
    cursor: pointer;
    font-size: 14px;
    height: 60px;
    line-height: 1.33;
    outline: none;
    padding: 0 45px 0 20px;
    width: 100%;
}

element.style {
    color: #b99269;
    border: 1px solid #d9d9d9;
    font-size: 12px;
}

.t706 .t-form .t-input, .t706 .t-form .t-select {
    height: 40px;
}


.t1118__icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    stroke: #222;
    fill: transparent;
    -webkit-transition-property: fill, stroke;
    -o-transition-property: fill,stroke;
    transition-property: fill, stroke;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: 
ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: 
ease-in-out;
}