.totals {
  display: flex;
  justify-content: flex-end;
  line-height: 1.44;
  letter-spacing: 1.4px;
  font-size: 1.8rem;
}

.totals > * {
  margin: 0;
}

.totals .totals__subtotal-value {
  margin-left: 8px;
  font-family: "AvenirNextLTPro-Bold";
  letter-spacing: 0.6px;
}

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