How can I bold a specific menu item in my main theme?

Try this one.

#shopify-section-sections--21306043498792__header > section > nav > div > div > ul > li:nth-child(1) > a {
    font-weight: 700;
    color: #ed6e0f;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!