Why does my dropdown menu show a white blank on product pages?

On my site dropdown menu, the menu item display white blank as the image below when Im on that page. This issue only happen with product page. Other page is ok. Is anyone know about this issue? Thank you!

Share your store URL

This is my store: https://hcookware.com/ pass: tiezay

Use Below CSS

li.main-menu-list-item.active {
    background: none !important;
}

Hit Like and Accept as Solution

Where should I put it?

You can put this in styles.css file in the end

Thank you very much! It solved