/* фон корзини */
.t706__cartwin {
  background: #f8f6f3 !important;
  border-radius: 20px !important;
}

/* карточки товарів */
.t706__product {
  border-radius: 14px;
  padding: 10px;
}

/* кнопки + / - */
.t706__product-plusminus {
  border-radius: 8px;
}

/* кнопка оформлення */
.t706__cartwin-btn {
  background: #b45a34 !important;
  border-radius: 12px !important;
  font-weight: 600;
}

/* заголовок */
.t706__cartwin-title {
  font-size: 22px;
  font-weight: 600;
}