.title-store {
    color: #333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: bold;
}
.title-store span {
    color: #3d3d3d;
    font-size: 12px;
    text-transform: uppercase;
}
.wrapper-dropdown.list-store {
    max-height: 510px;
    overflow-y: auto;
}
.list-store {
    padding: 0px 0px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.list-store ul {
    margin: 0;
    padding: 0;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}
.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}
.list-store ul li a{
    display: block;
    text-align: left;
    white-space: inherit;
    background: transparent!important;
    color: #000!important;
}
.list-store .all-submenu-1 .sub-item1:nth-child(even) {
    background: #f6f6f6;
}
.listMap .storeMap{
    display: none;
}
.listMap .storeMap.storeMap-active{
    display: block;
}
.system_store{
    float: right;
}
.main-map{
    padding: 30px 0;
}