@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.search button {
  position: absolute;
  right: 1px;
  width: 47px;
  height: 46px;
  padding: 7px;
  background-color: white;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 0px 5px 5px 0px;
  outline: none;
  border: none;
}
.search input {
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: white;
  height: 50px;
}

header hr {
  border: 1px solid #D6D6D6;
  margin: 0;
}

#createAuctionBtn {
  border-radius: 4px;
  background: #8BBB4B;
  padding: 13px 11px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

#registerBtn {
  border: none;
  background-color: white;
}/*# sourceMappingURL=header.css.map */