

#navTabBox{
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  padding-right: 20px;
  /* max-width: 1300px; */
  height: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  /* border: 1px solid red; */
  /* background: gray; */
  z-index: 90;
}

#navBar{
  position: fixed;
  top: 0;
  /* left: 50%;
  transform: translate(-50%); */
  width: 100%;
  max-width: 1300px;
  height: 100%;
  /* border: 1px solid red; */
  display: flex;
z-index: 90;
}

._SR_Menu li a{
color: white;
font-weight: 500;
}

.search{
  width: 18px;
  height: 18px;
  padding-top: 2px;
  background-color: rgba(0, 0, 0, 0);
}
.hdrPippo{
  z-index:0;
}


