#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;
}
@media only screen and (min-width: 768px) {
    #leftside-menu-container,
    .main-menu {
      overflow-y: scroll ;
      height: 100vh;
    }
    html.sidebar-enable .main-menu {
      overflow-y: visible !important;
      height: auto;
    
  }
  }