.storelocatorcontainer > .lfooterrow1 {
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 0;
}
.storelocatorcontainer .findnow {
    background-color: var(--primary-color);
    color: white;
    white-space: nowrap;
    position: relative;
    margin-left: 1rem;
}
.locatorarrow {
    position: absolute;
    right: 0;
    width: 16px;
}
.mapcontainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    width: 100% !important;
}
.map {
    position: sticky !important;
    width: 50%;
    top: 0;
    right: 0;
    height: 100vh !important;
}
.addresscard,
.inpdropbutton {
    display: flex;
    position: relative;
}
.mapframe {
    width: 100%;
    height: 100vh;
}
.addresscard {
    justify-content: flex-start;
    gap: 2rem;
    align-items: center;
}
.blackbox {
    background-color: #000;
    padding: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    min-width: 110px;
    height: auto;
}
.inpdropbutton {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
#storeSrcFrm {
    width: 55%;
}
.gm-ui-hover-effect {
    position: absolute !important;
    right: 5%;
    top: 5%;
    outline: 0;
}
.dropdownstorelocator {
    background: 0 0;
    padding: 0.7rem 1rem;
    border: 1px solid #c9c9c9;
    border-radius: 0.3rem;
    outline: 0;
}
.blackbox > div:first-child {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.blackbox > div:last-child {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.blackboxtitle {
    font-size: 24px;
    color: #3e4958;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.blackboxdesc,
.blackboxsubdesc {
    font-family: Hepta Slab;
    font-weight: 400;
    text-align: left;
}
.blackboxdesc {
    font-size: 16px;
    line-height: 20px;
}
.blackboxsubdesc {
    font-size: 14px;
    line-height: 20.02px;
}
.leftaddress {
    width: 50%;
}
@media (max-width: 900px) {
    .gm-style-iw-d {
        padding-bottom: 1rem;
        padding-right: 1rem !important;
    }
    .mapcontainer {
        flex-direction: column-reverse;
    }
    .leftaddress {
        width: 100% !important;
    }
    .addresscard {
        gap: 1rem;
    }
    .map {
        width: 100%;
        position: sticky !important;
        height: 40vh !important;
        top: 0%;
        left: 0%;
    }
    .storelocatorcontainer > .lfooterrow1 {
        padding: 1rem 0;
    }
    .blackbox > div:first-child {
        font-size: 16px;
    }
    .blackboxtitle {
        font-size: 20px;
    }
    .locatorarrow {
        width: 10%;
        display: none;
    }
    #storeSrcFrm {
        width: 90%;
    }
    .inpdropbutton {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
        justify-content: space-between;
    }
    .dropdownstorelocator {
        width: 100%;
    }
    .blackbox > div:last-child {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }
}
