@media screen and (min-width: 768px) {
	.storefront-primary-navigation.spfs-float-menu {
		justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
		top: 0;
    width: 100%;
	}
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed !important;
    width: 100%;
  }
}
