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

.totals > * {
  margin: 0;
}

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

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

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