/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.vt-store-locator-offline-container{
    position: relative;
}
.vt-store-locator-offline-list{
    height: 91%;
    width: 25%;
    border-radius: 8px;
    position: absolute;
    right: 2%;
    top: 4%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(37 51 66 / 20%);
    z-index: 1;
}
.vt-store-locator-offline-map{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
}
.vt-store-locator-filters-used-container .vt-store-locator-filter{
    padding: 10px;
    border: 1px solid;
    margin-right: 10px;
}

.vt-store-locator-infowindow-name{
    font-size: 20px;
}