



#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #bc0023;
}

#toggle-search {
  
  
}
#toggle-search.open:after {
  top: 40px;
}


#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 80px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #2095DF;
	height: 60px;
line-height: 60px;color: #ffffff;
	
}
#search-form.open {
  max-height: 80px;
}



#search-form input[type="search"] {
  
  
 
 background-color: #fff;
  
	padding: 5px 0px 5px 0px;
 
	border-radius: 5px;
}
#search-form input[type="submit"] {

  bottom: 0;
  right: 0;
  width: 70px;
padding: 5px 5px 5px 5px;
  margin: 0;
  
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  background: #c6cacd;
  border: none;
  cursor: pointer;border-radius: 5px;
}
