@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none !important; }

.yellow-btn {
  border-radius: 25px;
  display: inline-block;
  color: #000;
  background: #fdc42a;
  padding: 18px 25px;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  transition: .3s ease; }

.yellow-btn:hover {
  background: #000;
  color: #fff; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  border-bottom: solid 1px #ccc; }

.header {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.header-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.logo {
  width: 100%;
  max-width: 300px; }
  .logo img {
    width: 100%; }

.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 12px 0; }
  .social-icons a i {
    padding: 14px;
    font-size: 20px;
    color: #000;
    transition: .3s ease; }
  .social-icons a i:hover {
    color: #fdc42a; }

.bottom-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid 1px #ccc; }

.bottom-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 3%; }
  .bottom-contact a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 18px; }
    .bottom-contact a i {
      font-size: 18px;
      color: #2b6342; }

.search-wrapper {
  width: 100%;
  max-width: 400px; }

.search-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .search-row input {
    width: calc(100% - 60px);
    padding: 12px;
    border-left: solid 1px #ccc;
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #ccc;
    background: #fff;
    color: #555; }
  .search-row button {
    width: 60px;
    background: #fff;
    border: none; }
  .search-row button:hover {
    background: #fdc42a;
    cursor: pointer; }

/*--------Hero---------*/
.cycle-slideshow {
  width: 100%;
  height: 800px;
  position: relative;
  background-color: #000; }

.grad {
  width: 100%;
  z-index: 150;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)); }

.cycle-slideshow img {
  width: 100%;
  height: 800px;
  object-fit: cover; }

.slide-caption {
  position: absolute;
  z-index: 200;
  top: 20%;
  left: 3.5%;
  width: 100%;
  max-width: 800px;
  color: #fff; }
  .slide-caption h1 {
    font-size: 65px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 70px;
    color: #fff; }
    .slide-caption h1 span {
      color: #fdc42a; }
  .slide-caption h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase; }
  .slide-caption p {
    font-size: 16px;
    padding: 30px 0;
    font-weight: 400;
    line-height: 24px;
    color: #fff; }

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.shop {
  width: 100%;
  padding: 4% 0px; }
  .shop H2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 32px; }
    @media only screen and (max-width: 800px) {
      .shop H2 {
        font-size: 26px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .shop H2 {
        font-size: 22px;
        line-height: 28px; } }

.qls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .qls a {
    width: calc(25% - 16px);
    background-color: #000;
    margin: 8px;
    overflow: hidden;
    height: 260px;
    position: relative; }
    .qls a:hover img {
      transform: scale(1.1);
      filter: brightness(0.8); }
    .qls a img {
      width: 100%;
      object-fit: cover;
      transition: .3s ease;
      height: 100%;
      filter: brightness(0.5); }
    .qls a h3 {
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      line-height: 32px;
      text-align: center;
      position: absolute;
      flex-direction: column;
      bottom: 0;
      top: 0;
      right: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      justify-content: center;
      display: flex;
      align-self: center; }
      @media only screen and (max-width: 800px) {
        .qls a h3 {
          font-size: 26px;
          line-height: 32px; } }
      @media only screen and (max-width: 500px) {
        .qls a h3 {
          font-size: 22px;
          line-height: 28px; } }
      .qls a h3 span {
        color: #fdc42a; }
  .qls .lrg {
    width: calc(50% - 16px) !important; }

.search-bar {
  width: 100%;
  background: #303132;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .search-bar h2 {
    width: 28%;
    padding: 45px 10px;
    text-align: center;
    background: #1d1d1d;
    clip-path: polygon(0% 0%, 100% 0%, 94.5% 100%, 0% 100%);
    color: #fff;
    font-size: 19px;
    text-transform: uppercase; }

.home-search {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 72%; }
  .home-search button {
    width: 25%;
    background: #fdc42a;
    transition: .3s ease;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    border: none !important; }
  .home-search button:hover {
    background: #000;
    color: #fff;
    cursor: pointer; }

.search-input {
  width: 25%;
  border-right: solid 1px #111;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  .search-input select {
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600; }
    .search-input select option {
      background: #000 !important; }
  .search-input label {
    color: #ccc;
    font-size: 16px;
    font-weight: 200;
    width: 80%;
    margin: 0 auto; }

.black-back {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 6% 10px;
  background-color: #000;
  background-image: url("/siteart/background.jpg"); }

.brands {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.brands-text {
  width: 41%;
  padding-right: 40px; }
  .brands-text h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1000px) {
      .brands-text h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 700px) {
      .brands-text h2 {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 500px) {
      .brands-text h2 {
        font-size: 30px;
        line-height: 35px; } }
  .brands-text p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    color: #fff; }

.brands-logos {
  width: 69%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; }
  .brands-logos a {
    width: calc(33.333% - 10px);
    align-items: stretch;
    position: relative;
    border: solid 1px #fff;
    padding: 15px; }
    .brands-logos a:hover i {
      transform: translateX(10px); }
    .brands-logos a img {
      width: 90%;
      margin: 0 auto;
      padding: 15px 0; }
    .brands-logos a hr {
      width: 100%;
      background: #fff;
      height: 2px;
      border: None; }
    .brands-logos a p {
      font-size: 14px;
      line-height: 22px;
      color: #333;
      color: #ccc;
      text-align: center;
      padding-bottom: 45px; }
    .brands-logos a i {
      color: #000;
      background: #fdc42a;
      transition: .3s ease;
      width: 45px;
      height: 45px;
      position: absolute;
      bottom: 0;
      right: 0;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center; }

.gray-back {
  width: 100%;
  background: #f3f3f3; }

.solutions {
  padding: 6% 0; }
  .solutions h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    padding-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      .solutions h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 700px) {
      .solutions h2 {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 500px) {
      .solutions h2 {
        font-size: 30px;
        line-height: 35px; } }

.cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px; }
  .cards a {
    width: calc(33% - 11px);
    padding: 40px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    transition: .3s ease; }
    .cards a:hover {
      box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, 0.1); }
    .cards a i {
      font-size: 50px;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      color: #2b6342;
      border: solid 1px #2b6342;
      border-radius: 50%;
      padding: 10px;
      width: 100px;
      height: 100px;
      margin: 0 auto; }
    .cards a h3 {
      font-size: 30px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      line-height: 32px;
      padding: 15px 0; }
      @media only screen and (max-width: 800px) {
        .cards a h3 {
          font-size: 26px;
          line-height: 32px; } }
      @media only screen and (max-width: 500px) {
        .cards a h3 {
          font-size: 22px;
          line-height: 28px; } }
    .cards a p {
      font-size: 14px;
      line-height: 22px;
      color: #333; }

/*---------Pages----------*/
.contact {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 3% 10px; }

.contact-left {
  width: 550px;
  padding-right: 15px; }
  .contact-left h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 32px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .contact-left h1 {
        font-size: 26px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .contact-left h1 {
        font-size: 22px;
        line-height: 28px; } }
  .contact-left p {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0; }
  .contact-left a {
    color: #000;
    transition: .3s ease;
    text-decoration: underline; }
  .contact-left a:hover {
    color: #fdc42a; }

.contact-right {
  width: calc(100% - 500px); }

.flex-form {
  padding: 40px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15); }

.map {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 40px 0; }

.special-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.thankyou {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 30px 10px; }
  .thankyou h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 32px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .thankyou h1 {
        font-size: 26px;
        line-height: 32px; } }
    @media only screen and (max-width: 500px) {
      .thankyou h1 {
        font-size: 22px;
        line-height: 28px; } }
  .thankyou p {
    font-size: 14px;
    line-height: 22px;
    color: #333; }

/*--------FORM STYLES--------------------*/
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left; }
  #formpage label {
    margin: 5px;
    padding: 10px 0 5px 0; }
  #formpage input, #formpage select {
    padding: 14px;
    border: #ccc;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage input[type="text"], #formpage input[type="email"], #formpage input[type="date"], #formpage select, #formpage input[type="phone"] {
    width: 100%;
    box-sizing: border-box; }
  #formpage textarea {
    font-family: 'Arial', sans-serif;
    border: #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    background: #F8F8F8;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }

.flex-form {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px; }

.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

.CaptchaPanel {
  text-align: left !important; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #fdc42a;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
  border: none;
  font-size: 14px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #2b6342;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  width: 200px; }

#formpage input.submit-button {
  color: #fff !important; }

.include-captcha {
  display: none; }

/*-------- FOOTER STYLES ----------------*/
.yellow-bar {
  width: 100%;
  background: #fdc42a;
  padding: 2% 10px; }

.nums {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .nums p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: 400; }
    .nums p span {
      font-size: 60px;
      font-weight: 800; }

footer {
  width: 100%;
  background: #000;
  color: #fff; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 6% 10px; }

.footer-left {
  width: 100%;
  max-width: 400px; }
  .footer-left ul li {
    list-style: none; }
    .footer-left ul li a {
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      line-height: 50px; }
    .footer-left ul li a:hover {
      color: #fdc42a; }

.footer-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.foot-col {
  padding: 0 30px;
  color: #fff; }
  .foot-col p {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 5px #fdc42a solid;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .foot-col ul li {
    list-style: none; }
    .foot-col ul li a {
      color: #fff;
      font-size: 15px;
      line-height: 30px; }
    .foot-col ul li a:hover {
      color: #fdc42a; }
  .foot-col a i {
    color: #fff;
    font-size: 20px;
    padding: 0 5px; }

.bottom-foot {
  width: 100%;
  padding: 10px;
  border-top: solid 1px #aaa; }
  .bottom-foot p {
    font-size: 15px;
    font-weight: 400;
    color: #ccc;
    text-align: center; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: #fdc42a !important;
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper > div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: #fdc42a !important;
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper > div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
  background: #2b6342 !important;
  color: #fff !important; }

.body-wrapper > div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper > div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
  color: #000 !important;
  border: 1px solid #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important; }

.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper > div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper > div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper > div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper > div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper > div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper > div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important; }

.body-wrapper > div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
  .social-icons {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .header {
    padding: 10px 10px 0 10px; }

  .slide-caption {
    left: 10px;
    top: 12%; }
    .slide-caption h1 {
      font-size: 55px;
      line-height: 60px; }

  .cycle-slideshow {
    height: 600px; }
    .cycle-slideshow img {
      height: 600px; }

  .qls a {
    width: calc(50% - 16px); }

  .brands {
    flex-direction: column; }

  .brands-text {
    padding-bottom: 30px;
    padding-right: 0; }

  .brands-text, .brands-logos {
    width: 100%; }

  .footer-left {
    max-width: 260px; }

  .contact {
    padding: 30px 10px; } }
@media only screen and (max-width: 1100px) {
  .search-bar {
    flex-direction: column; }
    .search-bar h2 {
      width: 100%;
      text-align: center;
      padding: 15px 10px;
      clip-path: None; }

  .home-search {
    width: 100%;
    height: 90px; } }
@media only screen and (max-width: 1000px) {
  .qls a {
    height: 200px; }

  .cards {
    flex-wrap: wrap;
    justify-content: center; }
    .cards a {
      width: calc(50% - 11px); }

  .nums p span {
    font-size: 40px; }

  .footer {
    flex-direction: column;
    padding: 30px 10px; }

  .footer-left {
    width: 100%;
    max-width: none; }

  .footer-right {
    width: 100%;
    justify-content: flex-start;
    padding-top: 30px; }
    .footer-right .foot-col {
      padding: 0 20px 0 0; }

  .slide-caption h1 {
    font-size: 40px;
    line-height: 45px; }

  .slide-caption h2 {
    font-size: 24px; }

  .contact {
    flex-direction: column; }

  .contact-left {
    width: 100%;
    padding-bottom: 30px; }

  .contact-right {
    width: 100%; } }
@media only screen and (max-width: 900px) {
  .bottom-contact {
    display: none; }

  .bottom-header {
    justify-content: flex-end; }

  .home-search {
    flex-direction: column;
    height: auto; }
    .home-search button {
      width: 100%; }

  .search-input {
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #000; }

  .slide-caption {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px); } }
@media only screen and (max-width: 800px) {
  .qls a, .qls .lrg {
    width: calc(100% - 16px) !important; }

  .brands-logos a {
    width: calc(50% - 10px); }

  .cards a i {
    height: 70px;
    width: 70px;
    font-size: 40px; }

  .cards a h3 {
    font-size: 22px; }

  .nums {
    flex-wrap: wrap; }
    .nums p {
      width: 50%; }

  .map iframe {
    height: 300px !important; } }
@media only screen and (max-width: 700px) {
  .footer-right {
    flex-direction: column-reverse; }
    .footer-right .foot-col {
      padding: 15px 0 0 0; } }
@media only screen and (max-width: 600px) {
  .brands-logos hr {
    display: none; }
  .brands-logos p {
    display: none; }
  .brands-logos a i {
    display: none; }

  .cards a {
    width: calc(100% - 11px); }

  .slide-caption h1 {
    font-size: 32px;
    line-height: 36px; }

  .slide-caption h2 {
    font-size: 20px;
    line-height: 24px; } }
@media only screen and (max-width: 500px) {
  .bottom-header {
    display: none; }

  .header {
    display: flex;
    flex-direction: column; }

  header {
    padding: 10px 0 0 0; }

  .logo {
    margin: 0 auto; }

  #menu-button {
    width: 100% !important;
    border-top: solid 1px #ccc; }
    #menu-button a {
      justify-content: center !important; }

  .nums p {
    width: 100%; }

  .grad {
    background: rgba(0, 0, 0, 0.5); } }
@media only screen and (max-width: 430px) {
  .slide-caption {
    top: 5%; }

  .qls a {
    height: 150px !important; }

  .cards a {
    padding: 20px; } }
