#map {
    width: 100%;
    height: 85vh;
}
.section-google-map {
    position: relative;
    overflow: hidden;
}
.header-map {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.8);
}
.filter-chain-shop .dropdown .btn {
    background: transparent;
    padding: 11px 3.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border: 0;
    border-right: 1px solid #c1c1c1;
    position: relative;
    outline: none;
    cursor: pointer;
}
.dropdown-menu a {
    color: #3b5cad;
    font-family: 'RobotoSlab-Regular';
    line-height: 1.6;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 20px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


@media all and (max-width: 740px){
    .filter-chain-shop ul li {
        width: calc(100% / 2)!important;
    }
    .filter-chain-shop ul {
        height: 400px !important;
    }
}

.filter-chain-shop ul {
    height: 400px;
    flex-direction: column;
    overflow-y: auto;

    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 3.5vw;
}
.filter-chain-shop ul li {
    width: calc(100% / 4);
    margin: 0 10px;
}
.filter-chain-shop .dropdown.open .btn .caret {
    border-bottom: 4px dashed;
    border-top: none;
}
.filter-chain-shop .dropdown .btn:active {
    outline: none;
}
.dropdown-menu {
    position: absolute;
    width: 100%;
    top: 80px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .7s;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #c1c1c1;
}
.visible-dropdown-menu {
    opacity: 1;
    height: 450px;
}
.info-window-map p:last-of-type {
    border: 0;
    margin: 0 !important;
    padding: 0;
}
.info-window-map p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px !important;
}
.info-window-map p i {
    font-size: 35px;
    margin-bottom: 8px;
}
.infoBox #content {
    display: flex;
    align-items: center;
}
.infoBox #content img {
    max-width: 300px;
    max-height: 300px;
    border-radius: 5px;
}
.info-window-map {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}