/* cart.css */

body {
    /* Used to align cart items to the right */
    text-align: right; 
}
.img-thumbnail {
    max-width: 10%; /* Makes the image in the cart small */
}
#cart-items {
    padding-top: 10px; /* Gives some space between the cart items button and the cart-items div id */
}