.totals{display:flex;flex-direction: row;justify-content:center;align-items:flex-end}.totals>*{font-size:2rem;margin:0}.totals *{line-height:1}.totals>*+*{margin-left:1rem}.totals__subtotal-value{font-size:2rem;font-weight:700;color: var(--color-base-accent-1);}.cart__ctas+.totals{margin-top:2rem}@media all and (min-width:750px){.totals{justify-content:flex-end}}