/* ===========================
   FLORIKA SHOPPING CART
   =========================== */

/* Окно корзины */
.t706__cartwin,
.t706__productwin {
    border-radius: 18px;
}

/* Поля формы */
.t-input{
    border-radius:10px!important;
    border:1px solid #dcdcdc!important;
    height:56px!important;
    font-size:16px!important;
    box-shadow:none!important;
}

/* Фокус */
.t-input:focus{
    border-color:#5F8F63!important;
}

/* Кнопка */
.t-submit{
    background:#5F8F63!important;
    color:#fff!important;
    border-radius:10px!important;
    height:58px!important;
    font-size:18px!important;
    font-weight:600!important;
    transition:.25s;
}

.t-submit:hover{
    background:#4E7752!important;
}

/* Фото товара */
.t706__product-img{
    border-radius:12px;
}

/* Карточка товара */
.t706__product{
    padding:15px 0;
    border-bottom:1px solid #eeeeee;
}

/* Цена */
.t706__product-price{
    font-size:18px;
    font-weight:700;
}

/* Итог */
.t706__cartwin-total{
    font-size:22px;
    font-weight:700;
}

/* Количество */
.t706__product-plus,
.t706__product-minus{
    width:32px;
    height:32px;
    border-radius:50%;
    border:1px solid #d9d9d9;
}

/* Заголовок */
.t706__cartwin-top{
    padding-bottom:20px;
}