/* ==========================================================
   BEORGANIC Checkout Submit Order
   Visual spacing for the order submit button after consent checks.
   ========================================================== */

#page_cart_out [data-bo-checkout-submit-moved="1"] {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  margin-top: 14px !important;
  margin-bottom: 12px !important;
}

#page_cart_out [data-bo-checkout-submit-moved="1"] input[type="submit"],
#page_cart_out [data-bo-checkout-submit-moved="1"] button,
#page_cart_out input[data-bo-checkout-submit-moved="1"],
#page_cart_out button[data-bo-checkout-submit-moved="1"] {
  width: 100% !important;
  max-width: 100% !important;
}

#page_cart_out [data-bo-checkout-payment-note-moved="1"] {
  display: block !important;
  margin-top: -4px !important;
  margin-bottom: 12px !important;
}
