
.t706__sidebar-top {
    text-align: center !important;
}

@media (min-width: 641px) {
  .t706__sidebar-top,
  .t706__sidebar-top * {
    font-size: 14px !important; /* поставь нужный размер */
  }
}

@media (max-width: 640px) {
  .t706__sidebar-top,
  .t706__sidebar-top * {
    font-size: 10px !important; /* подбери нужный размер */
  }
}

/* ПК - размер текста в пустой корзине */
@media (min-width: 641px) {
  .t706__cartpage-products_empty {
    font-size: 14px !important;
  }
  
  .t706__cartpage-products_empty a {
    font-size: 14px !important;
  }
}

/* Телефон - меньший размер текста */
@media (max-width: 640px) {
  .t706__cartpage-products_empty {
    font-size: 12px !important;
  }
  
  .t706__cartpage-products_empty a {
    font-size: 12px !important;
  }
}

.t706__cartpage-totals {
  display: none !important;
}