/* #####################################################################################################
   Store detail
   ##################################################################################################### */

/*--- 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.detailPage .storeDetails-left,
.stores.detailPage .storeDetails-right {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .stores.detailPage .storeDetails-left,
  .stores.detailPage .storeDetails-right {
    width: 50%;
  }
}
.stores.detailPage .storeDetails-left {
  padding-right: 15px;
}
.stores.detailPage .storeDetails-right #StoreMap {
  height: 400px;
}
.stores.detailPage .storeDetails-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #dedede;
  float: left;
  width: 100%;
}
.stores.detailPage .time {
  float: left;
  width: 100%;
}
.stores.detailPage .time h2,
.stores.detailPage .time .kop2 {
  float: left;
  width: 100%;
  overflow: visible;
}
