#storelocator-map {
    display: block;
    position: relative;
    width: 435px;
}

#storelocator-map svg {
    fill: white;
    width: 100%;
    display: block;
}

#storelocator-map svg path {
    stroke: black;
}

#storelocator-list select {
    display: block;
    max-width: 90%;
}

#storelocator-info {
    display: block;
    position: relative;
    width: 223px;
    padding: 0 15px;
}

#storelocator-info h2 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

#storelocator-info .store-info {
    display: block;
    position: relative;
    background-color: #fff7e5;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

#storelocator-info .store-info .title {
    display: block;
    position: relative;
    margin: 0 -15px;
    padding: 5px 15px;
    background-color: #e89119;
    color: white;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#storelocator-info .store-info span {
    display: block;
    position: relative;
    padding: 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #e89119;
}

#storelocator-info .store-info span:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

#storelocator-map svg path[data-show="true"]:hover,
#storelocator-map svg path[data-status="active"] {
    opacity: 0.4;
}

#storelocator-map svg path[data-show="true"] {
    fill: orange;
    cursor: pointer;
}