#rwp-stores-map-canvas {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}

input#rwp-search-locations {
    margin: 0 0 10px;
}

.rwp-store-list {
    overflow: hidden;
    margin: 0 auto 20px;
}

.rwp-store-item {
    margin: 0 auto 10px;
    overflow: hidden;
}
.rwp-store-title {
    overflow: hidden;
    background: #fafafa;
    position: relative;
    padding: 10px 10px 0 10px;
    cursor: pointer;
}

.rwp-store-title h3 {
    margin: 0;
    color: #34a798;
}

span.rwp-store-address, span.rwp-store-phone {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.rwp-title-left {
    display: block;
    overflow: hidden;
}

span.rwp-drop-icon {
    display: block;
    padding: 10px 10px 10px 0;
    cursor: pointer;
    font-size: 14px;
}

span.rwp-drop-icon .dashicons {
    vertical-align: middle;
    width: auto;
    height: auto;
}

.rwp-store-content {
    display: none;
    padding: 20px;
}

.rwp-contact-detail {
    margin: 0 auto 5px;
}

.rwp-map-marker {
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 0;
    background: #ffffff;
    border: 3px solid #686868;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    text-align: center;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    opacity: 1;
    z-index: 6;
}

.rwp-map-marker:hover {
    margin: -25px 0 0 -20px;
    opacity: 1;
    z-index: 9999;
}

.rwp-map-marker-image {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 8px;
    font-size: 16px;
    z-index: 999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    width: 25px;
}

.rwp-marker-content {
    z-index: 10;
}

.rwp-marker-content h4 {
    margin: 0 0 5px;
}

.rwp-marker-content .rwp-store-phone {
    display: block;
    margin-bottom: 10px;
}

.rwp-marker-content a.rwp-direction-link, .rwp-marker-content label.rwp-info-link {
    font-size: 15px;
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

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

.rwp-map-right {
    overflow: hidden;
}

}
