/*
## Header 
********************************************************************/


#header .siteLogo{
	padding:0px 0;
	float:left;
	height:45px;
}

#header .headerContent{
	float:right;
}

#header .headerContent .nav{
	height:21px;
	line-height:1.667em;
	color:#666666;
	margin:10px 0 5px;
}

#header .headerContent .nav > li{
	float:left;
	border-right:1px solid #bbb;
	padding: 0 20px;
	display:block;
	font-size:14px;
}
#header .headerContent .nav > li:first-child {
	border-left:1px solid #bbb;
}


#header .headerContent .nav > li > a{
	display:block;
}


#header .headerContent .nav > li.miniCart > a{
	text-transform:lowercase; /*  temp */
}

#header .headerContent .language{
	float: right;
	height:30px;
	margin:0 30px 0 0;
}


#header .headerContent .language li{
	float:left;
	height:30px;
	margin:0 10px 0 0;
}

#headerContent .cart-icon {
	background: url(../images/cart-icon.png) no-repeat scroll left center transparent;
	display: inline-block;
	height: 18px;
	padding: 2px 0 0 31px;
}
#headerContent .quotecart-icon {
	background: url(../images/QuoteCartImg.png) no-repeat scroll left center transparent;
	display: inline-block;
	height: 18px;
	padding: 2px 0 0 31px;
}

#quickOrderFormDisplay{
	display: none;
}

.header-nav-link--container-dropdown{
    cursor: pointer;
}
.header-nav-link--container .tech-req-sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: none;
    min-width: 160px;
  }
  .header-nav-link--container .tech-req-sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
     display: block;
    padding:6px 16px;
    color: #344054;
  }
  
  .header-nav-link--container .tech-req-sub-menu li:hover {
    background-color: #81A6FF;
  }
  .header-nav-link--container-dropdown svg {
    transition: transform 0.3s ease;
    margin-left: 5px;
    margin-bottom: 1px;
  }
  
  .header-nav-link--container-dropdown.open svg {
    transform: rotate(180deg);
  }
 
.header-nav-link--container .tech-req-sub-menu li a:hover {
   color:#fff;
  }

