The cart icon eventually overlaps the menu based on the resolution scaling until it hits the mobile switch. I’m not sure why.
I tried these below and changed them from 50% to 100%, which DOES fix it, but it breaks the product pages and makes the sliders (Slick Slider) full page.
@media only screen and (min-width: 1015px)
.medium-up--one-half {
width: 100%;
}
@media only screen and (min-width: 750px)
.medium-up--one-half {
width: 100%;
}