/* line 1, pricefox/pages/newsletter-banner.scss */
.banner-background {
  background: url(https://assets.pricefox.gr/assets/blue-banner-background.svg) no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 390px;
  padding-top: 40px;
}

/* line 12, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-container {
  display: flex;
  width: 1243px;
  background-color: #004766;
}

/* line 18, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

/* line 25, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-cta-email-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 530px;
  padding: 23px;
  font-weight: 700;
  color: #FFFFFF;
}

/* line 35, pricefox/pages/newsletter-banner.scss */
.banner-background label {
  font-size: 32px;
  line-height: 35px;
}

/* line 40, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-input-button-container {
  display: flex;
  justify-content: center;
  width: 515px;
  margin-top: 20px;
}

/* line 47, pricefox/pages/newsletter-banner.scss */
.banner-background #email-input {
  width: 60%;
  height: 60px;
  border-radius: 6px 0 0 6px;
  border: none;
  font-size: 18px;
  padding-left: 15px;
  font-weight: 400;
}

/* line 57, pricefox/pages/newsletter-banner.scss */
.banner-background #email-input::placeholder {
  font-size: 18px;
  font-weight: 400;
}

/* line 62, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-button {
  width: 30%;
  height: 60px;
  background: #F26E22;
  border-radius: 0 6px 6px 0;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

/* line 73, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-error-email-icon-container {
  width: 10%;
}

/* line 77, pricefox/pages/newsletter-banner.scss */
.banner-background #error-email-icon {
  display: none;
  margin: 10px 10px 0 0;
  width: 40px;
  height: 40px;
}

/* line 84, pricefox/pages/newsletter-banner.scss */
.banner-background #email-error {
  color: #c15c5c;
  font-size: 14px;
  padding: 3px 0 0 36px;
  margin-bottom: 10px;
}

/* line 91, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-checkbox-container {
  display: flex;
  justify-content: space-between;
  width: 450px;
}

/* line 97, pricefox/pages/newsletter-banner.scss */
.banner-background p {
  color: #FFFFFF;
}

/* line 101, pricefox/pages/newsletter-banner.scss */
.banner-background #banner-checkbox-data-protection {
  width: 34px;
  height: 24px;
  margin: 2px 10px 0 0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  outline: none;
}

/* line 111, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-checkbox-note {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 18px;
}

/* line 117, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-checkbox-note a {
  color: #f26e22 !important;
}

/* line 121, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-checkbox-note a:hover {
  color: #bb4500 !important;
}

/* line 126, pricefox/pages/newsletter-banner.scss */
.banner-background #checkbox-error {
  color: #c15c5c;
  font-size: 14px;
  padding-left: 36px;
  margin: 10px 0 0;
}

/* line 133, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-success-message-container {
  display: none;
  align-items: center;
  padding-left: 3px;
  gap: 15px;
}

/* line 140, pricefox/pages/newsletter-banner.scss */
.banner-background #banner-green-correct-mark {
  display: none;
  width: 20px;
  height: 20px;
}

/* line 146, pricefox/pages/newsletter-banner.scss */
.banner-background #email-success {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 152, pricefox/pages/newsletter-banner.scss */
.banner-background #banner-paper-airplane-img-desktop {
  width: 74px;
  height: 62px;
  margin: 110px 0 0;
}

/* line 158, pricefox/pages/newsletter-banner.scss */
.banner-background #banner-paper-airplane-img-mobile {
  display: none;
}

/* line 162, pricefox/pages/newsletter-banner.scss */
.banner-background .banner-cta-social-media {
  width: 50%;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-right: 20px;
  align-items: center;
}

@media (max-width: 992px) {
  /* line 172, pricefox/pages/newsletter-banner.scss */
  .banner-background {
    background-image: url("https://assets.pricefox.gr/assets/blue-banner-background.svg");
    background-size: cover;
    background-position: center;
    height: 357px;
    padding-top: 25px;
  }
  /* line 180, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-container {
    display: flex;
    flex-direction: column;
    width: 340px;
    background-color: #004766;
  }
  /* line 187, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-cta {
    width: 100%;
    justify-content: center;
  }
  /* line 192, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-cta-email-checkbox {
    align-items: flex-start;
    padding: 20px 0;
    width: 320px;
  }
  /* line 198, pricefox/pages/newsletter-banner.scss */
  .banner-background label {
    font-size: 21px;
    line-height: 25px;
  }
  /* line 203, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-input-button-container {
    width: 340px;
  }
  /* line 207, pricefox/pages/newsletter-banner.scss */
  .banner-background #email-input {
    width: 70%;
    height: 43px;
    padding-left: 15px;
    font-size: 14px;
  }
  /* line 214, pricefox/pages/newsletter-banner.scss */
  .banner-background #email-input::placeholder {
    font-size: 14px;
  }
  /* line 218, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-button {
    height: 43px;
    font-size: 14px;
  }
  /* line 223, pricefox/pages/newsletter-banner.scss */
  .banner-background #error-email-icon {
    display: none;
    margin: 15px 0 0 5px;
    width: 20px;
    height: 20px;
  }
  /* line 230, pricefox/pages/newsletter-banner.scss */
  .banner-background #email-error {
    padding-left: 25px;
    margin: 10px 0 5px;
    font-size: 12px;
  }
  /* line 236, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-checkbox-container {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    width: 330px;
  }
  /* line 243, pricefox/pages/newsletter-banner.scss */
  .banner-background #banner-checkbox-data-protection {
    width: 24px;
    height: 14px;
  }
  /* line 248, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-checkbox-note {
    font-size: 14px;
  }
  /* line 252, pricefox/pages/newsletter-banner.scss */
  .banner-background #checkbox-error {
    padding-left: 25px;
    margin: 10px 0 5px;
    font-size: 12px;
  }
  /* line 258, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-success-message-container {
    align-items: center;
    padding-left: 2px;
    gap: 11px;
    margin-top: -10px;
  }
  /* line 265, pricefox/pages/newsletter-banner.scss */
  .banner-background #banner-green-correct-mark {
    width: 13px;
    height: 13px;
  }
  /* line 270, pricefox/pages/newsletter-banner.scss */
  .banner-background #email-success {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 276, pricefox/pages/newsletter-banner.scss */
  .banner-background #banner-paper-airplane-img-mobile {
    display: flex;
    width: 39px;
    height: 31px;
    margin: 0 20px 0 10px;
  }
  /* line 283, pricefox/pages/newsletter-banner.scss */
  .banner-background #banner-paper-airplane-img-desktop {
    display: none;
  }
  /* line 287, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-cta-social-media {
    width: 100%;
    display: flex;
    gap: 20px;
    margin: -10px 0 10px;
    justify-content: center;
    align-items: center;
  }
  /* line 296, pricefox/pages/newsletter-banner.scss */
  .banner-background .banner-cta-social-media img {
    width: 24px;
    height: 24px;
  }
}
