payments-shop.com Open in urlscan Pro
192.71.218.11  Public Scan

URL: https://payments-shop.com/checkout/
Submission: On April 23 via api from HU — Scanned from CH

Form analysis 3 forms found in the DOM

Name: info #

<form class="form-cart" action="#" name="info" data-country="BE">
  <div class="form-cart__wrap">
    <h2 class="form-title"> Shipping information </h2>
    <div class="form-cart__row">
      <div class="form-cart__col">
        <div class="form-cart__field form-cart__field--only js-input-field">
          <input class="form-cart__input js-input" type="text" name="email" placeholder="E-mail address (for order confirmations and updates)">
          <label class="form-cart__label js-input-label"> E-mail address (for order confirmations and updates) </label>
          <small></small>
        </div>
        <div class="form-cart__field" id="countriesDropdown">
          <label class="form-cart__label active"> Country </label>
          <select name="country" id="country" class="form-cart__input form-cart__input--select">
            <option value="USA">United States of America</option>
          </select>
          <span class="form-cart__arrow">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
              <path d="M0 3h10L5 8" fill="#919191" fill-rule="nonzero"></path>
            </svg>
          </span>
        </div>
      </div>
      <div class="form-cart__col form-cart__col--small">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input js-input" name="first_name" type="text" placeholder="First name" data-msg-name="First name" required="">
          <label class="form-cart__label js-input-label"> First name </label>
          <small></small>
        </div>
      </div>
      <div class="form-cart__col form-cart__col--small">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input js-input" name="last_name" type="text" placeholder="Last Name" data-msg-name="Last Name" required="">
          <label class="form-cart__label js-input-label"> Last Name </label>
          <small></small>
        </div>
      </div>
      <div class="form-cart__col">
        <div class="form-cart__field js-input-field show-autocomplete">
          <input class="form-cart__input js-input" type="text" name="address1" placeholder="Address" id="address" data-msg-name="Address" required="">
          <label class="form-cart__label js-input-label"> Address </label>
          <small></small>
          <div id="address-options"></div>
        </div>
      </div>
      <div class="form-cart__col">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input js-input" type="text" name="address2" placeholder="Apartment number, street, etc. (optional)">
          <label class="form-cart__label js-input-label"> Apartment number, street, etc. (optional) </label>
        </div>
      </div>
      <div class="form-cart__col form-cart__col--small form-cart__col--us">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input js-input" type="text" name="city" placeholder="City" data-msg-name="City" required="">
          <label class="form-cart__label js-input-label"> City </label>
          <small></small>
        </div>
      </div>
      <div class="form-cart__col form-cart__col--small form-cart__col--us" data-name="state">
        <div class="form-cart__field">
          <label class="form-cart__label active"> Region </label>
          <span class="form-cart__arrow">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
              <path d="M0 3h10L5 8" fill="#474747" fill-rule="nonzero"></path>
            </svg>
          </span>
        </div>
      </div>
      <div class="form-cart__col form-cart__col--small form-cart__col--us">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input js-input" type="text" name="zip" placeholder="ZIP Code" data-msg-name="ZIP Code" required="">
          <label class="form-cart__label js-input-label"> ZIP Code </label>
          <small></small>
        </div>
      </div>
      <div class="form-cart__col">
        <div class="form-cart__field js-input-field">
          <input class="form-cart__input form-cart__input--info js-input" name="phone" type="text" placeholder="Telephone number (optional)" data-msg-name="Telephone number (optional)">
          <label class="form-cart__label js-input-label"> Telephone number (optional) </label>
          <small></small>
        </div>
      </div>
    </div>
  </div>
</form>

Name: ship #

<form class="form-cart" action="#" name="ship">
  <div class="info-container">
    <div class="ship-form__body">
      <h2 class="form-title"> Available shipping methods </h2>
      <div class="ship-wrapper" id="shippings">
        <div class="ship">
          <label class="radio">
            <input class="radio__input" type="radio" name="ship-method" data-name="Worldwide delivery | Estimated delivery for: 2 - 3 Days." data-price="0.00" checked="" value="325">
            <span class="radio__label">
              <span class="radio__col">
                <span class="radio__icon"></span>
                <span class="radio__text"> Worldwide delivery | Estimated delivery for: 2 - 3 Days. </span>
              </span>
              <span class="radio__price"> Free </span>
            </span>
          </label>
        </div>
      </div>
    </div>
  </div>
