* {
  font-family: "Montserrat" !important;
}
#storesTitle {
  letter-spacing: 0px;
  font-size: 19px;
  color: #1c1c1c;
  margin-top: 38px;
  line-height: 85px;
  background: #ffffff;
  margin-bottom: 0px;
  height: 85px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
#mapFiltersDiv,
.filterSelect {
  width: 210px;
  color: #1c1c1c;
}

#mapFiltersDiv {
  width: 30%;
  float: left;
  display: none;
  margin-top: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
}
#mapDiv {
  width: 62%;
  height: 500px;
  margin-top: 0px;
  float: right;
  margin-bottom: 0px;
}
#citiesDiv {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 25px;
}
.centeredContent {
  width: 100%;
  background: #f9f7f7;
}
.storeDiv {
  width: calc(100% - 16px);
  margin-bottom: 15px;
}
.cityNameArrow {
  color: #3392fc;
  margin-right: 19px;
}
.cityDiv {
  color: #1c1c1c;
}
.storeName {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
.storeLocation:hover {
  color: #3392fc;
}
.storeInfo {
  font-size: 13px;
  line-height: 17px;
  font-family: "Montserrat";
}
.cityName {
  position: relative;
  width: calc(100% - 17px);
  border: 1px solid #c4c4c4;
  font-family: "Montserrat";
  color: #1c1c1c;
  background-color: transparent;
  letter-spacing: 0px;
}
.filterDiv {
  border-bottom: unset;
}
.filterArrow {
  color: #3392fc;
}
@media screen and (max-width: 768px) {
  .centeredContent {
    width: 100% !important;
  }
  #mapFiltersDiv {
    width: 210px;
    margin: 15px auto 20px;
    float: unset;
  }
  #mapDiv {
    width: 100%;
    margin-top: 0px;
    height: 50vh;
    margin-bottom: 0px;
  }
  #citiesDiv {
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
  }
  #storesTitle {
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
