/*========================================
 =           MAIN PROMO MODULE           =
========================================*/

.extension_Coupon .promo-code {
  padding: 10px;
}
.promoInput {
  display: none;
}
.promoInput label.desc {
  font-weight: 100;
  margin-bottom: 15px;
}
.promoImg img {
  height: 60px;
}
.promo {
  width: 100%;
  height: 30px !important;
}
.promo:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.subOffers {
  display: none;
  padding: 20px;
}
.btn.inactive,
.btn.inactive:hover {
  cursor: default;
  opacity: 0.5;
}
div.offer,
div.subOffer {
  display: inline-table;
}
div.offer button,
div.subOffer button {
  color: white;
  background-color: #66afe9;
  border: none;
  line-height: 65px;
  padding: 10px;
  margin: 5px;
}
div.offer.selected button,
div.subOffer.selected button {
  background-color: #196eb3;
}
div.offer button:hover,
div.subOffer button:hover {
  background-color: #196eb3;
}
.msg-error {
  color: red;
}
