.cart-container .form-cart .actions.main #empty_cart_button {
    display: block !important;
}

#empty_cart_button:hover{
    background-color: #B03A2E !important;
    color: white;
}

.cart.main.actions{
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    flex-direction: row-reverse;
}
