Trade theme Customer Account Icon missing on mobile

I have Trade theme and the customer account icon is visible on desktop but not on mobile. I have tried a couple of the suggested fixes for other themes with no luck. I am wondering if someone can help me fix mine. My store is GiveItAGrow.shop

Okay, so open your theme code editor and look for base.css file and paste this code at the very bottom of everything.

@media screen and (max-width: 749px) {

.header__icon–account {

display: block !important;

}

}

Hope this helps