.elementor-10940 .elementor-element.elementor-element-e6c1fdb{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e6c1fdb */@media (max-width: 1024px) {
  .woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }

  #customer_details,
  .checkout-order-review {
    width: 100% !important;
  }

  .checkout-order-review {
    order: 2;
    margin-top: 20px;
  }

  #customer_details {
    order: 1;
  }
}

.vl__sidebar
{
    justify-content: center;
    margin-top: -600px;
    margin-bottom: 20px;
  
    max-width: 90%;
}

.checkout__main{
    margin-bottom: 100px;
}/* End custom CSS */