/* #####################################################################################################
   This stylesheet describes stores
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

#storeLocator {
  margin-bottom: 20px;
}
#storeLocator #storeLocatorMap {
  height: 200px;
  outline-color: #4ca950;
  /* Circle color */

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

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

}
#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;
  padding-left: 50px;
}
#storeLocator #storeLocatorSearch .inputs,
#storeLocator #storeLocatorSearch a.gps {
  border: 1px solid #dedede;
}
#storeLocator #storeLocatorSearch .inputs {
  position: relative;
  padding-right: 40px;
}
#storeLocator #storeLocatorSearch .inputs input.search {
  padding: 10px 1.5%;
  width: 97%;
  height: 20px;
  line-height: 20px;
  border: none;
  outline: none;
}
#storeLocator #storeLocatorSearch .inputs input.submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: url(../../../images/searchBtn.png) white 50% 50% no-repeat;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  outline: none;
}
#storeLocator #storeLocatorSearch .inputs input:disabled {
  background-color: #ebebe4;
}
#storeLocator #storeLocatorSearch a.gps {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../../../images/ico-geolocation.png) white 50% 50% no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#storeImages .storeImage {
  float: left;
  width: 100%;
  margin-bottom: 37px;
}
#storeImages .storeImage img {
  padding: 0px !important;
}
.secondTable {
  float: left;
  margin-top: 20px;
}
#storeList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
#storeList .toStore {
  margin-top: 10px;
}
#storeList .item {
  flex: 0 1 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (min-width : 768px) {
  #storeList .item {
    flex: 0 1 calc(50% - 20px);
  }
}
@media only screen and (min-width : 1024px) {
  #storeList .item {
    flex: 0 1 calc(33.33% - 27px);
  }
}
@media only screen and (min-width : 1280px) {
  #storeList .item {
    flex: 0 1 calc(25% - 30px);
  }
}
#storeList .item .storeContent {
  margin-top: 12px;
}
#storeList .item .picture {
  float: none;
}
#storeList .item .picture img {
  width: 50%;
  height: auto;
}
#storeList .item .OpenNow {
  margin-top: 18px;
}
#storeList .storeImage {
  background-size: cover;
  background-position-y: bottom;
  width: 100%;
  position: relative;
  height: 230px;
}
#storeList .toStore a {
  color: #383838;
}
.openedEveryDay {
  color: #4ca950;
}
body.stores.detailPage {
  font-size: 16px;
  line-height: 28px;
}
body.stores.detailPage #pageContainer {
  padding: 170px 0 0;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage #pageContainer {
    padding: 200px 0 0;
  }
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage #pageContainer {
    padding: 237px 0 0;
  }
}
body.stores.detailPage #cols {
  max-width: none;
  padding: 0;
}
body.stores.detailPage #content {
  width: 100%;
  float: none;
  padding: 0;
}
body.stores.detailPage #breadcrumbs {
  display: none;
}
body.stores.detailPage .back {
  display: none;
}
body.stores.detailPage img {
  padding: 0 !important;
}
body.stores.detailPage .main-banner {
  position: relative;
}
body.stores.detailPage .main-banner ul {
  margin: 0;
}
body.stores.detailPage .main-banner ul li img {
  width: 100%;
}
body.stores.detailPage .main-banner .mobile-title {
  position: absolute;
  display: block;
  left: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  color: white;
}
body.stores.detailPage .flex {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 3% 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 50px;
  }
}
@media only screen and (min-width : 1280px) {
  body.stores.detailPage .flex {
    gap: 120px;
  }
}
@media only screen and (min-width : 1280px) {
  body.stores.detailPage .flex {
    padding: 40px 0 0;
  }
}
body.stores.detailPage .flex .element-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex .element-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 35px 13px;
    text-align: left;
  }
}
@media only screen and (min-width : 1280px) {
  body.stores.detailPage .flex .element-title {
    margin: 0 0 35px 23px;
  }
}
body.stores.detailPage .flex .directions {
  background: black;
  max-width: 150px;
  margin: 12px 0 0;
  padding: 0 32px;
  width: auto;
  min-width: 213px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .flex .directions {
    margin: 30px 0 0;
    width: inherit;
    min-width: inherit;
  }
}
body.stores.detailPage .opening-times {
  order: 2;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .opening-times {
    order: 1;
  }
}
body.stores.detailPage .opening-times .extra-opening-hours {
  margin: 10px 0 0;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .opening-times .extra-opening-hours {
    margin: 10px 0 30px;
  }
}
body.stores.detailPage .opening-times .extra-opening-hours .times {
  margin: 0 8px;
}
body.stores.detailPage .opening-times #ltExtraBusinessHours {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  body.stores.detailPage .opening-times #ltExtraBusinessHours .extra-content {
    margin: 30px 0 0;
  }
}
body.stores.detailPage .store-address {
  margin: 0 0 40px;
  flex: 0 0 100%;
  order: 1;
  text-align: center;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-address {
    margin: 82px 0 0;
    flex: 0 0 200px;
    order: 2;
    text-align: left;
  }
}
body.stores.detailPage .store-address h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 5px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-address h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
  }
}
body.stores.detailPage .store-address p {
  margin: 0;
}
body.stores.detailPage .store-address p > span {
  display: inline-block;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-address p > span {
    display: block;
  }
}
body.stores.detailPage .store-content {
  background: #f4f2f0;
  font-weight: 400;
}
body.stores.detailPage .store-content .inner {
  max-width: 1430px;
  text-align: center;
  margin: 50px auto;
  padding: 35px 0 30px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .inner {
    padding: 55px 0 50px;
  }
}
body.stores.detailPage .store-content h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 20px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
body.stores.detailPage .store-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}
body.stores.detailPage .store-content .store-quote {
  font-family: 'La Belle Aurore', sans-serif;
  font-size: 35px;
  margin: 30px 0 0;
}
body.stores.detailPage .store-content .col {
  padding: 0 3%;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .col {
    margin: 0 40px 0 0;
    padding: 0;
  }
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-content .col {
    margin: 0 80px 0 0;
  }
}
@media only screen and (min-width : 1440px) {
  body.stores.detailPage .store-content .col {
    flex: 1 0 153px;
  }
}
body.stores.detailPage .store-content .col:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 30px 0 -45px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .col:last-child {
    display: block;
    margin: 0;
  }
}
body.stores.detailPage .store-content .col.middle {
  flex: 0 1 auto;
  max-width: 850px;
  padding: 0 30px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .col.middle {
    padding: 0;
  }
}
body.stores.detailPage .store-content .col ul {
  margin: 0 20px;
  width: 153px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .col ul {
    margin: 0 auto;
  }
}
body.stores.detailPage .store-content .col ul li {
  list-style: none;
}
body.stores.detailPage .store-content .col h3 {
  font-family: 'La Belle Aurore', sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin: 45px 0 2px;
  text-align: left;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-content .col h3 {
    font-size: 30px;
    margin: 40px 0 5px;
    text-align: center;
  }
}
body.stores.detailPage .store-services {
  padding: 0 0 30px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-services {
    padding: 0 3% 30px;
    width: 94%;
  }
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-services {
    padding: 20px 50px 30px;
    width: auto;
  }
}
@media only screen and (min-width : 1440px) {
  body.stores.detailPage .store-services {
    padding: 20px 100px 30px;
  }
}
body.stores.detailPage .store-services .owl-carousel {
  display: block;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-services .owl-carousel {
    padding: 0 50px;
    margin: 0 -50px;
  }
}
body.stores.detailPage .store-services .owl-carousel .owl-next,
body.stores.detailPage .store-services .owl-carousel .owl-prev {
  text-indent: -9999px;
}
body.stores.detailPage .store-services .owl-carousel .owl-next.disabled,
body.stores.detailPage .store-services .owl-carousel .owl-prev.disabled {
  display: none;
}
body.stores.detailPage .store-services .owl-carousel .bannerLargeText {
  padding: 0 20px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-services .owl-carousel .bannerLargeText {
    padding: 0;
  }
}
body.stores.detailPage .store-services .owl-carousel h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 25px 0 12px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-services .owl-carousel h3 {
    font-size: 28px;
  }
}
body.stores.detailPage .store-services .owl-carousel h4 {
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .store-services .owl-carousel h4 {
    line-height: 32px;
  }
}
body.stores.detailPage .store-services ul {
  margin: 0;
}
body.stores.detailPage .store-services h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 30px;
}
@media only screen and (min-width : 1024px) {
  body.stores.detailPage .store-services h2 {
    font-size: 30px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }
}
body.stores.detailPage .flex-col .time {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col .time {
    width: auto;
  }
}
body.stores.detailPage .flex-col .time:first-child {
  flex: 0 0 auto;
}
body.stores.detailPage .flex-col .time:last-child {
  margin: 30px 0 0;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col .time:last-child {
    margin: 15px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col .time + .time {
    padding-left: 50px;
  }
}
@media only screen and (min-width : 1280px) {
  body.stores.detailPage .flex-col .time + .time {
    padding-left: 120px;
  }
}
body.stores.detailPage .flex-col .time h2 {
  font-size: 20px;
  font-weight: 900;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col .time h2 {
    font-size: 18px;
    font-weight: 600;
  }
}
body.stores.detailPage .flex-col .time table {
  font-size: 18px;
}
body.stores.detailPage .flex-col .time table tr {
  display: block;
  padding: 15px 12px 12px;
  border-bottom: 1px solid #dedede;
}
@media only screen and (min-width : 1280px) {
  body.stores.detailPage .flex-col .time table tr {
    padding: 15px 22px 12px;
  }
}
body.stores.detailPage .flex-col .time table td {
  display: inline-block;
}
body.stores.detailPage .flex-col .time table td.day {
  min-width: 180px;
  font-weight: 700;
}
@media only screen and (min-width : 768px) {
  body.stores.detailPage .flex-col .time table td.day {
    min-width: 150px;
  }
}
#album {
  list-style: none;
  margin: 0px;
}
#album .slidesjs-next,
#album .slidesjs-previous,
#album .slidesjs-play,
#album .slidesjs-stop {
  display: none !important;
}
#album .slidesjs-pagination {
  margin: 6px 0 0;
  display: none;
  float: left;
  list-style: none;
}
#album .slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
#album .slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../../../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
#album .slidesjs-pagination li a.active,
#album .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}
#album .slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}
.brandsTable {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  height: 279px;
}
.brandsTable h3 {
  text-align: center;
  color: #4ca950;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.showMoreBrands {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}
#bottomContent {
  margin-top: 80px;
  width: 100%;
}
#bottomContent img {
  padding: 0px !important;
}
/* ==========================================================================
   styles for mobile and tablet
   ========================================================================== */

