Change the background of the check-out cart

Hi guys i would like to change the background after making a purchase to #E7D7C0. All the white parts are the ones to be replace with the color that i said above. Can u help me guys?

Take a look here: https://trend4two.com/

Hi, @PedroSoares1234 .

Go to Online Store
2) Edit Code
3) Find theme.liquid file

  1. Add the following code in the bottom of the file above tag.
._1ip0g651._1fragemfi._1frageme0._1fragemg1._1fragemgi._1fragem84._1fragema0._1fragem68._1fragembw {
    background: #E7D7C0;
}

Result:

It’s not working when i do the check-out payment even with the code that u gave me already running!