:root {
  --black: black;
  --black-2: #333;
  --white: white;
  --firebrick: #bf001f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navigation {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  display: flex;
  position: relative;
}

.shop {
  margin: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.main-shop {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.search {
  width: 500px;
  margin: 0 auto 0 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 36px;
  display: block;
}

.search.inner {
  text-align: left;
  margin-left: 15px;
  padding-left: 0;
}

.search.home {
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.categories-menu {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.categories-menu:hover {
  color: var(--black-2);
  text-decoration: none;
}

.navbar {
  text-align: left;
  background-color: #0000;
  min-width: 100%;
}

.brands {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--firebrick);
}

.nav-link.w--current {
  color: var(--white);
}

.cart-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 60px 80px 60px 10px;
  display: flex;
}

.fb-link {
  width: 30px;
  margin-bottom: 20px;
  display: none;
}

.nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.nav-button-animated-2 {
  z-index: 1000;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-menu {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 200px;
  margin-right: 0;
  padding: 60px;
  display: flex;
}

.mobile-fb-wrapper {
  display: none;
}

.fb-link-mobile {
  width: 30px;
}

.home-search-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 80px 20px;
  display: block;
}

.red-shop-button {
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 22px;
  font-weight: 900;
  transition: background-color .2s;
}

.red-shop-button:hover {
  background-color: var(--black-2);
}

._1200-wrapper {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h2-black {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 60px;
}

.footer {
  background-color: var(--black);
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

._1200-wrapper_footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  display: none;
}

.footer-link {
  color: var(--white);
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-menu-wrapper {
  border-bottom: 1px solid var(--white);
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.footer-menu-wrapper2 {
  border-bottom: 1px none var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.right-footer-menu2 {
  border-left: 1px none var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.footer-link_secondary {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-content {
  padding-top: 60px;
}

.h1-red {
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 60px;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.contact-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.parapgraph-large-link {
  font-size: 24px;
  line-height: 36px;
}

.text-span-2 {
  font-weight: 700;
}

.paragraph-link {
  color: var(--black-2);
  text-decoration: none;
  transition: color .2s;
}

.paragraph-link:hover {
  color: var(--firebrick);
}

.field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-field.large {
  min-height: 180px;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-footer-menu2_mobile {
  border-left: 1px none var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 40px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  display: none;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.success-message {
  background-color: #dddddd80;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.white-h2 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-weight: 900;
}

.home-content {
  margin-top: 0;
}

.red-h2 {
  color: var(--firebrick);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-weight: 900;
}

.red-h2.left, .form {
  text-align: left;
}

.home-welcome {
  color: var(--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.footer-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.money-back-wrap {
  background-image: url('../images/bike-bitz-money-back_1bike-bitz-money-back.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.return-policy-wrap {
  background-image: url('../images/bike-bitz-return-policy_1bike-bitz-return-policy.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.link-block, .link-block-2 {
  width: 50%;
  height: 100px;
}

.paragraph-2 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

._1200-wrapper_inner {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  height: 240px;
  margin-bottom: 40px;
}

.columns {
  margin-top: 100px;
  margin-bottom: 100px;
}

.qmoto-footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qmoto-footer-link {
  width: 200px;
  margin-top: 10px;
}

.footer-link_mobile {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.login {
  text-align: center;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.account-login, .account-login-mobile {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: none;
}

.account-login_mobile {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.signup-buttin {
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
}

.signup-buttin:hover {
  background-color: var(--black-2);
}

.footer-terms-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bikebitz-logo {
  height: 64px;
  margin-left: 30px;
  margin-right: 40px;
}

.gear-logo-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
}

.qmoto-logo, .knox-logo {
  height: 35px;
  margin-right: 25px;
}

.div-block {
  justify-content: space-around;
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
}

.red-torpedo-r {
  height: 35px;
}

.wide-navbar {
  text-align: left;
  background-color: #0000;
  min-width: 100%;
  display: none;
}

.nav-wrapper-copy, .wide-nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.wide-nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.wide-nav-button-animated.w--open {
  background-color: #0000;
}

.wide-nav-menu {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fb-link-mobile-nav {
  width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-slideshow-section {
  height: auto;
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: var(--black-2);
}

.slide-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.slide-content-wrapper {
  justify-content: center;
  height: 100%;
  display: flex;
}

.slide-heading {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.slider-button {
  background-color: var(--firebrick);
  background-image: url('../images/cart-icon.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  margin-top: 10px;
  padding: 25px 20px 25px 45px;
  font-family: ff-good-web-pro-wide, sans-serif;
  font-size: 16px;
  line-height: 1.2px;
  transition: background-color .2s;
  position: relative;
}

.slider-button:hover {
  background-color: var(--black);
}

.slider-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.footer-bike-bitz {
  margin-bottom: 20px;
}

.footer-gear-logo-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-fb-link {
  width: 30px;
  margin-bottom: 0;
  display: block;
}

.footer-link_secondary-mobile {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.qmoto-logo-footer {
  height: 50px;
}

.content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.shop {
  padding-top: 0;
}

.content-section.news, .content-section.knox {
  padding-left: 40px;
  padding-right: 40px;
}

.h2-black-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.h2-black-small.home {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.home-buttons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parts-button-wrapper {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gear-button-wrapper {
  background-color: var(--firebrick);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-button-grey {
  background-color: var(--black);
  background-image: url('../images/cart-icon.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  margin-top: 10px;
  padding: 25px 20px 25px 45px;
  font-family: ff-good-web-pro-wide, sans-serif;
  font-size: 16px;
  line-height: 1.2px;
  transition: background-color .2s;
  position: relative;
}

.slider-button-grey:hover {
  background-color: var(--black-2);
}

.home-buttom-image {
  mix-blend-mode: multiply;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.home-buttom-image.gear {
  mix-blend-mode: overlay;
}

.parts-shop {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.footer-bandc {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.quick-stack {
  padding: 0;
}

.cell {
  padding-right: 30px;
}

.cell-2 {
  padding-left: 30px;
}

.workshop-form {
  width: 100%;
}

.select-field {
  background-color: var(--white);
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.nav-button-animated-3 {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-button-animated-3.w--open {
  background-color: #0000;
}

.top-line-2 {
  background-color: #ff0038;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line-2 {
  background-color: #ff0038;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line-2 {
  background-color: #ff0038;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.html-embed-2 {
  font-family: ff-good-web-pro-wide, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.dropdown-single {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .1s;
  display: flex;
}

.dropdown-single:hover, .dropdown-single:focus {
  background-color: #0000;
}

.dropdown-toggle-4 {
  padding-left: 0;
  padding-right: 35px;
}

.drop-icon {
  color: #003057;
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: 15px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.link-block-3 {
  color: #003057;
  text-decoration: none;
}

.nav-link_dropdown {
  color: #003057;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link_dropdown:hover {
  color: #0483c1;
}

.dropdown-list-single-2 {
  background-color: #0000;
}

.dropdown-list-single-2.w--open {
  border-left: 2px #333;
  position: relative;
}

.drop-down-list-content-wrapper-2 {
  background-color: #003057;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .2s;
}

.drop-down-list-content-wrapper-2:hover {
  background-color: #003057;
}

.dropdown-nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s, color .2s;
}

.dropdown-nav-link:hover {
  color: #fff;
  background-color: #0483c1;
}

.dropdown-nav-link.w--current {
  color: #fff;
}

.dropdown-toggle-5 {
  padding-left: 0;
  padding-right: 35px;
}

.dropdown-toggle-5.w--open {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.drop-icon-2 {
  color: var(--white);
  margin-top: 28px;
  margin-bottom: auto;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.link-block-4 {
  color: var(--white);
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link_dropdown-2 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 0;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  transition: color .2s;
}

.nav-link_dropdown-2:hover {
  color: var(--firebrick);
}

.drop-down-list-content-wrapper-3 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .2s;
}

.dropdown-nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  transition: background-color .2s, color .2s;
}

.dropdown-nav-link-2:hover {
  background-color: var(--firebrick);
  color: #fff;
}

.dropdown-nav-link-2.w--current {
  color: #fff;
}

.dropdown-single-2 {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .1s;
}

.dropdown-single-2:hover, .dropdown-single-2:focus {
  background-color: #0000;
}

.dropdown-toggle-6 {
  padding-left: 0;
  padding-right: 35px;
}

.drop-icon-3 {
  color: #003057;
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: 15px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.link-block-5 {
  color: #003057;
  text-decoration: none;
}

.nav-link_dropdown-3 {
  color: #003057;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link_dropdown-3:hover {
  color: #0483c1;
}

.dropdown-list-single-3 {
  background-color: #0000;
}

.dropdown-list-single-3.w--open {
  border-left: 2px #333;
}

.drop-down-list-content-wrapper-4 {
  background-color: #003057;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .2s;
}

.drop-down-list-content-wrapper-4:hover {
  background-color: #003057;
}

.dropdown-nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s, color .2s;
}

.dropdown-nav-link-3:hover {
  color: #fff;
  background-color: #0483c1;
}

.dropdown-nav-link-3.w--current {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.html-embed-3 {
  font-family: ff-good-web-pro-wide, sans-serif;
}

@media screen and (min-width: 1440px) {
  .shop {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .search {
    margin-left: 0;
    margin-right: auto;
  }

  .search.inner {
    text-align: left;
    padding-left: 0;
  }

  .navbar {
    display: none;
  }

  .brands {
    margin-left: 80px;
    margin-right: 60px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-link {
    font-size: 22px;
  }

  .fb-link {
    margin-bottom: 0;
    display: block;
  }

  .nav-wrapper {
    justify-content: flex-end;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .nav-menu {
    margin-right: 60px;
  }

  ._1200-wrapper {
    max-width: 1440px;
  }

  .footer-link {
    text-decoration: none;
  }

  .footer-link_secondary {
    color: var(--white);
    text-decoration: none;
  }

  .footer-icons-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .money-back-wrap {
    background-image: url('../images/bike-bitz-money-back_1bike-bitz-money-back.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .return-policy-wrap {
    background-image: url('../images/bike-bitz-return-policy_1bike-bitz-return-policy.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100px;
    display: flex;
  }

  .link-block-2 {
    width: 50%;
    height: 100px;
  }

  .footer-link_mobile {
    color: var(--white);
    text-decoration: none;
  }

  .wide-navbar {
    display: flex;
  }

  .nav-wrapper-copy {
    justify-content: flex-end;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .wide-nav-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .wide-nav-menu {
    align-items: flex-end;
    margin-top: 25px;
    margin-right: 60px;
  }

  .fb-link-mobile-nav {
    margin-bottom: 0;
  }

  .footer-fb-link {
    margin-bottom: 0;
    display: block;
  }

  .footer-link_secondary-mobile {
    color: var(--white);
    text-decoration: none;
  }

  .content-wrapper.news, .content-wrapper.knox {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-black-small.home {
    width: 60%;
  }

  .dropdown-single {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .dropdown-toggle-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    display: inline-block;
  }

  .drop-icon {
    color: var(--white);
    margin-top: 25px;
    margin-right: 10px;
    padding-left: 0;
    font-weight: 700;
  }

  .nav-link_dropdown {
    color: var(--white);
    font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
  }

  .nav-link_dropdown:hover {
    color: var(--firebrick);
  }

  .dropdown-list-single-2 {
    position: relative;
  }

  .dropdown-list-single-2.w--open {
    background-color: #0000;
    border: 1px #000;
  }

  .drop-down-list-content-wrapper-2 {
    background-color: var(--black);
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 0;
  }

  .drop-down-list-content-wrapper-2:hover {
    background-color: var(--black);
  }

  .dropdown-nav-link {
    font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
  }

  .dropdown-nav-link:hover {
    background-color: var(--firebrick);
  }

  .dropdown-nav-link.w--current {
    color: #fff;
  }

  .dropdown-toggle-5 {
    padding-left: 0;
    padding-right: 45px;
  }

  .drop-icon-2 {
    margin-right: 20px;
    padding-left: 0;
  }

  .drop-down-list-content-wrapper-3 {
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 15px 0 1px;
  }

  .dropdown-nav-link-2.w--current {
    color: #fff;
  }

  .div-block-4 {
    display: flex;
  }

  .dropdown-toggle-6 {
    padding-left: 0;
    padding-right: 30px;
  }

  .drop-icon-3 {
    color: var(--white);
    margin-top: 25px;
    margin-right: 8px;
    padding-left: 0;
    font-weight: 700;
  }

  .nav-link_dropdown-3 {
    color: var(--white);
    font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
  }

  .nav-link_dropdown-3:hover {
    color: var(--firebrick);
  }

  .dropdown-list-single-3.w--open {
    background-color: #0000;
    border: 1px #000;
    margin-top: -1px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .drop-down-list-content-wrapper-4 {
    background-color: var(--black);
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 0;
  }

  .drop-down-list-content-wrapper-4:hover {
    background-color: var(--black);
  }

  .dropdown-nav-link-3 {
    letter-spacing: 1px;
    font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
  }

  .dropdown-nav-link-3:hover {
    background-color: var(--firebrick);
  }

  .dropdown-nav-link-3.w--current {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    align-items: center;
    height: auto;
  }

  .search {
    margin-bottom: 40px;
  }

  .brands {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .nav-link:hover {
    color: var(--white);
  }

  .cart-wrapper {
    margin: 40px auto 20px;
  }

  .fb-link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-animated-2 {
    background-color: #000;
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-button-animated-2.w--open {
    background-color: #000;
    position: relative;
  }

  .top-line {
    width: 35px;
    top: 20px;
  }

  .middle-line {
    width: 35px;
    top: 30px;
  }

  .bottom-line {
    width: 35px;
    top: 40px;
  }

  .nav-menu {
    background-color: var(--black);
    width: 100%;
    margin-top: 70px;
  }

  .mobile-fb-wrapper {
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .fb-link-mobile {
    margin-top: 0;
    display: block;
  }

  .home-search-section {
    height: auto;
  }

  ._1200-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .h2-black {
    font-size: 44px;
    line-height: 40px;
  }

  ._1200-wrapper_footer {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-logo-wrapper {
    margin-bottom: 40px;
  }

  .footer-menu-wrapper, .footer-menu-wrapper2 {
    flex-direction: column;
  }

  .right-footer-menu2 {
    margin-left: 0;
  }

  .h1-red {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 50px;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .right-footer-menu2_mobile {
    margin-left: 0;
  }

  .footer-icons-wrapper {
    flex-direction: column;
  }

  .link-block {
    margin-bottom: 30px;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  ._1200-wrapper_inner {
    margin-left: 40px;
    margin-right: 40px;
  }

  .account-login {
    display: none;
  }

  .account-login-mobile {
    display: block;
  }

  .account-login_mobile {
    margin-top: 10px;
    font-size: 16px;
    display: block;
  }

  .bikebitz-logo {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .div-block {
    margin-top: 0;
    padding-left: 0;
  }

  .nav-wrapper-copy, .wide-nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .wide-nav-button-animated {
    background-color: #000;
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .wide-nav-button-animated.w--open {
    background-color: #000;
    position: relative;
  }

  .wide-nav-menu {
    background-color: var(--black);
    width: 100%;
    margin-top: 70px;
  }

  .fb-link-mobile-nav {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-image-wrapper, .slide-text-wrapper {
    width: 50%;
  }

  .footer-fb-link {
    display: block;
  }

  .h2-black-small {
    font-size: 44px;
    line-height: 40px;
  }

  .h2-black-small.home {
    width: 100%;
  }

  .cell {
    padding-right: 0;
  }

  .cell-2 {
    padding-left: 0;
  }

  .nav-button-animated-3 {
    background-color: #0000;
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
  }

  .nav-button-animated-3.w--open {
    background-color: #0000;
    transition: background-color .2s;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .top-line-2 {
    background-color: #ff0038;
    width: 35px;
    top: 20px;
  }

  .middle-line-2 {
    background-color: #ff0038;
    width: 35px;
    top: 30px;
  }

  .bottom-line-2 {
    background-color: #ff0038;
    width: 35px;
    top: 40px;
  }

  .dropdown-single {
    text-align: left;
  }

  .dropdown-toggle-4 {
    margin-left: 40px;
    margin-right: auto;
    padding-left: 0;
  }

  .dropdown-toggle-4.w--open {
    padding-left: 0;
  }

  .drop-icon {
    color: #fff;
  }

  .nav-link_dropdown {
    color: #fff;
    padding-left: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .nav-link_dropdown:hover {
    color: #fff;
  }

  .dropdown-list-single-2.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .drop-down-list-content-wrapper-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .drop-down-list-content-wrapper-2:hover {
    background-color: #0000;
  }

  .dropdown-nav-link {
    text-align: left;
    padding: 40px 40px 40px 80px;
    font-size: 22px;
    line-height: 22px;
  }

  .dropdown-nav-link:hover {
    background-color: #0000;
  }

  .dropdown-toggle-5 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .dropdown-toggle-5.w--open {
    padding-left: 0;
  }

  .drop-icon-2 {
    color: #fff;
  }

  .nav-link_dropdown-2 {
    color: #fff;
    padding-left: 0;
  }

  .nav-link_dropdown-2:hover {
    color: #fff;
  }

  .drop-down-list-content-wrapper-3 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .drop-down-list-content-wrapper-3:hover {
    background-color: #0000;
  }

  .dropdown-nav-link-2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }

  .dropdown-nav-link-2:hover {
    background-color: #0000;
  }

  .dropdown-single-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle-6 {
    margin-left: 40px;
    margin-right: auto;
    padding-left: 0;
  }

  .dropdown-toggle-6.w--open {
    padding-left: 0;
  }

  .drop-icon-3 {
    color: #fff;
  }

  .nav-link_dropdown-3 {
    color: #fff;
    padding-left: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .nav-link_dropdown-3:hover {
    color: #fff;
  }

  .dropdown-list-single-3.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .drop-down-list-content-wrapper-4 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .drop-down-list-content-wrapper-4:hover {
    background-color: #0000;
  }

  .dropdown-nav-link-3 {
    text-align: left;
    padding: 40px 40px 40px 80px;
    font-size: 22px;
    line-height: 22px;
  }

  .dropdown-nav-link-3:hover {
    background-color: #0000;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: auto;
  }

  .navbar {
    text-align: center;
  }

  .brands {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-link {
    font-size: 22px;
  }

  .cart-wrapper {
    display: flex;
  }

  .nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .nav-button-animated-2 {
    left: 0;
    right: auto;
  }

  .fb-link-mobile {
    display: block;
  }

  .home-search-section {
    height: auto;
  }

  .right-footer-menu2 {
    display: none;
  }

  .footer-link_secondary {
    text-align: center;
  }

  .right-footer-menu2_mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image {
    height: 200px;
  }

  .footer-link_mobile {
    text-align: center;
    display: block;
  }

  .login {
    width: 60px;
    display: none;
  }

  .gear-logo-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .qmoto-logo, .knox-logo {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block {
    flex-direction: column;
  }

  .wide-navbar {
    text-align: center;
  }

  .nav-wrapper-copy, .wide-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .wide-nav-button-animated {
    left: 0;
    right: auto;
  }

  .fb-link-mobile-nav {
    display: block;
  }

  .slide-image-wrapper {
    background-color: var(--black);
    width: 100%;
    position: absolute;
  }

  .slide-text-wrapper {
    z-index: 1;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    inset: 0%;
  }

  .slide-content-wrapper {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .slide-heading {
    text-align: center;
    font-size: 7vw;
  }

  .slider-image {
    opacity: .25;
  }

  .footer-fb-link {
    display: block;
  }

  .footer-link_secondary-mobile {
    text-align: center;
  }

  .home-buttons-wrapper {
    flex-direction: column;
  }

  .parts-button-wrapper, .gear-button-wrapper {
    width: 100%;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .drop-icon-2 {
    margin-top: 25px;
  }

  .nav-link_dropdown-2, .dropdown-nav-link-2 {
    font-size: 22px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .shop {
    margin-left: 0;
    margin-right: 0;
  }

  .search {
    width: 100%;
  }

  .brands {
    width: 260px;
    margin-top: 80px;
  }

  .nav-button-animated-2 {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .top-line, .middle-line, .bottom-line {
    width: 30px;
  }

  .home-search-section {
    padding: 60px 30px;
  }

  .red-shop-button {
    padding: 9px 15px;
  }

  ._1200-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h2-black {
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 30px;
    display: block;
  }

  .footer {
    display: block;
  }

  ._1200-wrapper_footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-wrapper {
    width: 210px;
  }

  .footer-link.long {
    display: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .footer-link_secondary {
    display: block;
    position: relative;
  }

  .h1-red {
    font-size: 44px;
    line-height: 40px;
  }

  ._1200-wrapper_inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    height: 180px;
  }

  .qmoto-footer-link {
    width: 180px;
  }

  .signup-buttin {
    padding: 9px 15px;
  }

  .footer-terms-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gear-logo-wrapper {
    align-items: center;
  }

  .qmoto-logo {
    width: 100%;
    height: 35px;
  }

  .div-block {
    justify-content: space-between;
    width: 90%;
  }

  .wide-nav-button-animated {
    width: 60px;
    height: 60px;
    position: relative;
  }

  .slide-text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-heading {
    font-size: 9vw;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .footer-gear-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-link_secondary-mobile {
    display: block;
    position: relative;
  }

  .qmoto-logo-footer {
    width: 95%;
    height: auto;
  }

  .content-section.knox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-black-small {
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 30px;
    display: block;
  }

  .footer-bandc {
    width: 140px;
  }

  .nav-button-animated-3 {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .drop-icon {
    padding-top: 7px;
  }

  .nav-link_dropdown {
    font-size: 18px;
    line-height: 20px;
  }

  .dropdown-nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .drop-icon-2 {
    margin-top: 20px;
  }

  .nav-link_dropdown-2 {
    font-size: 22px;
    line-height: 20px;
  }

  .dropdown-nav-link-2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .drop-icon-3 {
    padding-top: 7px;
  }

  .nav-link_dropdown-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .dropdown-nav-link-3 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-c142c5aa-0de7-f47d-e772-85393b9ecc8e-207e3434 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74e91881-de64-55d0-0f05-cfe933db49bc-207e3436, #w-node-_187d91e0-32a6-fa1f-b43a-a794a857ef19-207e3436, #w-node-_56e4e0d8-5d05-7e8d-f2ab-a5c8fdb621e9-207e3436, #w-node-cc0c78d0-5396-52d1-f733-0de96c055b80-207e3436, #w-node-ea8cbac4-7d13-6597-b212-00d4c2683d85-207e3436, #w-node-_45e2758d-0ca7-bb8a-a718-b32aaf2e3989-207e3436, #w-node-_8bca82e4-b9d5-7274-7843-3df1aac53bf2-207e3436 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c142c5aa-0de7-f47d-e772-85393b9ecc8e-207e3434 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


