#storeLocatorArea section:nth-of-type(2) {
    margin-top: 100px !important;
}

.searchArea {
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;

}

.searchArea .fa-search {
    position: absolute;
    right: 0px;
    background: rgb(34, 34, 34);
    height: 56px;
    width: 56px;
    padding: 20px;
    color: white;
}

.searchArea .fa-times {
    position: absolute;
    right: 70px;
    height: 56px;
    width: 40px;
    padding: 20px;
    font-size: 1.3rem;
    color: #aaa;
}

.mapArea {}

.listArea {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
}

@media (min-width: 600px) {
    .listArea {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .listArea {
        grid-template-columns: repeat(3, 1fr);
    }
}

#map {
    width: 100%;
    height: 700px;
}

#addressInput {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 18px;
    border: solid 1px #666;
}

.storePopUp {
    margin: 0px;
    width: 280px;
    text-align: center;
}

.storePopUp h2 {
    padding: 15px;
}

.storePopUp p {}

.storePopUp h5 {
    margin-bottom: 10px;
}

.storeItem {
    height: 280px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: solid 1px #666;
    margin-bottom: 10px;
    font-size: 14px;
    /* line-height: 1.5rem; */
}

.storeItem {
    height: 270px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: solid 1px #666;
    margin-bottom: 10px;
    font-size: 14px;
    /* line-height: 1.5rem; */
}

.storeItem .heading {
    height: 110px;
}
.storeItem .links {
    margin-top: auto;
}

.storeItem .info {
    margin-top: auto;
    line-height: 1.6rem;
}

.storeItem h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.8rem;
    font-weight: 600;
}

.distance {
    padding: 7px 10px;
    border: solid 2px black;
    border-radius: 50px;
    margin-top: 15px;
    display: inline-block
}

.directStore .distance {
    color: #fff;
    border-color: #aaa;
}

.directStore h5 {
    color: white;
}

.directStore p {
    color: #ccc;
}

.directStore {
    background: #222;
    color: #fff;
}

.gm-style .gm-style-iw-c {
    padding: 0px !important;
    border-radius: 10px;
    box-shadow: 2px 2px 18px 1px rgba(75, 75, 75, 0.2);
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

button.gm-ui-hover-effect {
    display: none !important;
}

.gm-style iframe+div {
    border: none !important;
}


#storeLocatorArea {
    /* margin: 20px; */
}

.noResultContent {
    text-align: center;
}

.appointment {
    font-size: 22px;
}

@media (max-width: 800px) {

    .mapArea {
        display: none;
    }

    .listArea {
        width: 100%
    }

    .searchArea {
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .appointment {
        font-size: 18px;
    }

    .listArea {
        height: auto;
    }
}
