
.map-container__title{
    text-align: center;
    font-size: 34px;
    color: #363636;
    margin-top: 60px;
    margin-bottom: 30px;
}
.map-container__top__city{
    font-size: 24px;
    
}
.map-container__top__city a{
    color: #363636;
    text-decoration: none; 
    margin-left: 10px;
}
.map-container__top__city a:hover{
    text-decoration: underline; 
}

.map-container__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}








.shop-list {
    overflow-x: auto;
    height: 600px;
}

.shop-item {
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    padding: 6px;
}
.shop-time {
    color: #cccccc;
}

.shop-item h4{
    margin-top: 4px; 
    margin-bottom: 4px; 
}

.map-search-form > button {
    
    background-image:url(/local/templates/lombard/images/search_icon.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 0; 
    outline: 0;
}
#wait{
    position: absolute;
}
.map-search-form > input{
    width: 300px;
    float: left;
    margin: 0;
    padding: 10px;
    height: 40px;   
    outline-width: 0;
    margin-right: 20px;
}

.map-search-form {
    height:32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shop-item:hover {
    background: #F9F9F9;
}



.store_block:before{
    content: ''!important;
}
.list-stores .btn, 
.list-stores .btn:hover, 
.list-stores .btn:active, 
.list-stores .btn:focus, 
.list-stores .btn:visited, 
    .date-store .btn, 
    .date-store .btn:hover, 
    .date-store .btn:active, 
    .date-store .btn:focus, 
    .date-store .btn:visited{
        margin-left: 0px!important;
    }
    
    
.list-stores {
    max-height: none!important;
    overflow: inherit!important;
}

.shop_list_block {
    max-height: 500px;
    overflow: auto;
}

.nav-tabs{
    display: none;
}
.tab-content>.tab-pane{
   /* display: block !important;*/
}
.tab-content>.tab-pane.fade{
    opacity: 1;
}
@media(max-width: 767px){
   .nav-tabs{
        display: none;
    }
    .tab-content>.tab-pane{
        display: none !important;
    }
    .tab-content>.tab-pane.active{
        display: block !important;
    }
    .tab-content>.tab-pane.fade{
        opacity: 0;
    } 
    .tab-content>.tab-pane.fade.in{
        opacity: 1;
    } 
    .map-container__top{
        flex-wrap: wrap;
    }
    .map-search-form{
        display: flex;
        width: 100%;
    }
    .map-container__top__city{
        font-size: 20px;
    }
}
