﻿.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;
}

.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;
}

  .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;
}
