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

.map-control {
    display: none;
}

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

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

#map_box,
#rl_sidebar_box {
    font-size: 12px;
    color: #000000;
}

#map_box{
    flex: 1;
}
#rl_sidebar_box
{
    max-width: 450px;
}

#rl_map{
    border-radius: 15px;
    margin-bottom: 0px;
}

#rl_sidebar_box .rl_sidebar_box_inner{
    background-color: #ffffff;
    padding: 0px;
    height: 410px;
    border-radius: 15px;
}

.rl-filter-form .input-group,
#rl_sidebar_box .rl_sidebar_box_inner .input-group{
    display: flex;
    align-items: flex-end;
    position: relative;
}

.rl-filter-form .input-group{
    margin-bottom: 20px;
}

.rl-filter-form .input-group .form-control{
    padding: 15px 60px 15px 15px;
    border-radius: 0px;
    font-size: 12px;
    border: 0px;
    border-bottom: 1px solid #707070;
}

.rl-filter-form .input-group .input-group-append{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.rl-filter-form .input-group svg{
    width: 35px;   
}

.rl-filter-form  .search_keyword_input_group .input-group-append button{
    padding: 0px;
    overflow: hidden;
    display: flex;
    color: #888888;
}

#rl_sidebar_box .rl_sidebar_box_inner .form-control {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-color: #707070;
    background-color: transparent;
    outline: none;
    color: #000000;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    border-radius: 0px;
}

#rl_sidebar_box .rl_sidebar_box_inner .input-group-append{
    padding-left: 20px;
}

.rl-filter-form .input-group input.form-control::placeholder, 
#rl_sidebar_box .rl_sidebar_box_inner input.form-control::placeholder{
    color: #000000;
    opacity: 0.5;  
}

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

.search_keyword_input_group .input-group-append button {
    background-color: transparent;
    border: 0px;
    padding: 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: 8px;
    background-color: #EDEAE8;
    padding: 20px;
    padding-left: 50px;
    border-radius: 12px;
    font-size: 14px;
    position: relative;
}

.sidebar_entry_btn:before{
    content: "";
    position: absolute;
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 20px;
}

.sidebar_entry_btn b{
    font-weight: 800;
    font-size: 16px;
}

.store_locator_sidebar_entry .heading{
    font-size: 16px;
    font-weight: 600;
}

.store_locator_sidebar_entry p{
    font-size: 14px;
    margin-bottom: 0px;
}

.rl_pagination_loading {
    display: none;
}

#rl_pagination {
    display: none;
}

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

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

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

.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: #000000!important;
}

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

/* .rl-filter-wrapper{
    display: none;
} */

@media screen and (min-width:768px) {}

@media screen and (min-width:992px) {}

@media screen and (min-width:1200px) {}

@media screen and (max-width:767px) {}


@media (min-width:768px) {}

@media (min-width:992px) {}

@media screen and (min-width:0) {}

@media(max-width: 768px){
    #rl_sidebar_box{
        order: 2;
        
    }

    #map_box{
        order: 1;
        margin-bottom: 10px;
    } 

    #rl_map{
        height: 340px!important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 0px!important
    }

    #rl_sidebar_box .rl_sidebar_box_inner{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .rl-filter-wrapper{
        display: block;
    }
    
}