/* --------------------------------------------------------------------------
   7. No-extras variant (no slider/brands, like Small Appliances)
   -------------------------------------------------------------------------- */

.niu-nav-mega-dropdown--no-extras .niu-nav-mega-columns {
	width: 100%;
}

.niu-nav-mega-dropdown--no-extras .niu-nav-mega-categories {
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.niu-nav-mega-dropdown--no-extras .niu-nav-mega-dropdown__inner {
	padding-bottom: 30px;
}

/* --------------------------------------------------------------------------
   8. Accessibility
   -------------------------------------------------------------------------- */

.niu-nav-mega-category__link:focus,
.niu-nav-mega-sublink__link:focus,
.niu-nav-nested-bar__link:focus {
	outline: none;
}

.niu-nav-top-link:focus {
	outline: none;
}

/* Screen reader text */
.niu-nav-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Responsive handled in mobile.css */



@media (max-width: 959px){
	
	/* Hide the original burger-menu */
	body:not(.menu-sandwich) header .navbar-toggle{
		display: none !important;
	}
	
	/* Remove original padding */
	#header.site-header .navbar-brand {
		padding: 0 !important;
	}
	
}
