#toast-container {
    margin-top: 45px;
}
.router-link-active {
    color: red !important;
    font-weight: bold;
}
.product-image, .product-image img{
    height: 120px;
    width: 120px;
    object-fit: cover;
}