/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Roboto);
nav {
	background: #212121;
	font-size:22px;
	line-height: 34px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Roboto', Verdana, sans-serif;
	min-width:320px;
	}

nav h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

nav h3 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
}

nav h3 a {
	color: #FFF;
}

nav a {
	color: #FFF;
}

nav h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	line-height: 70px;
	font-family: 'Roboto', Verdana, 'serif';
	}

nav #container {
	margin: 0 auto;
	max-width: 890px;
}

nav p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
#mainNav *{z-index:99999998; }	
	
	
nav { 
	margin:0;
	padding: 0;
	background-color:  #227f9f;
	background-color:   #212121;
	
	/* height: 50px;*/
	z-index: 800;
	
}

 #logo {
	display: block;
    margin-top: -2px;
    float: left;
    font-size: 20px;
    line-height: 60px;
    float: left;
    z-index: 800;
    width: 196px;
    align-content: right;
    background: white;
	height: 102px;
}
 #logo img{ 
     
   height: 102px;
    /* margin-left: 20px; */
    float: right;
       margin-right: 6px;
 
 }
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	 content:""; 
	display:table;
	clear:both;
	 
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #227f9f;
	background-color: #212121;
	  top:-10px; 
	}

/* Styling the links */
nav a {
	display:block;
	padding:8px 15px;	
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	
}
nav UL a{z-index:999999999;  }
#catNav ul ul a{  background:#9CCB2A;background-color: #227f9f;padding:8px 14px;}
nav UL UL a {     font-size: 14px;
        min-height: 20px;
    line-height: 18px;padding:3px 14px; }

#catNav UL UL UL  { margin-top:-34px;}
#catNav .toggle {background: #9CCB2A;background-color: #227f9f;
padding: 0px 13px;}
nav ul li ul li:hover { background: #e5531d; background-color: #227f9f; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #e5531d; background-color: #227f9f;
	color:#ffffff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:301px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-55px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:301px; 
}
#mainNav{height:50px;}
#mainNav ul ul a{ /*  margin-top:-2px; */}

#mainNav ul li {  z-index:999999999;
}
#catNav{background-color:#9CCB2A;
z-index:900;
height:34px;
z-index:800;width:100%;display:inline-block;position:absolute;		
	margin-top:-6px;
	margin-left:8px;	
		 }
	 
#catNav {   padding-right:7px;}	
#catNav a{  background:#9CCB2A;padding:0px 14px;}
#catNav a:hover{  background:#227f9f; }
#catNav ul   li {   top:-28px;  
}

#header_search{z-index:999999999;  margin:22px 9px -41px 0;padding:0px; text-align:right; border:0px;}

#quickSearchLeftEdge{margin:0 0 0 0 ;}
form#quickSearch{font-face:'Roboto',sans;font-weight:800;font-size:20px;color:#227f9f ;}
form#quickSearch #query{width:120px;height:18px;border:0px;margin:0px 0  0 0 ;padding:3px 0px 5px 0px;vertical-align: top;font-face:'Roboto',sans;font-weight:500;font-size:18px;color:#227f9f ;line-height:16px;-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;}
input#buttonQuickSearch {
  height: 18px;
  width: 300px;
  margin-bottom: -5px;/*to make the rest of the search stuff behave*/
  margin-left: 0px; 
  -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0; 
}
#LangQuickLinks{
float:right;
color:#fff;
font: bold 11px 'Roboto', Verdana, Helvetica, sans-serif;
margin:1px 5px 2px 15px;
   display:inline;font-size:16px;font-weight:800; color:#ffffff;margin-top:0px;    " class=".doNotPrint}
		    #LangQuickLinks a{color:#ffffff;}
			/*a#langLink_nl{color:#ffffff;font-weight:900;}*/
			
			
			
	#headerSearch{margin-top:0;}
	
	#contentContainer{margin-top:60px;}
	#catNav{margin-left: 0px;}
}
#main{width:95%;margin-top:0; padding:0;margin-left:0px;margin-right:0px;padding-bottom: 20px;
/*text-align:center;*//*background: url(../../site/images/volt2/_pijler_template_cropped.jpg) ;*/max-width:1350px; margin: 50px auto; }
#headerContainer{z-index: 999999999;
    background: #ffffff !important;
    /* height: 50px; */
    /* display: none; */
    /*background: url(../../site/images/volt2/_pijler_template_cropped.jpg) no-repeat;
    */
    background-position: center top;
	z-index: 999999999;
      
	 background-color: none!important;  
    
	height:100px;
	}
	#left{/*display:none;*/}
	#nav{background-color:none;}
	#mainNav {
    
    
     
    /* height: 80px; */
    background: none;
    /* display: none; */
    /*position: absolute;
    left: 50%;*/
    /*margin-left: -418px;*/
     /*top: 54px;
    /* height: 40px; */
    /*width: 780px;*/
    background: #25536e;
    height: 48px;
	}
