﻿.header {
  transition: all 0.2s linear;
  border-bottom: solid 1px #DEDEDE;
  height: 75px; }
  @media only screen and (min-width: 500px) {
    .header {
      height: 125px; } }
  .header > * {
    transition: all 0.2s linear; }
  .header .left-col {
    transition: all 0.2s linear; }
  .header__main-menu {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 105px;
    left: 220px; }
    @media only screen and (max-width: 1250px) {
      .header__main-menu {
        right: 150px; } }
    @media only screen and (max-width: 950px) {
      .header__main-menu {
        display: none; } }
    body.logged-in .header__main-menu {
      right: 300px; }
      @media only screen and (max-width: 1150px) {
        body.logged-in .header__main-menu {
          display: none; } }
  .header .navigation {
    position: absolute;
    height: 84px;
    line-height: 84px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right; }
    .header .navigation:after {
      content: '';
      display: block;
      clear: both; }
    .header .navigation > li {
      display: inline-block;
      padding: 0 20px; }
      @media only screen and (max-width: 1200px) {
        .header .navigation > li {
          font-size: 90%; } }
      @media only screen and (max-width: 1100px) {
        .header .navigation > li {
          font-size: 85%;
          padding: 0 12px; } }
      @media only screen and (max-width: 1050px) {
        .header .navigation > li {
          padding: 0 8px; } }
      body.logged-in .header .navigation > li {
        padding: 0 15px; }
        @media only screen and (max-width: 1200px) {
          body.logged-in .header .navigation > li {
            font-size: 85%;
            padding: 0 10px; } }
      .header .navigation > li a {
        position: relative;
        font-size: 0.8333333333333333rem;
        color: #000;
        text-decoration: none;
        padding: 0;
        display: inline-block;
        text-transform: uppercase;
        outline: none;
        font-weight: 400; }
        .header .navigation > li a:hover {
          color: #b11f25; }
      .header .navigation > li.selected > a {
        color: #b11f25; }
        .header .navigation > li.selected > a:after {
          display: block;
          content: ' ';
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 7px;
          background-color: #b11f25; }
      .header .navigation > li li a {
        font-size: 0.6944444444444444rem; }
    .header .navigation > .navigation__menuitem > a {
      font-weight: 500; }
    .header .navigation .navigation__search a:link, .header .navigation .navigation__search a:visited {
      color: #b11f25; }
    .header .navigation .navigation__search-popup {
      display: none;
      position: absolute;
      top: 90px;
      right: 0;
      width: 400px;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 1em;
      line-height: 1em;
      z-index: 1; }
    .header .navigation .navigation__search-form {
      border: solid 1px #ddd;
      width: 100%;
      float: right;
      background-color: #fff; }
      .header .navigation .navigation__search-form input {
        display: inline-block;
        border: none;
        padding: 10px;
        width: calc(100% - 5em);
        border: none; }
      .header .navigation .navigation__search-form button {
        display: inline-block;
        border: none;
        background: #AC1A21;
        color: #fff;
        width: 2em;
        height: 2em;
        text-align: center;
        padding: 0; }
      .header .navigation .navigation__search-form .fa {
        vertical-align: 0; }
  .header .navigation__submenu li {
    padding: 5px 0;
    line-height: 1.5;
    float: none;
    display: block;
    font-weight: 500; }
    .header .navigation__submenu li li {
      padding: 0;
      font-weight: 300; }
  .header .navigation__submenu .navigation__menuitem {
    text-align: left;
    padding: 0 25px 15px 25px; }
  .header .navigation__submenu .navigation__submenu a {
    text-transform: none; }
  .header .navigation__submenu .navigation__submenu .navigation__submenu {
    display: block; }
  .header .navigation__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -90px;
    right: -90px;
    background-color: rgba(82, 82, 82, 0.95);
    padding: 40px;
    z-index: 999;
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85); }
    body.logged-in .header .navigation__dropdown {
      right: -300px; }
    .header .navigation__dropdown a {
      color: #fff !important; }
    .header .navigation__dropdown > .navigation__submenu {
      display: flex;
      flex-wrap: wrap; }
    .header .navigation__dropdown .navigation__submenu-caption {
      text-align: left;
      padding: 5px 25px;
      margin-bottom: 25px;
      display: flex;
      width: 100%; }
      .header .navigation__dropdown .navigation__submenu-caption:after {
        content: '';
        border-bottom: solid 1px #b11f25;
        flex: 1; }
      .header .navigation__dropdown .navigation__submenu-caption a {
        font-size: 1rem;
        position: relative;
        top: 5px;
        padding-right: 5px;
        line-height: 1.5; }
    .header .navigation__dropdown .navigation__submenu-close {
      cursor: pointer;
      color: #fff;
      font-size: 0.6944444444444444rem;
      text-transform: uppercase;
      padding-top: 20px;
      width: 100%; }
      .header .navigation__dropdown .navigation__submenu-close:hover {
        text-decoration: underline; }
      .header .navigation__dropdown .navigation__submenu-close img {
        vertical-align: middle;
        padding-left: 5px; }
    .header .navigation__dropdown--products > .navigation__submenu {
      flex-wrap: nowrap; }
  .header__logo {
    float: left;
    cursor: pointer;
    padding: 5px 0;
    width: 150px; }
    @media only screen and (min-width: 500px) {
      .header__logo {
        padding: 35px 0 0 0;
        width: unset; } }
    .header__logo img {
      display: block;
      width: 100%; }
  .header__row {
    padding: 0;
    position: relative;
    height: 100%; }
    .header__row:after {
      content: ' ';
      clear: both;
      display: table; }
    @media only screen and (max-width: 1250px) {
      .header__row {
        padding: 0 50px; } }
    @media only screen and (max-width: 575px) {
      .header__row {
        padding: 0 25px; } }
    .full-bleed > .header__row {
      max-width: 1200px;
      margin: 0 auto; }
  .header__phone {
    float: right;
    padding-right: 15px;
    text-transform: uppercase; }
    @media only screen and (max-width: 575px) {
      .header__phone {
        float: none;
        height: 20px;
        line-height: 15px; } }
  .header__contact {
    font-size: .7rem;
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 1; }
    .header__contact-link {
      float: right;
      padding-right: 10px;
      text-transform: uppercase; }
      .header__contact-link:after {
        content: '\2022'; }
      .header__contact-link a {
        text-decoration: none;
        color: #000;
        padding-right: 10px; }
  .header__login-link {
    float: right;
    padding-right: 10px;
    text-transform: uppercase; }
    .header__login-link:after {
      content: '\2022'; }
    .header__login-link a {
      text-decoration: none;
      color: #000;
      padding-right: 10px; }
  .header .hamburger-icon {
    position: absolute;
    top: 25px;
    right: 0;
    height: 83px;
    width: 83px;
    cursor: pointer; }
    .header .hamburger-icon-chrome {
      display: none;
      background-color: #b11f25;
      position: absolute;
      top: 70px;
      right: 43px;
      width: 1px;
      height: 32px;
      z-index: 99; }
      .header .hamburger-icon-chrome:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: -6px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #b11f25; }
    @media only screen and (max-width: 1250px) {
      .header .hamburger-icon {
        right: 50px; } }
    @media only screen and (max-width: 575px) {
      .header .hamburger-icon {
        right: 25px; } }
  .header .user-widgets {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    background: #ae2129;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
    padding-left: 25px; }
    @media only screen and (min-width: 500px) {
      .header .user-widgets {
        width: 265px;
        padding-left: 0; } }
    .header .user-widgets .user-widget img {
      max-width: 70%; }
    .header .user-widgets .user-widget--profile {
      display: none; }
      @media only screen and (min-width: 500px) {
        .header .user-widgets .user-widget--profile {
          display: inline; } }
    .header .user-widgets .user-widget--profile-pic {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: -32px;
      box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
      background-color: #fff;
      display: none; }
      @media only screen and (min-width: 500px) {
        .header .user-widgets .user-widget--profile-pic {
          display: inline; } }
      .header .user-widgets .user-widget--profile-pic img {
        max-width: 100%; }
    .header .user-widgets .user-widget--cart {
      position: relative; }
      .header .user-widgets .user-widget--cart:after {
        content: attr(data-cart-qty);
        position: absolute;
        top: 8px;
        left: 18px;
        color: #fff;
        font-size: .65rem; }
    .header .user-widgets .user-widget--notifications {
      position: relative; }
      .header .user-widgets .user-widget--notifications:after {
        content: attr(data-unread-notifications);
        position: absolute;
        top: 8px;
        left: 15px;
        color: #fff;
        font-size: .65rem; }
      .header .user-widgets .user-widget--notifications .notification-tooltip {
        position: absolute;
        top: 42px;
        left: -42px;
        background-color: white;
        padding: 7.5px 15px;
        white-space: nowrap;
        font-size: .75rem;
        text-align: center;
        border-radius: 5px; }
        .header .user-widgets .user-widget--notifications .notification-tooltip:before {
          content: '';
          position: absolute;
          bottom: 100%;
          left: 50px;
          width: 0;
          border-bottom: 7.5px solid #fff;
          border-left: 7.5px solid transparent;
          border-right: 7.5px solid transparent; }
  .header .bg {
    position: absolute;
    top: 0;
    left: 0; }