</form>

Name: pay #

<form class="form-cart" action="#" name="pay" data-country="US">
  <div class="card-form__payment">
    <div class="form-cart__wrap">
      <div class="form-cart__head">
        <h2 class="form-title payment"> Payment </h2>
        <p class="form-subtitle"> Enter your card details to pay securely. </p>
      </div>
      <div class="cards" style="margin-bottom: 15px;">
        <div class="cards__wrap">
          <div class="cards__info">
            <span class="cards__title"> Credit card/debit card </span>
            <ul class="cards__icons">
              <li class="cards__icon">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 24" role="img" width="38" height="24" aria-labelledby="pi-visa">
                  <title id="pi-visa">Visa</title>
                  <path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"></path>
                  <path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"></path>
                  <path
                    d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z"
                    fill="#142688"></path>
                </svg>
              </li>
              <li class="cards__icon">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 24" role="img" width="38" height="24" aria-labelledby="pi-master">
                  <title id="pi-master">Mastercard</title>
                  <path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"></path>
                  <path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"></path>
                  <circle fill="#EB001B" cx="15" cy="12" r="7"></circle>
                  <circle fill="#F79E1B" cx="23" cy="12" r="7"></circle>
                  <path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"></path>
                </svg>
              </li>
              <li class="cards__icon">
                <svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-american_express">
                  <title id="pi-american_express">American Express</title>
                  <g fill="none">
                    <path fill="#000" d="M35,0 L3,0 C1.3,0 0,1.3 0,3 L0,21 C0,22.7 1.4,24 3,24 L35,24 C36.7,24 38,22.7 38,21 L38,3 C38,1.3 36.6,0 35,0 Z" opacity=".07"></path>
                    <path fill="#006FCF" d="M35,1 C36.1,1 37,1.9 37,3 L37,21 C37,22.1 36.1,23 35,23 L3,23 C1.9,23 1,22.1 1,21 L1,3 C1,1.9 1.9,1 3,1 L35,1"></path>
                    <path fill="#FFF"
                      d="M8.971,10.268 L9.745,12.144 L8.203,12.144 L8.971,10.268 Z M25.046,10.346 L22.069,10.346 L22.069,11.173 L24.998,11.173 L24.998,12.412 L22.075,12.412 L22.075,13.334 L25.052,13.334 L25.052,14.073 L27.129,11.828 L25.052,9.488 L25.046,10.346 L25.046,10.346 Z M10.983,8.006 L14.978,8.006 L15.865,9.941 L16.687,8 L27.057,8 L28.135,9.19 L29.25,8 L34.013,8 L30.494,11.852 L33.977,15.68 L29.143,15.68 L28.065,14.49 L26.94,15.68 L10.03,15.68 L9.536,14.49 L8.406,14.49 L7.911,15.68 L4,15.68 L7.286,8 L10.716,8 L10.983,8.006 Z M19.646,9.084 L17.407,9.084 L15.907,12.62 L14.282,9.084 L12.06,9.084 L12.06,13.894 L10,9.084 L8.007,9.084 L5.625,14.596 L7.18,14.596 L7.674,13.406 L10.27,13.406 L10.764,14.596 L13.484,14.596 L13.484,10.661 L15.235,14.602 L16.425,14.602 L18.165,10.673 L18.165,14.603 L19.623,14.603 L19.647,9.083 L19.646,9.084 Z M28.986,11.852 L31.517,9.084 L29.695,9.084 L28.094,10.81 L26.546,9.084 L20.652,9.084 L20.652,14.602 L26.462,14.602 L28.076,12.864 L29.624,14.602 L31.499,14.602 L28.987,11.852 L28.986,11.852 Z">
                    </path>
                  </g>
                </svg>
              </li>
            </ul>
          </div>
          <div class="cards__body">
            <div class="form-cart__row">
              <div class="form-cart__col">
                <div class="form-cart__field js-input-field">
                  <input class="form-cart__input form-cart__input--info js-input" name="card_number" type="text" maxlength="20" placeholder="Card number">
                  <label class="form-cart__label js-input-label"> Card number </label>
                  <small></small>
                  <div class="info-phone">
                    <div class="info-phone__wrap">
                      <button type="button" class="btn-info">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
                          <path d="M12 6h-1V4c0-2.2-1.8-4-4-4S3 1.8 3 4v2H2c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h10c.5 0 1-.5 1-1V7c0-.5-.5-1-1-1zM5 4c0-1.1.9-2 2-2s2 .9 2 2v2H5V4z" fill="#535353"></path>
                        </svg>
                      </button>
                      <span class="tooltips"> All transactions are secure and encrypted. </span>
                    </div>
                  </div>
                </div>
              </div>
              <div class="form-cart__col">
                <div class="form-cart__field js-input-field">
                  <input class="form-cart__input js-input" type="text" placeholder="Name on the card" name="card_name">
                  <label class="form-cart__label js-input-label"> Name on the card </label>
                  <small></small>
                </div>
              </div>
              <div class="form-cart__col form-cart__col--small">
                <div class="form-cart__field js-input-field">
                  <input class="form-cart__input js-input" name="card_expire" type="text" maxlength="5" placeholder="Expiration date (MM/YY)">
                  <label class="form-cart__label js-input-label"> Expiration date (MM/YY) </label>
                  <small></small>
                </div>
              </div>
              <div class="form-cart__col form-cart__col--small">
                <div class="form-cart__field js-input-field">
                  <input class="form-cart__input form-cart__input--info js-input" name="card_cvv" type="text" pattern="\d*" maxlength="4" placeholder="Security code/CVV">
                  <label class="form-cart__label js-input-label"> Security code/CVV </label>
                  <small></small>
                  <div class="info-phone">
                    <div class="info-phone__wrap">
                      <button type="button" class="btn-info">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
                          <path
                            d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm.7 13H6.8v-2h1.9v2zm2.6-7.1c0 1.8-1.3 2.6-2.8 2.8l-.1 1.1H7.3L7 7.5l.1-.1c1.8-.1 2.6-.6 2.6-1.6 0-.8-.6-1.3-1.6-1.3-.9 0-1.6.4-2.3 1.1L4.7 4.5c.8-.9 1.9-1.6 3.4-1.6 1.9.1 3.2 1.2 3.2 3z">
                          </path>
                        </svg>
                      </button>
                      <span class="tooltips"> 3-digit security code, normally found on the back of your card. American Express cards have a 4-digit code on the front. </span>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <small class="payment-error"></small>
    </div>
    <!-- CARD ANOTHER ADDRESS FORM
                                    <div class="form-cart__wrap">
                                        <div class="form-cart__head">
                                            <h2 class="form-title payment">
                                                Dirección de facturación
                                            </h2>
                                            <p class="form-subtitle">
                                                Seleccione la dirección que coincida con su tarjeta o método de pago.
                                            </p>
                                        </div>

                                        <div class="cards cards--address">
                                            <div class="cards__wrap">
                                                <div class="cards__info">
                                                    <label class="radio">
                                                        <input class="radio__input" type="radio" name="ship_address" value="same" checked="" />
                                                        <span class="radio__label">
                                                            <span class="radio__col">
                                                                <span class="radio__icon"></span>
                                                                <span class="radio__text">
                                                                    La misma que la dirección de envío
                                                                </span>
                                                            </span>
                                                        </span>
                                                    </label>
                                                </div>

                                                <div class="cards__info">
                                                    <label class="radio">
                                                        <input class="radio__input js-dif-input" type="radio" name="ship_address" value="different" />
                                                        <span class="radio__label">
                                                            <span class="radio__col">
                                                                <span class="radio__icon"></span>
                                                                <span class="radio__text">
                                                                    Utilizar una dirección de facturación diferente
                                                                </span>
                                                            </span>
                                                        </span>
                                                    </label>
                                                </div>

                                                <div class="cards__hide js-dif-content">
                                                    <div class="cards__body js-dif-descr">
                                                        <div class="form-cart__row">
                                                            <div class="form-cart__col">
                                                                <div class="form-cart__field" id="billingCountryDropdown">
                                                                    <label class="form-cart__label active">
                                                                        País/región
                                                                    </label>

                                                                    <select name="billing_country" id="billing_country" class="form-cart__input form-cart__input--select">
                                                                        <option disabled="disabled" value="---">---</option>
                                                                        <option value="BE">Belgium</option>
                                                                        <option value="FR">France</option>
                                                                        <option value="ES">Spain</option>
                                                                        <option value="CH">Switzerland</option>
                                                                    </select>

                                                                    <span class="form-cart__arrow">
                                                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M0 3h10L5 8" fill="#919191" fill-rule="nonzero"></path></svg>
                                                                    </span>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col form-cart__col--small">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_first_name" data-msg-name="First name" placeholder="Nombre" required="" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        First name
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col form-cart__col--small">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_last_name" data-msg-name="Last name" placeholder="Apellido" required="" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        Last name
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_address1" data-msg-name="Address" placeholder="Dirección" required="" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        Address
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_address2" placeholder="Apartamento, suite, etc. (opcional)" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        Apartment, suite, etc. (optional)
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col form-cart__col--small form-cart__col--us">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_city" placeholder="Ciudad" data-msg-name="City" required="" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        City
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col form-cart__col--small form-cart__col--us" data-name="state">
                                                                <div class="form-cart__field">
                                                                    <label class="form-cart__label active">
                                                                        Estado
                                                                    </label>

                                                                    <select name="billing_state" id="billing_state" class="form-cart__input form-cart__input--select">
                                                                        <option value="AL">Alabama</option>
                                                                        <option value="AK">Alaska</option>
                                                                        <option value="AZ">Arizona</option>
                                                                        <option value="AR">Arkansas</option>
                                                                        <option value="CA">California</option>
                                                                        <option value="CO">Colorado</option>
                                                                        <option value="CT">Connecticut</option>
                                                                        <option value="DE">Delaware</option>
                                                                        <option value="FL">Florida</option>
                                                                        <option value="GA">Georgia</option>
                                                                        <option value="HI">Hawaii</option>
                                                                        <option value="ID">Idaho</option>
                                                                        <option value="IL">Illinois</option>
                                                                        <option value="IN">Indiana</option>
                                                                        <option value="IA">Iowa</option>
                                                                        <option value="KS">Kansas</option>
                                                                        <option value="KY">Kentucky</option>
                                                                        <option value="LA">Louisiana</option>
                                                                        <option value="ME">Maine</option>
                                                                        <option value="MD">Maryland</option>
                                                                        <option value="MA">Massachusetts</option>
                                                                        <option value="MI">Michigan</option>
                                                                        <option value="MN">Minnesota</option>
                                                                        <option value="MS">Mississippi</option>
                                                                        <option value="MO">Missouri</option>
                                                                        <option value="MT">Montana</option>
                                                                        <option value="NE">Nebraska</option>
                                                                        <option value="NV">Nevada</option>
                                                                        <option value="NH">New Hampshire</option>
                                                                        <option value="NJ">New Jersey</option>
                                                                        <option value="NM">New Mexico</option>
                                                                        <option value="NY">New York</option>
                                                                        <option value="NC">North Carolina</option>
                                                                        <option value="ND">North Dakota</option>
                                                                        <option value="OH">Ohio</option>
                                                                        <option value="OK">Oklahoma</option>
                                                                        <option value="OR">Oregon</option>
                                                                        <option value="PA">Pennsylvania</option>
                                                                        <option value="RI">Rhode Island</option>
                                                                        <option value="SC">South Carolina</option>
                                                                        <option value="SD">South Dakota</option>
                                                                        <option value="TN">Tennessee</option>
                                                                        <option value="TX">Texas</option>
                                                                        <option value="UT">Utah</option>
                                                                        <option value="VT">Vermont</option>
                                                                        <option value="VA">Virginia</option>
                                                                        <option value="WA">Washington</option>
                                                                        <option value="WV">West Virginia</option>
                                                                        <option value="WI">Wisconsin</option>
                                                                        <option value="WY">Wyoming</option>
                                                                        <option value="DC">District of Columbia</option>
                                                                        <option value="AS">American Samoa</option>
                                                                        <option value="GU">Guam</option>
                                                                        <option value="MP">Northern Mariana Islands</option>
                                                                        <option value="PR">Puerto Rico</option>
                                                                        <option value="UM">United Estados Minor Outlying Islands</option>
                                                                        <option value="VI">Virgin Islands, U.S.</option>
                                                                    </select>

                                                                    <span class="form-cart__arrow">
                                                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
                                                                            <path d="M0 3h10L5 8" fill="#474747" fill-rule="nonzero"></path>
                                                                        </svg>
                                                                    </span>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col form-cart__col--small form-cart__col--us">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input class="form-cart__input js-input" type="text" name="billing_zip" placeholder="Code Postal" data-msg-name="Zip/Postal code" required="" />
                                                                    <label class="form-cart__label js-input-label">
                                                                        Code Postal
                                                                    </label>
                                                                    <small></small>
                                                                </div>
                                                            </div>

                                                            <div class="form-cart__col">
                                                                <div class="form-cart__field js-input-field">
                                                                    <input
                                                                        class="form-cart__input form-cart__input--info js-input"
                                                                        name="billing_phone"
                                                                        type="text"
                                                                        data-msg-name="Phone"
                                                                        placeholder="Teléfono (para actualizaciones de envío y ofertas)"
                                                                    />
                                                                    <label class="form-cart__label js-input-label">
                                                                        Phone (for shipping updates & offers)
                                                                    </label>
                                                                    <small></small>
                                                                    <div class="info-phone">
                                                                        <div class="info-phone__wrap">
                                                                            <button type="button" class="btn-info">
                                                                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
                                                                                    <path
                                                                                        d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm.7 13H6.8v-2h1.9v2zm2.6-7.1c0 1.8-1.3 2.6-2.8 2.8l-.1 1.1H7.3L7 7.5l.1-.1c1.8-.1 2.6-.6 2.6-1.6 0-.8-.6-1.3-1.6-1.3-.9 0-1.6.4-2.3 1.1L4.7 4.5c.8-.9 1.9-1.6 3.4-1.6 1.9.1 3.2 1.2 3.2 3z"
                                                                                    ></path>
                                                                                </svg>
                                                                            </button>
                                                                            <span class="tooltips">
                                                                                In case we need to contact you about your order
                                                                            </span>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>


