/* Magnific Popup CSS */


.container.newsletter-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  }

  .newsletter-popup-container .banner-title {
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #222;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4em;
  }

  .newsletter-popup-container .banner-title span {
    color: #39f;
  }

  .discount-percentage {
    color: #39f;
}
  
  .newsletter-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 500px;
  text-align: center;
  }
  
  .logo {
  width: 100px;
  height: 70px;
  margin-bottom: 10px;
  }
  
  .banner-title {
  font-size: 46px;
  margin-bottom: 10px;
  }
  
  .banner-content p {
  margin-bottom: 20px;
  }
  
  form .input-group {
  margin-bottom: 10px;
  }
  
  .newsletter-img {
  width: 100%;
  height: auto;
  }

/*# sourceMappingURL=magnific-popup.css.map */
