/*--- 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 -----*/
table.products {
  margin-top: 15px;
}
table.products tr td {
  line-height: 24px;
}
table.products tr + tr {
  border-top: 1px solid #dedede;
}
table.products tr:last-child {
  border-bottom: 1px solid #dedede;
}
@media only screen and (min-width: 768px) {
  table.costs {
    width: 50%;
    float: right;
  }
}
.addPromotionCode {
  color: black;
  text-decoration: underline;
}
.addPromotionCode:hover {
  text-decoration: none !important;
}
.checkout .banner__image {
  max-width: 500px;
  width: 75%;
}
@media only screen and (max-width: 1279px) {
  .checkout .banner__image {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .checkout .banner__image {
    width: 100%;
  }
}