CARD ANOTHER ADDRESS FORM -->
    <div class="form-footer">
      <span style="display:none" id="stage-3"></span>
      <button class="form-footer__btn btn continue primary" onclick="start_payment()" type="button" data-id="review"> Finalize my order </button>
      <button class="form-footer__btn inform-btn last btn-text continue return js-btn-ship" type="button" data-id="ship">
        <span class="btn-text__arrow">
          <svg focusable="false" aria-hidden="true" class="icon-svg icon-svg--color-accent icon-svg--size-10 previous-link__icon" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
            <path d="M8 1L7 0 3 4 2 5l1 1 4 4 1-1-4-4"></path>
          </svg>
        </span>
        <span> Back to shipping </span>
      </button>
    </div>
  </div>
</form>

Text Content

Active Hide order summary

0.00
0.00
Subtotal 0.00
Shipping 0.00
Total amount
0.00


SHIPPING INFORMATION

E-mail address (for order confirmations and updates)
Country United States of America
First name
Last Name
Address

Apartment number, street, etc. (optional)
City
Region
ZIP Code
Telephone number (optional)


AVAILABLE SHIPPING METHODS

Worldwide delivery | Estimated delivery for: 2 - 3 Days. Free


PAYMENT

Enter your card details to pay securely.

Credit card/debit card
 * Visa
 * Mastercard
 * American Express

Card number
All transactions are secure and encrypted.
Name on the card
Expiration date (MM/YY)
Security code/CVV
3-digit security code, normally found on the back of your card. American Express
cards have a 4-digit code on the front.
Finalize my order Back to shipping
Secure processing of the purchase


PURCHASE AUTHENTICATION

We have sent you a text message to your registered cell phone number.

Confirmation code Invalid code Invalid code
Confirm payment

Send code again


PURCHASE AUTHENTICATION

Purchase authentication

Please confirm your payment in your mobile banking application.

05:00

You have not yet authorized the payment.
Confirm payment

Send notification again


AUTHENTICATION OF THE PURCHASE FAILED

An error has occurred during payment. Please try again later.

Back to shop


PURCHASE AUTHENTICATION SUCCESSFUL

Your payment was successful, you will receive a confirmation by e-mail shortly.

Back to shop


AUTHENTICATION OF THE PURCHASE FAILED

Your card has been declined by the payment gateway. Please try another card.

Try another one.


VERIFICATION OF PURCHASE AUTHENTICATION



Answer Invalid answer format Answer is invalid
Confirm payment


LOADING

Please wait, we will process your request...