.rating {
    color: #ff9f00;
    font-size: 18px;
}
.price {
    font-size: 28px;
    font-weight: bold;
    color: #388e3c;
}
.original-price {
    text-decoration: line-through;
    color: grey;
    font-size: 18px;
    margin-left: 10px;
}
.discount {
    color: #d32f2f;
    font-size: 18px;
    margin-left: 10px;
}
.buy-btn {
    background-color: #15c1ae;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}
.buy-btn:hover {
    background-color: #0073a0;
    color: #fff;
}

/* img.img-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vh;
} */