.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: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: rgb(255, 255, 255)!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;
}
#bon-popup-adv .bon-popup-close:hover,
#bon-popup-adv .bon-popup-dont:hover{
  color: rgb(124, 124, 124)!important;
}

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

#bon-popup-adv .bon-popup-dont {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #EE801E!important;
  background-color:#ffffff;
  padding:8px;
  border-radius: 10px;
  display:none;
}
}

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