/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.stores #storeList .branchDetails {
  margin-bottom: 15px;
}
#storeLocator {
  margin-bottom: 20px;
}
#storeLocator #storeLocatorMap {
  height: 200px;
  outline-color: #b59e5b;
  /* 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 #dedede;
  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 #dedede;
  float: left;
  width: 40px;
  height: 40px;
  background: url("../../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 a.back {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  height: auto;
}
body.stores.detailPage .picture {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
}
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: 1.041666667%;
  margin-bottom: 1.041666667%;
  width: 49.479166667%;
}
.lt-ie9 body.stores.detailPage .images img {
  /*IE 8*/
  width: 48.958333333%;
}
body.stores.detailPage .images img:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 1.041666667%;
}
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,
body.stores.detailPage .time {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  body.stores.detailPage .time {
    width: 48%;
    float: left;
  }
  body.stores.detailPage .time + .time {
    float: right;
  }
}
body.stores.detailPage .time table {
  width: 100%;
}
body.stores.detailPage .time table td {
  padding: 10px 5px;
}
