.popup-entry {
  width: 100%;
  padding: 0.5rem 0.5rem 1rem;
  display: inline-block;
  box-sizing: border-box;
}
.popup-entry:first-child {
  padding-left: 0;
}
.popup-entry:last-child {
  padding-right: 0;
}
.popup-entry .sidebar-box {
  border-bottom: 1px solid #ccc;
  height: 100%;
}
.popup-entry .sidebar-box .sidebar-box-content {
  border-bottom: none;
}
#content .popup-entry .promo-countdown li span {
  display: inline;
  font-family: inherit;
  font-size: 1em;
}
#content .popup-entry td {
  vertical-align: middle!important;
}
.voucher-add-to-cart {
  bottom: 0;
  right: 15px;
}
#content .promo-countdown {
  border-bottom: 0;
  background-color: inherit;
  font-size: inherit;
}
.promo-countdown-box {
  /*width: 140px;*/
}

@media (min-width: 992px) {
  .popup-entry {
    width: 50%;
  }
}

@media (min-width: 767px) {
  .voucher-add-to-cart {
    position: absolute;
  }
}
