hello everyone,
searching for a solution to implement seperator, dividing lines between the products which are in the cart.
currently it look likes this
solution which i like to have 
may someone can assist .
thanks in advance
Using: Spotlight 11.0 template
Hi @RobArt98
Could you drop store link?
hi @Dan-From-Ryviu im not allowed to drop the link or password.. im sorry 
Hi @RobArt98
Don’t worry; I checked on the demo theme, and here is the code to do that. Please add this code at the bottom of your base.css in Online store > Themes > Edit code
.cart-drawer .cart-item {
border-bottom: 1px solid #000;
}
.cart-drawer .cart-item:last-child {
border-bottom: unset !important;
}
Hey @Dan-From-Ryviu it is working perfectly fine - many thanks !
Do you know how to add “continue shopping” right under the checkout button?
Go to your Online store > Themes > Edit code > open cart-drawer.liquid, go to the very bottom of your file, find this line of code
Add this code right below the above code
{{ 'general.continue_shopping' | t }}
So the code looks like this
@Dan-From-Ryviu YOU ARE THE KING !!!
MANY MANY MANY MANY THANKS !!!