/*--- 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 -----*/
.store_pickup {
  position: relative;
  display: flex;
}
.store_pickup .storeFinderSearch {
  margin-bottom: 15px;
}
.store_pickup .address .title {
  font-weight: bold;
}
.addressList {
  overflow-y: auto;
  max-height: 350px;
}
.storeFinderSearch {
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  max-width: 300px;
}
.storeFinderSearch input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 50px;
}
.storeFinderSearch .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.storeFinderSearch .submit:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #454545;
}
@media only screen and (min-width: 768px) {
  .storeFinderSearch .submit:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.storeFinderSearch .submit:hover:before {
  color: black;
}
