/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.available-coupons,
.claimable-coupons {
  margin: 0 0 40px;
}
.available-coupons.panel,
.claimable-coupons.panel {
  border-right: none;
}
.available-coupons .element-title,
.claimable-coupons .element-title {
  margin: 10px 0 20px;
}
.available-coupons .coupons-list,
.claimable-coupons .coupons-list {
  max-height: 155px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.available-coupons .actions .show-info-popup,
.claimable-coupons .actions .show-info-popup {
  background: none;
  border: 1px solid #dedede;
  height: inherit;
  width: inherit;
  line-height: normal;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.available-coupons .actions .show-info-popup:before,
.claimable-coupons .actions .show-info-popup:before {
  content: '\f129';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #454545;
}
.available-coupons .bottom-actions,
.claimable-coupons .bottom-actions {
  margin: 15px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.available-coupons .bottom-actions .submit,
.claimable-coupons .bottom-actions .submit {
  width: 150px;
}
.available-coupons .bottom-actions .submit + .bttn,
.claimable-coupons .bottom-actions .submit + .bttn {
  margin: 0;
}
.available-coupons .bottom-actions .show-more-less,
.claimable-coupons .bottom-actions .show-more-less {
  width: 155px;
}
@media only screen and (min-width: 768px) {
  .available-coupons {
    padding: 0 5px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .available-coupons {
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .claimable-coupons {
    padding: 0 0 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .claimable-coupons {
    padding: 0 0 0 15px;
  }
}
.claimable-coupons .content .points {
  position: relative;
  text-align: center;
  line-height: 16px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.claimable-coupons .content .points:after {
  content: '';
  position: absolute;
  display: block;
  background: #dedede;
  width: 1px;
  height: 101px;
  top: -16px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .claimable-coupons .content .points:after {
    height: 64px;
  }
}
.claimable-coupons .content .left {
  flex: 0 1 72%;
}
.coupon {
  border: 1px solid #dedede;
  margin: 0 0 5px;
}
.coupon .image,
.coupon .description,
.coupon .more-info,
.coupon .activate-coupon {
  display: none;
}
.coupon .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .coupon .content {
    padding: 10px 15px 10px 10px;
  }
}
.coupon .content .checkbox {
  flex: 0 0 30px;
}
.coupon .content .left {
  flex-grow: 1;
}
.coupon .content .title {
  font-weight: 600;
}
.coupon .content .actions .activate-coupon {
  width: 100%;
  margin: 20px 0 0;
}
.more-info-popup .image {
  display: block;
}
.more-info-popup .content {
  display: block;
  padding: 20px 25px;
}
.more-info-popup .content .checkbox,
.more-info-popup .content .points {
  display: none;
}
.more-info-popup .content .title {
  margin: 0 0 10px;
}
.more-info-popup .content .date {
  margin: 0 0 15px;
}
