body.modal-open {
  overflow: hidden;
  position: fixed !important;
  width: 100%;
}
.back-white-coupon {
  background: #fff;
}
.coupon-modal #coupon-viewer {
  top: 0px;
}
.coupon-modal .container {
  width: auto;
}
.coupon-modal .modal-header {
  border-bottom: none;
  padding: 10px 10px 0 0;
}
.coupon-modal .modal-header .close {
  font-size: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.coupon-modal .modal-body {
  padding-top: 0;
}
#coupon-viewer {
  padding: 0;
  border-radius: 10px;
  top: -50px;
}
#coupon-viewer #headerFav {
  display: block;
}
#coupon-viewer .image-coupon {
  margin-top: 10px;
  margin-bottom: 10px;
}
#coupon-viewer .image-coupon img {
  max-height: 240px;
}
#coupon-viewer .input-group-btn:last-child > .btn {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}
#coupon-viewer .input-group-btn:last-child > .btn.multicoupon-btn {
  background: #991520;
}
#coupon-viewer .input-group-btn:last-child > .btn.online-input-btn {
  background: #ff8833;
}
#coupon-viewer .input-group-btn:last-child > .btn.printablecoupon-btn {
  background: #ff8833;
}
#coupon-viewer .input-group-btn:last-child > .btn.code-btn {
  background: #00b6e3;
}
#coupon-viewer .input-group-btn:last-child > .btn.offer-btn {
  background: #7bb12f;
}
#coupon-viewer .input-group-btn:last-child > .btn.mobilecoupon-btn {
  background: #9346a5;
}
#coupon-viewer .input-group-btn:last-child > .btn.storecoupon-btn {
  background: #ff3f64;
}
#coupon-viewer input {
  box-shadow: none;
  background-color: transparent;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding: 3px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
  height: auto;
  min-height: 60px;
}
#coupon-viewer input.multicoupon-input {
  border-color: #991520;
}
#coupon-viewer input.online-input {
  border-color: #ff8833;
}
#coupon-viewer input.printablecoupon-input {
  border-color: #ff8833;
}
#coupon-viewer input.code-input {
  border-color: #00b6e3;
}
#coupon-viewer input.offer-input {
  border-color: #7bb12f;
}
#coupon-viewer input.mobilecoupon-input {
  border-color: #9346a5;
}
#coupon-viewer input.storecoupon-input {
  border-color: #ff3f64;
}
#coupon-viewer input#code {
  border: 2px dashed;
  border-right: none;
}
#coupon-viewer #buttons-zone {
  text-align: center;
  margin-top: 15px;
}
#coupon-viewer #buttons-zone span {
  border: 2px solid #d2312e;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  width: auto;
  min-width: 175px;
  border-radius: 8px;
  font-weight: 600;
  background: #d2312e;
  cursor: pointer;
}
#coupon-viewer #buttons-zone span:hover {
  background-color: transparent;
  color: #d2312e;
}
#coupon-viewer #buttons-zone .print {
  cursor: pointer;
}
#coupon-viewer .header-coupon {
  width: auto;
  max-width: 380px;
}
#coupon-viewer .header-coupon .title {
  font-size: 20px;
  line-height: 1.1em;
  color: rgba(0, 0, 0, 0.9);
  word-break: break-word;
}
#coupon-viewer .header-coupon .badgerow {
  font-size: 12px;
}
#coupon-viewer .header-coupon .badges {
  clear: both;
  margin-bottom: 5px;
}
#coupon-viewer .likes {
  margin-top: 25px;
}
#coupon-viewer .likes .icomoon {
  font-size: 28px;
}
#coupon-viewer .likes .icomoon:not(.active) {
  color: #ccc;
}
#coupon-viewer .likes .icomoon:hover {
  color: #d2312e;
}
#coupon-viewer .likes .number:not(.active) {
  color: #ccc;
}
#coupon-viewer .advertising {
  margin-top: 20px;
}
#coupon-viewer .extradata {
  clear: both;
  padding-left: 38px;
}
#coupon-viewer .retailerZone {
  margin-bottom: 15px;
  display: table;
  margin: 0 auto;
}
#coupon-viewer .retailerZone .logo {
  width: auto;
  max-width: 150px;
  height: auto;
  display: table-cell;
  padding-right: 10px;
}
#coupon-viewer .retailerZone .logo img {
  max-width: 100%;
  height: auto;
}
#coupon-viewer .retailerZone .header-coupon {
  display: table-cell;
  line-height: 1.2em;
  vertical-align: middle;
}
#coupon-viewer .retailerZone .header-coupon .title {
  text-align: left;
}
#coupon-viewer .retailerZone .header-coupon .valid {
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
}
#coupon-viewer .retailerZone .btn-default {
  background-color: transparent;
  background-image: none;
  color: #595959;
  box-shadow: none;
  border: none;
  font-size: 16px;
  height: auto;
  white-space: normal;
}
#coupon-viewer .retailerZone .btn-default:focus {
  outline: none;
}
#coupon-viewer .retailerZone .btn-default:hover {
  color: #d2312e;
}
#coupon-viewer #send-zone {
  margin-top: 10px;
  margin-bottom: 0;
}
#coupon-viewer #send-zone .button-send {
  height: 60px;
  background: #d2312e;
  font-size: 18px;
}
#coupon-viewer #msg-email,
#coupon-viewer #msg-nfc {
  font-size: 13px;
  font-weight: bold;
  color: #d2312e;
  text-align: right;
  display: block;
  padding-right: 5px;
}
#coupon-viewer .button-nfc {
  padding: 0 8px;
}
#coupon-viewer #toogleExtra {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  background: transparent;
  margin-top: 10px;
}
#coupon-viewer #toogleExtra:focus {
  outline: 0;
}
#coupon-viewer #extradata #storeMap {
  height: 150px;
  width: 49%;
}
#coupon-viewer #extradata .storeInfo {
  font-size: 14px;
}
#coupon-viewer #extradata .storeInfo h2 {
  font-size: 14px;
  font-weight: 600;
}
#coupon-viewer #extradata .storeInfo strong {
  float: left;
  width: 100%;
}
#coupon-viewer #extradata .storeInfo .address {
  float: left;
  width: 100%;
}
#coupon-viewer #extradata .storeInfo hr {
  margin-top: -5px;
  margin-bottom: 5px;
}
#coupon-viewer #extradata .description {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #coupon-viewer .likes {
    clear: both;
    float: none !important;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
  }
  #coupon-viewer input {
    font-size: 25px;
  }
  #coupon-viewer .input-group-btn:last-child > .btn {
    height: 60px;
  }
  #coupon-viewer .header-coupon .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #coupon-viewer .retailerZone .logo {
    width: 90px;
  }
  #coupon-viewer #buttons-zone span {
    font-size: 14px;
    min-width: 120px;
  }
  #coupon-viewer input {
    font-size: 20px;
    height: 60px;
    padding: 0;
  }
}
#zoom-background {
  z-index: 0;
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.zoom {
  overflow: hidden;
}
.zoom #zoom-background,
.zoom .image-coupon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.zoom #zoom-background {
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
}
.zoom .image-coupon {
  position: absolute;
  z-index: 2;
}
.zoom .image-coupon img {
  max-width: 100%;
  max-height: 100%;
}
.zoom #countdown {
  font-size: 30px;
  font-weight: bold;
  color: #d2312e;
  text-align: center;
}
.zoom .msg-countdown {
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
}
.zoom #countdown-zone {
  background: #f7f7f7;
  padding: 1px 5px 10px 5px;
}
.zoom #countdown-zone label {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: left;
  margin: 10px 0 5px 0;
  font-size: 80%;
}
.zoom #used {
  text-align: center;
  margin-top: 10px;
}
.zoom #used strong {
  font-size: 25px;
}
@media print {
  body {
    visibility: hidden;
    overflow: hidden;
    max-height: 1000px;
  }
  .advertising,
  .adsense-nd {
    display: none;
  }
  #coupon-viewer .image-coupon img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    visibility: visible;
  }
  #coupon-viewer input#code {
    clear: both;
    margin-top: 15px;
    border-right: 2px dashed;
    visibility: visible;
  }
}
@media screen and (max-width: 480px) {
  .navbar.navbar-fixed-top.navbar-inverse {
    z-index: 9999;
  }
  .modal-backdrop {
    margin-top: 56px;
  }
  .coupon-modal {
    padding-right: 0 !important;
  }
  .coupon-modal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    margin-top: 56px;
  }
  .coupon-modal .modal-dialog .modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
  }
}
@media screen and (max-width: 359px) {
  .container-viewer {
    margin-left: -15px;
  }
}
