/* Define how SqPaymentForm iframes should look */
.sq-input {
   font-family: 'Open Sans', sans-serif;
  border: 1px solid rgb(223, 223, 223);
  outline-offset: -2px;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 400px;
  height: 46px;
  background-color: white;
  border: solid 1px #e2e2e2;
  margin-bottom: 23px;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 12px;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
  outline: 5px auto rgb(59, 153, 252);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
  outline: 5px auto rgb(255, 97, 97);
}

/* Customize the "Pay with Credit Card" button */
.button-credit-card {
  min-width: 200px;
  min-height: 40px;
  padding: 0;
  margin: 5px;
  line-height: 20px;
  box-shadow: 2px 2px 1px rgb(200, 200, 200);
  background-color: #00aeef;
  border-radius: 5px;
  border: 1px solid rgb(200, 200, 200);
  font-weight: bold;
  cursor:pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
   font-family: 'Open Sans', sans-serif;
}


/* Customize the "{{Wallet}} not enabled" message */
.wallet-not-enabled {
   font-family: 'Open Sans', sans-serif;
  min-width: 200px;
  min-height: 40px;
  max-height: 64px;
  padding: 0;
  margin: 10px;
  line-height: 40px;
  background: #eee;
  border-radius: 5px;
  font-weight: lighter;
  font-style: italic;
  font-family: inherit;
  display: block;
}

/* Customize the Apple Pay on the Web button */
.button-apple-pay {
  min-width: 200px;
   font-family: 'Open Sans', sans-serif;
  min-height: 40px;
  max-height: 64px;
  padding: 0;
  margin: 10px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  cursor:pointer;
  display: none;
}

/* Customize the Masterpass button */
.button-masterpass {
   font-family: 'Open Sans', sans-serif;   
  min-width: 200px;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
  margin: 10px;
  background-image: url(https://static.masterpass.com/dyn/img/btn/global/mp_chk_btn_147x034px.svg);
  background-color: black;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  border-color: rgb(255, 255, 255);
  cursor:pointer;
  display: none;
}

#sq-walletbox {
   font-family: 'Open Sans', sans-serif;
  float:left;
  margin:5px;
  padding:10px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}

#sq-ccbox {
   font-family: 'Open Sans', sans-serif;
  /*margin:5px;*/
 /* text-align: center;*/
/*  vertical-align: top;
  font-weight: bold;*/
}
.label {
 font-family: 'Open Sans', sans-serif;
}
#nonce-form {
  margin: auto;
}
/*.square-errors,.payment-error {
  width: 600px;

  text-align: center;
}*/
.error-messages {
  max-width: 600px;
  text-align: center;
  overflow-wrap: break-word;
  margin:auto;
}
