#popupSelectShopModal .modal-body{
    height: 75vh;
}

#popupSelectShopModal .metiSelectShopMap, #popupSelectShopModal .metiSelectShopStore{
    height: 100%;
    position: relative;
}

#popupSelectShopModal #map{
    height: 100%;
}

#popupSelectShopModal .modal-dialog{
    width: 95vw !important;
}

@media(min-width:1200px){
    #popupSelectShopModal .modal-dialog{
        width: 80vw !important;
    }
}

.metiSelectShopStore .storeList{
    overflow-y: auto;
    height: 85%;
}

.routeToStore{
    display: inline-block;
    text-decoration: underline;
}

