
body,html{
    padding: 0;
    margin: 0;
}

.storeloc-infowin-h3{
    font-size:20px;
    margin-bottom: 5px;
}

.storeloc-infowin-p{
    font-size: 16px;
    margin-bottom: 5px;
}

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


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

.store-locator-app .section{
    margin-bottom: 0;
}

.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 .stores-list{
        display: none;
    }
}

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





.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{
    padding-top: 10px;
    padding-left: 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;
    max-width: 80%;
    padding-top:20px;
}

.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;
    -webkit-overflow-scrolling: touch;
}

.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 .lainox-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;
}

/* Previene lo zoom automatico su ios */
.store-locator-app input[type='text']{
    font-size: 16px;
}

.store-locator-app h4{
    /*font-weight: bold;*/
    font-size: 20px !important;
    margin-bottom: 10px !important;
}



@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;
    }

}

