[data-store-locator] {
    height: 100%;
  }


.box {
    width: 100%;
    height: 600px;
    margin: 50px 0;
    font-family: europa, sans-serif;
    font-style: normal;
}

@media screen and (min-width: 1366px) {
    .box {
        max-width: 1366px;
        height: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.store-locator {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%
}

.store-locator * {
    box-sizing: border-box
}

.store-locator_store {
    display: flex;
    align-items: stretch
}

.store-locator_store_text {
    flex-grow: 1;
    margin: 1rem
}

.store-locator_store_thumbnail {
    margin: 1rem;
    text-align: center
}

.store-locator_store_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.store-locator_store_name {
    margin: 0;
    font-size: 1em;
    font-weight: 700
}

.store-locator_store_fax {
    margin: 0;
    font-weight: 400;
    font-size: .875em;
    opacity: .75
    
}

.store-locator_store_status {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: rgb(255, 0, 0);
    text-transform: uppercase;
}

.store-locator_store_address {
    margin: .5rem 0 .9rem;
    font-size: .9375em;
    font-style: normal
}

.store-locator_store_description {
    margin: .9rem 0 0;
    font-size: .875em;
    opacity: .75
}

.store-locator_store_hours {
    margin: .1rem 0 0;
    font-size: .875em;
    opacity: .75;
    color: #4285f4;
}

.store-locator_store_distance {
    display: block;
    height: 1em;
    margin: .35rem 0 0;
    font-size: .875em;
    line-height: 1em;
    opacity: .75
}

.store-locator.distance-is-hidden .store-locator_store_distance {
    display: none
}

.store-locator_store_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5rem;
    font-size: .875em;
    pointer-events: none
}

.store-locator_store_actions a {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    text-decoration: none;
    color: inherit;
    transition: color .2s ease;
    pointer-events: auto
}

.store-locator_store_actions svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: .15rem;
    color: #4285f4;
    transition: fill .2s ease
}

.store-locator_map {
    flex: 1;
    height: 100%;
    min-height: 300px
}

.store-locator_map .store-locator_store {
    flex-direction: column;
    max-width: 300px
}

.store-locator_map .store-locator_store .store-locator_store_text,
.store-locator_map .store-locator_store .store-locator_store_thumbnail {
    margin: .5rem 0 .5rem .5rem
}

.store-locator_nav {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.store-locator_nav_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 300px
}

.store-locator_nav_header {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1rem .75rem
}

.store-locator_search {
    position: relative;
    background: #fff;
    border-color: lightgrey;
    border-radius: 10px;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    width: 300px;
}

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

    .store-locator_search {
        width: 375px;
    }
}

.store-locator_search input {
    
    height: 3em;
    padding: 0 2.5rem 0 .75rem;
    font-size: 1em;
    line-height: 3em;
    border: 0;
    outline: none;
    text-indent: 25px;
}

.store-locator_search svg {
    position: absolute;
    left: .2em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.5em;
    height: 1.5em;
    opacity: 1;
    pointer-events: none;
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.store-locator_search_hint {
    margin: 1rem 0 0;
    font-size: .875em;
    opacity: .75
}

.store-locator_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.store-locator_list::-webkit-scrollbar {
    width: 6px
}

.store-locator_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .42)
}

.store-locator_list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .12)
}

.store-locator_list li {
    border-top: 1px solid rgba(0, 0, 0, .12);
    cursor: pointer
}

.store-locator_list .store-locator_store {
    position: relative;
    transition: all .2s ease
}

.store-locator_list .store-locator_store.is-hidden {
    opacity: .75
}

.store-locator_list .store-locator_store.is-selected {
    background: rgba(0, 0, 0, .025);
    opacity: 1
}

.store-locator_list .store-locator_store_text {
    margin-left: 1.5rem
}

.store-locator_list .store-locator_store_thumbnail {
    min-width: 80px;
    max-width: 80px
}

@media (min-width:750px) {
    .store-locator {
        flex-direction: row
    }

    .store-locator_nav {
        order: -1;
        max-width: 400px
    }

    .store-locator.fullwidth .store-locator_nav {
        position: absolute;
        top: 2rem;
        left: 2rem;
        bottom: 2rem;
        right: 2rem
    }

    .store-locator_nav_container {
        position: absolute;
        top: 0;
        left: 0;
        max-height: none
    }

    .store-locator_search input {
        width: 360px;
    }
}