.mango-popup__close {
  width: 33px;
  height: 33px;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 33px;
  background-color: transparent;
  font-family: sans-serif;}

div.mango-popup-container {
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif; }

/* template */
div.mango-popup-container div.mango-coupon {
  text-align: center; }

div.mango-popup-container div.mango-coupon * {
  font-family: 'Open Sans', sans-serif;
}

div.mango-popup-container div.mango-coupon div.mango-coupon__header {
  width: 100%;
  height: 33px;
  background-color: #797979; }

div.mango-popup-container div.mango-coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 700;
  font-size: 18px;
  color: #bebebe; }

div.mango-popup-container div.mango-coupon ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 700;
  font-size: 18px;
  color: #bebebe; }

div.mango-popup-container div.mango-coupon :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 700;
  font-size: 18px;
  color: #bebebe; }

div.mango-popup-container div.mango-coupon :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 700;
  font-size: 18px;
  color: #bebebe; }

.mango-popup-container .mango-button {
  padding: 15px 0;
}

div.mango-popup-container div.mango-coupon form.mango-coupon__form input {
  /* Firefox 18- */
  font-weight: 700;
  font-size: 18px; }

div.mango-popup-container h2.mango-coupon__title {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  padding: 20px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-weight: 700;}

div.mango-popup-container div.mango-coupon__sale {
  font-size: 50px;
  font-weight: 700;
  color: #f2520f;
  letter-spacing: 2;
  display: block;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 50px;}


div.mango-popup-container div.mango-coupon__content {
  color: #a5a5a5;
  font-size: 15px;
  margin-bottom: 6px;
  text-align: center;
  padding: 0 50px;}

div.mango-popup-container form.mango-coupon__form {
  padding: 0 20px; }

div.mango-popup-container form.mango-coupon__form div.mango-coupon__email {
  max-width: 100%;
  margin-bottom: 10px; }

div.mango-popup-container form.mango-coupon__form div.mango-coupon__email input {
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  height: 54px;
  border-radius: 5px; }

div.mango-popup-container form.mango-coupon__form div.mango-coupon__submit {
  max-width: 100%;
  margin-bottom: 22px; }

div.mango-popup-container form.mango-coupon__form div.mango-coupon__submit button {
  width: 100%; }

div.mango-popup-container div.mango-coupon__detail {
  color: #a5a5a5;
  font-size: 15px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 25px;
}

div.mango-popup-container div.mango-coupon__detail span.mango-coupon__terms {
  color: #f2520f; }

div.mango-popup-container div.mango-coupon__text {
  display: block;
  border-top: 1px solid #e8e8e8;
  border-bottom: 4px solid #f2520f;
  padding: 24px 10px;
  text-decoration: none;
  font-size: 15px;
  color: #a5a5a5;
  text-align: center;
  width: auto;
  height: auto;
  line-height: inherit;
  cursor: pointer;
}
div.mango-popup-container div.mango-coupon__text span{
  vertical-align: middle;
}
div.mango-popup-container div.mango-coupon__text img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 7px;
  height: 14px;
}

@media only screen and (min-width: 500px) {
  div.mango-popup-container h2.mango-coupon__title {
    font-size: 30px;
    padding: 25px 50px 0; }
  div.mango-popup-container div.mango-coupon__sale {
    font-size: 90px; }

  div.mango-popup-container form.mango-coupon__form {
    padding: 0 50px; } }
