.dealer-info { color: darkgrey;font-weight: bold; font-size: 14px; margin-bottom: 20px; border-bottom: 1px solid #e6e6e6; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); padding: 10px; border-radius: 2px; cursor: pointer; }
.dealer-info p { color: #898989; margin-bottom: 5px; }
.dealer-info p span { font-weight: normal;margin-left: 5px; font-weight: bold; color: #000; }
.map-page-body__title > span { font-weight: normal; }
.dealer-icon-maker { margin: 0 auto; height: 24px; }
.text-dark { color: #000 !important; }
.map-mobile__title > span { font-weight: normal; }
.map-mobile__fixed { display: block !important; position: fixed; top:0; background: #fff; z-index: 9999; width: 100%; box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%); padding-top: 10px; animation: top_toggle 0.2s ease-in-out; }
.map-mobile__info { display: flex; justify-content: space-between; }
.align-info { margin-top: auto; margin-bottom: 5px; }

.live-search-list {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: 'Lato', sans-serif;
color: #000;
}

.live-search-list li {
color: fff;
list-style: none;
padding: 12px 16px;
margin: 5px 0;
cursor: pointer;
}

.map-page-body__top-center {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.map-mobile__info-center {
	display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}