.g-map-medium {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
    height: 350px !important;
}

.g-map-large {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
    height: 550px !important;
}

.gmt-container .gmt-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    overflow-y: auto;
    overflow-x: hidden;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-d {
    max-height:100% !important;
}

.gmt-title {
    font-weight: 700;
}

.gmt-category {
    font-size: 0.85em;
}

.gmt-supplier {
    float: left;
}
.gmt-price{
    float: right;
}

.gmt-supplier, .gmt-price {
    color:#999;
    margin-bottom: 3px;
}

.gmt-review {
    float: left;
    width: 100%;
}
.gmt-content{
    padding:10px 15px;
}

.gmt-container a:hover, .gmt-container a:focus {
    text-decoration: none;
}

.listing-preview-map {
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    position: relative;
}

.gm-style .gm-style-iw-t::after {
    top: 15px !important;
}

.gm-style-iw {
    width: 250px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.gm-style-iw a {
    color: #333;
}

.gm-style .gm-style-iw-c {
    max-height: fit-content !important;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: 0 none;
}
