.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;
}

/* ПК */
.t706__sidebar-continue {
  position: fixed !important;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: 0 auto;

  max-width: 420px;
  width: auto;
  z-index: 9999;
}

/* Мобилка */
.t706 .t-submit {
  position: sticky !important;
  bottom: calc(16px + env(safe-area-inset-bottom));
  left: 16px;
  right: 16px;
  margin: 0 auto;

  z-index: 9999;
}

.t706__sidebar-products,
.t706__cartpage-products {
  padding-bottom: 500px;
}