
/****************************************************************
 * Search forms
*****************************************************************/

#gsr-header-search-form {
  margin-bottom: 1rem;
}
.header-search-form .form-submit {
  margin: 0;
}
.search-toggle {
  font-size: 1rem;
  cursor: pointer;
  cursor: hand;
  padding-bottom: 0.5rem;
}
.search-toggle .search-text {
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.search-toggle .search-icon {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs,1));
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #000;
  margin: 4px 7px 0 0;
  float: left;
}
.search-toggle .search-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 7px;
  transform: rotate(-45deg);
  top: 6px;
  left: 8px;
  background: #000;
}
#megamenu .header-search-form {
  display: none !important;
}
