
/** infowindow position **/
.custom-iw .gm-style-iw {

    top: 15px !important;
    left: 0 !important;
    border-radius: 2px;
}

/** infowindow background transparent **/
.custom-iw > div:nth-child(1) > div:nth-child(2),
.custom-iw > div:nth-child(1) > div:nth-child(4) {

    display:none;
}

/** infowindow content width **/
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div {

    width:100% !important;
    max-width:100% !important;
}

/** infowindow background-color **/
#custom-window,
.custom-iw > div:first-child > div:nth-child(n-1) > div > div,
.custom-iw >div > div:last-child,
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw >div >div {

    background-color: #ffffff !important;
}

#custom-window {

    padding: 0;
}

/** infowindow width **/
.custom-iw, .custom-iw > div:first-child > div:last-child {

    width: 342px !important;
}

/** infowindow content position **/
.custom-iw > div:first-child > div:last-child {

    left: 0 !important;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 6px;
    z-index: -1 !important;
}

/** infowindow close-button position **/
.custom-iw > div:last-child,
.custom-iw > div:nth-child(3) {

    top: 28px !important;
    right: 20px !important;
}