.Serch__Style {
  right: 10px;
  top: 9px;
  position: absolute;
  background: #ffffff;
  padding: 6px 6px 6px;
  border-radius: 50px;
  transform: translateY(31px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  box-shadow: 0 0 20px #00000070;
  z-index: 9999;

  & form {
    & input {
      border-radius: 100px;
      border: none;
      padding: 6px 13px;
      outline: none;
      width: 21rem;
      margin-right: 5px;
    }

    & button {
      width: 36px;
      border: none;
      cursor: pointer;
      border-left: 1px solid #00000017;
      background: transparent;
    }
  }
}

.Open__Serch {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all;
  z-index: 9999;
}

/*  */
@media ((min-width: 400px) and (max-width: 576px)) {
  #Serch__Style {
    width: 98%;
  }
}
