.hideChatTab #slidecontainer {
  display: none;
}
.LPMcontainer div {
  outline: none;
}
#slidecontainer {
  display: block;
  height: 90px;
  left: -9999px;
  position: fixed;
  top: 200px;
  width: 25px;
  z-index: 999;
  &.active {
    left: 0;
  }
  #chatslide {
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
    #lpchatbutton {
      left: -94px;
      position: relative;
      top: 0;
      z-index: 10;
      a {
        display: block;
        height: 90px;
        width: 94px;
        img {
          display: block;
          height: 90px;
          position: relative;
          width: 94px;
          z-index: 10;
        }
      }
    }
    .clickhere {
      background: url("/siteimages/chat/live-help-tab.png") top right no-repeat;
      cursor: pointer;
      height: 90px;
      left: 0;
      position: absolute;
      text-align: left;
      top: 0;
      width: 25px;
      z-index: 9;
    }
    &.start_out #lpchatbutton {
      left: 0;
    }
    .close {
      cursor: pointer;
      height: 10px;
      position: absolute;
      right: 9px;
      top: 9px;
      width: 10px;
      z-index: 20;
    }
  }
}

.fullpage_loading {
  display: none;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  .fa {
    color: rgba(80, 80, 80, 0.9);
    display: block;
    font-size: 110px;
    margin: -55px 0 0 -55px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

.cc-window {
  background: #777;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  opacity: 1;
  padding: 10px 170px 10px 30px;
  position: fixed;
  overflow: hidden;
  transition: opacity 1s ease;
  z-index: 9999;
  text-align: center;
  .cc-message {
    display: block;
    float: left;
    padding: 0 20px 0 0;
    text-align: left;
    line-height: 30px;
    a {
      color: #fff;
    }
    @media only screen and (max-width: 863px) {
      padding: 0 0 10px 0;
      line-height: 20px;
    }
  }
  .cc-compliance {
    float: right;
    margin: 0 -140px 0 0;
    width: 140px;
    text-align: center;
    .cc-btn {
      background: #fff;
      border: none;
      color: #d61029;
      cursor: pointer;
      display: block;
      padding: 0 10px;
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
    }
    @media only screen and (max-width: 863px) {
      margin: 0 auto;
      width: 100%;
    }
  }
  &.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
  }
  &.cc-invisible {
    opacity: 0;
  }
  @media only screen and (max-width: 863px) {
    padding: 15px;
  }
}

#header {
  height: auto;
  width: 100%;
  position: relative;

  #covid_messaging {
    background: #fff6b2;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 7px 20px;
    display: none;
    .inner {
      width: 990px;
      margin: 0 auto;
      a {
        color: var(--black);
      }
      i.fa-times {
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 20px;
      }
      br {
        display: none;
        @media only screen and (max-width: 863px) {
          display: inline;
        }
      }
    }
  }
  .redbar {
    display: none;
  }
  .searchform {
    display: none;
  }

  @media only screen and (max-width: 863px) {
    .redbar {
      display: block;
      height: 48px;
      background: #0076bc;
      background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.3, #0076bc),
        color-stop(1, #00aeef)
      );
      background: -moz-linear-gradient(
        center bottom,
        #0076bc 30%,
        #00aeef 100%
      );
      background: -ms-linear-gradient(center bottom, #0076bc 30%, #00aeef 100%);
      border: solid #357fbf;
      border-width: 1px 0;
    }
    .logo {
      display: block;
      text-indent: -99999px;
      float: left;
      margin: 5px 0 0 10px;
      h1 {
        margin: 0;
      }
      a {
        display: block;
        height: 40px;
        background: url("/siteimages/main-sprite.png") -40px 0 no-repeat;
        width: 100px;
      }
    }
    .nav {
      height: 49px;
      margin: 0;
      list-style: none;
      float: right;
      li {
        border-right: none;
        height: 49px;
        line-height: 34px;
        float: left;
        margin: 0;
        padding: 0;
        a {
          color: var(--white);
          display: block;
          text-align: center;
          text-decoration: none;
          padding: 0 6px;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer;
          .icon {
            background: url("/siteimages/nav-icon-sprite.png") 0 0 no-repeat;
            display: block;
            height: 30px;
            width: 30px;
            margin: 1px auto 0 auto;
            line-height: 30px;
          }
          .text {
            display: block;
            height: 14px;
            line-height: 14px;
            font-size: 12px;
          }
        }
        &.last {
          border: none;
          a {
            padding: 0 3px;
          }
        }
        &.search {
          display: block;
          a {
            .icon {
              background-position: 0 0;
            }
          }
        }
        &.myaccount {
          a {
            .icon {
              background-position: -30px 0;
            }
          }
        }
        &.login {
          a {
            .icon {
              background-position: -60px 0;
            }
          }
        }
        &.reorder {
          a {
            .icon {
              background-position: -90px 0;
            }
          }
        }
        &.cart {
          a {
            .icon {
              background-position: -120px 0;
              width: 40px;
            }
          }
          .count {
            display: none;
          }
          &.full {
            a {
              .icon {
                background-position: -160px 0;
                width: 40px;
                line-height: 27px;
                font-size: 11px;
              }
            }
          }
        }
      }
    }
    .searchform {
      background: var(--grey-2);
      border-bottom: 1px solid var(--grey-1);
      float: right;
      width: 100%;
      height: 59px;
      position: relative;
      margin: 0;
      display: none;
      #auto_search_mobile {
        background: #fff;
        border: 1px solid var(--grey);
        box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.2);
        display: none;
        padding: 20px 0;
        position: absolute;
        right: -10px;
        text-align: left;
        top: 107%;
        width: 105%;
        white-space: nowrap;
        z-index: 999;
        .suggest {
          display: none;
          width: -webkit-fill-available;
          max-height: 600px;
          padding: 0 20px;
          vertical-align: top;
          h4 {
            border-bottom: 1px solid var(--grey);
            font-size: var(--font_size3);
            font-weight: bold;
            color: var(--text2);
            margin: 0 0 10px 0;
            padding: 0 0 5px 0;
            text-align: center;
          }
          ul {
            list-style: none;
            margin: 0 0 10px 0;
            max-height: 320px;
            overflow-y: auto;
            .product {
              font-size: var(--font_size2);
              line-height: 16px;
              padding: 5px 0;
              position: relative;
              a {
                color: var(--text2);
                display: block;
                text-decoration: none;
                b {
                  font-weight: bold;
                }
              }
              .rebate_available {
                display: none;
                line-height: 8px;
                padding: 7px 0 9px 0;
                height: 16px;
                width: 32px;
                white-space: normal;
                text-align: center;
                margin: -16px 0 0 0;
                position: absolute;
                top: 50%;
                left: 0;
                .rebate_text {
                  color: var(--white);
                  font-size: 7px;
                  font-family: Tahoma, Geneva, sans-serif;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                }
              }
              &::after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
              &:hover {
                background: var(--grey-3);
              }
            }
            &.brands_suggest {
              margin: 0;
              li {
                display: block;
                margin: 0;
                a {
                  color: var(--text2);
                  display: block;
                  text-decoration: none;
                  padding: 0 10px;
                  line-height: 30px;
                  b {
                    font-weight: bold;
                  }
                  &:hover {
                    background: var(--grey-3);
                  }
                }
                &.all_brands {
                  float: right;
                  a {
                    color: var(--link);
                    text-decoration: underline;
                    text-transform: none;
                  }
                }
              }
              &:after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
              &.active {
                display: block;
              }
            }
          }
          .view_all {
            text-align: right;
            .btn.color1 {
              background: none;
              box-shadow: none;
              color: var(--link);
              font-size: var(--font_size2);
              padding: 0 10px;
              text-decoration: underline;
              &:hover {
                background: var(--grey-3);
              }
              &:before {
                content: "\f002";
                display: inline-block;
                font: bold normal normal 14px/1 "Font Awesome 5 Free";
                font-size: var(--font_size2);
                padding: 0 10px 0 0;
                line-height: 20px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
              }
            }
          }
          &.active {
            display: inline-block;
          }
        }

        #search_suggest {
          margin: 0 0 10px 0;
          ul {
            list-style: none;
            margin: 0;
            li {
              border-bottom: 1px solid #eee;
              cursor: pointer;
              position: relative;
              padding: 5px 10px;
              height: auto;
              min-height: 50px;
              line-height: 22px;
              .fa-search {
                background: var(--grey);
                border-radius: 25px;
                color: #fff;
                display: block;
                font-size: 16px;
                float: left;
                padding: 0;
                margin: 0 15px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
              }
              .suggestion {
                color: var(--grey3);
                display: block;
                float: left;
                font-weight: normal;
                font-size: 15px;
                margin: 15px 0 0 0;
                padding: 0;
              }
              &.selected {
                background: #def;
              }
              &:after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
            }
          }
        }

        #product_suggest {
          ul {
            list-style: none;
            margin: 0;
            li {
              border-bottom: 1px solid #eee;
              cursor: pointer;
              position: relative;
              padding: 5px 10px;
              height: auto;
              min-height: 50px;
              line-height: 22px;
              .product_img {
                background: #fff;
                border: 1px solid var(--grey);
                padding: 0;
                line-height: 50px;
                height: 50px;
                text-align: center;
                width: 70px;
                img {
                  max-width: 100%;
                  max-height: 100%;
                  position: relative;
                  top: 50%;
                  transform: translateY(-50%);
                  -webkit-transform: translateY(-50%);
                  vertical-align: middle;
                }
              }
              h3 {
                color: var(--grey3);
                font-weight: normal;
                font-size: 15px;
                left: 90px;
                line-height: 20px;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 50%;
                width: 350px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
              }
              p {
                display: none;
              }
              &.selected {
                background: #def;
              }
              &:last-child {
                border: 0;
              }
            }
          }
        }

        #view_all_results,
        #view_all_results_bottom {
          ul {
            list-style: none;
            margin: 0;
            li {
              cursor: pointer;
              b {
                font-weight: normal;
              }
            }
          }
        }
        #view_all_results {
          float: right;
          ul {
            li {
              font-size: 15px;
              line-height: 18px;
              height: 18px;
              padding: 10px;
              &.selected {
                background: #def;
              }
            }
          }
        }
        #view_all_results_bottom {
          margin: 0;
          ul {
            li {
              border-top: 1px solid var(--grey);
              font-size: 15px;
              line-height: 40px;
              padding: 5px 0;
              text-align: center;
              &.selected {
                background: #def;
              }
            }
          }
        }
      }
    }
    #terms {
      display: flex;
      margin: 10px 10px 0 10px;
      height: 46px;
      position: relative;
      column-gap: 10px;
      .clear {
        display: none;
      }
    }
    .nav li {
      @media screen and (max-width: 340px) {
        a {
          padding: 0 3px;
        }
      }
      &.active {
        background: var(--red);
      }
      &.cart.full a .icon {
        color: var(--red);
      }
    }
  }
  .nav li a {
    @media screen and (max-width: 340px) {
      padding: 0 3px;
    }
  }

  #top_bar {
    background: var(--top_bar);
    padding: 0;
    position: relative;
    @media only screen and (max-width: 863px) {
      display: none;
    }
    .phone_number {
      font-size: var(--font_size2);
      float: left;
      line-height: 30px;
      a {
        text-decoration: none;
      }
    }

    #badges {
      float: left;
      height: 30px;
      margin: 0 0 0 30px;
      width: auto;
      .badge {
        float: left;
        font-size: 12px;
        margin: 0 15px 0 0;
        .icon {
          height: 30px;
          float: left;
          margin: 0 5px 0 0;
          width: 18px;
        }
        .text {
          color: var(--link);
          float: left;
          font-size: 12px;
          line-height: 30px;
          text-align: left;
          a#live_chat_link {
            display: none;
            &:hover {
              color: var(--link_hover);
            }
            &.active {
              display: inline;
            }
          }
        }
        &.money_back .icon {
          background: url("/siteimages/icons/svg/money-back-dark.svg") 0 4px
            no-repeat transparent;
          width: 20px;
        }
        &.returns .icon {
          background: url("/siteimages/icons/svg/hassle-free-returns-dark.svg")
            0 4px no-repeat transparent;
        }
        &.service {
          margin: 0;
          .icon {
            background: url("/siteimages/icons/svg/24-7-service-dark.svg") 0 4px
              no-repeat transparent;
          }
        }
        &.fancy {
          color: var(--link);
        }
      }
      &.logged_in {
        margin: 0 0 0 10px;
      }
    }

    .halloween_banner {
      margin: 0 auto;
      text-indent: -9999px;
      padding: 0;
      line-height: 18px;
      list-style: none;
      margin: 0;
      position: absolute;
      left: 280px;
      top: 0;
      z-index: 30;
      a {
        display: block;
        img {
          display: block;
        }
      }
    }

    .super_nav {
      float: right;
      line-height: 30px;
      list-style: none;
      margin: 0;
      li {
        font-size: var(--font_size2);
        float: left;
        margin: 0;
        padding: 0;
        & > a {
          display: block;
          text-decoration: none;
          padding: 0 10px;
          position: relative;
          line-height: 30px;
          z-index: 30;
          i.fa {
            font-size: 20px;
            line-height: 28px;
          }
          .count {
            background: var(--white);
            border: 1px solid var(--link);
            border-radius: 10px;
            color: var(--red);
            display: block;
            font-size: 11px;
            position: absolute;
            top: 2px;
            right: 0;
            width: 14px;
            height: 14px;
            line-height: 15px;
            margin: 0;
            text-align: center;
          }
        }
        &.login {
          .sign_in {
            background: var(--white);
            border: 1px solid var(--grey-1);
            box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.2);
            display: none;
            font-size: 13px;
            list-style: none;
            margin: 0;
            padding: 10px;
            position: absolute;
            right: 0;
            text-align: left;
            top: 100%;
            z-index: 31;
            ul.form {
              list-style: none;
              margin: 0;
              li {
                float: none;
                font-size: 16px;
                line-height: 20px;
                margin: 0 0 10px 0;
                .label {
                  margin: 0 0 2px 0;
                }
                .field {
                  border: none;
                  flex-direction: column;
                  row-gap: 5px;
                  input {
                    background: var(--white);
                    border: 1px solid #999;
                    width: 100%;
                    font-size: 16px;
                    height: 28px;
                    line-height: 28px;
                    padding: 0 0 0 10px;
                  }
                  .displayerror {
                    background: #ffe6e6;
                    border: 1px solid #900;
                    box-sizing: border-box;
                    display: none;
                    font-size: 13px;
                    line-height: 20px;
                    margin: -1px 0 0 0;
                    padding: 5px 10px;
                    width: 100%;
                  }
                }
              }
            }
          }
        }
        &.my_account {
          position: relative;
          a {
            display: inline-block;
            padding: 0 10px 0 0;
            i.fa {
              font-size: 16px;
              margin: 0 0 0 5px;
            }
          }
          ul {
            background: var(--white);
            border: 1px solid var(--grey-1);
            box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.2);
            display: none;
            font-size: 13px;
            list-style: none;
            margin: 0;
            position: absolute;
            right: 0;
            text-align: left;
            top: 100%;
            z-index: 31;
            li {
              float: none;
              a {
                color: var(--link);
                display: block;
                font-weight: normal;
                line-height: 30px;
                padding: 0 15px;
                white-space: nowrap;
                &:hover {
                  background: var(--grey-2);
                }
              }
            }
          }
          .welcome {
            display: none;
          }
          &:hover ul {
            display: block;
          }
        }
        &.view_cart {
          a {
            padding: 0 0 0 15px;
            i.fa {
              display: block;
              float: left;
              font-size: 23px;
              margin: 0 10px 0 0;
            }
            .label {
              display: block;
              line-height: 30px;
              float: left;
            }
            .count {
              right: 28px;
            }
            &::after {
              content: "\0020";
              clear: both;
              display: block;
              float: none;
              overflow: hidden;
              visibility: hidden;
              width: 0;
              height: 0;
              margin: 0;
              padding: 0;
            }
          }
        }
        &.favorites {
          .fa-heart {
            font-weight: normal;
          }
        }
        &.phone {
          a {
            display: inline;
            text-decoration: none;
            padding: 0;
            margin: 0;
          }
        }
      }
    }
  }

  #main_bar {
    background: var(--main_bar);
    padding: 10px 0;
    position: relative;
    @media only screen and (max-width: 863px) {
      display: none;
    }
    #logo {
      float: left;
      height: auto;
      margin: 0 20px 0 0;
      text-indent: -9999px;
      width: auto;
      @media only screen and (max-width: 960px) {
        margin: 0 10px 0 0;
      }
      a {
        width: 253px;
        background: url("/siteimages/logos/main-logo.png") 0 center no-repeat;
        background-size: contain;
        display: block;
        height: 50px;
        text-align: left;
        text-indent: -9999px;
        @media only screen and (max-width: 1020px) {
          width: 225px;
        }
        @media only screen and (max-width: 960px) {
          width: 175px;
        }
      }
    }

    #badges {
      float: left;
      height: 30px;
      width: auto;
      .badge {
        float: left;
        font-size: 13px;
        margin: 0 20px 0 0;
        @media only screen and (max-width: 960px) {
          margin: 0 10px 0 0;
        }
        .icon {
          height: 28px;
          float: left;
          margin: 0 5px 0 0;
          width: 28px;
        }
        .text {
          float: left;
          line-height: 14px;
          text-align: left;
          @media only screen and (max-width: 960px) {
            font-size: 13px;
          }
          strong {
            display: block;
          }
          a#live_chat_link {
            display: none;
            &.active {
              display: inline;
            }
          }
        }
        &.money_back .icon {
          background: url("/siteimages/icons/svg/money-back.svg") 0 0 no-repeat
            transparent;
        }
        &.returns .icon {
          background: url("/siteimages/icons/svg/hassle-free-returns.svg") 0 0
            no-repeat transparent;
        }
        &.service {
          margin: 0;
          .icon {
            background: url("/siteimages/icons/svg/24-7-service.svg") 0 0
              no-repeat transparent;
          }
        }
        &.fancy {
          color: #dfdfeb;
        }
      }
    }

    #main_nav {
      float: left;
      ul {
        list-style: none;
        margin: 5px 0;
        li {
          display: block;
          float: left;
          line-height: 40px;
          position: relative;
          padding: 0;
          width: 170px;
          a {
            border-radius: 4px;
            display: block;
            color: var(--main_nav);
            font-size: var(--font_size3);
            padding: 0 10px;
            text-decoration: none;
            transition: 0.3s ease-out;
            &:hover {
              background: color-mix(in srgb, var(--white) 15%, transparent);
              transition: 0.3s ease-out;
            }
          }
          .tail {
            border-top: none;
            border-left: 10px solid transparent;
            border-bottom: 10px solid var(--sub_bar);
            border-right: 10px solid transparent;
            display: none;
            margin: 0 0 0 -10px;
            position: absolute;
            bottom: -15px;
            left: 50%;
          }
          &.active {
            font-weight: bold;
            a {
              background: color-mix(in srgb, #fff 20%, transparent);
            }
            .tail {
              display: block;
            }
          }
        }
        &::after {
          content: "\0020";
          clear: both;
          display: block;
          float: none;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0;
          margin: 0;
          padding: 0;
        }
      }
    }

    #search {
      background: var(--white);
      border: 1px solid var(--grey1);
      float: right;
      margin: 5px 0;
      position: relative;
      width: 250px;
      z-index: 20;
      input {
        &.search_text {
          background: var(--white);
          border: none;
          float: left;
          font-size: var(--font_size3);
          height: 38px;
          line-height: 38px;
          padding: 0 0 0 10px;
          width: 200px;
        }
        &#submit {
          display: none;
        }
      }
      i.fa {
        color: var(--link);
        cursor: pointer;
        display: block;
        float: right;
        font-size: 22px;
        line-height: 38px;
        height: 38px;
        width: 40px;
      }
      i.fa:hover {
        background: var(--grey-2);
      }
      #product_suggest ul li .product_img img {
        display: block;
      }
      #auto_search {
        background: #fff;
        border: 1px solid var(--grey);
        box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.2);
        display: none;
        padding: 20px 0;
        position: absolute;
        right: 0;
        text-align: left;
        top: 100%;
        width: auto;
        white-space: nowrap;
        z-index: 999;
        .suggest {
          display: none;
          width: auto;
          max-height: 600px;
          padding: 0 20px;
          vertical-align: top;
          h4 {
            border-bottom: 1px solid var(--grey);
            font-size: var(--font_size3);
            font-weight: bold;
            color: var(--text2);
            margin: 0 0 10px 0;
            padding: 0 0 5px 0;
            text-align: center;
          }
          ul {
            list-style: none;
            margin: 0 0 10px 0;
            max-height: 320px;
            overflow-y: auto;
            .product {
              font-size: var(--font_size2);
              line-height: 16px;
              padding: 5px 0;
              position: relative;
              a {
                color: var(--text2);
                display: block;
                text-decoration: none;
                b {
                  font-weight: bold;
                }
              }
              .rebate_available {
                display: none;
                line-height: 8px;
                padding: 7px 0 9px 0;
                height: 16px;
                width: 32px;
                white-space: normal;
                text-align: center;
                margin: -16px 0 0 0;
                position: absolute;
                top: 50%;
                left: 0;
                .rebate_text {
                  color: var(--white);
                  font-size: 7px;
                  font-family: Tahoma, Geneva, sans-serif;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                }
              }
              &::after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
              &:hover {
                background: var(--grey-3);
              }
            }
            &.brands_suggest {
              margin: 0;
              li {
                display: block;
                margin: 0;
                a {
                  color: var(--text2);
                  display: block;
                  text-decoration: none;
                  padding: 0 10px;
                  line-height: 30px;
                  b {
                    font-weight: bold;
                  }
                  &:hover {
                    background: var(--grey-3);
                  }
                }
                &.all_brands {
                  float: right;
                  a {
                    color: var(--link);
                    text-decoration: underline;
                    text-transform: none;
                  }
                }
              }
              &:after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
              &.active {
                display: block;
              }
            }
          }
          .view_all {
            text-align: right;
            .btn.color1 {
              background: none;
              box-shadow: none;
              color: var(--link);
              font-size: var(--font_size2);
              padding: 0 10px;
              text-decoration: underline;
              &:hover {
                background: var(--grey-3);
              }
              &:before {
                content: "\f002";
                display: inline-block;
                font: bold normal normal 14px/1 "Font Awesome 5 Free";
                font-size: var(--font_size2);
                padding: 0 10px 0 0;
                line-height: 20px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
              }
            }
          }
          &.active {
            display: inline-block;
          }
        }

        #search_suggest {
          margin: 0 0 10px 0;
          ul {
            list-style: none;
            margin: 0;
            li {
              border-bottom: 1px solid #eee;
              cursor: pointer;
              position: relative;
              padding: 5px 10px;
              height: auto;
              min-height: 50px;
              line-height: 22px;
              .fa-search {
                background: var(--grey);
                border-radius: 25px;
                color: #fff;
                display: block;
                font-size: 16px;
                float: left;
                padding: 0;
                margin: 0 15px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
              }
              .suggestion {
                color: var(--grey3);
                display: block;
                float: left;
                font-weight: normal;
                font-size: 15px;
                margin: 15px 0 0 0;
                padding: 0;
              }
              &.selected {
                background: #def;
              }
              &:after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
            }
          }
        }

        #product_suggest {
          ul {
            list-style: none;
            margin: 0;
            li {
              border-bottom: 1px solid #eee;
              cursor: pointer;
              position: relative;
              padding: 5px 10px;
              height: auto;
              min-height: 50px;
              line-height: 22px;
              .product_img {
                background: #fff;
                border: 1px solid var(--grey);
                padding: 0;
                line-height: 50px;
                height: 50px;
                text-align: center;
                width: 70px;
                img {
                  max-width: 100%;
                  max-height: 100%;
                  position: relative;
                  top: 50%;
                  transform: translateY(-50%);
                  -webkit-transform: translateY(-50%);
                  vertical-align: middle;
                }
              }
              h3 {
                color: var(--grey3);
                font-weight: normal;
                font-size: 15px;
                left: 90px;
                line-height: 20px;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 50%;
                width: 350px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
              }
              p {
                display: none;
              }
              &.selected {
                background: #def;
              }
              &:last-child {
                border: 0;
              }
            }
          }
        }

        #view_all_results,
        #view_all_results_bottom {
          ul {
            list-style: none;
            margin: 0;
            li {
              cursor: pointer;
              b {
                font-weight: normal;
              }
            }
          }
        }
        #view_all_results {
          float: right;
          ul {
            li {
              font-size: 15px;
              line-height: 18px;
              height: 18px;
              padding: 10px;
              &.selected {
                background: #def;
              }
            }
          }
        }
        #view_all_results_bottom {
          margin: 0;
          ul {
            li {
              border-top: 1px solid var(--grey);
              font-size: 15px;
              line-height: 40px;
              padding: 5px 0;
              text-align: center;
              &.selected {
                background: #def;
              }
            }
          }
        }
      }
    }
  }

  #sub_bar {
    background: var(--sub_bar);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    @media only screen and (max-width: 863px) {
      display: none;
    }
    .sub_nav {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: left;
      &::after {
        clear: both;
        content: " ";
        display: block;
      }
      li {
        display: inline-block;
        line-height: 20px;
        margin: 0 20px 0 0;
        padding: 0;
        a.top_menu {
          display: block;
          font-size: var(--font_size3);
          padding: 10px 20px;
          text-decoration: none;
          &:hover {
            background: #dd4a5b;
            background: rgba(255, 255, 255, 0.25);
          }
          i.fa {
            margin: 0 0 0 10px;
          }
        }
        .sub_menu {
          background: var(--white);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
          box-sizing: border-box;
          display: none;
          left: 0;
          padding: 0;
          position: absolute;
          top: 100%;
          width: auto;
          z-index: 31;
          text-align: left;
          .tail {
            border-top: none;
            border-right: 10px solid transparent;
            border-bottom: 10px solid var(--white);
            border-left: 10px solid transparent;
            left: 122px;
            margin: 0;
            position: absolute;
            top: -10px;
            width: 0;
          }
          ul {
            list-style: none;
            li {
              float: none;
              display: block;
            }
            &.text_list {
              height: 390px;
              list-style: none;
              margin: 10px 0;
              overflow-y: scroll;
              padding: 0;
              position: relative;
              li {
                border: none;
                font-size: 13px;
                line-height: 30px;
                margin: 0;
                width: auto;
                a {
                  border: none;
                  color: var(--grey3);
                  display: block;
                  height: 30px;
                  margin: 0;
                  padding: 0 10px;
                  text-decoration: none;
                  white-space: nowrap;
                  width: auto;
                }
              }
              &.selected,
              a:hover {
                background: #f7f7f7;
              }
            }
            &.lenses_menu {
              left: 276px;
            }
            &.brand_list {
              position: relative;
              margin: 0;
              z-index: 32;
              li {
                border-right: 1px solid var(--grey-1);
                font-size: 14px;
                line-height: 30px;
                margin: 0;
                padding: 0;
                width: 195px;
                &::after {
                  content: "\0020";
                  clear: both;
                  display: block;
                  float: none;
                  overflow: hidden;
                  visibility: hidden;
                  width: 0;
                  height: 0;
                  margin: 0;
                  padding: 0;
                }
                a {
                  color: var(--grey3);
                  display: block;
                  height: 30px;
                  padding: 0 20px 0 10px;
                  margin: 0;
                  text-decoration: none;
                  width: auto;
                  i.fa {
                    display: block;
                    float: right;
                    height: 30px;
                    line-height: 30px;
                    margin: 0 0 0 20px;
                  }
                }
                &.active > a,
                a:hover {
                  background: #f7f7f7;
                }
                ul {
                  background: var(--white);
                  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
                  display: none;
                  height: 100%;
                  left: 170px;
                  overflow: auto;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  width: auto;
                  li {
                    border: none;
                    font-size: 13px;
                    line-height: 30px;
                    margin: 0;
                    width: auto;
                    a {
                      border: none;
                      height: 30px;
                      margin: 0;
                      white-space: nowrap;
                    }
                  }
                }
              }
            }
            &.brand_logos {
              list-style: none;
              margin: 0;
              li {
                float: left;
                font-size: 13px;
                margin: 0;
                white-space: nowrap;
                width: 10%;
                text-transform: none;
                a {
                  display: block;
                  height: 53px;
                  padding: 8px 9px 8px 8px;
                  img {
                    display: block;
                    width: 100%;
                    height: auto;
                  }
                }
              }
              &::after {
                content: "\0020";
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                padding: 0;
              }
            }
            &.product_list {
              background: var(--white);
              box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
              box-sizing: border-box;
              display: none;
              height: 100%;
              left: 170px;
              overflow: auto;
              padding: 0;
              position: absolute;
              top: 0;
              width: auto;
              li {
                border: none;
                font-size: 13px;
                line-height: 30px;
                margin: 0;
                width: 100%;
                a {
                  border: none;
                  color: var(--grey3);
                  display: block;
                  height: 30px;
                  margin: 0;
                  padding: 0 20px 0 10px;
                  text-decoration: none;
                  width: auto;
                  white-space: nowrap;
                  &:hover {
                    background: var(--grey-3);
                    color: var(--link_hover);
                  }
                }
              }
            }
          }
          .all_brands {
            display: block;
            line-height: 30px;
            float: right;
          }
          &.full_width {
            width: 100%;
            padding: 10px;
          }
        }
        &#lenses_menu .sub_menu {
          left: 0;
          .tail {
            left: 137px;
          }
        }
        &#brand_menu .sub_menu {
          left: 194px;
          .tail {
            left: 75px;
          }
        }
        &.brand_logo_menu .sub_menu .tail {
          left: 576px;
        }
        &.sales a {
          color: var(--text3);
        }
      }
      &#site_sunglasses {
        li.brand_logo_menu .sub_menu .tail {
          left: 498px;
        }
      }
    }
  }
}

