How to move remove word to right side

How to move bin (remove word) to right side under the total amount for dawn theme on desktop and mobile

url knmb1c-pf.myshopify.com

password samurai

Hi @undercoverfresh

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.cart-item__quantity-wrapper.quantity-popover-wrapper {
    justify-content: space-between !important;
}

Result:

Best,

Liz