.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;
}

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 {
  height: 160px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.main-shop, .search, .categories-menu {
  margin-top: 40px;
  margin-bottom: 40px;
}

.categories-menu:hover {
  color: #333;
  text-decoration: none;
}

.button {
  margin-top: 60px;
}

.navbar {
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  width: 320px;
  margin-right: 20px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #bf001f;
}

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

.cart-wrapper {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.fb-link {
  width: 30px;
}

.nav-wrapper {
  justify-content: space-around;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-button-animated-2 {
  z-index: 900;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.home-slideshow-section {
  height: 70vh;
  text-align: center;
}

.slider {
  height: 70vh;
}

.home-featured-products-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide_gloves {
  background-image: url('../images/qmoto-gloves.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-text-wrapper {
  width: 70%;
  height: 90%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 80px;
}

.red-shop-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bf001f;
  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: #333;
}

.slide_gear {
  background-image: url('../images/qmoto-road-gear.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-leathers {
  background-image: url('../images/193493086_10159502295444445_1718006210670302902_n.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide_knox {
  background-image: url('../images/knox-womens-wear.jpeg');
  background-position: 50%;
  background-size: cover;
}

._1200-wrapper {
  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;
}

.home-featured-products-wrapper {
  margin-bottom: 80px;
}

.text-span {
  font-family: ff-good-web-pro-compressed, sans-serif;
  font-weight: 300;
}

.brands-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

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

.brand1 {
  width: 60%;
}

.footer {
  background-color: #000;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

._1200-wrapper_footer {
  max-width: 1200px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-wrapper {
  width: 240px;
  margin-top: 35px;
  margin-right: 60px;
}

.left-footer-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 90px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.footer-link {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-menu-wrapper {
  border-bottom: 1px solid #fff;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.right-footer-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  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;
}

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

.footer-menu-wrapper2 {
  border-bottom: 1px #fff;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.left-footer-menu2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px #fff;
  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;
}

.right-footer-menu2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px #fff;
  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;
}

.footer-link_secondary {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.h1-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;
}

.size-charts-left {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-right: 20px;
}

.size-charts {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.size-charts-right {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-left: 20px;
  margin-right: 0;
}

.h1-red {
  color: #bf001f;
  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;
}

.padding_40px {
  height: 40px;
}

.grid-2, .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, .text-span-3 {
  font-weight: 700;
}

.paragraph-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-link:hover {
  color: #bf001f;
}

.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;
}

.h2-black_mobile-our-brands {
  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;
  display: none;
}

.right-footer-menu2_mobile {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px #fff;
  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;
}

.paragraph-text-block h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 66px;
  line-height: 60px;
}

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

.paragraph-text-block h4 {
  color: #bf001f;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

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

.paragraph-text-block li {
  margin-bottom: 10px;
}

.paragraph-text-block h3 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-size: 44px;
  line-height: 40px;
}

.h2-black_quality-brands {
  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;
}

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

.success-message {
  background-color: rgba(221, 221, 221, .5);
  padding-left: 30px;
  padding-right: 30px;
}

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

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

  .navbar {
    min-width: 1200px;
  }

  .brand {
    margin-right: 60px;
  }

  .nav-wrapper {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .search {
    margin-bottom: 40px;
  }

  .brand {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .cart-wrapper {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .fb-link {
    margin-top: 60px;
    display: none;
  }

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

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

  .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 {
    width: 100%;
    background-color: #000;
    margin-top: 70px;
  }

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

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

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

  .slider {
    height: 550px;
  }

  .slider-text {
    font-size: 66px;
    line-height: 60px;
  }

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

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

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

  .brand1 {
    width: 55%;
  }

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

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

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

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

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

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

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

  .size-charts-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .size-charts {
    flex-direction: column;
  }

  .size-charts-right {
    width: 100%;
    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;
  }

  .h2-black_mobile-our-brands {
    font-size: 44px;
    line-height: 40px;
  }

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

  .paragraph-text-block h2, .h2-black_quality-brands {
    font-size: 44px;
    line-height: 40px;
  }
}

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

  .navbar {
    text-align: center;
  }

  .brand {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cart-wrapper {
    display: flex;
  }

  .fb-link {
    display: none;
  }

  .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: none;
  }

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

  .slider {
    height: 400px;
  }

  .slider-text {
    font-size: 55px;
    line-height: 50px;
  }

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

  .brand1 {
    width: 65%;
  }

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

  .right-footer-menu2_mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 260px;
  }

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

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

  .slider {
    height: 260px;
  }

  .slider-text-wrapper {
    width: 80%;
    height: 85%;
  }

  .slider-text {
    font-size: 33px;
    line-height: 30px;
  }

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

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

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

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

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

  .brand1 {
    width: 50%;
  }

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

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

  .left-footer-menu {
    padding-bottom: 0;
  }

  .h1-black {
    font-size: 33px;
    line-height: 30px;
  }

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

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

  .h2-black_quality-brands {
    font-size: 33px;
    line-height: 30px;
    display: none;
  }
}


