.site-header {
  width: 100%;
  position: absolute;
  z-index: 98;
  top: 0;
  font-size: 14px;
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s, background 0.3s ease; }
  body.header-transparent:not(.header-sticky-scroll) .site-header {
    background-color: transparent; }
  body.header-sticky .site-header {
    position: fixed; }
  body.admin-bar.header-sticky .site-header {
    top: 46px; }
  .site-header .header-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: none; }
    .site-header .header-wrapper .site-branding {
      display: flex;
      align-items: center;
      height: 100%;
      transition: all 0.3s ease; }
      .site-header .header-wrapper .site-branding .site-logo img {
        transition: all 0.3s ease;
        max-width: inherit;
        margin: 0 20px 0 40px; }
      .header-sticky-scroll .site-header .header-wrapper .site-branding .site-logo a {
        display: none; }
      .site-header .header-wrapper .site-branding .site-logo .sticky-header-logo {
        display: none; }
        .header-sticky-scroll .site-header .header-wrapper .site-branding .site-logo .sticky-header-logo {
          display: block; }
      .site-header .header-wrapper .site-branding .site-title {
        white-space: nowrap;
        font-weight: bold;
        text-transform: uppercase;
        padding: 1em 0;
        line-height: 1em;
        transition: all 0.3s ease; }
        .site-header .header-wrapper .site-branding .site-title:hover {
          opacity: 0.5; }
        .site-header .header-wrapper .site-branding .site-title a {
          font-size: 28px;
          text-transform: lowercase;
          font-weight: bold;
          line-height: 28px;
          margin: 0 20px 0 40px; }
    .site-header .header-wrapper .nav {
      opacity: 0;
      animation: global_fadein 1.5s forwards;
      animation-delay: .5s; }
      .ie9 .site-header .header-wrapper .nav {
        opacity: 1; }
    .site-header .header-wrapper .tools {
      display: flex;
      padding-right: 35px; }
      .site-header .header-wrapper .tools ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 1em; }
        .site-header .header-wrapper .tools ul li {
          padding: 0 0 0 15px;
          margin: 0;
          line-height: 1em;
          display: inline-block; }
          .site-header .header-wrapper .tools ul li:first-child {
            padding: 0; }
          .site-header .header-wrapper .tools ul li a.tools_button {
            white-space: nowrap;
            color: #fff;
            position: relative;
            display: block; }
            .site-header .header-wrapper .tools ul li a.tools_button:hover {
              color: #eee; }
            .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon {
              width: 32px;
              height: 32px;
              padding: 5px; }
              .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon {
                opacity: 1;
                transition: opacity 0.3s ease; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon:hover {
                  opacity: .5; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon img {
                  max-width: 22px;
                  max-height: 22px;
                  display: block; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon svg {
                  display: inherit;
                  width: 22px;
                  height: 22px;
                  transition: all 0.3s ease; }
            .site-header .header-wrapper .tools ul li a.tools_button .shopping_bag_items_number,
            .site-header .header-wrapper .tools ul li a.tools_button .wishlist_items_number {
              position: absolute;
              top: 0;
              right: 0;
              width: 14px;
              height: 14px;
              line-height: 1.8em;
              background-color: #fff;
              color: #000;
              text-align: center;
              border-radius: 100px;
              font-size: 9px; }

.myaccount-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0 50px 0;
  background: #fff;
  display: none;
  box-shadow: 0px 10px 80px -25px rgba(0, 0, 0, 0.4);
  animation-duration: .4s;
  animation-name: header_dropdowns_anim; }
  .myaccount-popup .woocommerce-account .woocommerce #customer_login input[type="submit"] {
    bottom: -15px; }

@media only screen and (min-width: 1024px) {
  .site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-header .tools ul {
    padding: 0; } }

@media only screen and (min-width: 1024px) {
  body.admin-bar.header-sticky .site-header {
    top: 32px; } }

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
header nav {
  text-align: left;
  height: auto;
  display: none; }
  @media (min-width: 64em) {
    header nav {
      display: block; } }
  header nav > ul {
    font-size: 1em;
    padding: 1em 0;
    margin: 0;
    list-style: none;
    margin-left: -1em; }
    header nav > ul:after {
      content: "";
      clear: both;
      display: block; }
    header nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1em; }
      header nav > ul > li > a {
        padding: 0.5em 1em; }
        header nav > ul > li > a:hover {
          opacity: .5; }
      header nav > ul > li a {
        display: inline-block;
        text-decoration: none;
        opacity: 1;
        font-weight: bold;
        transition: all 0.2s ease-out;
        min-height: 100%; }
      header nav > ul > li.call-to-action > a {
        border-width: 1px;
        border-style: solid;
        border-radius: 0.3125em; }
      header nav > ul > li.menu-item-has-children > a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f107";
        margin-left: 0.3125em; }
      header nav > ul > li:not(.mega-menu) {
        position: relative; }
        header nav > ul > li:not(.mega-menu) ul {
          font-size: 0.85em;
          line-height: 2em;
          padding: 1em 0;
          margin: 0;
          list-style: none;
          background: #fff;
          display: none;
          position: absolute;
          top: 100%;
          left: -1em;
          width: 19em;
          z-index: 99999;
          box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
          animation-duration: .3s;
          animation-fill-mode: both;
          animation-name: main_nav_anim; }
          header nav > ul > li:not(.mega-menu) ul li {
            display: block;
            position: relative;
            text-align: left;
            z-index: 99999; }
            header nav > ul > li:not(.mega-menu) ul li.menu-item-has-children > a:after {
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              text-decoration: inherit;
              content: "\f105";
              margin-left: 0.625em; }
            header nav > ul > li:not(.mega-menu) ul li a {
              margin: 5px 2.3em;
              padding: 0;
              line-height: 2em;
              border-bottom: 2px solid transparent;
              text-transform: none;
              font-weight: normal;
              color: #000 !important; }
              header nav > ul > li:not(.mega-menu) ul li a:hover {
                border-bottom-width: 2px;
                border-bottom-style: solid;
                border-bottom-color: #ccc;
                opacity: .5; }
            header nav > ul > li:not(.mega-menu) ul li ul {
              left: 100%;
              top: -1em;
              font-size: 1em; }
            header nav > ul > li:not(.mega-menu) ul li:hover {
              transition: all 0.3s ease-out; }
              header nav > ul > li:not(.mega-menu) ul li:hover > ul {
                display: block; }
      header nav > ul > li:hover {
        transition: all 0.3s ease-out; }
        header nav > ul > li:hover > a {
          opacity: 0.5; }
        header nav > ul > li:hover > ul {
          display: block; }
  header nav.align_left {
    text-align: left;
    padding-left: 40px; }
  header nav.align_center {
    text-align: center; }
  header nav.align_right {
    text-align: right;
    padding-right: 40px; }
    header nav.align_right > ul > li:not(.mega-menu) ul ul {
      left: -100%; }

@keyframes main_nav_anim {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0; }
  100% {
    opacity: 1;
    margin: 0; } }
