#top-nav {
	position: absolute;
	top: 100%;
	left:0;
	width: 100%;
	height: 87px;
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	box-shadow:  0 7px 22px rgba(0, 0, 0, 0.1);
}
#top-nav:after {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 6px;
	background:   url('../../images/border-top2.png') repeat-x bottom;
	background-size: 10% auto; 
	z-index: 41;
	content:'';
}

	@media (max-width: 1340px) {
		#top-nav:after {
			bottom: -2px;
		}
	}
#top-nav ul {
	float:left;
	padding-left:0.62rem;
	padding-top: 5px;
}

#top-nav ul.float-right {
	padding-left:0;
	padding-right:0.6rem;
}


.small #top-nav {
	bottom: 1rem;	
}


#top-nav ul li {
	display: inline-block;
	text-align: center;
	padding: 0px 0px;
	position: relative;
}


#top-nav ul li a {
	height: 36px;
	line-height: 36px;
	padding: 0rem 1rem;
	color: #323e4a;
	border:0;
/* 	border-right: 1px solid rgba(0, 0, 0, 0.1); */
	position: relative;
	text-transform: uppercase;
	font-size: 0.76rem;
	letter-spacing: 1px;
	font-weight: 700;
	border: 1px solid #eee;
	border-radius: 0px;
	margin: 2px 2px;
}
#top-nav ul li a:hover {
	color: #f49929;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.08);
}

#top-nav ul.main li:first-child a {
	padding: 0rem 1rem 0 1.3rem;
	line-height: 34px;

}
#top-nav ul li:first-child a i {
	font-size: 1.12rem;
}

#top-nav ul li.sfHover > a {
	
}

#top-nav ul li.item-breadcrumb > a {
	color: #fff;
	background-color: #f49929 !important;

}
#top-nav ul li.item-breadcrumb > a:hover {
	color: #fff;
	background-color: #e98f21 !important;

}

#top-nav ul li.sfHover > a:after,
#top-nav li.item-breadcrumb > a:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


#top-nav ul li > a.highlight {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 100px;
	border: 0px solid rgba(0, 0, 0, 0.04);
}
#top-nav ul li > a.highlight:hover {
	box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.08), 0 5px 22px rgba(0, 0, 0, 0.1);
}
#top-nav ul li > a.highlight:hover:before {
	display: none !important;
}


/* Hide Informatie button */
#top-nav ul li.menu-item.menu-66879 {
    display: none !important;
}


/* Nieuw en SALE buttons */
#top-nav ul li.item-sale a {
	border: 0;
   background-color: #f12a44 !important;
   color: #fff;
}
#top-nav ul li.item-new a {
	border: 0;
   background-color: #aab2b9 !important;
   color: #fff;
   margin-left: 2px;
}

#top-nav ul li.item-sale a:hover {
   background-color: #e4253e !important;
   color: #fff;
}
#top-nav ul li.item-new a:hover {
   background-color: #97a2ac !important;
   color: #fff;
}


.sf-row {
	max-width: 100%;
	margin: auto;
}

#top-nav ul li a.sf-mega-section:before {
	display: none;
}



	@media (max-width: 1024px) {
		#top-nav {
			position: absolute;
			bottom:1rem;
		}
		.small #top-nav {
			bottom: 6px;	
		}
		#top-nav li {
			padding: 0 6px;
		}
		#top-nav li a {
			line-height: 30px;
			font-size: 14px;
			padding:7px 15px 7px 15px;
		}
	}

	@media (max-width: 930px) {
		#top-nav {
			display: none;
		}
	}



/*** ESSENTIAL STYLES ***/
.sf-menu {
 /* position: relative; */
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;

}

.sf-menu > li > a {
  display: block;
  /* position: relative; */
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 0em;

}
.sf-menu .sf-mega {


  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */

}
.sf-menu > li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: none;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

.sf-menu > li .fa {
	font-size: 1.25em;
	margin-top: 2px;
}



/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}

	@media (max-width: 1180px) {
		.sf-arrows .sf-with-ul {
			
		}
	}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	font-family: FontAwesome;
	content: '\f0d7';
	color: rgba(0, 0, 0, 0.17);
	position: relative;
	margin-top: -5px;
	line-height: 1;
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {

}

#topbar-wrap.next .sf-arrows .sf-with-ul:after,
#topbar-wrap.small .sf-arrows .sf-with-ul:after {
	color: rgba(0, 0, 0, 0.15);
}


/*** Normal dropdown **/

.sf-menu ul {
	position: absolute;
	top: 38px;
	left: 2px;
	margin: 0;
	min-width: 180px;
	padding: 10px 5px;
	white-space: nowrap;
	border-radius: 0px ;
	border-top: 0px solid #1ec4d7;
	background-color: #16243e !important;
	display:none;
	
}
/*
.sf-menu ul:before {
	position: absolute;
	top: -6px;
	left: 20%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #16243e transparent;

}
*/
.small .sf-menu ul {
  
}

	@media (max-width: 1024px) {
		.sf-menu ul {
			top: 55px;
		}
        .small .sf-menu ul {
          top: 55px !important;
        }
	
	}

.sf-menu ul li {
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid RGBA(255, 255, 255, 0.08);
	padding: 0;

}
.sf-menu ul li:last-child {
	border:0;
}
.sf-menu ul li a {
	border: 0 !important;
	font-weight:600 !important; 
	line-height: 1 !important;
	display: block;
	text-transform: none !important;
	color: rgba(255, 255, 255, 1) !important;
	font-size: 0.875rem !important;
	padding: 8px 12px !important;
	text-shadow: none !important;
	height: auto !important;
	line-height: 1 !important;
}
.sf-menu ul li a:hover {
	color: #f49929 !important;
}

.sf-menu ul li a:after {
	display: none;
	
}
.sf-menu ul li a:hover:before {
	display: none;
	width: 100%;
	opacity: 1;
	left: 0%;
	right: 0;
}


