/* Final checkout step: keep the order CTA in the normal page flow. */
@media (min-width: 768px) {
  body.ordering-process.in-krok-2 #checkoutSidebar > .cart-content {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.ordering-process.in-krok-2 #checkoutSidebar .next-step--step-2 {
    display: flex !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  body.ordering-process.in-krok-2 #checkoutSidebar #submit-order {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
  }
}
