.totals {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
}

.totals * {
  line-height: 1;
}

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