.eapps-google-maps-bar-button {
    position: relative;
    cursor: pointer;
    padding: 12px 12px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    transition: background-color 0.3s;
    display: flex
;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'Poppins'!important;
}

.eapps-google-maps-bar-list-item {
    position: relative;
    display: flex
;
    justify-content: space-between;
    padding: 12px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: box-shadow 0.3s, background 0.3s;
    margin-top: 1px;
    font-family: Poppins;
}

.gm-style-iw-ch {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    padding-top: 17px;
    overflow: hidden;
    display: none;
}

.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
    overflow: visible;
    display: none;
}

.eapps-google-maps-bar-list-item-info-title {
    color: #00424F;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
}

.eapps-google-maps-marker-title {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding-right: 28px;
    font-family: 'Poppins';
}

.eapps-google-maps-marker-close {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
    transition: opacity 0.3s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.eapps-google-maps-marker-content {
    padding: 16px;
    padding-top: 18px;
    background: #fff;
    color: #222;
    font-size: 13px;
}

#eapps-google-maps-1 .eapps-google-maps-marker-info-item-text a, #eapps-google-maps-1 .eapps-google-maps-marker-description a, #eapps-google-maps-1 .eapps-google-maps-bar-list-item-info-item a {
    color: #007790;
}

.eapps-google-maps-marker-description {
    color: #222;
    font-size: 13px;
    border-top: 1px solid #e6e6e6;
    margin-top: 12px;
    padding-top: 12px;
    font-family: 'Poppins';
}

#eapps-google-maps-1 .eapps-google-maps-marker-title-wrapper, #eapps-google-maps-1 .eapps-google-maps-bar-container, #eapps-google-maps-1 .eapps-google-maps-bar-header, #eapps-google-maps-1 .eapps-google-maps-bar-filters-item span::after, #eapps-google-maps-1.eapps-google-maps-small .eapps-google-maps-bar-toggle {
    background-color: #007790;
}