How do I add border lines to the cart page like pictured?

Here is my cart page, this first image. I am trying to add 2 border lines to it exactly like the image below this one.

Here is my store:

try-nellies-boutique.myshopify.com

password: lavishprintshop

Thank you so much in advance, I’ll make sure I accept you as the solution :grin: :heart:

You can try to do that by following this

Go to Online store > Themes > Actions > Edit code > Assets > open base.css and add this code at the bottom of file, click Save button

.cart__items {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd !important;
}

Hi, it did not work sadly