@media only screen and (min-width : 480px) and (max-width: 1280px) {
  #storeImages .storeImage {
    float: left;
    width: 48%;
    margin-bottom: 37px;
  }
  #storeImages .storeImage img {
    padding: 0px !important;
  }
  #storeImages .storeImage:nth-child(2n+2) {
    margin-left: 4%;
  }
  .brandsTable {
    width: 75%;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  #storeLocator #storeLocatorMap {
    height: 400px;
  }
  .secondTable {
    width: 42%;
    margin-left: 56px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1024px) {
  #storeLocator #storeLocatorMap .gm-style .content .top {
    display: none;
    margin-bottom: 10px;
  }
  #storeLocator #storeLocatorMap .gm-style .content .top img {
    display: block;
  }
  #storeLocator #storeLocatorSearch {
    padding-left: 0;
  }
  #storeLocator #storeLocatorSearch a.gps {
    display: none;
  }
  #storeImages .storeImage {
    float: left;
    width: 48%;
    margin-bottom: 37px;
  }
  #storeImages .storeImage img {
    padding: 0px !important;
  }
  #storeImages .storeImage:nth-child(2n+2) {
    margin-left: 4%;
  }
  .secondTable {
    width: 50%;
    margin-left: 0px;
    float: left;
    margin-bottom: 10px;
  }
}
