#map {
    height: 75vh;
    width: 65%;
    display: inline-block;
    z-index:1;
    font-family:inherit;
    border-radius: 15px;
}

#detail {
    width: 32%;
    height: auto;
    min-height: 75vh;
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding: 30px 20px 10px;
    margin-left: 30px;
    max-height: 97vh;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.item {
    background-color: #ededed;
    padding: 15px 25px 15px;
    border-radius: 10px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: 15px;
}

.item h3 {
    font-size:18px;
}

.item p {
    margin-bottom: 10px;
}

#list-items {
    max-height: 67vh;
    overflow-y: auto;
    padding-right: 5px;
    direction: rtl;
    overflow-x: hidden;
}

#city {
    direction: rtl;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

#city label {
  font-size: 15px;
}

#city > label {
  font-size: 24px;
  
}

#city select {
  font-size: 14px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #bdbcb8;
}


.store .leaflet-popup-content{
  padding: 1px 0 1px;
  font-weight: normal;
}


.leaflet-popup-content p {
  margin: 10px 0;
  text-align: right;
  font-size: 14px;
}


.leaflet-container a.leaflet-popup-close-button {
  top: 3px;
  left: 3px;
}

.leaflet-popup-content-wrapper {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

p.name-chain {
    font-weight: bold;
    margin: 20px 0 20px 0;
}

@media only screen and (max-width: 450px){
#map {
    height: 50vh;
    width: 100%;
}

#detail {
    width: 100%;}

}