#local-map {
  height: 400px;
}
@media only screen and (min-width: 992px) {
  #local-map {
    width: 60%;
    height: 100%;
  }
}

#find-store {
  max-width: inherit;
}

@media only screen and (min-width: 992px) {
  .local-store {
    height: 700px;
    overflow: hidden;
  }
}
.local-store * {
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .local-store {
    display: flex;
  }
}
.local-store__info-name {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.local-store__address {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.local-store__address li {
  margin-bottom: 10px;
}
.local-store__address li:last-child {
  margin: 0;
}
.local-store__address li svg {
  margin-right: 10px;
  width: 17px;
  height: auto;
  vertical-align: middle;
}
.local-store__address li a {
  text-decoration: none;
}
.local-store__address li a:after {
  content: "-";
  margin: 0 5px;
}
.local-store__address li a:last-of-type:after {
  display: none;
}
.local-store__action a {
  color: #0078A8;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.local-store__action a svg {
  width: 15px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.local-store__action a:hover {
  color: #FDCC0C;
}
.local-store__action a:hover svg path {
  fill: #FDCC0C;
}
.local-store__image {
  line-height: 0;
  width: 30%;
  padding-right: 15px;
}
.local-store__image img {
  width: 100%;
  height: auto;
}
.local-store__box-item {
  margin-bottom: 15px;
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.local-store__box-item:last-child {
  margin-bottom: 0;
}
.local-store__box-info {
  width: 70%;
}
.local-store__form-item {
  position: relative;
}
.local-store__form-item input[type=text] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  outline: none;
  margin: 0;
  box-shadow: none;
  appearance: none;
  color: #333;
  vertical-align: middle;
}
.local-store__form-item [type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  border: 0;
  background: transparent;
  overflow: hidden;
  width: 50px;
  cursor: pointer;
  min-height: auto;
  outline: none;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.local-store__form-item [type=submit] svg {
  width: 20px;
  height: auto;
}
.local-store__form-item select {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
  margin: 0;
  box-shadow: none;
}
.local-store__form-item.form-item-search {
  margin-bottom: 10px;
  width: 100%;
}
.local-store__form-item.form-item-city {
  width: 50%;
  padding-right: 5px;
}
.local-store__form-item.form-item-district {
  width: 50%;
  padding-left: 5px;
}
.local-store__search-box {
  background: #FDCC0C;
  padding: 10px;
}
.local-store form {
  display: flex;
  flex-wrap: wrap;
}
.local-store .leaflet-popup-content {
  margin: 0;
}
.local-store__search-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .local-store__search-wrap {
    width: 40%;
    margin-bottom: 0;
  }
}
.local-store__search-result {
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .local-store__search-result {
    height: 400px;
  }
}
.local-store__search-result::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.local-store__search-result::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.local-store__search-result::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/*# sourceMappingURL=find-store.css.map */
