.announcement-bar p {
  font-size: 13px; }

.wrapper-top-nav .list-social .list-txt a {
  font: 400 13px/20px "Open Sans"; }

.wrapper-top-nav .list-social .list-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: -3px; }
  .wrapper-top-nav .list-social .list-txt:nth-last-child(1):before {
    background: url("../img/icon-address.png") no-repeat scroll center;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; }
  .wrapper-top-nav .list-social .list-txt:nth-last-child(2) {
    position: relative;
    padding-left: 15px;
    margin-left: 10px; }
    .wrapper-top-nav .list-social .list-txt:nth-last-child(2):after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 20px;
      background: #D0D0D0;
      position: absolute;
      left: 0px;
      top: 0px; }
    .wrapper-top-nav .list-social .list-txt:nth-last-child(2):before {
      background: url("../img/icon-address.png") no-repeat scroll center;
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px; }

.wrapper-top-nav.navbar {
  position: relative;
  z-index: 1000; }

.wrapper-top-assurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .wrapper-top-assurance .wrapper-assurance {
    width: auto;
    margin-left: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .wrapper-top-assurance .wrapper-assurance:nth-child(1) {
      margin-left: 0px; }
    .wrapper-top-assurance .wrapper-assurance .assurance-image {
      display: inline-block;
      width: 50px;
      height: 33px;
      background: url("../img/icon-free.png") no-repeat scroll center; }
    .wrapper-top-assurance .wrapper-assurance:nth-child(2) .assurance-image {
      background: url("../img/icon-note.png") no-repeat scroll center;
      width: 30px; }
    .wrapper-top-assurance .wrapper-assurance:nth-child(3) .assurance-image {
      background: url("../img/icon-return.png") no-repeat scroll center;
      width: 30px; }

.full-width-grey .nav > li > a:hover {
  background: #F5D230;
  color: #000; }
  .full-width-grey .nav > li > a:hover:after {
    color: #000; }

.navbar-nav > li.pos-static {
  position: static; }

.navbar-nav > li.dropdown-hover > a {
  position: relative; }
  .navbar-nav > li.dropdown-hover > a:focus {
    background: #F5D230;
    color: #000; }
  .navbar-nav > li.dropdown-hover > a:after {
    display: inline-block;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: 0px;
    margin-left: 8px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li.dropdown-hover > a {
      padding-left: 4px;
      padding-right: 4px; } }

.dropdown-hover:hover > .dropdown-menu.mega-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px; }
  .dropdown-hover:hover > .dropdown-menu.mega-menu a {
    color: #292E30;
    display: inline-block;
    width: 100%;
    padding: 5px 0; }
    .dropdown-hover:hover > .dropdown-menu.mega-menu a:hover {
      color: #F5D230; }
  .dropdown-hover:hover > .dropdown-menu.mega-menu ul {
    padding-left: 0px;
    padding: 0 10px;
    width: 20%; }
    .dropdown-hover:hover > .dropdown-menu.mega-menu ul li {
      list-style: none; }
    .dropdown-hover:hover > .dropdown-menu.mega-menu ul.wrapper-cat-level2 {
      width: 60%; }
      .dropdown-hover:hover > .dropdown-menu.mega-menu ul.wrapper-cat-level2 li.lv2-li {
        width: 33.33%;
        float: left; }
        .dropdown-hover:hover > .dropdown-menu.mega-menu ul.wrapper-cat-level2 li.lv2-li.dropdown > a {
          font-weight: 700; }
        .dropdown-hover:hover > .dropdown-menu.mega-menu ul.wrapper-cat-level2 li.lv2-li.dropdown > ul {
          width: 100%;
          padding: 0; }

.navbar-nav {
  float: none;
  text-align: center; }
  .navbar-nav .dropdown-menu > li > a:hover {
    color: #F5D230; }

.navbar-nav > li {
  float: none;
  display: inline-block; }

#header-cart {
  margin-left: 10px; }
  #header-cart > .link-btn {
    position: relative;
    padding-right: 0px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header-cart > .link-btn .fa-shopping-cart {
      font-size: 30px;
      color: #000;
      margin-right: 8px; }
    #header-cart > .link-btn span[rel="a2c_item_count"] {
      position: absolute;
      left: 20px;
      top: 3px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 15px;
      height: 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #F5D230;
      color: #000;
      border-radius: 50%;
      font-size: 11px; }
    #header-cart > .link-btn:focus {
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
    #header-cart > .link-btn:after {
      content: "\f0d7";
      display: inline-block;
      width: 15px;
      height: 15px;
      font: normal normal normal 14px/1 FontAwesome;
      color: #777;
      margin-left: 10px; }

@media (max-width: 991px) {
  .wrapper-top-assurance .wrapper-assurance .assurance-image {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@media (min-width: 768px) {
  .wrapper-nav {
    display: none; } }

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    width: auto; }
  .navbar-header:after, .navbar-header:before {
    display: none; }
  .header-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-right .item {
      display: inline-block;
      margin-right: 10px; }
      .header-right .item .fa {
        color: #fff;
        font-size: 14px; }
      .header-right .item .icon-search-mobile.active .fa:before {
        content: "\f00d"; }
      .header-right .item:nth-child(2) .fa {
        font-size: 26px; }
      .header-right .item:nth-child(2) span[rel="a2c_item_count"] {
        position: absolute;
        right: 8px;
        top: 0px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #F5D230;
        color: #000;
        text-align: center;
        line-height: 15px;
        font-size: 10px; }
    .header-right .icon-search-mobile {
      display: inline-block;
      width: 30px; }
    .header-right .search-box-mobile {
      display: none;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 46px;
      background: #fff; }
      .header-right .search-box-mobile .input-group .form-control {
        border: none;
        font-size: 14px;
        height: 42px; }
        .header-right .search-box-mobile .input-group .form-control:focus {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .header-right .search-box-mobile .input-group-btn > .btn {
        border: none; }
      .header-right .search-box-mobile .fa-search {
        color: #000;
        font-size: 20px; }
      .header-right .search-box-mobile.active {
        display: block;
        -webkit-box-shadow: 0 4px 3px -2px #b7b7b7;
        box-shadow: 0 4px 3px -2px #b7b7b7; }
  .icon-shipping-top {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-truck.png") no-repeat scroll center;
    vertical-align: -6px; }
  .announcement-bar p {
    text-transform: uppercase;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
    margin: 0;
    padding: 3px; }
  .navbar-nav > li.dropdown-hover > a .caret {
    display: none; }
  .navbar-brand img {
    max-height: 40px;
    width: 237px;
    height: 35px; }
  .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar.wrapper-top-nav {
    border: none; }
  .wrapper-header {
    background: #000;
    border: none; }
  .navbar-nav > li > a {
    color: #fff;
    padding: 8px 20px; }
  .navbar-nav > li.dropdown-hover > a:after {
    display: none; }
  .close-menu {
    position: absolute;
    right: 5px;
    top: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 32px;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .close-menu .fa {
      color: #fff;
      font-size: 20px; }
  .icon-menu-mobile {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/icon-menu-mobile.png") no-repeat scroll center; }
  .navbar-collapse .dropdown.dropdown-hover > .fa-chevron-right {
    display: none; }
  .navbar-collapse .navbar-nav {
    display: inline-block;
    text-align: left;
    margin-top: 0px;
    margin: 0px;
    border: none;
    width: 100%; }
    .navbar-collapse .navbar-nav .click-menu {
      display: inline-block;
      width: 40px;
      height: 45px;
      position: absolute;
      top: 0px;
      right: 0px;
      text-align: center; }
      .navbar-collapse .navbar-nav .click-menu:before {
        content: "\f067";
        font: normal normal normal 12px/35px FontAwesome;
        color: #F5D230; }
    .navbar-collapse .navbar-nav .click-menu.active:before {
      content: "\f068"; }
    .navbar-collapse .navbar-nav > li {
      border: none; }
    .navbar-collapse .navbar-nav li {
      position: relative;
      display: block; }
      .navbar-collapse .navbar-nav li .ic-track {
        display: inline-block;
        width: 15px;
        margin-right: 6px;
        height: 15px;
        background: url("../img/ic-track.png") no-repeat scroll center left; }
      .navbar-collapse .navbar-nav li .ic-contact {
        display: inline-block;
        width: 15px;
        margin-right: 6px;
        height: 15px;
        background: url("../img/ic-address.png") no-repeat scroll center left; }
      .navbar-collapse .navbar-nav li .ic-buy {
        display: inline-block;
        width: 15px;
        margin-right: 6px;
        height: 15px;
        background: url("../img/ic-buying.png") no-repeat scroll center left; }
      .navbar-collapse .navbar-nav li h3 {
        margin: 0px;
        padding: 4px 20px;
        text-transform: uppercase;
        font: 700 12px/20px "Open Sans";
        color: #1A1818;
        background: #F5D230; }
      .navbar-collapse .navbar-nav li.phone {
        text-align: center; }
      .navbar-collapse .navbar-nav li.link-support {
        background: #fff; }
        .navbar-collapse .navbar-nav li.link-support .fa {
          display: inline-block;
          width: 15px;
          text-align: left;
          margin-right: 6px;
          font-size: 16px; }
        .navbar-collapse .navbar-nav li.link-support a {
          color: #000; }
      .navbar-collapse .navbar-nav li.home .fa {
        font-size: 20px;
        vertical-align: -2px;
        margin-right: 10px; }
  .navbar-collapse .dropdown-menu {
    display: none;
    width: 100%;
    position: static;
    background: none;
    border: none; }
    .navbar-collapse .dropdown-menu .dropdown-item {
      padding: 12px 30px;
      color: #fff; }
    .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item {
      padding-left: 40px !important; }
  .navbar-collapse .dropdown-menu.active {
    display: block;
    background: #1c1c1c;
    padding: 0px; }
  .navbar-collapse .nav-link {
    padding: 12px 20px; }
  .nav > li > a:hover, .nav > li > a:focus {
    background: none !important; }
  .navbar-nav .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px; }
    .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover {
      background: none; }
  .navbar-collapse .navbar-nav .dropdown-menu .click-menu:before {
    font-size: 10px; }
  .navbar-collapse .dropdown-menu .dropdown-menu {
    background: #363636;
    padding-left: 20px; }
    .navbar-collapse .dropdown-menu .dropdown-menu a {
      font-size: 12px; }
  .ovelay-menu {
    position: fixed;
    background: #000;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 9991;
    width: 100%;
    height: 100%; }
    .ovelay-menu.active {
      display: block; }
  .navbar {
    min-height: auto;
    margin: 0px; }
  .collapse.navbar-collapse {
    position: fixed;
    padding: 0px;
    display: block !important;
    width: 270px;
    left: -330px;
    top: 0px;
    background: #000;
    z-index: 9999;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .collapse.navbar-collapse.active {
      left: 0px; } }

/* Scooter Crew mobile header refresh - keep after legacy mobile rules */
@media (max-width: 767px) {
  .wrapper-header,
  .wrapper-header-nav {
    background: #fff !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .wrapper-header-nav > .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-header-nav > .container > .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-header-nav .wrapper-logo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-logo .navbar-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    min-height: 64px;
  }

  .wrapper-header-nav .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 64px;
    min-height: 0;
    padding: 0;
    line-height: 1;
    z-index: 1;
  }

  .wrapper-header-nav .navbar-brand img.logo-mobile,
  .navbar-brand img.logo-mobile {
    display: block !important;
    width: auto !important;
    height: 58px !important;
    max-width: 46vw !important;
    max-height: 58px !important;
    object-fit: contain;
  }

  .icon-menu-mobile {
    position: relative;
    z-index: 2;
    flex: 0 0 78px;
    width: 48px;
    height: 55px;
    background: none !important;
    color: #111 !important;
    font-size: 0;
    text-align: center;
    cursor: pointer;
  }

  .icon-menu-mobile:before {
    content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 32px;
    margin-top: 8px;
  }

  .icon-menu-mobile:after {
    content: "MENU";
    display: block;
    color: #111;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
  }

  .header-right {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    height: 64px;
    margin-left: auto;
    color: #111 !important;
  }

  .header-right .item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10;
  }

  .icon-search-mobile,
  .header-right a {
    display: flex;
    align-items: center;
    min-height: 58px;
    color: #111 !important;
  }
.icon-search-mobile {
  transform: translateY(13px);
}

  .header-right .item .fa,
  .icon-search-mobile .fa,
  .header-right .fa-shopping-cart {
    color: #111 !important;
    font-size: 30px !important;
    line-height: 1;
  }

  .header-right .item:nth-child(2) span[rel="a2c_item_count"],
  .header-right [rel="a2c_item_count"] {
    position: absolute;
    top: 7px;
    right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F5D230;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .header-right .search-box-mobile,
  .header-right .search-box-mobile.active {
    position: fixed;
    top: 88px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    background: #fff;
    z-index: 9999;
  }

  .header-right .search-box-mobile .form,
  .header-right .search-box-mobile .input-group {
    width: 100%;
  }

  .header-right .search-box-mobile .input-group .form-control {
    display: table-cell;
    width: 100% !important;
    height: 46px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
  }

  .header-right .search-box-mobile .input-group-btn {
    width: 1%;
    white-space: nowrap;
  }

  .header-right .search-box-mobile .input-group-btn > .btn {
    min-width: 54px;
    height: 46px;
    border: 1px solid #d8d8d8;
  }
}
