nav {
	display: block;
    top: 0;
    right: 0;
    left: 0;
    color: #333333;
    border-top: 18px solid #fcb100;
	background: url(../images/fabric.png);
	margin-bottom: 20px;
}
nav > .container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-align: center;
}
nav > .container .logo-link {
	width: 100%;
}
nav .container div.menu-head {
    display: table-row;
}
nav .container div.menu-head a {
	display: table-cell;
    text-align: left;
    font-family: visuelt-bold;
}
nav .container div.menu-head .spacer-cell {
    width: 50px;    
}

/* List */
nav .menu-head {
	/*background: #fcb100 url(../images/menu-bg.png) repeat-x;*/
	background: #e31f25 url(../images/menu-bg.png) repeat-x;
	height: 52px;
}
nav .menu-head ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0px;
    list-style: none;
}

nav .menu-head  li {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem;*/
}

nav .menu-head li a,
nav .menu-head li a:link,
nav .menu-head li a:visited {
	display: block;
    padding: 2px 8px;
    padding-top: 3px;
	margin-top: 14px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-family: Josefin Sans,Arial, Helvetica, sans-serif;
    font-size: 17px;
	color: #222;
}
.HdDropdownWrapper .HdDropdownContent div.userdata input {
    padding-bottom: 4px !important;
}
 
nav .menu-head li.active a {
	background: #FFFFFF;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
nav .menu-head li a.disabled {
    color: rgba(0, 0, 0, 0.25); 
}

nav .menu-head .cart-itemcount {
    padding-top: 9px;
    font-size: 13px;
}

/* mobile menu */
.mobileMenu {
	display: none;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0px !important;
	background: #000000 none repeat scroll 0 0 !important;
}
.mobileMenu * {
	box-sizing: border-box;
}
.mobileMenu::after {
    content: " ";
    display: table;
    clear: both;
}
.mobileMenu::before {
    content: " ";
    display: table;
}
.mobileButton {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcb100 !important;
}
.mobileButtonText {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
.mobileButtonIcon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.mobileButtonIcon span {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	margin-bottom: 3px;
}
.mobileMenuItems {
	clear: both;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
	background-color: #fcb100 !important;
	text-align: center !important;
	border-bottom: 2px solid #000000;	
}
.mobileMenuItems li {
	display: block;
}
.mobileMenuItems a {
	display: block;
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #000000 !important;
	font-size: 16px !important;
}
.mobileMenuItems li.active a,
.mobileMenuItems a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #d19406;
}
.mobileMenuItems a:hover {
	background: #ccc;
	color: #222;
}

/*@media (max-width: 767px) {
	nav .menu-head {
		display: none;
	}
	.mobileMenu {
		display: block;
	}
}*/
.mobileMenuPage nav .menu-head {
	display: none;
}
body.mobileMenuPage {
	padding-top: 60px;
}
.mobileMenuPage .mobileMenu {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: +10;	
}
nav .menu-head .container ul.nav {
	min-width: min-content;
}
/*@media (max-width: 1600px) {
	nav .menu-head li a, 
	nav .menu-head li a:link, 
	nav .menu-head li a:visited {
		font-size: 17px;
	}
}
*/
/* footer menu */
.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
    width:100%;
    margin-top: 10px;
    padding-bottom: 25px;
	background: url(../images/fabric.png);
}
.footer ul {
	display: inline-block;
    list-style: none;
    padding: 0px;
}
.footer ul li {
	padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}
.footer,
.footer li a,
.footer ul li a:link, 
.footer ul li a:visited {
    cursor: pointer;
    white-space: nowrap;
	color: #6D685C;
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}
.footer ul li a:hover {
	color: #222;
}
.footer .container {
	text-align: center;
}
.footerLogo img {
	width: 250px;
	height: auto;
    max-width: 100%;
}
.SocialMedia img {
	height: 32px;
	width: auto;
}


