/** Shopify CDN: Minification failed

Line 72:1 Expected "}" to go with "{"

**/
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

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

.totals__total {
  margin-top: .5rem;
}

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

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

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}

.totals_control {
  display: block !important;
  min-height: 0px;
}

.cart__footer {
  padding: 1rem 0 1rem 1rem;
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;

}


@media screen and (min-width: 990px) {
  
.is-visible {
 position: fixed;
 border: 1px solid #ccc;
 border-radius: 4px;
bottom: 2.5rem;
  right: 2.5rem;
  background-color: white;
  transform: translateZ(0);
  padding: 1rem;

}