.totals {display: flex;justify-content: space-between;align-items: flex-end;}
.totals > * {margin: 0;}
.totals > * + * {margin-left: 2rem;}
.totals__total {margin-top: .5rem;}
.totals__total-value,.totals__total {color: black;font-weight: 400;text-transform: uppercase;margin:0;}
.cart__ctas + .totals {margin-top: 2rem;}

