#header{
	width: 100%;
	position: fixed;
	z-index:99999;
}
#header .header {
  padding: 16.5px 10px 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #0000001a;
  height: 48px;
  z-index: 99999;
}
#header .image_header {
  width: 120px;
  height: 15px;
}
#header .header .space-x-87 > *:not(:first-child) {
  margin-left: 43.5px;
}
#header .header .items-center {
    align-items: center;
}
#header .header .flex-row {
    display: flex;
    flex-direction: row;
}