How do i move the icons in the header to the far right?

i need to move the icon in order to move up my nav bar up how do i do it?

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

https://very-popular-jewelry.com

Deni shamakwana do you have the answer?

Please add below css in bottom of assets/theme.scss.css file

.nav-bar .grid.grid–table {

display: flex;

align-items: center;

}

#SiteNavParent {
text-align: unset;
display: flex;
justify-content: flex-end;
width: 88%;

}

.grid__item.one-fifth.text-right {
display: flex;
justify-content: flex-end;
width: 12%;

}
Hope it work perfectly.
Thank you.