/* 

Styles to be implemented if JS is disabled:

This is primarily to resolve navigation display,
we can hide the sub navigation as the content is available on
category pages

*/

.topnav ul {
	/* Hide sub nav dropdowns. Content available on sub pages anyway */
	display: none;
}

.js-error {
	background: #ff9;
	border: 1px solid #ccc;
	color: #444;
	padding: 7px;

}