.sb-search {
  position: relative;
  width: 0%;
  min-width: 40px;
  height: 48px;
  /* float: right; */
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  right: 15px;
}

header .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border-top: none !important;
  border-bottom: none !important;
  outline: none;
  width: 100%;
  height: 49px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  border: none;
  background-color: #fff;
}

.sb-search-input::-webkit-input-placeholder, .sb-search-input:-moz-placeholder, .sb-search-input::-moz-placeholder, .sb-search-input:-ms-input-placeholder {
  color: var(--dark_color);
}

.sb-icon-search {
  width: 40px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  color: var(--dark_color);
  font-size: 14px;
  background-color: #fff;
}

.sb-icon-search:hover, .sb-icon-search:focus {
  color: var(--bs-primary);
}

.sb-search-submit {
  width: 40px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  color: var(--dark_color);
  font-size: 14px;
  background-color: #fff;
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  z-index: 90;
  -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 100%;
  border-top: none !important;
  border-bottom: none !important;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/*# sourceMappingURL=searchbar.css.map */