header.header {
  border: none;
  color: black;
  height: auto;
  padding-top: 134px; }
  @media screen and (min-width: 540px) {
    header.header {
      height: auto;
      padding-top: 110px; } }
  @media screen and (min-width: 801px) {
    header.header {
      padding-top: 0;
      display: flex; } }
  @media screen and (min-width: 801px) {
    header.header.has-fixed-menu {
      padding-top: 11.4rem; } }
  header.header .header-promo-section {
    display: none;
    height: 8.375rem;
    width: 100%; }
    @media screen and (min-width: 801px) {
      header.header .header-promo-section {
        height: 14.375rem; } }
  header.header .header-top-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    z-index: 50; }
  header.header .top {
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    background: #ffffff; }
    @media screen and (min-width: 801px) {
      header.header .top {
        position: unset;
        height: 8rem;
        padding: 4.5rem 1.625rem 3.688rem 3.5rem;
        z-index: 20; } }
    header.header .top .top-container {
      position: absolute;
      top: 0;
      left: 3rem;
      right: 5rem;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 421px) {
        header.header .top .top-container {
          right: 7rem; } }
      @media screen and (min-width: 801px) {
        header.header .top .top-container {
          position: unset;
          flex: 1 1 auto; } }
    header.header .top .icons {
      position: absolute;
      right: 0.5rem; }
      @media screen and (min-width: 801px) {
        header.header .top .icons {
          position: unset;
          margin-bottom: 0.2rem;
          margin-left: 1.8rem; } }
    header.header .top .logo {
      margin-right: 0.3rem;
      margin-top: 10px; }
      header.header .top .logo .header-logo {
        margin: 0;
        height: auto;
        display: flex;
        justify-content: center; }
        header.header .top .logo .header-logo .header-logo__link {
          margin: 0;
          outline: none !important; }
  header.header .second-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media screen and (min-width: 801px) {
      header.header .second-row {
        margin: 0; } }

.header.is-open .second-row {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.header-menu-search-box {
  display: none; }
  @media screen and (min-width: 801px) {
    .header-menu-search-box {
      display: block;
      margin: 0 0 0.2rem 0; }
      .header-menu-search-box .inline-search-form-control .form-input {
        margin-top: 0; } }

.header_bottom_wrapper {
  margin: 0 -10.5px !important; }
  .header_bottom_wrapper div[role="button"] {
    font-size: 0.813rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem; }
    .header_bottom_wrapper div[role="button"]:hover {
      filter: brightness(115%); }

body.pagetype-category .header-promo-section {
  display: none; }
  @media screen and (min-width: 801px) {
    body.pagetype-category .header-promo-section {
      display: block; } }

body.main .header-promo-section {
  display: block;
  position: relative;
  background: #ffffff; }
  body.main .header-promo-section .promo-img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    body.main .header-promo-section .promo-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
