Order #0

Thank You John!

Your Order is Confirmed​

We have accepted your order, and we're getting it ready. A confirmation mail has been sent to john.doe@example.com

Order not found. You cannot access this page directly.

⚡ Here is a special offer

  • Offer exclusive deals, discount coupons and custom messages on thank you pages.
  • Maximize revenue with optimized checkout, post-purchase upsells, & follow up automations.
/* -- The root styles must go in the element of the structure with the name "Form". --*/ 

.popup-5__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
      display: flex;
      align-items: start;
      flex-wrap:nowrap;
    }

    /* Unique styles for privacy policy checkboxes */
    & label[for="form-field-vmwaoi-0"] {
      font-size: var(--text-s);
      line-height: 1.2;
      
      /* Link styles */
       & > a{
        color: var(--primary);
      }
    }
  }
}