/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 *, ::after, ::before {
    box-sizing: inherit;
}

.map-control {
    display: none;
}

#rl_store_form .form-control{
    border-radius: 0px;
}

.rl-filter-wrapper{
    width:100%; 
    margin-bottom:10px;
}

.store-wrapper{
    width:100%; 
    background-color: #f0f0f0;
}

#map_box, #rl_sidebar_box{
    /*padding: 0px;*/
}

#rl_sidebar_box{
    
}

.rl_sidebar_box_inner{
    /* padding-left: 20px; */
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#rl_sidebar_box .rl_sidebar_box_inner .form-control{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-color: #212529;
    background-color: transparent;
    outline: none;
}

.search_keyword_input_group .form-control:focus{
    outline: none;
}

.search_keyword_input_group .input-group-append button{
    background-color: transparent;
    border: 0px;
    color: #212529;
}

.search_keyword_input_group .input-group-append button .icon-search{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sidebar_entry_btn{
    cursor: pointer;
    margin-bottom: 15px;
}

.rl_pagination_loading{
    display: none;
}

#rl_pagination{
    display: none;
}

.scroll-wrapper > .scroll-content{
    height: 300px!important;
}

.scrollbar-outer > .scroll-element .scroll-bar{
    background-color: #202020!important;
}

.scrollbar-outer > .scroll-element .scroll-element_track{
    background-color: #fff;
}

.scrollbar-outer > .scroll-element.scroll-y{
    width: 6px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer{
    width: 6px;
    left: 0px;
}

.store_locator_map_infowindow, .store_locator_map_infowindow a{
    outline: none!important;
}

.store_locator_map_infowindow a.marker-tel{
    margin-top: 10px;
    cursor: pointer;
    color: #007bff!important;
}

.store_locator_map_infowindow a.marker-title{
    font-size: 18px!important;
}


@media screen and (max-width:767px) {
    body .store_locator_map_infowindow, body .store_locator_map_infowindow p, body .store_locator_map_infowindow a {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

     div#map_box>div#rl_map {
        height: 400px!important;
    }

    body .gm-style .gm-style-iw-c{
        max-width: 300px!important;
        padding: 10px!important;
    }

    .gm-style-iw-chr button{
        width: 30px!important;
        height: 30px!important;
    }
    
}
