body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

.banner img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 50px;
}

.pilih-kategori img {
    /* width: 100%; */
    border-radius: 15px;

}

.pilih-kategori .card {
    max-width: 150px;
    border-radius: 15px;
}

.all-product .card {
    /* max-width: 150px; */
    border-radius: 15px;


}

.breadcrumb .active {
    font-weight: bold;
    color: black;
}

.breadcrumb a {
    text-decoration: none;
}

.gambar-produk {

    border-width: 0;
    /* top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
}

.product-small-img img {
    height: 92px;
    margin: 10px 0;
    cursor: pointer;
    display: block;
}

.product-small-img {
    /* float: left; */
}

.img-container img {
    height: 500px;
}

.img-container {
    /* float: right; */
    padding: 10px;
}
