.wrapper-coupon {
  width: 100% !important;
  background-color: #fff;
  border: solid 1px #ccc;
  border-top: 12px solid rgba(0, 0, 0, 0.4);
  padding: 0;
  font-family: arial;
  float: left;
  padding-bottom: 10px;
}

.header-coupon {
  width: 90%;
  margin: 0 0 0 15px;
  border-bottom: 1px dotted #ccc;
  padding: 5px 2px;
  float: left;
  height: 65px;
}

.header-coupon h4 {
  text-transform: uppercase;
  float: left;
  margin-top: 18px;
  font-weight: 600;
  color: #393946;
}

.barcode {
  float: right;
}

.body-coupon {
  width: 90%;
  margin: 0 0 0 15px;
  border-bottom: 1px dotted #ccc;
  float: left;
  height: 221px;
}

.image-coupon {
  float: left;
  margin: 10px 0;
  width: 40%;
  min-height: 200px;
  margin-right: 10px;
}

.description-coupon {
  float: left;
  width: 40%;
}

.bottom-coupon {
  width: 90%;
  margin: 0 0 0 15px;
  border-bottom: 1px dotted #ccc;
  float: left;
}

.bottom-coupon h5 {
  float: left;
  font-weight: 800;
  font-size: 17px;
  margin-top: 10px;
}

.bottom-coupon h5 span {
  font-weight: 400;
}

.print-button {
  display: none;
}

.qrcode {
  float: right;
  margin-top: 3px;
}

.date {
  float: left;
}
