How to remove calculate shipping for free shipping orders?

Hi!

When i go to “view cart” there is a box at the bottom of the page to CALCULATE SHIPPING, even if the order is qualified for free shipping. How do I remove this for orders that qualify for free shipping?

Thank you!!!

Here is a link to the view cart:

https://shopwildsea.com/cart

Add this code in stylesheet.css

div#sticky-cart {
    display: none;
}

Thank you for the recommendation. This did not work. Im using the vantage theme.

div#sticky-cart {
    display: none! Important;
}

add this.

Thank you for your response. This didn’t work either. Do I add both of the codes? at the end? I tried with both and just the second one you sent.