#mf-stor-locator{
    width: 100%;
    min-height: 500px;
}
#mf-stor-single{
    width: 100%;
    min-height: 400px;
}

.side-store-tree{
    font-weight: bold;
  
}
.side-store-address{
   
}
.side-store-box{
    font-size: 14px;
    padding: 1rem;
    border-bottom: 1px solid #e1e1e1;
}

.mf_map_box{
    position: relative;
    overflow: hidden;
}
.mf-side-panel{
    display: block;
    position: absolute;
    top: 294px;
    height: 350px;
    left: 0;
    width: auto;
    background-color: #f2f2f3;
    z-index: 1; 
}
.mf-scroller{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    position: relative; 
}
#mf-map-container{
    min-height: 500px;
	width: 900px;  
}
.hours-close{
    display: none;
}
.open_hours {
    display: none;
    list-style-type: none;
}
.scroll-header{
    padding: 0px 10px;
}
#pac-input{
    background-color: #f2f2f3;
    width: 75%; 
    margin: 0 auto; 
}
#my-position{
    text-align: center;
    cursor: pointer;
}
.store-search-box{
    text-align: center;
}
.store-center{
    text-align: center;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px){
    .mf-side-panel{
        height: 500px;
        top: 444px;
        position: relative;
        float: left;
        width: 300px;
        top: 0;
    }
}