﻿ .map-group {
            width: 100%;
            max-width: 1100px;
            margin: 50px auto;
        }

            .map-group #map {
                overflow: auto;
                width: 100%;
                height: 600px;
            }

            .map-group .search-group {
                position: absolute;
                top: 20px;
                left: 20px;
                z-index: 98;
                background-color: #ffffff;
                padding: 10px;
                border: 0;
                border-radius: 5px;
                box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
            }

                .map-group .search-group select {
                    padding: 10px;
                }

            .map-group .btn-location {
                width: 40px;
                height: 40px;
                position: absolute;
                right: 20px;
                bottom: 120px;
                background-color: #ffffff;
                border: 1px solid rgb(230, 230, 230);
                border-radius: 5px;
            }

                .map-group .btn-location .img {
                    max-width: 50%;
                    max-height: 50%;
                }

            .map-group .list-group {
                height: 600px;
                overflow: auto;
                overflow-x: hidden;
            }

                .map-group .list-group .store-group {
                    border: 1px solid #c9caca;
                    padding: 20px;
                    margin-bottom: 10px;
                    cursor: pointer;
                }

                    .map-group .list-group .store-group .title {
                        font-size: 18px;
                        font-weight: bold;
                        border-bottom: 1px solid #c9caca;
                        padding-bottom: 5px;
                        margin-bottom: 15px;
                    }

                    .map-group .list-group .store-group .detail {
                        font-size: 14px;
                        margin-bottom: 5px;
                    }

                        .map-group .list-group .store-group .detail:last-child {
                            margin-bottom: 0;
                        }