.mh-store-locator-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mh-store-locator-search {
    margin-bottom: 10px;
}

.mh-store-locator-content {
    display: flex;
    flex: 1;
}

.store-list {
    width: 30%;
    padding: 10px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.store-map {
    width: 70%;
    height: 500px;
}

.highlight {
    background-color: #e0e0e0;
}

.mh-img-cont {
    --size: 70px;
    width: var(--size);
    height: var(--size);
    display: flex;
}

.mh-img-cont img {
    object-fit: contain;
}

ul#store-list>li {
    display: flex;
    align-items: flex-start;
    color: #000;
    font-size: 13px;
    border: 1px solid #0005;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.addr-loc ul {
    list-style: none !important;
    padding-left: 0 !important;
}

ul#store-list {
    padding-left: 0;
}

.store-list {
    padding: 0 20px 0 0;
}

/*  */
.infoWindow h3 {
    color: #000;
}

.infoWindow .sl-row.sl-addr-sec {
    display: flex;
    gap: 50px;
}

.infoWindow .img_box {
    width: 100%;
    height: 100%;
}

.infoWindow .img_box img {
    width: 100%;
    height: 70px;
}

.infoWindow span.sl-tag {
    color: #000;
    max-width: 150px;
    width: 100%;
    display: block;
    font-size: 14px;
}

.infoWindow .asl-buttons.asl-btn-full {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.infoWindow .asl-buttons.asl-btn-full a {
    text-decoration: underline;
}

/*  */



/* leaflet map  */


.custom-cluster .cluster-icon {
    background: #3b95b1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}


#autocomplete-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 250px;
    z-index: 1000;
    color: #000;
}

#autocomplete-results div {
    padding: 8px;
    cursor: pointer;
}

#autocomplete-results div:hover {
    background: #f3f3f3;
}