.smartbanner-show .header__fixed {
  top: 65px; }

.header {
  background-color: #f9f9f9;
  box-sizing: border-box;
  height: 51px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e6e6e6; }
  .header__fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .header__static {
    position: relative; }
  .header__image {
    font-size: 30px; }
  .header__link {
    width: 48%;
    margin-top: -4px; }
    @media screen and (max-device-width: 320px) and (max-device-height: 480px) {
      .header__link {
        margin-left: 9px; } }
    .header__link > img {
      height: 32px;
      width: auto; }
    @media screen and (max-device-width: 320px) {
      .header__link > img {
        height: 30px;
        width: auto; } }
  .header__icon-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .header__left-icon {
    margin: 0 2vw 0 15px; }
  .header__left-icon-with-text-icon {
    margin: 0 10px 0 16px; }
  .header__icon {
    margin: 1px 2vw 0; }
    .header__icon:first-child {
      margin-left: 15px; }
    @media screen and (max-device-width: 320px) {
      .header__icon:first-child {
        margin-left: 10px; } }
    .header__icon:last-child {
      margin-right: 15px;
      margin-top: 2px; }
  .header .font-icon {
    position: relative;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 26px; }
    .header .font-icon.icon-back-button {
      text-align: left; }
      .header .font-icon.icon-back-button:before {
        margin-left: 4px; }
  .header .badge-count {
    background-color: #f27a1a;
    color: white;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: -4px;
    right: -10px;
    font-family: Lato, sans-serif; }

/*# sourceMappingURL=header.style.css.map*/