#amlocator_left span{
    display: block;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
}
#amlocator_window_template{
    display: none;
}
#amlocator-map-canvas{
    width: 100%;
    height: 600px
}

.popup{
    width: 250px;
    height: 100%;
    overflow: hidden;
}

.popup h2{
    font-size: 20px;
    margin-top: 0 !important;
}

.popup p{
    margin-bottom: 0 !important;
}

.popup img{
    width: 100px;
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#amlocator_left{
    height: 500px;
    overflow: scroll;
    overflow-y:auto;
    overflow-x:auto;
    margin-top: 10px;
}

#amlocator_left .active{
    background: #fff9e9;
    border: 1px solid #eee2be;
}
.please-wait{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 150px;
    height: 100px;
    background-color: white;
}

.amlocator_mapblock {
    float: right;
    /*width: 70%;*/
}
.amlocator_store_list {
    float: left;
    /*width: 28%;*/
    /*margin-right: 10px;*/
    margin-bottom: 20px;
}

.amlocator_group:after {
    content:"";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .amlocator_mapblock, .amlocator_store_list {
        float: none;
        width: auto;
    }

}
#amasty_locator_filter .block-content span{
    margin-left: 5px;
}
#amasty_locator_filter ul{
    margin-left: 10px;
}

.amlocator_default{
    background: url(../../../images/amasty/amlocator/close.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0 0px;
    cursor: pointer;
    position: relative;
    top: -10px;
}
.amlocator_default:hover{
    background: url(../../../images/amasty/amlocator/close.png) no-repeat;
    background-position: 0 -14px;
    cursor: pointer;
}