.map-canvas {
    height: 500px; }
.map-canvas .store .address::first-line {
    font-weight: 600;
    color: #f47e3a; }
.map-canvas .store a {
    font-weight: 600;
    color: #f47e3a; }

.sl-panel {
    height: 500px;
    width: 300px;
    float: left;
    margin-right: 10px; }
.sl-panel .feature-filter label {
    width: 130px; }

#online-stores {
    padding:0 12px 0 12px;
}
#online-stores .store {
    background-color: #4e629b33;
    border: 1px solid #4e629b;
    border-radius: 0.3rem;
    box-shadow: 2px 3px 2px 2px #4e629b80;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    min-width: 200px;
    min-height: 150px;
    margin: 8px 8px;
}
#online-stores .store a {
    color: #000;
}

.storelocator-panel {
    border: 1px solid #ccc;
    overflow: auto; }
.storelocator-panel .store-list {
    margin: 0;
    padding: 0;
    list-style: none; }
.storelocator-panel .store-list li {
    padding: 5px; }
.storelocator-panel .directions-panel {
    padding: 5px;
    font-size: 0.8em; }
.storelocator-panel .store-list li {
    border-bottom: 1px solid #ccc; }
.storelocator-panel .store-list li .address {
    height: 1.8em;
    overflow-y: hidden;
    line-height: 1.8; }
.storelocator-panel .store-list li .address::first-line {
    font-weight: 500; }
.storelocator-panel .store-list li .phone {
    display: none;
    line-height: 1; }
.storelocator-panel .store-list li .misc {
    display: none;
    line-height: 1; }
.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
    background: #eee; }
.storelocator-panel .store-list li.highlighted {
    background: #f47e3a;
    color: white; }
.storelocator-panel .store-list li.highlighted a {
    color: white; }
.storelocator-panel .store-list li.highlighted:hover {
    background: #f47e3a; }
.storelocator-panel .directions {
    display: none; }
.storelocator-panel .location-search {
    padding: 5px; }
.storelocator-panel .location-search input {
    width: 95%;
    margin-top: 8px;
    font-family: 'ubuntu';
    font-size: 16px;
    padding: 4px; }
.storelocator-panel .location-search h4 {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    font-weight: 600; }
.storelocator-panel .store-list .no-stores {
    color: grey; }
.storelocator-panel .store .features {
    display: none; }
.storelocator-panel .feature-filter {
    overflow: hidden; }
.storelocator-panel .feature-filter label {
    display: block;
    font-size: 0.8em;
    margin: 0 0.4em;
    float: left; }

.store .title {
    font-weight: bold; }

.store .address, .store .phone, .store .web, .store .misc {
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    display: block; }

.store .features {
    overflow: hidden;
    color: grey;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px; }
.store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em; }

.store .web a {
    color: green; }

.store .action {
    font-size: 0.8em;
    color: green;
    margin-right: 0.5em; }

@media (max-width: 768px) {
    .storelocator-panel {
        width: 100%;
        height: 320px;
        margin-bottom: 20px; }
    .map-canvas {
        width: 100%; } }
