Filter and sort on mobile not presenting correctly Craft Theme

Website: circlebackvintage.com

Mobile view of filter and sort is not showing up correctly. I would like it to match the color-way of my custom CSS that is effective on desktop.

Here is the desktop view which showing correctly.

Go to online store > settings > csutom css
then paste this code in your custom css section

.js .mobile-facets__submenu {
background-color: white;

}

.mobile-facets__main {
background-color: white;

}

.mobile-facets__header {
background-color: white;

}

That takes care of the colors! Thank you. Now Im noticing that the check-box is blacked out so you can not see which box is selected. Could you help me with that as well?

And one more thing I can use your help on if you don’t mind. In the cart, the quantity selector is also darkened. Thanks for all your help!

.mobile-facets__label>svg {
background-color: white !important;

}

quantity-popover .quantity {
background: white !important;

}

.cart-item__error {
color: red;

}

If my solution has been effective for you, please consider liking it and giving your approval.

Thank you!