/* Offer buttons */
.woov-offer-variants { margin-bottom: 12px; }
.woov-offer-variants-head { font-weight: 600; margin-bottom: 6px; }
.woov-offer-btn {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ddd;
  margin: 3px 6px 3px 0;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 6px;
  line-height: 1.2;
}
.woov-offer-btn.active {
  background: #ff0000;
  color: #ffffff;
  border-color: #ff0000;
}

/* Free badge */
.offer-free-badge{
  display:inline-block;
  background:#2e7d32;
  color:#fff;
  font-size:12px;
  line-height:1;
  padding:3px 6px;
  border-radius:4px;
  margin-left:6px;
  text-transform:uppercase;
  font-weight:600;
}