.bon-popup {
  display: none;
  background-size: cover;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  padding: 20px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  min-width: 290px;
  width: 90%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


#bon-popup-adv .bon-popup-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff!important;
  z-index: 2;
  background: none;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#contentTimer {
  position: absolute;
    right: 18%;
    top: 3%;
}
#promoCode {
  position: absolute;
  bottom: 40px;
  right: 30%;
}
.codeValue {
  font-size: 28px;
  font-weight: 900;
}
body#cart div#meerkat-wrap {
  overflow-y: auto;
  padding-top: 200px;
  padding-bottom: 40px;
}
@media (max-width: 500px) {
.bon-popup-adv img {
  width: 100px;
}

}
@media (max-width: 768px) {
  .img-popup-resp{
    height: 450px !important;
  }
  .codeValue {
    font-size: 20px;
    font-weight: 900;
  }
  #promoCode {
    position: absolute;
    right: 28%;
    bottom: 31px;
  }
  #contentTimer h2 {
    font-size: 14px !important;
  }
  #promoCode h2 {
    font-size: 16px;
  }
  #contentTimer h2 {
    font-size:13px;
  }
 
  #contentTimer {
  
    right: 14%;
    top: 3%;
  }
  
  #bon-popup-adv {
    background-size:cover !important;
  }

}
#bon-popup-adv .bon-popup-close:hover,
#bon-popup-adv .bon-popup-dont:hover{
  color: #111!important;
}

.bon-popup-close:before {
  content: "✖";
  display: block;
  font-size: 23px;
  line-height: 30px;
}

#bon-popup-adv .bon-popup-dont {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #000!important;
}

.bon-popup-link {
  display: block;
}