#storesTitle {
  display: none
}

.centeredContent {
 
  width: 90%;
  margin: 90px auto;
}

#mapFiltersDiv {
  display: none
}

#mapDiv {
  margin-top: 0;
  width: 48%;
  float: right;
}

#citiesDiv {
  float: left;
  width: 50%
}

.cityName {
  color: #898989;
  background-color: transparent;
  padding-left: 0;
  margin-top: 13px;
}
.cityDiv{
  /* position: relative; */
  /* width: 100%; */
  /* height: auto; */
  /* overflow: hidden; */
  /* color: #162554; */
  border-top: 1px solid #EDEDED;
}
.cityDiv:last-of-type {
  border-bottom: 1px solid #EDEDED;
}
.cityName.open {
  color: var(--red);
}

.storeName,.storeInfo,.storeLocation {
  color: #2A2A2A
}
.storeInfo{
  margin-top: 0;
}

.storeDiv {
  width: 100%;
  margin: 0 0 20px 0
}

.storeLocationDiv .storeLocationIcon {
  display: none
}

.storeLocation {
  margin: 0
}
.storeRating{
  margin: 10px 0;
}
.storeUrl{
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.storeUrlLink{
  color: #898989;
  text-decoration: underline;
}
.storeIcon{
  height: 40px;
  width: auto;
  margin-top: 10px;
}
.storeName::before {
  content: '';
  background-image: url(../../files/searchStores.svg);
  width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.storeName{
  display: flex;
  align-items: center;
}



@media screen and (max-width:768px){
  .centeredContent {
  width: 100% !important;
  margin: 50px auto 0px;
}

div#citiesDiv {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
  div#mapDiv {
  width: 100%;
  height: 400px;
}

.cityName {
  width: 100%;
  line-height: 51px;
  margin-top: 5px;
}

.cityNameArrow {
  margin-right: 5px;
  margin-top: 21px;
}

.cityDiv {
  /* height: 40px; */
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  width: 90%;
  padding: 0px 5%;
}

}
