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

.totals>* {
  margin: 0;
}


.totals * {
  line-height: 1;
}

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

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

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