/* VARIABLES */
.coupons-page .info-table .line .left {
  width: 80%;
  max-width: 1000px;
}
@media only screen and (max-width: 1200px) {
  .coupons-page .info-table .line .left {
    width: 80%;
  }
}
.coupons-page .info-table .line .right {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  .coupons-page .info-table .line .right {
    width: 20%;
  }
}
@media only screen and (max-width: 850px) {
  .coupons-page .info-table .line .right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .coupons-page .info-table .line .right {
    justify-content: flex-start !important;
  }
}
.coupons-page .info-table .info-line {
  white-space: nowrap;
}
.coupons-page .info-table .info-line .second-line {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .coupons-page .info-table .info-line .first-line {
    padding-bottom: 0 !important;
    border: none !important;
    justify-content: flex-start !important;
  }
}
.coupons-page .info-table .column-one {
  width: 12%;
}
.coupons-page .info-table .column-two {
  width: 21%;
}
.coupons-page .info-table .column-three {
  width: 16%;
}
.coupons-page .info-table .column-four {
  width: 16%;
}
.coupons-page .info-table .column-five {
  width: 35%;
}
.coupons-page .popup .flex-container:first-of-type {
  margin-bottom: 1.65rem !important;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .flex-container:first-of-type {
    margin-bottom: 0rem !important;
  }
}
@media only screen and (min-width: 850px) {
  .coupons-page .popup .input-group {
    width: 32rem !important;
  }
}
.coupons-page .popup .input-group-title .input {
  padding-left: 5.25rem;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-title .input {
    padding-left: 6.5rem;
  }
}
.coupons-page .popup .input-group-title .icon {
  width: 1.35rem !important;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-title .icon {
    width: 1.85rem !important;
  }
}
.coupons-page .popup .input-group-discount .input {
  padding-left: 5.75rem;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-discount .input {
    padding-left: 7rem;
  }
}
.coupons-page .popup .input-group-discount .icon {
  width: 1.75rem !important;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-discount .icon {
    width: 2.25rem !important;
  }
}
.coupons-page .popup .input-group-limit .input {
  padding-left: 6.25rem;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-limit .input {
    padding-left: 7.5rem;
  }
}
.coupons-page .popup .input-group-limit .icon {
  width: 2.25rem !important;
}
@media only screen and (max-width: 850px) {
  .coupons-page .popup .input-group-limit .icon {
    width: 2.75rem !important;
  }
}/*# sourceMappingURL=style.css.map */