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


.totals > * + * {
  margin-left: 1rem;
}


.cart__ctas + .totals {
  margin-top: 1rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}
