.nocodevn-list-store {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 15px;
    align-items: center;
    margin-top: 30px;
    @media only screen and (max-width: 800px) {
        grid-template-columns: 1fr;
    }
}

.nocodevn-list-store .nocodevn-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .5rem;
    z-index: 2;
    -webkit-box-shadow: 0 62px 33px -60px #d1c1b5;
    box-shadow: 0 62px 33px -60px #d1c1b5;
}

.nocodevn-card .list-filter {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.nocodevn-card .store-item {
    padding: 1.25rem;
}

.nocodevn-card .nocodevn-title {
    font-size: 1.25rem;
    color: var(--fs-color-primary);
}


.store-item .item-wrap .list-infore {
    list-style: none;
    margin: 0;
}

.store-item .item-wrap .list-infore li {
    padding: 0;
    margin: 0;
}

.store-item .item-wrap .list-infore svg {
    width: 1rem;
    height: 1rem;
}

.nocodevn-card .address-detail {
    height: 17rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/* .nocodevn-list-store .nocodevn-card .address-detail::-webkit-scrollbar {
    display: none
} */

.nocodevn-list-store .nocodevn-map iframe {
    width: 100%;
    height: 500px !important;
    border-radius: 8px;
}


.nocodevn-list-store .nocodevn-card .store-item:hover {
    background: #ddd;
    cursor: pointer;
}





@media only screen and (max-width: 800px) {
    .nocodevn-list-store .nocodevn-card {
        order: 2;
    }
    .nocodevn-list-store .nocodevn-map {
        order: 1;
    }
}
