/*--- 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 -----*/
.DHL_pickup {
  position: relative;
}
#chooseAddress {
  margin: 0;
}
#chooseAddress > label {
  display: none;
}
#chooseAddress > span > label {
  margin-right: 20px;
}
.checkout #content .siteForm,
.checkout #content .generatedForm {
  padding: 0;
}
.checkout .DHLPickupFinder {
  margin-bottom: 30px;
  color: #5b5b5b;
  overflow: hidden;
}
.checkout .DHLPickupFinder h2 {
  margin: 0;
}
.checkout .DHLPickupFinder label {
  font-weight: bold;
}
.checkout .DHLPickupFinder input {
  border-color: #dedede;
  display: block;
  margin: 0px 00px 0 0;
  float: left;
  height: 35px;
  width: 50%;
  line-height: 35px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .checkout .DHLPickupFinder input::-webkit-input-placeholder {
    visibility: hidden !important;
  }
  .checkout .DHLPickupFinder input::-moz-placeholder {
    visibility: hidden !important;
    color: transparent;
  }
  .checkout .DHLPickupFinder input:-moz-placeholder {
    visibility: hidden !important;
    color: transparent;
  }
  .checkout .DHLPickupFinder input:-ms-input-placeholder {
    color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout .DHLPickupFinder input {
    width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  .checkout .DHLPickupFinder input {
    width: 70%;
  }
}
.checkout .DHLPickupFinder .bttn {
  width: 50%;
  height: 35px;
  min-width: 80px;
  margin: 0px 0 0 0;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .checkout .DHLPickupFinder .bttn {
    width: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .checkout .DHLPickupFinder .bttn {
    width: 30%;
  }
}
caption {
  text-align: left;
}
#cbAddToAddresses {
  margin: 2.5% 2% 0 0;
}
.address {
  background: white;
  width: 100%;
}
.address .title {
  text-transform: capitalize;
}
.address .title + br {
  display: none;
}
#store_active {
  margin-bottom: 20px;
}
#store_active h2 {
  font-size: 16px;
}
#store_active .title,
#store_active caption {
  font-weight: 600;
}
#store_active .addressContent {
  margin-bottom: 15px;
}
#store_active .activePlaceholder.active {
  border: 1px solid #dedede;
  overflow: hidden;
  padding: 25px;
}
#store_active .activePlaceholder table tr td {
  padding: 2px 5px 2px 0;
}
#store_active .activePlaceholder .title {
  display: block;
}
#store_active .address {
  position: relative;
}
#store_active .address:before,
#store_active .address.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#store_active .address:before {
  width: 14px;
  height: 14px;
  border: 1px solid #dedede;
}
#store_active .address:not(.active):hover:before {
  border-color: #c1b39a;
}
#store_active .address.active:after {
  width: 8px;
  height: 8px;
  background: #c1b39a;
  left: 14px;
}
@media only screen and (max-width: 767px) {
  .checkedAddress,
  .address.active {
    background: white;
  }
  #content > .bttn {
    display: none;
  }
  .google-map {
    display: none;
  }
  .checkout #store_pickup_sidebar,
  .checkout #deliveryAddressList {
    margin: 20px 0;
    padding: 0 5px;
  }
  .checkout #store_pickup_sidebar .address,
  .checkout #deliveryAddressList .address {
    border: 0;
    padding: 10px 0 10px 40px;
    position: relative;
    border-bottom: 1px solid #dedede;
    margin: 0;
    box-sizing: border-box;
  }
  .checkout #store_pickup_sidebar .address .title,
  .checkout #deliveryAddressList .address .title {
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .checkout #store_pickup_sidebar .address .businessHours,
  .checkout #deliveryAddressList .address .businessHours,
  .checkout #store_pickup_sidebar .address .postalInfo,
  .checkout #deliveryAddressList .address .postalInfo {
    display: none;
  }
  /* Stepbox aanpassingen voor done */
  
  .checkout #stepboxWrapper .stepBox ul li.done:after,
  .checkout #stepboxWrapper .stepBox ol li.done:after {
    background: url('../../../images/checkoutStepArrowMobile1.png') no-repeat 0 0;
  }
}
.checkout #content .google-map h1,
.checkout #content .google-map h2.kop1 {
  font-size: 15px !important;
  margin: 0 !important;
}
.step5 #content > .bttn.width.high.floatRight {
  display: none;
}
@media only screen and (min-width: 768px) {
  .checkout #addressesWrp {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 598px;
    padding: 15px 0;
    overflow-y: auto;
  }
  .checkout #content h1 {
    margin-top: 10px;
  }
  .checkout .checkout_deliveryDetails {
    max-width: 610px;
  }
  .checkout #NewDeliveryAddress .valMessage {
    padding-left: 20%;
    margin-left: 7px;
  }
  .checkout #deliveryAddressList {
    float: left;
    width: 30%;
  }
  .checkout #content #store_pickup_sidebar,
  .checkout #content #deliveryAddressList {
    width: 29%;
    float: left;
    margin-bottom: 20px;
  }
  .checkout #content #store_pickup_sidebar .addressList,
  .checkout #content #deliveryAddressList .addressList {
    max-height: 540px;
    overflow: auto;
  }
  .checkout #content #store_pickup_sidebar h1,
  .checkout #content #deliveryAddressList h1 {
    margin: 0 0 10px 0;
  }
  .checkout #content #store_pickup_sidebar .subHeader,
  .checkout #content #deliveryAddressList .subHeader {
    margin: 0 0 35px 0;
  }
  .checkout #content #store_pickup_sidebar .address,
  .checkout #content #deliveryAddressList .address {
    border: 0;
    padding: 0 0 10px 40px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    margin-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #dedede;
  }
  .checkout #content #store_pickup_sidebar .address:after,
  .checkout #content #deliveryAddressList .address:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .checkout #content #store_pickup_sidebar .address:last-child,
  .checkout #content #deliveryAddressList .address:last-child {
    border-bottom: none;
  }
  .checkout #content #store_pickup_sidebar .address .title,
  .checkout #content #deliveryAddressList .address .title {
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .checkout #content #store_pickup_sidebar .address .businessHours,
  .checkout #content #deliveryAddressList .address .businessHours {
    display: none;
  }
  .checkout #content #store_pickup_sidebar .google-map,
  .checkout #content #deliveryAddressList .google-map {
    float: none;
    width: 55%;
    position: absolute !important;
    right: 0;
  }
  .checkout #store_active {
    padding-top: 300px;
  }
  .checkout #store_active .address {
    overflow: hidden;
  }
  .checkout #store_active h2 {
    margin-top: 25px;
    font-size: 22px;
    color: #222222;
  }
  .checkout #store_active .title {
    font-weight: 600;
  }
  .checkout #store_active .addressContent {
    float: left;
    width: 30%;
    font-size: 14px;
  }
  .checkout #store_active .businessHours {
    width: 50%;
    font-size: 14px;
  }
  .checkout #store_active .businessHours caption {
    font-weight: 600;
  }
  .checkout h1.DHLlink {
    position: relative;
  }
  .checkout h1.DHLlink:after {
    content: '';
    background: red;
    width: 15px;
    height: 15px;
    right: 0;
    top: 0;
  }
  .checkout .DHL_pickup #store_pickup_sidebar .businessHours {
    display: none;
  }
  .checkout .checkedAddress,
  .checkout .address.active {
    background: white;
  }
  .checkout .checkedAddress:before,
  .checkout .address.active:before {
    display: none;
  }
  .checkout .formButtons.hasSidecol {
    width: 68%;
    float: right;
  }
  .checkout #store_active {
    float: right;
    width: 68%;
  }
  .checkout .google-map {
    float: right;
    width: 68% !important;
  }
}
.checkout .currentAddresses a {
  box-sizing: border-box;
}
.formButtons {
  max-width: none;
}
.checkout .checkout_deliveryDetails,
.formButtons.deliveryDetails {
  max-width: 500px;
}
