#storesTitle {
  text-align: center;
  display: none;
  font-weight: bold;
  color: #4d5550;
  margin-bottom: 30px;
  color: black;
  letter-spacing: 2px;
  font-size: 19px;
  margin-bottom: 50px;
  margin-top: 56px;
  color: #123457;
  text-transform: uppercase;
  font-family: "Lato-Black", sans-serif;
}
.storeDiv[data-st-id="1"] {
  order: 1;
}
.centeredContent {
  margin-top: 50px;
}
.centeredContent::after {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: black;
  width: 70%;
  text-align: center;
  top: 0;
  left: 15%;
  position: absolute;
  content: "Encontrá nuestros productos en todas las sucursales de Farmashop y en los siguientes puntos de venta:";
}
#mapFiltersDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.filterDiv {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid black;
  margin-right: 30px;
}
.filterSelect {
  position: relative;
  float: left;
  width: 190px;
  background-color: transparent;
  border: none;
  font-family: "Lato-Light", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  color: #162554;
  border-radius: 0px;
  font-size: 14px;
  padding-bottom: 2px;
}
.filterArrow {
  position: absolute;
  right: 10px;
  color: #12225a;
  font-size: 13px;
  top: 5px;
  pointer-events: none;
}
#openFilters {
  position: relative;
  float: right;
  width: 55px;
  background-color: transparent;
  border: none;
  font-family: "Lato-Bold", sans-serif;
  text-align: center;
  color: #13335a;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-top: 8px;
  cursor: pointer;
}
#mapDiv {
  float: right;
  position: relative;
  width: 46%;
  height: 70vh;
  max-height: 800px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 45px;
}
store {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: "Lato-Bold", sans-serif;
  color: #162554;
  font-size: 14px;
  margin-bottom: 10px;
}
storeInfo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: "Lato-Light", sans-serif;
  color: #162554;
  font-size: 13px;
  margin-bottom: 10px;
}
.storeTitle {
  position: relative;
  margin-top: 7px;
  font-size: 12px;
  color: #555555;
}
.cityDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: black;
}
.cityName {
  position: relative;
  width: calc(100% - 0px);
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  color: var(--base);
  text-transform: uppercase;
  line-height: 60px;
  padding-left: 0px;
  cursor: pointer;
  border-top: 1px solid var(--base);
}
.storesDiv {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* margin-top: 10px; */
  height: 0px;
  padding-bottom: 0px;
  border: none;
  display: flex;
  flex-direction: column;
}
.open + .storesDiv {
  padding-bottom: 20px;
  height: auto;
}
.storeDiv {
  position: relative;
  float: left;
  width: calc((100%) - 146px);
  margin-left: 30px;
  margin-right: 8px;
  min-height: 90px;
  margin-top: 10px;
  color: #555555;
}
.storeName {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  /* font-family: 'Lato-Bold', sans-serif; */
  font-size: 14px;
  font-weight: 700;
  color: var(--base);
}
.storeInfo {
  position: relative;
  width: 100%;
  font-size: 12px;
  /* font-family: 'Lato-Light', sans-serif; */
  margin-top: 10px;
  color: #555555;
}
.storeLocationDiv {
  position: relative;
  height: 15px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
.storeLocationIcon {
  position: relative;
  float: left;
  height: 15px;
}
div#citiesDiv {
  float: left;
  width: 50%;
  margin-top: 80px;
}

.centeredContent {
  width: 92%;
  min-height: 78vh;
}
.cityDiv:last-of-type {
  border-bottom: 1px solid var(--base);
}

.cityName.open {
  font-weight: 700;
}

.storeLocation {
  position: relative;
  float: left;
  font-size: 10px;
  /* margin-top: 2px; */
  margin-left: 6px;
  /* font-family: 'Lato-Bold', sans-serif; */
  font-weight: 600;
}
.cityNameArrow {
  position: relative;
  float: right;
  display: block;
  margin-right: 0px;
  margin-top: 18px;
  font-size: 24px;
  line-height: 24px;
  transition: transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -ms-transition: -ms-transform 0.1s ease-out;
}

.storeDiv {
  width: calc(80% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #mapDiv {
    height: 112vw;
    width: 100%;
    margin-top: 5vw;
  }
  .centeredContent {
    display: flex;
    flex-direction: column-reverse;
  }

  .cityName {
    padding-left: 0px;
    width: 100%;
  }

  .cityNameArrow.openClose {
    margin-right: 12px;
  }
  .centeredContent::after {
    width: 90%;
    left: 5%;
    font-size: 15px;
    line-height: 19px;
  }
  .centeredContent {
    margin-top: 35px;
  }
  div#citiesDiv {
    margin-top: 90px;
    width: 100%;
  }
}
