#head_opensearch {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
  position: absolute;
  right: 0;
  bottom: 17px;
  cursor: pointer;
  color: #3a982f;
}
.searchholder {
  position: fixed;
  padding-right: 17px;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 10001;
  display: none;
}

#searchoverlay {
  position: fixed;
  z-index: 10000;
  background-color: rgba(44, 62, 80, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: none;
}

#head_opensearch path {
  stroke-width: 1.4;
}

@media (max-width: 1014px) {
  #head_opensearch {
    bottom: 8px;
  }
}