.cart {
  position: relative;
  display: block;
}

cart-items {
  display: block;
}
cart-items.is-empty {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.cart__dynamic-checkout-buttons div[role='button'] {
  border-radius: 0 !important;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 2;
}

@media screen and (min-width: 750px) {

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

}
