/*корзина. Название товара и цена*/
.t706__product-title, .t706__product-amount--portion, .t706__product-amount {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

/*Заголовок окна коризны*/
.t706__sidebar-heading, .t706__cartpage-heading {
    font-size: 40px !important;
}

/*Сумма*/
.t706__sidebar-prodamount-wrap, .t706__cartwin-prodamount-wrap {
    font-size: 25px;
}

/*Артикул*/
.t706__product-title__option {
    font-family: 'Open Sans';
    padding-top: 7px;
}

/*кнопка*/
button.t706__sidebar-continue.t-btn {
    font-size: 20px;
}