﻿.all-stores {
  padding-top: 3px;
}

  .all-stores div#map {
    width: 100%;
    height: 373px;
    float: left;
    margin-left: 0px;
  }

  .all-stores .firstSection {
    margin-top: 60px;
  }

    .all-stores .firstSection::after {
      content: '';
      clear: both;
      display: table;
    }

  .all-stores .image {
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 21px;
  }

  .all-stores .storelist {
    margin-left: 12px;
    margin-right: 0px;
    font-size: 15px;
    line-height: 21px;
  }

  .all-stores .displayImage {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
  }

  .all-stores .gm-style-iw {
    width: 300px !important;
    top: 8px !important;
    left: 5px !important;
    max-height: 130px;
  }

  .all-stores p {
    margin-left: 10px;
  }

  .all-stores label {
    font-weight: 600;
  }

  .all-stores .storeName {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
  }

#iw-container {
  /*margin-bottom: 10px;*/
}

  #iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    /*background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;*/
  }

  #iw-container .iw-content {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin-right: 1px;
    padding: 3px 5px 9px 15px;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
  }

.iw-subTitle {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 0;
}

.all-stores a {
  color: #4285F4;
}

  .all-stores a:hover {
    color: #4285F4;
    text-decoration: underline;
  }

  .all-stores a.morelink {
    text-decoration: none;
    outline: none;
    color: blue;
  }

.all-stores .morecontent span {
  display: none;
}

.store-btn-container {
  margin-top: 20px;
  padding: 0 15px;
}

.btn-store-details, .btn-store-map {
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #205aa7;
  border-radius: 3px;
  color: #205aa7;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
}
.firstSection, 
.firstSection .card {
  height: 100%;
}
  .btn-store-details:hover, .btn-store-map:hover {
    text-decoration: none;
  }

.search-page h1 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #205aa7;
}

.store-service {
  padding: 0 15px !important;
}
.storelist .image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  background: #005daa;
}
.all-stores .displayImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto !important;
  max-height: initial;
}
.storelist .buttons {
  margin-bottom: 10px;
}
.storelist .container ~ p {
  padding: 0 8px;
}
#check-store-popup-content {
  max-height: 250px;
  overflow: auto;
  padding: 10px;
}
.store-item {
  display: block;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 5px;
  position: relative;
}
.store-item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 9px;
  background: #e00041 !important;
}

.gm-style-iw-d {
    max-height: 128px !important;
}

.gm-style-iw-c {
    max-height: 164px !important;
}

@media (max-width: 767px) {
  .storelist .full-description .container .col-4,
  .storelist .full-description .container .col-8 {
    padding: 0;
  }
}