@import 'https://fonts.googleapis.com/css?family=Roboto';


.store-locator-info-window{
    font-family: 'Roboto', sans-serif;
}

.store-locator-info-window .text-head{
    font-weight: bold;
}

.store-locator-info-window p{
    margin: 0 0 5px 0;
    border-bottom: 1px #e5e5e5 dotted;
}

.store-locator-app{
    font-family: 'Roboto', sans-serif;
}

.store-locator-app .controls{
    width: 33%;
    float: left;
}

.store-locator-app .map-wrapper{
    width: 67%;
    float: left;
}

@media screen and (max-width: 1023px) {
    .store-locator-app .controls, .store-locator-app .map-wrapper{
        float: none;
        width: 100%;

    }

    .store-locator-app .map{
        margin: 0 40px;
    }

    .store-locator-app .stores-list{
        display: none;
    }
}

.store-locator-app .map{
    height: 100vh;
}


.store-locator-app .stores-list .infos .item-text-head{
    font-size: 15px;
    font-weight: bold;
}


.store-locator-app .search-controls input{
    width: 100%;
    border-radius: 4px;
    border: none;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
    padding: 5px;
    box-sizing: border-box;
}


.store-locator-app .search-controls .dropdown{
    position: absolute;
    background-color: white;
    width: 100%;
    border: 1px solid #aaa;
    max-height: 320px;
    overflow-y: auto;
    z-index: 9000;
}



.store-locator-app .search-controls .dropdown .item_on{
    background-color: #009ee0;
    color: white;
}

.store-locator-app .search-controls .dropdown div {
    border-bottom: 1px solid #bababa;
}

.store-locator-app .search-controls .input-wrapper{
    width: 100%;
}

.store-locator-app .search-controls .dropdown hr{
    margin: 0;

}

.store-locator-app .search-controls .dropdown p{
    margin: 0;
    padding: 10px;

}



.store-locator-app .store-list-item{
    border-bottom: 1px solid #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;

}

.store-locator-app .cursor{
    cursor: hand;
    cursor: pointer;
}


.store-locator-app .over{
    transition: all 0.25s ease;
}

.store-locator-app .over:hover{

    background-color: #009ee0;
    color: white;
}

.store-locator-app .over-underline:hover{
    text-decoration: underline;
}



.store-locator-app .store-list-item .infos{
    display: inline-block;
    width: 100%;
    padding-top:20px;
    padding-bottom:20px;
    font-size:14px;
}

.store-locator-app .store-list-item .infos p, .store-locator-app .store-list-item .infos h3{
    margin: 0 0 5px 0;
    border-bottom: 1px #e5e5e5 dotted;
}



.store-locator-app .store-list-item .arrow{
    float: right;
    position: relative;

}

.store-locator-app .store-list-item .arrow span{
    display: block;
    position: absolute;
    top:50%;
}

.store-locator-app .store_selected{
    background-color: #F00;
}

.store-locator-app .store-locator-app{
    height: 100vh;
}

.store-locator-app .store-locator-app .busy{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left: 0;
    z-index: 10000;
}

.store-locator-app .section{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.store-locator-app .section1 h3{
    margin-top: 0;
    font-size: 25px !important;
    margin-bottom: 14px !important;
}

.store-locator-app .section1 p:last-child{
    margin-bottom: 0;
}

.store-locator-app .section1{
    padding-bottom: 20px;
    background-color: #FFF;
    position: relative;
    z-index: 1000;
}

.store-locator-app .section2{
    padding-bottom: 20px;
    background-color: #f1f1f1;
    box-shadow:3px 0px 8px 0px rgba(0,0,0,0.2);
}



.store-locator-app .section3{
    overflow-y: auto;
    overflow-x:hidden;
}

.store-locator-app .margin0{
    margin: 0;
}

.store-locator-app .padding0{
    padding: 0;
}

.store-locator-app .infos_visible{
    max-height: 50vh;
}

.store-locator-app .infos_hide{
    max-height: 0;
}

.store-locator-app .store-infos{
    transition: all 1s ease;
    overflow: hidden;
}

.store-locator-app .infos-toggle{
    visibility: hidden;
    float: right;
}

.store-locator-app .infos-toggle span{
    padding: 10px;
}

.store-locator-app .geolocate-trigger{
    color: #009ee0;
}



.store-locator-app input[type='text']{
    font-size: 16px;
}

.store-locator-app h4{
    font-weight: bold;
}



@media all and (max-width: 769px) {
    .store-locator-app .stores-list{
        display: none;
    }

    .store-locator-app .infos-toggle{
        visibility: visible;
    }


}

@media all and (max-width: 320px) {
    .store-locator-app .section1 h3{
        font-size: 20px !important;
    }

}

