How can I stop the search lens from overlapping the main menu bar?

Hello, as you can see from the pic, the lens is overlapping the header menu. I tried to follow a solution I found in the community, but is not helping.
Thank you

Elena

@elena_t ,

Provide me the store url

Hi, the store URL is

https://elena-and-delhi.com/

@elena_t ,

@media (min-width: 767px) and (max-width: 1480px) {
div#trtlsbtn {
    top: 49px;
    right: 129px;
}
ul#SiteNav {
    bottom: 16px;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank youuuuuuuuu, it worked immediately!!!

Elena