section.categories-section {
 
    position: relative;
    z-index: 5;
}

header#header.sticky {
 
    width: 200px;
    z-index: 10;
}
form label{ color:#fff; font-family:Trocchi,Tahoma,serif;}
form ul.optionset{
	list-style:none;	
}
form ul.optionset li{
	padding-right:20px;
	display:inline;	
}
@media screen and (max-width:728px){
	
	header#header.sticky { 
		width: 100%;
		z-index: 10;
	}
}