just put this at the bottom of your stylesheet custom.css.
Code:
@media (min-width: 992px) {
.search_box form {
display:flex;
}
.search_box {
flex-grow:0.5;margin-left:auto;
}
.shoppingcart {margin-left:0 !important;}
}
}
Just a suggestion. When you view your responsiveness at 992px the logo is a bit large. Might want to make it a little smaller.
Nick if you have anymore feedback for the template please let me know. Was it easy to make changes. I did make a lot of adjustments based off of your previous post.