@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----*/
.wrap {
  max-width: 1420px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box; }

.pad {
  padding: clamp(40px, 3vw, 60px) 10px; }

/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Roboto Condensed", sans-serif; }

h1, h2, h3, h4 {
  font-family: "urbane-condensed", sans-serif; }

a {
  text-decoration: none; }

.btn {
  display: inline-block;
  font-family: "urbane-condensed", sans-serif;
  padding: 16px 20px;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  border: none;
  font-size: 14px; }
  .btn i {
    padding-left: 10px; }

.btn:hover {
  cursor: pointer;
  background: #0C2C94;
  color: #fff;
  transition: ease-out .3s; }

.yellow {
  background: #F7D417;
  color: #000; }

/*--- HEADER STYLES ---------------------*/
.top-header {
  max-width: 1420px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.left-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px; }

.logo {
  max-width: 160px;
  width: 100%; }
  .logo img {
    width: 100%; }

.header-link {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.right-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px; }
  .right-top a {
    display: inline-flex;
    align-content: center;
    width: 185px;
    height: 65px;
    padding: 10px 20px;
    border: solid 1px #ddd; }
    .right-top a img {
      width: 90%;
      margin: 0 auto;
      display: block; }

header {
  width: 100%;
  background: #0C2C94; }

.header {
  max-width: 1420px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.search-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 35px;
  width: 100%;
  max-width: 300px; }
  .search-row input {
    height: 100% !important;
    width: calc(100% - 40px) !important;
    padding: 10px !important;
    border: solid 1px #ccc !important;
    border-radius: 15px 0 0 15px !important; }
  .search-row button {
    width: 40px;
    height: 100%;
    background: #F7D417;
    border: none;
    border-radius: 0 15px 15px 0;
    color: #000; }
  .search-row button:hover {
    cursor: pointer;
    background: #0C2C94;
    color: #fff;
    transition: ease-out .3s; }

/*--------Hero---------*/
.mySwiper {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center; }

.mySwiper swiper-slide img {
  display: block;
  width: 100%;
  height: 730px;
  object-fit: cover; }

.mySwiper .hero-text {
  z-index: 100;
  position: absolute;
  top: 20%;
  left: 12%;
  color: #fff;
  max-width: 750px;
  text-align: left; }
  .mySwiper .hero-text h1 {
    color: #fff;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(26px, 4vw, 75px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase; }
    .mySwiper .hero-text h1 span {
      color: #F7D417; }
  .mySwiper .hero-text a {
    margin-top: 40px; }

.grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 50; }

/*-----Links-----*/
.qls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .qls a {
    display: inline-block;
    width: calc(25% - 20px);
    padding: 25px;
    background: linear-gradient(90deg, #071955 0%, #0C2C94 100%);
    transition: .3s ease; }
    .qls a h2 {
      color: #000;
      font-family: "urbane-condensed", sans-serif;
      font-size: clamp(18px, 2vw, 28px);
      font-style: normal;
      font-weight: 700;
      line-height: 1.1;
      text-transform: uppercase;
      color: #fff; }
      .qls a h2 span {
        color: #F7D417;
        font-size: 16px;
        font-weight: 400; }
    .qls a:hover h2 {
      transform: scale(1.03);
      transition: ease-out .3s; }
    .qls a:hover {
      background: linear-gradient(90deg, #05164d 0%, #041c6b 100%); }

.text-heading {
  text-align: center;
  max-width: 900px; }
  .text-heading h2 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase; }
  .text-heading p {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 40px 0; }

.brands {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .brands a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(25% - 20px);
    padding: 15px;
    border: solid 1px #ddd;
    height: 150px; }
    .brands a img {
      width: 70%;
      height: 80%;
      object-fit: contain;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
  .brands a:hover {
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    transition: ease-out .3s; }

.brands-parts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .brands-parts a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(15% - 12px);
    padding: 10px;
    border: solid 1px #ddd;
    height: 100px; }
    .brands-parts a img {
      width: 90%;
      height: 90%;
      object-fit: contain;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
  .brands-parts a:hover {
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
    transition: ease-out .3s; }

.home-loc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap; }
  .home-loc .loc-left {
    width: 100%;
    max-width: 400px;
    text-align: left; }
    .home-loc .loc-left h2 {
      color: #000;
      font-family: "urbane-condensed", sans-serif;
      font-size: clamp(22px, 2.5vw, 40px);
      font-style: normal;
      font-weight: 700;
      line-height: 1.1;
      text-transform: uppercase;
      padding-bottom: 20px; }
    .home-loc .loc-left a {
      color: #000;
      color: #000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: clamp(15px, 1.8vw, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      font-weight: 600;
      line-height: 24px; }
    .home-loc .loc-left a:hover {
      text-decoration: underline; }
    .home-loc .loc-left h3 {
      margin-top: 30px;
      font-size: 22px;
      color: #0C2C94;
      font-weight: 600; }
    .home-loc .loc-left ul {
      margin: 0;
      padding: 0; }
      .home-loc .loc-left ul li {
        list-style: none;
        color: #000;
        font-family: "Roboto Condensed", sans-serif;
        font-size: clamp(15px, 1.8vw, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: 24px; }
  .home-loc .loc-right {
    width: calc(100% - 420px); }

/*---------Pages----------*/
.page-top {
  width: 100%;
  background-image: url("/siteart/page-back.jpg");
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  padding: 120px 10px; }
  .page-top h1 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(26px, 3vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }
  .page-top .bread {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0;
    color: #fff; }
    .page-top .bread a {
      color: #F7D417; }

.service {
  background-image: url("/siteart/Versatile-2-2023.jpg"); }

.parts {
  background-image: url("/siteart/Versatile-1-2023.jpg"); }

.about {
  background-image: url("/siteart/about-nh.jpg"); }

.text {
  width: 100%; }
  .text h2 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .text p {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px; }

.gray {
  background: #f7f7f7; }

.center-text {
  text-align: center; }
  .center-text h3 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase; }
  .center-text p {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px auto;
    max-width: 600px; }

.contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap; }
  .contact .contact-info {
    width: 100%;
    max-width: 400px; }
    .contact .contact-info h2 {
      color: #000;
      font-family: "urbane-condensed", sans-serif;
      font-size: clamp(22px, 2.5vw, 40px);
      font-style: normal;
      font-weight: 700;
      line-height: 1.1;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .contact .contact-info p {
      color: #000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: clamp(15px, 1.8vw, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .contact .contact-info p b {
        font-size: 20px;
        margin-top: 10px;
        display: block; }
    .contact .contact-info a {
      color: #000;
      color: #000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: clamp(15px, 1.8vw, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: block; }
    .contact .contact-info a:hover {
      text-decoration: underline; }

.contact-right {
  width: calc(100% - 440px); }

.finance-out {
  padding: 15px 5px; }
  .finance-out p {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000; }
    .finance-out p span {
      color: #0C2C94;
      font-weight: 600; }

/*--------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: solid 1px #ccc;
    color: #333 !important;
    font-size: 14px;
    background: #fff;
    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: solid 1px #ccc;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    padding: 14px;
    color: #777 !important;
    font-size: 14px;
    border-radius: 5px; }
  #formpage textarea:focus {
    border: 1px solid #ccc;
    border-radius: 2px; }
  #formpage h1 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 5px; }
  #formpage h2 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(18px, 2vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 5px; }

.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; }

#formpage .submit-button, #submit-btn button {
  width: 200px;
  padding: 14px;
  background: #0C2C94;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  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: #F7D417;
  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; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #222;
  border-top: solid 5px #F7D417;
  color: #fff;
  padding: 60px 10px 20px 10px; }
  footer a:hover {
    color: #F7D417 !important; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.footer-left {
  color: #fff; }
  .footer-left h2 {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(22px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }
  .footer-left a {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(15px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
    display: block; }
  .footer-left .phone {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(18px, 2vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }

.footer-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.foot-col {
  width: 100%;
  min-width: 300px; }
  .foot-col p {
    color: #000;
    font-family: "urbane-condensed", sans-serif;
    font-size: clamp(18px, 2vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #F7D417;
    padding-bottom: 20px; }
  .foot-col ul {
    margin: 0; }
    .foot-col ul li {
      list-style: none; }
      .foot-col ul li a {
        color: #000;
        font-family: "Roboto Condensed", sans-serif;
        font-size: clamp(15px, 1.8vw, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        font-weight: 400;
        padding: 5px 0;
        display: block; }

.btm-footer {
  max-width: 1420px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  padding: 15px;
  text-align: center;
  background: #222; }
  .btm-footer p {
    color: #fff;
    font-size: 14px; }

/*----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: #0C2C94 !important;
  color: #fff !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: #0C2C94 !important;
  color: #fff !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: #F7D417 !important;
  color: #000 !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) {
  .hero-text {
    left: 2% !important; }

  .mySwiper swiper-slide img {
    height: 600px; } }
@media only screen and (max-width: 1200px) {
  .loc-left {
    width: 280px !important; }

  .loc-right {
    width: calc(100% - 300px) !important; }

  .foot-col {
    min-width: 200px; }

  .brands-parts a {
    width: calc(20% - 16px); }

  .header-link {
    display: none; } }
@media only screen and (max-width: 1000px) {
  .search-wrapper {
    display: none; }

  .contact {
    flex-direction: column; }

  .contact-info {
    width: 100% !important;
    max-width: none !important; }

  .contact-right {
    width: 100% !important; } }
@media only screen and (max-width: 900px) {
  .qls a {
    width: calc(50% - 15px); }

  .brands-parts a {
    width: calc(25% - 16px);
    height: 100px; }

  .right-top a {
    width: 140px;
    padding: 5px; }
    .right-top a img {
      object-fit: contain; } }
@media only screen and (max-width: 800px) {
  .grad {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

  .mySwiper swiper-slide img {
    height: 400px; }

  .brands a {
    width: calc(33% - 15px); }

  .home-loc .loc-left h3 {
    font-size: 18px; }

  .footer {
    flex-direction: column;
    gap: 30px; }

  .footer-left {
    width: 100%;
    text-align: center; }

  .footer-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .footer-right .foot-col {
      width: 100%;
      text-align: center; }

  .brands-parts a {
    width: calc(33% - 16px);
    height: 100px; } }
@media only screen and (max-width: 700px) {
  .brands a {
    height: 110px; }

  .brands a img {
    width: 85%;
    height: 85%; }

  .loc-left {
    width: 100% !important; }

  .loc-right {
    width: 100% !important; }
    .loc-right iframe {
      height: 220px !important; }

  .right-top {
    display: none; } }
@media only screen and (max-width: 600px) {
  .mySwiper swiper-slide img {
    height: 420px; }

  .hero-text {
    top: 10%; }

  .brands a {
    width: calc(50% - 15px); } }
@media only screen and (max-width: 500px) {
  .header-link {
    display: none; }

  .logo {
    margin: 0 auto; }

  .left-top {
    width: 100%; }

  .qls a {
    width: calc(100% - 10px); }

  .brands a img, .brands-parts a img {
    width: 95%;
    height: 95%; }

  .brands, .brands-parts {
    gap: 10px; }
    .brands a, .brands-parts a {
      width: calc(50% - 6px); } }
@media only screen and (max-width: 430px) {
  .hero-text {
    top: 8% !important; } }
