.totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .cart--responsive .totals {
    max-width: 35rem;
    margin-left: auto;
  }
}

.totals > * {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
