/*--- 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 -----*/
.checkout #cols #content #deliveryAddressList .address:before,
.checkout #cols #content #deliveryAddressList .address.active:after {
  top: 15px;
  bottom: auto;
}
.checkout #cols #content #deliveryAddressList .address.active:after {
  top: 19px;
  bottom: auto;
}
.checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address:before,
.checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address:before,
.checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address.active:after,
.checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address.active:after {
  top: 5px;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address:before,
  .checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address:before,
  .checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address.active:after,
  .checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address.active:after {
    top: 15px;
  }
}
.checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address.active:after,
.checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address.active:after {
  top: 6px;
  bottom: auto;
  left: 10px;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .checkout #cols #content .pickUpPostNlContainer #deliveryAddressList .address.active:after,
  .checkout #cols #content .pickUpDHLContainer #deliveryAddressList .address.active:after {
    top: 16px;
    left: 11px;
  }
}
#differentAddress label {
  display: block;
  font-size: inherit;
  font-weight: bold;
}
