.vo-store-locator__map-container {
    position: relative;
}

.vo-store-locator__map-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.60);
    text-align: center;
}

.vo-store-locator__map-loader .loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #acb4b6;
}

#vo-store-locator__map .gm-style-iw {
    font-size: 12px;
    line-height: 18px;
}

#vo-store-locator__map .gm-style-iw a {
    color: #ff4212;
}

.vo-store-locator__search-container {
    padding: 10px 0;
    background: #EEEEEE;
}

.vo-store-locator__not-found {
    text-align: center;
}

.vo-store-locator__title {
    margin: 0;
    padding: 0 0 10px;
}

.vo-store-locator__search {
    position: relative;
}

input.vo-store-locator__search-field {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 24px;
}

input.vo-store-locator__search-field::-webkit-input-placeholder {
    color: #000000;
}

input.vo-store-locator__search-field:-moz-placeholder {
    color: #000000;
}

input.vo-store-locator__search-field::-moz-placeholder {
    color: #000000;
}

input.vo-store-locator__search-field:-ms-input-placeholder {
    color: #000000;
}

.vo-store-locator__search-submit,
.vo-store-locator__search-status {
    position: absolute;
    top: 50%;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vo-store-locator__search-submit {
    right: 10px;
}

.vo-store-locator__search-status {
    display: none;
    right: 50px;
}

.vo-store-locator__search-status.active {
    display: block;
}

.vo-store-locator__overview-container {
    margin-top: 60px;
}

.vo-store-locator__overview li:before {
    position: absolute;
    left: -20px;
    font-size: 40px;
    color: #ff4212;
    content: '\2022 ';
}

ul.vo-store-locator__search-results {
    position: absolute;
    right: 0;
    left: 0;
    margin: 20px 0 0;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid rgb(181, 181, 181);
    box-shadow: 0px 0px 9px -7px rgb(0, 0, 0) inset;
    font-size: 14px;
    z-index: 999;
}

ul.vo-store-locator__search-results li {
    position: relative;
    margin-top: 1px;
}

ul.vo-store-locator__search-results li:first-child {
    margin-top: 0;
}

ul.vo-store-locator__search-results a {
    display: block;
    padding: 3px;
    background: #F4F4F4;
    color: inherit;
}

ul.vo-store-locator__search-results a:hover {
    background: #F1F1F1;
}

.sc_toggles.sc_toggles_style_2 {
    margin: 0 0 0 0;
    background-image: linear-gradient(to right, #e2e2e2 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}