.store-list-container {
    font-family: 'Noto Sans TC', sans-serif;
    max-height: 550px;
    overflow-y: scroll;
}

.store-item.hide {
    display: none;
}

.store-item {
    position: relative;
    padding: 15px 10px;
    background: #F5F9FF !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
}


img.btn-show-map {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    display: none;
}

.store-item h4 {
    color: #0083CB;
    letter-spacing: 0px !important;
    font-family: 'futura-pt' !important;
    font-weight: 500 !important;
}

.store-item h4.active {
    font-weight: 900 !important;
}

p.d-inline-block {
    display: inline-block;
    margin-bottom: 0px !important;
}


.store-item i.fa {
    font-size: 16px !important;
    width: 30px;
    text-align: center;
    color: #0084d1 !important;
}

.store-item .porto-info-icon {
    margin-right: 12px;
}

select#sel_region, select#sel_facilities {
    padding-left: 12px;
    background-color: #ECF8FF;
    color: #474747;
    border: none;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    font-family: 'futura-pt' !important;
}

select#sel_location {
    background: #007cc8;
}



.store-item .store-address {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.store-item .store-office-hour p{
    color: #999;
    font-size: 16px;
    /*line-height: 24px;*/
    vertical-align: top;
}

.store-item .store-icon {
    vertical-align: middle !important;
}

.store-tel a {
    font-size: 16px;
}

/*.store-item .store-tel a {*/
/*    color: #000 !important;*/
/*    margin-top: 13px !important;*/
/*    display: inline-block;*/
/*}*/

.store-item i.fa.fa-phone {
    color: #23b8bc;
    font-size: 25px;
}

div#gml-google-map {
    width: 100%;
    height: 600px;
}

.store-item div#dsg-google-map {
    width: 100%;
    height: 250px;
}


.mb-2 {
    margin-bottom: 20px;
}

@media only screen and (max-width : 991px) {
    #dsg-google-map-container {
        display: none;
    }

    img.btn-show-map {
        display: block;
        z-index: 999;
    }
}