.navigation-btn-location ul{
    display: flex;
    margin-bottom: 50px;
}
.navigation-btn-location ul li{
    padding: 0 5px;
}
.container-toko{
    width: 90%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.banner-toko{
    width: 100%;
    height: 80vh;
    border-radius: 10px;
    margin: auto;
    overflow: hidden;
}
.sec-text-toko{
    margin: 20px 0;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.all-toko{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.card-toko{
    display: flex;
    width: 100%;
    align-items: center;
    margin: 20px 0;
}
.card-toko-right{
    width: 100%;
}
.foto-toko{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 0px 20px;
    transition: 0.5s;
}
.cont-card-toko:hover{
    transform: scale(1.05);
}
.card-toko span,.card-toko a{
    font-size: 14px;
}
.nama-toko{
    margin-top: 10px;
}
.nama-toko, .alamat-toko, .kontak-toko, .map{
    padding-top: 5px;
    text-transform: capitalize;
}
.nama-toko{
    font-weight: 600;
}
.map{
    font-style: italic;
}
.online-order{
    margin-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.icon{
    transition: all 0.5s;
}
.icon:hover{
    transform: scale(1.10);
}
.cont-card-toko{
    width: 47%;
    height: 100%px;
    background-color: white;
    border-radius: 10px;
    margin: 5px 10px;
    transition: all 0.2s;
}
.gambar-toko{
    height: 300px;
    overflow: hidden;
}
.gambar-toko img{
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.fa-whatsapp{
    background-color: #00c943;
    color: white;
    margin-top: 5px;
}
.foto-toko{
    width: 150px;
    height: 150px;
}
.foto-toko iframe{
    width: 100%;
    height: 100%;
}
@media screen  and  (max-width:1200px) {
    #Section-1{
        height: 8vh;
    }
    .banner-toko {
        height: 30vh;
    }
    .card-toko{
        width: 90%;
    }
    .all-toko{
        justify-content: center;
    }
    .cont-card-toko{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    
}
@media screen and (max-width:476px) {
    .banner-toko {
        height: 160px;
    }
    .sec-text-toko{
        font-size: 15px;
    }
    .icon a img{
        height: 40px;
    }
    .card-toko span, .card-toko a {
        font-size: 12px;
    }
    .nama-toko, .alamat-toko, .kontak-toko, .map {
        padding-top: 0px;
    }
    .navigation-btn-location{
        margin-top: 50px;
    }
    .navigation-btn-location ul li{
        font-size: 12px;
    }
    .cont-card-toko{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .foto-toko{
        width: 100px;
        height: 100px;
    }
    .foto-toko iframe{
        width: 100%;
        height: 100%;
    }
    .gambar-toko{
        height: 160px;
    }
}