#headcontainer .notice {
  position: absolute;
  top: 68px;
  width: 100%;
  background: #e8e7e2;
  margin: 0px;
  padding: 10px;
  line-height: 20px;
  text-align: center;
}
header a {
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  color: #20bae5 !important;
}
@media screen and (max-width: 480px) {
  header a {
    font-size: 0px;
  }
}
header a:hover {
  color: #050809 !important;
}
header .login,
header #buy-it {
  float: right;
}
header .login {
  margin-right: 20px;
  padding-left: 40px;
  background: url("../img/icon-user-blue.png") left center no-repeat;
}
