
#cart_items_list {
    max-height: 300px; /* Set a max height based on your design */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Optional: add padding to accommodate scrollbar */
}
