﻿.map-wrapper {
    height: 100%;
}

.store-locator-item-list {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 540px;
}

.store-locator-item-list::-webkit-scrollbar {
    width: 10px;
}

.store-locator-item-list::-webkit-scrollbar-thumb {
    background: #cccccc;
}

.store-locator-item-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.store-locator-item-list li:hover {
    cursor: pointer;
    background-color: rgba(69, 151, 203, .1);
}

.store-locator-item-list-filter {
    max-height: 60px;
}
