/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.overviewPage.stores .itemWrap h2.title {
  white-space: normal;
  line-height: 25px;
}
.overviewPage.stores .itemWrap .item .content {
  min-height: 240px;
  border-top: 1px solid #f6f7f9;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .stores .main-content {
    display: inline-block;
    width: 55%;
    margin: 0 2% 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .stores .main-content {
    width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  .stores .main-content {
    width: 66%;
  }
}
@media only screen and (min-width: 768px) {
  .stores .right-column {
    display: inline-block;
    background: whitesmoke;
    width: 42%;
    vertical-align: top;
    padding: 27px 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .stores .right-column {
    width: 36%;
  }
}
@media only screen and (min-width: 1280px) {
  .stores .right-column {
    width: 30%;
  }
}
.stores #storeList .branchDetails {
  margin-bottom: 15px;
}
#branchList {
  display: flex;
  flex-wrap: wrap;
}
#branchList .item {
  flex: 0 1 100%;
}
@media only screen and (min-width: 768px) {
  #branchList .item {
    flex: 0 1 calc(50% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  #branchList .item {
    flex: 0 1 calc(33.33% - 18px);
  }
}
@media only screen and (min-width: 1280px) {
  #branchList .item {
    flex: 0 1 calc(25% - 18px);
  }
}
#storeLocator {
  margin-bottom: 20px;
}
#storeLocator #storeLocatorMap {
  height: 200px;
  outline-color: #ff8000;
  /* Circle color */

  /* ++ Google maps inline content styles ++ */

  /* -- Google maps inline content styles -- */

}
#storeLocator #storeLocatorMap img {
  max-width: none;
}
#storeLocator #storeLocatorMap .gm-style-iw {
  overflow: hidden !important;
}
#storeLocator #storeLocatorMap .gm-style .content .top {
  display: none;
}
#storeLocator #storeLocatorMap .gm-style .content .left,
#storeLocator #storeLocatorMap .gm-style .content .right {
  font-size: 12px;
  line-height: 20px;
}
#storeLocator #storeLocatorMap .gm-style .content .left {
  float: left;
  width: 150px;
}
#storeLocator #storeLocatorMap .gm-style .content .left .title {
  font-weight: bold;
}
#storeLocator #storeLocatorMap .gm-style .content .right {
  float: right;
  width: 100px;
}
#storeLocator #storeLocatorSearch {
  position: relative;
  margin-top: 10px;
}
#storeLocator #storeLocatorSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
#storeLocator #storeLocatorSearch .inputs {
  position: relative;
}
#storeLocator #storeLocatorSearch .inputs .searchContainer {
  position: relative;
}
#storeLocator #storeLocatorSearch .inputs .searchContainer: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: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 17.5px;
  line-height: 17.5px;
}
@media only screen and (min-width: 768px) {
  #storeLocator #storeLocatorSearch .inputs .searchContainer: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;
  }
}
#storeLocator #storeLocatorSearch .inputs .searchContainer.hasSubmitButton:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.5px;
  margin: auto;
  content: "\f054";
  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;
}
@media only screen and (min-width: 768px) {
  #storeLocator #storeLocatorSearch .inputs .searchContainer.hasSubmitButton:after {
    content: "\f054";
    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;
  }
}
#storeLocator #storeLocatorSearch .inputs .searchContainer input[type="search"] {
  padding-left: 30px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorSearch .inputs {
    width: 100%;
    max-width: calc(100% - 50px);
    float: right;
  }
}
#storeLocator #storeLocatorSearch .inputs input.search {
  border: 1px solid #f6f7f9;
  width: 100%;
  height: 40px;
  line-height: 20px;
  outline: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#storeLocator #storeLocatorSearch .inputs input.submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  background: none;
}
#storeLocator #storeLocatorSearch .inputs input:disabled {
  background-color: #ebebe4;
}
#storeLocator #storeLocatorSearch a.gps {
  border: 1px solid #f6f7f9;
  float: left;
  width: 40px;
  height: 40px;
  background: url(https://webfs.ej.nl//images/plugins/storeLocator.geoLocation.png) white 50% 50% no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #storeLocator #storeLocatorMap {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorMap .gm-style .content .top {
    display: inline;
    margin-bottom: 10px;
  }
  #storeLocator #storeLocatorMap .gm-style .content .top img {
    display: block;
  }
}
/* ==========================================================================
   Detail pagina
   ========================================================================== */

body.stores.detailPage #detailNav {
  float: left;
  margin: 15px 5px 0 0;
}
body.stores.detailPage #detailNav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: none;
  margin: 0;
}
body.stores.detailPage #detailNav a:before {
  content: "«";
  line-height: 30px;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  body.stores.detailPage #detailNav a:after {
    content: "|";
    line-height: 30px;
    padding: 0 0 0 10px;
    display: inline-block;
  }
}
body.stores.detailPage #detailNav a:hover {
  color: #ff8000;
}
body.stores.detailPage #detailNav a:hover:after {
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  body.stores.detailPage #detailNav a {
    line-height: 30px;
  }
}
body.stores.detailPage #detailNav .bttn.link {
  float: left;
  margin: 0 10px 0 0;
}
body.stores.detailPage .picture {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  width: 100%;
}
body.stores.detailPage .storeBanner {
  margin-bottom: 15px;
}
body.stores.detailPage #StoreMap {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.stores.detailPage #StoreMap {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 15px;
  }
  body.stores.detailPage #StoreMap img {
    max-width: none;
  }
}
body.stores.detailPage .images {
  overflow: hidden;
}
body.stores.detailPage .images img {
  float: left;
  margin-right: 0.882352941%;
  margin-bottom: 0.882352941%;
  width: 49.558823529%;
}
.lt-ie9 body.stores.detailPage .images img {
  /*IE 8*/
  width: 49.117647059%;
}
body.stores.detailPage .images img:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0.882352941%;
}
body.stores.detailPage .images img:nth-of-type(2n) {
  margin-right: 0;
}
body.stores.detailPage .images img {
  display: block;
  line-height: 0;
}
body.stores.detailPage .storeAddress {
  margin-bottom: 25px;
}
body.stores.detailPage .storeAddress .directions {
  display: block;
  margin: 10px 0 0;
}
body.stores.detailPage .storeAddress .directions:before {
  content: '\f041';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  body.stores.detailPage .time + .time {
    float: right;
  }
}
body.stores.detailPage .time .businessHours {
  margin: 20px 0 0;
}
body.stores.detailPage .time table {
  width: 100%;
}
body.stores.detailPage .time table td {
  padding: 10px 15px;
}
.openingTimes h2 {
  white-space: normal !important;
}
#ltExtraBusinessHours {
  width: 100%;
  margin-top: 15px;
}
