.mango-popup-container {
  width: 100%;
}
.discount {
  position: relative; }

.discount * {
  font-family: 'Roboto', sans-serif;
}

.mango-popup__close {
  top: 140px;
  right: 5px;
  background-color: transparent;
  color: #e33113;
  font-size: 45px; }

.discount * {
  text-align: center; }

.discount__header {
  width: 100%;
  height: 140px; }

.discount__body {
  width: 100%;
  display: table; }

.discount__left {
  background-color: #e76047;
  position: relative;
  padding-top: 75%; }

sup {
  vertical-align: top; }

.discount__image {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 999;
  width: 134px;
  height: 275px;
  background-image: url("{$MANGO_POPUP_TEMPLATE_URL}/assets/img/0.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.discount__right {
  padding: 20px 25px; }

.discount__text {
  color: #e6e6e6;
  font-size: 20px;
  margin-bottom: 25px; }

.discount__sale {
  color: #ffd800;
  position: relative;
  display: inline-block;
  margin-bottom: 37px;
  height: 45px;
  line-height: 45px;
  font-size: 65px;
  text-align: center;
  padding-right: 33px;

}

.discount__sale .mango-popup-plain-text-editable {
  display: inline-block;
  line-height: 45px;
  margin-right: 10px;
}

.discount__sale sup,
.discount__sale sub {
  display: inline-block;
  font-size: 30px;
  line-height: 20px;
  height: 20px;
  text-align: center; }

.discount__sale sub {
  position: absolute;
  right: 0;
  bottom: 0; }

.discount__percent {
  top: 0; }

.discount__off {
  bottom: 0; }

.discount__email {
  margin-bottom: 17px; }

.discount__email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bebebe;
  font-size: 18px; }

.discount__email ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bebebe;
  font-size: 18px; }

.discount__email :-ms-input-placeholder {
  /* IE 10+ */
  color: #bebebe;
  font-size: 18px; }

.discount__email :-moz-placeholder {
  /* Firefox 18- */
  color: #bebebe;
  font-size: 18px; }

.discount__email input[type="email"] {
  width: 100%;
  font-size: 18px;
  color: #bebebe;
  height: 48px;
  background-color: #2c3c79;
  border: none;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.discount__submit button span {
  font-weight: normal;
  font-size: 18px;
  line-height: 48px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.discount__submit button {
  width: 100%;
  color: #fff;

  background-color: #e13213;
  border: none;
  padding: 0;
  line-height: 48px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.discount__sale .mango-popup-plain-text-editable {
  vertical-align: middle;
}

@media only screen and (min-width: 500px) {
  .discount__left {
    padding-top: 40%; } }

@media only screen and (min-width: 650px) {
  .discount__left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-top: 0; }
  .discount__right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 70px 45px; }
  .discount__text {
    font-size: 25px; }
  .discount__sale {
    font-size: 125px;
    height: 93px;
    line-height: 93px; }
  .discount__sale .mango-popup-plain-text-editable {
    display: inline-block;
    line-height: 93px; }
  .discount__sale sup,
  .discount__sale sub {
    font-size: 40px;
    line-height: 40px;
    height: 40px; }
  .discount__image {
    height: 518px;
    width: 248px; }
  .mango-popup__close {
    color: #9da9d1; } }
