body .pymt-wrapper {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font-family: verdana;
  font-size: 12px;
}

.pymt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pymt-wrapper > .container {
  background-color: #FFF;
  max-width: 390px;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 10px 10px 25px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 10px 25px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 10px 25px 0px rgba(204, 204, 204, 0.75);
  border: 1px solid #FAFAFA;
  border-radius: 19px 19px 19px 19px;
  -webkit-border-radius: 19px 19px 19px 19px;
  -moz-border-radius: 19px 19px 19px 19px;
  margin: 25px;
}
.pymt-wrapper > .container > .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pymt-wrapper > .container > .steps > li {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.pymt-wrapper > .container > .steps > li::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  background: #91D050;
  border: 5px solid #FFF;
}
.pymt-wrapper > .container > .steps > li::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 21px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #91D050;
}
.pymt-wrapper > .container > .steps > li:first-child {
  text-align: left;
}
.pymt-wrapper > .container > .steps > li:first-child::before {
  right: auto;
  margin: 0;
}
.pymt-wrapper > .container > .steps > li:first-child > .step {
  left: 19px;
  right: auto;
}
.pymt-wrapper > .container > .steps > li:last-child {
  text-align: right;
}
.pymt-wrapper > .container > .steps > li:last-child::before {
  left: auto;
  margin: 0;
}
.pymt-wrapper > .container > .steps > li:last-child > .step {
  right: 17px;
  left: auto;
}
.pymt-wrapper > .container > .steps > li.disabled:last-child::before {
  background-color: #CCC;
}
.pymt-wrapper > .container > .steps > li.disabled:last-child::after {
  background-color: #CCC;
  left: -33.33%;
  right: 0;
}
.pymt-wrapper > .container > .steps > li > .step {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-weight: bold;
}
.pymt-wrapper > .container > .steps > li > .legend {
  display: block;
  margin-top: 45px;
  font-weight: bold;
  font-size: 13px;
}
.pymt-wrapper > .container > .wpwl-container {
  margin-top: 30px;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  /* Credit Card */
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-brand {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-brand > .wpwl-wrapper {
  width: 55%;
  margin-right: 2%;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-brand > .wpwl-brand {
  width: 43%;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-cardNumber {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-expiry {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 45%;
  margin-right: 10%;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-cvv {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 45%;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-cardHolder {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-billing {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group.wpwl-group-submit {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form-card > .wpwl-group > .wpwl-wrapper > .wpwl-text > .editbilling {
  color: #91D050;
  text-decoration: underline;
  cursor: pointer;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form {
  /* MBWAY */
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form.wpwl-form-virtualAccount-MBWAY > .wpwl-label {
  width: 100%;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form.wpwl-form-virtualAccount-MBWAY > .wpwl-group-customerEmail + .wpwl-label {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 5px;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form.wpwl-form.wpwl-form-virtualAccount-MBWAY > .wpwl-group-submit {
  margin-top: 15px;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group {
  width: 100%;
  margin-bottom: 15px;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group:last-child {
  margin-bottom: 0;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-label {
  display: block;
  width: 100%;
  font-weight: bold;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper {
  display: block;
  width: 100%;
  padding: 0;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-hint {
  color: red;
  font-size: 11px;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper select,
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper iframe,
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper input {
  width: 100%;
  border: 1px solid #DDD;
  height: 35px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper select:focus,
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper iframe:focus,
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper input:focus {
  border-color: #66AFE9;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button {
  background-color: #91D050;
  color: #FFF;
  padding: 9px 15px 9px 15px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button:hover, .pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button:focus {
  background-color: #6fc21c;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button.cancel {
  background-color: #999999;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button.cancel:hover, .pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper .wpwl-button.cancel:focus {
  color: #F0F0F0;
  background-color: #7E7E7E;
}
.pymt-wrapper > .container > .wpwl-container > .wpwl-form > .wpwl-group > .wpwl-wrapper > .wpwl-sup-wrapper {
  margin-bottom: 3px;
}
.pymt-wrapper > .container > .mbway-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pymt-wrapper > .container > .mbway-container > .container {
  position: relative;
  display: block;
  width: 100%;
}
.pymt-wrapper > .container > .mbway-container > .container.loading > .inner > .header {
  background-position: 15% center;
}
.pymt-wrapper > .container > .mbway-container > .container.loading > .inner > .header > .spinner {
  display: block;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner {
  width: 100%;
  background-color: #FFF;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .header {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  background-image: url("/loja/pagamentos/assets/images/mbway.svg");
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: center center;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .header > .spinner {
  position: absolute;
  right: 10%;
  top: 45px;
  display: none;
  width: 64px;
  height: 64px;
  background-image: url("/loja/pagamentos/assets/images/loader64.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .message {
  display: block;
  background-color: #F0F0F0;
  padding: 15px;
  text-align: center;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .message.error {
  background-color: #F2DEDE;
  color: #a94442;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .message.success {
  background-color: #dff0d8;
  color: #3c763d;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .message h3 {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.pymt-wrapper > .container > .mbway-container > .container > .inner > .message > .phone {
  display: inline-block;
  clear: both;
  padding: 10px 20px;
  margin: 15px 0 0 0;
  font-weight: bold;
  background-color: #DDD;
  font-size: 20px;
}
.pymt-wrapper > .container > .mbway-container > .container > .actions {
  text-align: center;
  width: 100%;
}
.pymt-wrapper > .container > .mbway-container > .container > .actions > a {
  width: 100%;
  display: block;
  padding: 15px 10px;
  background-color: #CCC;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pymt-wrapper > .container > .mbway-container > .container > .actions > a:hover {
  background-color: #EEE;
}/*# sourceMappingURL=payments.css.map */