 
.cart__freeshipping span{
  color: red;}
  .cart-accept,
  .cart__freeshipping {
      text-align: center;
  }
.totals > * {
  font-size: 1.6rem;
  margin: 0;
}
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;margin: 1rem 0;
}.totals h3 {
  flex: 0 1 30%; 
  padding: 0.2rem;
  text-align: right;
  font-weight: 600;
  color: #000;
}.totals span {
  font-size: 14px;
  flex: 0 1 60%;
  text-align: right;
  color: #000;
  font-weight: 600;
}
.totals > h3 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

.totals * {
  line-height: 1;
}

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

.totals__subtotal-value {
  font-size: 1.8rem;
}

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

@media all and (min-width: 750px) {
  .totals span{font-size: 16px;}
  .cart__freeshipping,.cart-accept{
      text-align: right;}
  .totals > h3 {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }
}
