.bs-map {
    background: #f5f5f5;
}

.bs-map .popup-tip-anchor {
    position:absolute;
    height: 0;
    widthh: 200px;
}

.bs-map .popup-bubble-anchor {
    position:absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}
.bs-map .popup-buble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}
.bs-map .popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    padding: 20px;
    border-radius: 0;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 600px;
    max-width: 450px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 600;
}
.bs-map .popup-bubble-content .wave {
    color: #000000;
    text-transform: capitalize;
    font-size: 1.3em;
}
.bs-map .popup-bubble-content .address {
    white-space: pre-line;
}
.bs-map .popup-bubble-content .website {
    color: #000000;
    text-decoration: none;
}
.bs-map .popup-bubble-content .phone {
    color: #A2811B;
}
/*
.bs-map .popup-bubble-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    width: 70px;
    height: 7px;
    background-color: #857575;
}
*/
