iframe#navigapay-payway-iframe {
  min-height: 482px !important;
}

.payment-methods__options > .radio {
  padding-bottom: 10px !important;
}

.input-container {
  margin-bottom: 10px !important;
}

.sticky-note__img {
  max-height: 130px !important;
}

.sticky-note__img-container {
  margin-bottom: 20px;
}

.sticky-note__offer-name {
  display: none;
}

.sticky-note__offer-text > ul {
  margin: 0;
  padding: 20px;
}

.sticky-note__offer-text {
  text-align: center;
}

/* .sticky-note__offer-text {
  text-align: center;
} */

.step__body {
  /* padding: 30px 0 20px 0 !important; */
}

.step__button {
  width: 100% !important;
}

.input-container_card-number {
  margin-bottom: 0px !important;
}

input.zipCode_qa {
  margin-bottom: 16px !important;
}

label {
  display: none;
}

.infoRow-help {
  margin-bottom: 0px;
}

.infoRow.infoRow_extra-small-spacing {
  margin-bottom: 0px !important;
}

input {
  margin-bottom: 10px;
}

.infoRow {
  margin-bottom: 10px !important;
}

/* .step__content {
  margin-bottom: 20px !important;
} */

.independent-address {
  margin-bottom: 0px !important;
}

.placeOrder {
  display: none;
}

.checkbox {
  padding-bottom: 8px !important;
}

.payment-methods {
  margin-bottom: 16px !important;
}

/* .step__header {
  display: none !important;
} */

/*NEW */

div.sticky-note__offer-details > div:nth-child(1) {
  text-align: center;
}

.sticky-note__offer-text > p > span,
.sticky-note__offer-text > ul > li > span {
  font-size: 17px !important;
}

.termsAndConditions.termsAndConditions_step {
  padding-bottom: 0px;
  /* position: absolute;
  bottom: 1px;
  width: 78%; */
}

/* .step__button {
  width: 400px;
} */

.step__buttons {
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
  position: relative;
  /* margin: 0 0px 310px !important; */
}

.ezPay {
  padding: 0px !important;
  /* position: absolute;
  bottom: 248px; */
}

.user-information {
  margin-bottom: 0px !important;
}

.buttons {
  margin-top: 0px !important;
}

.sticky-note__offer-details {
  padding: 50px 30px 10px !important;
}

.page__sidebar {
  border-bottom: none !important;
}

.sticky-note__body {
  height: unset !important;
}

/* LOADING */

.loading-screen__header {
  justify-content: center !important;
  border: none !important;
  box-shadow: none !important;
}

.loading-screen__logo {
  max-height: 120px !important;
}

.loading-screen__header > img {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.social-login-btn.social-login-btn_google {
  position: relative;
  margin-top: 38px;
}

/* line */
.social-login-btn.social-login-btn_google::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid #d9d9d9;
  z-index: 1;
}

/* or text */
.social-login-btn.social-login-btn_google::after {
  content: "or";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 14px;
  z-index: 2;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.social-login-btn.social-login-btn_google {
  /* your styles here */
  margin-top: 20px !important;
}

.user-information__body {
  display: flex;
  flex-direction: column;
}

div.step__content.component-body
  > div
  > form
  > div.infoRow.infoRow_extra-small-spacing {
  order: 1;
}

div.step__content.component-body > div > form > div:nth-child(2) {
  order: 2;
}

div.step__content.component-body > div > form > div:nth-child(1) {
  order: 3;
}

@media only screen and (max-width: 850px) {
  .sticky-note .prices {
    padding-top: 15px;
  }

  .sticky-note .offer-name-container__top-block {
    min-height: 20px !important;
  }

  .sticky-note__title {
    margin: 8px 0 10px !important;
  }

  .sticky-note__offer-details {
    margin-top: -34px !important;
  }

  .step__body {
    padding: 10px 0 20px 0 !important;
  }
}
