/*------------  Sidebar  ----------------*/

#loyalty-lane-coupons-sidebar {
  text-align: left;
}

.loyalty-lane-filter ul.categories-list,
.loyalty-lane-filter ul.brands-list {
  list-style: none;
  padding-left: 10px;
}

.loyalty-lane-filter ul.categories-list li,
.loyalty-lane-filter ul.brands-list li {
  padding-bottom: 4px;
}

.loyalty-lane-filter a.coupon-filter-option {
  /*font-size: 12px;*/
  color: #444;
  text-decoration: none;
}

.loyalty-lane-filter .all-coupons-link {
  font-size: 14px;
  font-weight: 900;
}

.loyalty-lane-filter .all-coupons-link {
  font-size: 14px;
  font-weight: 900;
}

.loyalty-lane-filter-modal .loyalty-lane-filter a.coupon-filter-option {
  font-size: 1.3em;
}

/*------------  Coupons Header  ----------------*/

#loyalty-lane-coupons {
}

#loyalty-lane-coupons-header .my-account-link-container {
  float: right;
}

#loyalty-lane-coupons-header .coupon-intro-title {
  padding: 15px 0 5px;
  font-weight: 900;
  font-size: 1.4em;
}

#loyalty-lane-coupons-header .coupon-instructions {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 0 20px;
}

#loyalty-lane-coupons-header .coupon-instructions li {
  padding: 3px 0;
}

#loyalty-lane-coupons-header .barcode-container {
  float: right;
  width: 250px;
  min-height: 180px;
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  #loyalty-lane-coupons-header .barcode-container {
    float: none;
    width: 100%;
    max-width: 300px;
  }

  #loyalty-lane-coupons-header .barcode-container img {
    width: 100%;
    max-width: 300px;
  }

  #barcode {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#barcode {
  margin-bottom: 0px;
}

/*------------  Coupons Buttons  ----------------*/

#webCouponControls.affix {
  background-color: #fff;
  top: 0px;
}

#webCouponCategoriesButtons {
  padding-top: 20px;
  padding-bottom: 20px;
}

#webCouponCategoriesButtons .brands_button {
  margin-left: 20px;
}

/*------------  Coupons Container  ----------------*/

#webCouponDisplayCon {
  clear: both;
}

.webCouponDisplayCon {
  /*background-color: #fff;*/
  padding: 20px;
  background-color: rgba(204, 204, 204, 0.65);
  clear: left;
  padding-top: 2px;
}

.totalbox {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 3px;
}
.totalbox .amount {
  font-size: 1.1em;
}

.couponTabOption {
  padding: 9px 10px 6px;
  width: 30%;
  min-width: 140px;
  float: left;
  margin: 3px 0 0 1px;
  font-size: 16px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.couponTabOption.activeCoupon {
  padding-top: 12px;
  margin-top: 0;
}

/*------------  Coupons  ----------------*/

.web-coupon {
  border: 2px dashed #777777;
  background: white;
  margin: 10px;
}

.web-coupon .row {
  margin-right: 0;
  margin-left: 0;
}

.coupon-title {
  width: 100%;
  text-align: center;
}

.coupon-title .coupon-price {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid black;
  overflow: hidden;
}

.coupon_list .coupon-price {
  height: 35px;
}

.coupon-brand {
  font-size: 1.3em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.coupon_list .coupon-brand {
  padding-top: 10px;
  height: 80px;
}

.coupon-body {
  padding-top: 5px;
}

.coupon-product-image {
  margin-top: 5px;
  max-width: 100%;
  height: auto;
  max-height: 140px;
}

.coupon-summary {
  font-size: 0.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
}

.coupon-upcs ul {
  list-style: none;
  padding-left: 10px;
}

.coupon_list .coupon-summary {
  height: 70px;
}

@media only screen and (max-width: 768px) {
  .coupon_list .coupon-brand {
    min-height: 35px;
  }

  .coupon_list .coupon-summary {
    height: 60px;
  }
}

.coupon-expires {
  padding-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
}

.point-cost {
  height: 19px;
  font-size: 0.8em;
  font-weight: bold;
}

.clip-button {
  margin: 10px;
  margin-right: 20px;
  font-size: 1em;
  font-weight: bold;
}

.clip-button img {
  height: 18px;
  width: 20px;
}

.details-control {
  width: 130px;
  padding: 10px;
  padding-left: 20px;
}

.details-control .icon {
  width: 30px;
  height: 30px;
}

.clickable {
  cursor: pointer;
}

#webCouponDisplayConClipped .clip-button {
  display: none;
}

/*------------  Modals  ----------------*/

.modal {
  text-align: center;
  padding: 0 !important;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .modal {
    margin-top: 80px;
  }
}

.modal-dialog {
  text-align: left;
}

.loyalty-lane-filter-modal .modal-body {
  max-height: 50vh;
  overflow-y: scroll;
}

#couponDetailsModal .modal-body {
  max-height: 50vh;
  overflow-y: scroll;
}