#terms {
  input {
    &.text {
      background: var(--white);
      border: 1px solid var(--grey1);
      border-radius: 5px;
      color: var(--grey3);
      font-size: 14px;
      padding: 0 2%;
      width: 96%;
      height: 40px;
    }
  }
  .searchbtn {
    border-radius: 5px;
    cursor: pointer;
    height: 38px;
    width: 43px;
    background: var(--red);
    background: -webkit-linear-gradient(top, var(--red) 0%, #a00 100%);
    background: -moz-linear-gradient(top, var(--red) 0%, #a00 100%);
    background: -ms-linear-gradient(top, var(--red) 0%, #a00 100%);
    background: -o-linear-gradient(top, var(--red) 0%, #a00 100%);
    background: linear-gradient(top, var(--red) 0%, #a00 100%);
    border: 1px solid var(--red2);
    input {
      &.submit {
        background: url("/siteimages/main-sprite.png") 4px -136px no-repeat;
        border: none;
        display: block;
        height: 24px;
        width: 28px;
        margin: 6px 0 0 5px;
        padding: 0;
        cursor: pointer;
        box-shadow: none;
      }
    }
  }
}

#session-status {
  background: var(--grey3);
  border-bottom: 1px solid #000;
  color: var(--white);
  box-sizing: border-box;
  height: var(--csr_banner_height);
  font-size: 12px;
  line-height: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  .signed_in_as,
  .pricing_strategy {
    float: left;
  }
  .csr {
    float: right;
  }
}

/* ---- de-nested concatenation rules (flattened for native CSS) ---- */
@media only screen and (max-width: 863px) {
  #header .searchform #auto_search_mobile .suggest ul .product_img,
  #header .searchform #auto_search_mobile .suggest ul .product_name {
    display: table-cell;
    height: 40px;
    padding: 0 5px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 863px) {
  #header .searchform #auto_search_mobile .suggest ul .product_img {
    width: 80px;
    text-align: center;
    img {
      display: block;
      width: auto;
      max-width: 80px;
      height: auto;
      max-height: 40px;
      margin: 0 auto;
    }
  }
}

@media only screen and (max-width: 863px) {
  #header .searchform #auto_search_mobile .suggest ul .product_name {
    white-space: normal;
  }
}

#header #main_bar #search #auto_search .suggest ul .product_img,
#header #main_bar #search #auto_search .suggest ul .product_name {
  display: table-cell;
  height: 40px;
  padding: 0 5px;
  vertical-align: middle;
}

#header #main_bar #search #auto_search .suggest ul .product_img {
  width: 80px;
  text-align: center;
  img {
    display: block;
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 40px;
    margin: 0 auto;
  }
}

#header #main_bar #search #auto_search .suggest ul .product_name {
  white-space: normal;
}
