This is new template navigation, please delete this block, and don’t forget to copy the style below in the global CSS!
				
					@media (min-width: 1281px) {
     .nav-tablet, .nav-mobile {
         display: none !important;
    }
}
 @media (min-width: 481px) and (max-width: 767px) {
     .nav-desktop, .nav-mobile {
         display: none !important;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .nav-desktop, .nav-tablet {
         display: none !important;
    }
}