/* ---------- SEARCH BUTTON ---------- */

.omega_logic_search_button {
  position: fixed;
}
.omega_logic_search_button.bottom-left {
  bottom: 1rem;
  left: 1rem;
}
.omega_logic_search_button.bottom-center {
  bottom: 1rem;
  left: calc(50% - 28px);
  transform: translateX(-50% + 28px);
}
.omega_logic_search_button.bottom-right {
  bottom: 1rem;
  right: 1rem;
}
.omega_logic_search_button.none {
  position: static;
}
