/* Checkout button width fix */
#CartDrawer .cart__checkout-button {
  width: calc(100% - 70px) !important;
  max-width: calc(100% - 70px) !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