nav a {
     
    padding: 7px 14px;
}
#logo{margin-top: -4px;
    z-index: 9999999999;
   /* position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 170px;*/}
#logo img{/*width:100%;*/}

nav ul ul {
    display: none;
    position: absolute;
    top: 55px;
}	
#quickLinks{/*background: pink;*/
   /* width: 270px;
    /* clear: right; */
   /* clear: none;
    position: absolute;
    right: 50%;
    margin-right: -675px;
    height: 42px;
	    border-bottom: 1.5px solid #8d8d8d;*/}
	#quickLinks {
    /* background: pink; */
    /* width: 270px; */
    /* clear: right; */
    clear: none;
    /* position: absolute; */
    /* right: 50%; */
    /* margin-right: -675px; */
    height: 42px;
    float: right;
   /* border-bottom: 1.5px solid #8d8d8d;*/
	    margin-top: -43px;
    margin-right: 32px;
	
}	
		
	#quickLinks A {
    font-size: 16px;
    v-align: bottom;
    margin: 18px 17px;
    /* color: #18a497; */
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
	#LangQuickLinks{display:none;} 
	#header_search {
    z-index: 999999999;
    margin: 22px 9px -41px 0;
    padding: 0px;
    text-align: right;
    border: 0px;
    background:#25536e;
    width: 200px;
    float: right;
    width: 270px;
    /* clear: right; */
    clear: none;
   /* position: absolute;
    right: 50%;
    margin-right: -675px;*/
    height: 46px;
    top: 32px;
    text-align: center;
	  /*  margin-right: -257px;*/
    margin-top: 2px;
}
form#quickSearch {
    font-face: 'Lato',sans;
    font-weight: 800;
    font-size: 20px;
    color: #227f9f;
	
    margin: 10px auto;
	float:right;
	margin: 10px 25px;
}
form#quickSearch #query {
    width: 220px;
    height: 18px;
    border: 0px;
    margin: 0px 0 0 0;
    padding: 3px 0px 5px 0px;
    vertical-align: top;
    font-face: 'Lato',sans;
    font-weight: 500;
    font-size: 18px;
    color: #227f9f;
    line-height: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*
#main{width:100%;margin-top:0;margin-left:0px;margin-right:0px;text-align:center;background:url(/site/images/volt2/_homepage_template_cropped.jpg);width:1350px;margin:0 auto; }
#slider{display:none;}
#headerContainer{display:none;}
*/

/*
     #mainNav{
		height:101vh!important;
       width: 100%!important;
        overflow-y: scroll!important;
	 } 
	#langQuickLinks{display:none;!important}
	#cvo_social_links{display:none;!important}
	body,html{overflow:hidden;!important}
	*/
 
     .mainNavMobileMenuFix{
		height:101vh!important;
       width: 100%!important;
        overflow-y: scroll!important;
	 } 
	.langQuickLinksMobileMenuFix{display:none;!important}
	.cvo_social_linksMobileMenuFix{display:none;!important}
	.bodyMobileMenuFix,.htmlMobileMenuFix{overflow:hidden;!important}
	
	 #pijlerNav{  
    width: 780px;
	width: 55%;
    /* margin: 0 auto; */
    /* left: 50%;*/
    /* position: absolute;*/
	position: relative;
  /*  margin-left: -418px;*/
    height: 50px;
	   /* border-bottom: 1.5px solid #8d8d8d;*/
		margin-left: 196px;
		
	}
	#pijlerNav a {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    v-align: bottom;
   /* margin: 18px 61px;*/
        /*   margin: 25px 5%; */
		 margin: 25px 2%;
    /* color: #18a497; */
    font-weight: 500;
	text-decoration:none;
     
    display: inline-block;
	
}
	 #pijlaerNav A:hover, #quickLink A:hover, .activeQuickLink {
    
    color: #18a497;
    font-weight: 900!important;
	text-decoration:none;
  
} 
	 #header_search {
  /*  z-index: 999999999;
    margin: 22px 9px -41px 0;
    padding: 0px;
    text-align: right;
    border: 0px;
    background: #25536e;
    width: 200px;
    float: right;
    width: 270px;
    /* clear: right; */
   /* clear: none;
    position: absolute;
    right: 50%;
    margin-right: -675px;
    height: 46px;
    top: 32px;
    text-align: center;*/
}
#logo{ 
   /* position: relative;
    margin-top: -4px;
    z-index: 9999999999;*/
} 
nav ul li {
     
    background-color: #25536e;
    
}
#CATmenu{/*display:none;*/}

 
/*.shoppingCartLinkAnchor:hover{background:none;margin-top:-2px; }*/
.shoppingCartLinkAnchor:hover{background:none;  }
.shoppingCartLink, .mobileSearchButton{ 
    /* background: beige; */
     /*float:left;*/
    
    /* height: 10px; */
    float: left;
    background: none;
	  
    /* background: beige; */
    
    width: 32px;
    
    background: none;
	margin: 2px 2px;
	margin-left:10px;
	}
