.totals {
  display: flex;
}

.totals > * {
  margin: 0;
}

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

.totals__subtotal-value {
  margin: 0;
}
