.newsletter-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(6px);
}

.newsletter-modal {
  display: none;
  max-width: 90%;
  width: 500px;
  height: 720px;
  border-radius: 16px;
  bottom: 30px;
  right: 30px;
  background: #F7F6F2;
  position: fixed;
  z-index: 10001;
}

#blockEmailSubscription_displayModal .conditions{
  display: none;
}

@media(max-width: 650px){
  .newsletter-modal {
    max-width: 95%;
    height: 100%;
    bottom: 10px;
    right: 10px;
    overflow-y: auto !important;
  }
}

.newsletter-modal-image .newsletter-modal-image-caption {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.newsletter-modal-step[hidden] { display: none !important; }

.newsletter-modal-close{
  background: #000;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
}

.newsletter-voucher input {
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center; }

.newsletter-voucher{
  margin-bottom: 80px;
  margin-top: 80px;
}

.newsletter-voucher input{
  width: 210px;
  background-color: #fff !important;
  margin: auto;
}

.newsletter-modal-text-form{
  padding: 0 20px;
}

.newsletter-modal-text-form .form-control{
  background-color: #fff;
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.newsletter-reopen-btn{
  position: fixed;
  right: -45px;
  top: 30%;
  background: #292929;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(-90deg);
  z-index: 10;
  padding: 6px 20px;
  border-radius: 7px 7px 0 0;
}

.newsletter-reopen-btn:hover{
	color: #fff;
}

/*# sourceMappingURL=email-modal.css.map */