.mobileSearchButton{     margin-top: -12px;
    margin-left: -5px;
	display:none;
	}	
	
 #shoppingCartTotal{
	 
    color: black;
    background: yellow;
    position: relative;
    top: -48px;
    left: 20px;
    /* text-align: center; */
    border-radius: 50%;
    width: 16px;
    height: 14px;
    display: block;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
	  border: 1px solid black
	}

    #s  {
    position: absolute;
    z-index: 1;
    top: -.5rem;
    right: -.5rem;
    display: flex;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 .25rem;
    font-size: .85714rem;
    line-height: inherit;
    content: attr(data-quantity);
    color: #0000a4;
    border-radius: .75rem;
    background-color: #ffe900;
    align-items: center;
    justify-content: center;
	
	
 
    /* background: white; */
    /* height: 10px; */
    /* widtH: 10px; */
    /* background: white; */
    font-size: .7em;
    font-weight: 800;
    /* z-index: 9999; */
    /* color: white; */
    /* text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; */
    /* display: none; */
    background: yellow;
    width: 10px;
    height: 10px;
    color: black;
    /* padding: 2px; */
    /* display: block; */
    display: default;
    display: inline;
    position: relative;
    top: -10;
    top: -54px;
    right: -24px;
 
}  

contentContainer{margin-top:100px  ; }



/* Change ' +' in order to change the Dropdown symbol */
/*li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
*/
 
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 1010px) {
    form#quickSearch #query{width:130px;}
	#catNavTitle a{font-size:12px;}
	
	nav a{font-size:12px;padding-left:10px;padding-right:10px;}
	#catNav a{padding-left:10px;padding-right:10px;
	font-size:12px;}
}
@media all and (max-width : 885px) {
	#header_search{z-index:999999999;  margin:20px 9px -41px 0;padding:0px; text-align:right; border:0px;}
    /*#LangQuickLinks{display:none;}*/
	#contentContainer{margin-top:50px;}
	
	form#quickSearch #query{width:130px;}
     #catNav ul   li {   top:-1px;  
}
nav ul{width: 100%;}
#catNav {position:relative;}
	#logo {
		display: block;
		padding: 0;
		 
		text-align: center;
		float: none;
		display:none;
		 
		
	}
	#mobileTitle{display:block !important;}
    #mobileTitle a{font-size:20px;margin:0;padding:0;}
	
	nav {
		margin: 0;
	}
	

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		 padding:9px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #e5531d;
		 background-color: #227f9f;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #e5531d;
		 background-color: #227f9f;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:5px 20px;
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	
	

}
@media all and (max-width : 720px) {
	/* most widely used spmartphone res 2018 */
	form#quickSearch #query{width:130px;}
	}

@media all and (max-width : 500px) {
form#quickSearch #query{width:130px;}
	  /* DIV #LangQuickLinks{  display:none; margin-left:8px;}*/
      
}
@media all and (max-width : 350px) {
       form#quickSearch #query{display:none;}
	  #mobileTitle a{font-size: 18px;}
@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%; /* neede for scrollbar?? */
		width: 100%;
	}

}