@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&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: "futura-pt", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "ysans-std", sans-serif; }

a {
  text-decoration: none !important; }

.red-btn {
  border-radius: 41px;
  border: solid 1px #AB1918;
  transition: .3s ease;
  background: #AB1918;
  color: #fff;
  margin: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px; }

.red-btn:hover {
  background: #000; }

.trans-btn {
  border-radius: 41px;
  background: transparent;
  margin: 3px;
  border: solid 1px #000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px; }

.trans-btn:hover {
  background: #000;
  color: #fff; }

.txt-btn {
  color: #AB1918;
  display: block;
  font-weight: 600;
  font-size: 18px; }
  .txt-btn i {
    padding-left: 10px; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  background: #000; }

.top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid 1px #AB1918; }
  .top-header p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 8px 20px;
    font-family: "futura-pt", sans-serif; }
  .top-header p:hover {
    color: #AB1918; }
  .top-header a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 8px 20px;
    font-family: "futura-pt", sans-serif; }

nav.primary img {
  max-width: 200px;
  z-index: 200;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  border-bottom: solid 5px #AB1918;
  background: #000;
  margin-top: -20px;
  margin-bottom: -70px; }

/*--------Hero---------*/
.hero {
  width: 100%;
  height: 1000px;
  position: relative;
  z-index: 1; }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.hero-text {
  position: absolute;
  z-index: 50;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px; }
  .hero-text h1 {
    font-size: 80px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 85px;
    text-align: center;
    line-height: 50px; }
    @media only screen and (max-width: 1100px) {
      .hero-text h1 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 800px) {
      .hero-text h1 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 600px) {
      .hero-text h1 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 450px) {
      .hero-text h1 {
        font-size: 28px;
        line-height: 33px; } }
    .hero-text h1 .red {
      color: #AB1918; }
    .hero-text h1 span {
      font-size: 40px;
      font-weight: 400; }
  .hero-text .btn-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px; }

.box {
  max-width: 1000px;
  width: 98%;
  margin: -140px auto 0 auto;
  z-index: 10;
  position: relative;
  background: #fff;
  padding: 50px 60px;
  border-top: solid 5px #AB1918; }
  .box h2 {
    font-size: 80px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 85px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 1100px) {
      .box h2 {
        font-size: 65px;
        line-height: 70px; } }
    @media only screen and (max-width: 800px) {
      .box h2 {
        font-size: 50px;
        line-height: 55px; } }
    @media only screen and (max-width: 600px) {
      .box h2 {
        font-size: 35px;
        line-height: 40px; } }
    @media only screen and (max-width: 450px) {
      .box h2 {
        font-size: 28px;
        line-height: 33px; } }
    .box h2 span {
      color: #AB1918; }

.width {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.qls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  padding: 5% 0; }
  .qls a {
    width: calc(33.33% - 20px); }
    .qls a img {
      width: 100%;
      height: 430px;
      object-fit: cover; }
    .qls a .ql-btn {
      font-size: 31px;
      z-index: 200;
      padding: 12px 20px;
      text-align: center;
      position: relative;
      background: #AB1918;
      color: #fff;
      text-transform: uppercase;
      display: block;
      width: 370px;
      border-radius: 25px;
      margin: -25px auto 0 auto; }

.width2 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px; }
  .about img {
    width: 45%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 10; }
  .about .about-text {
    width: calc(55% - 40px);
    padding: 8% 0; }
    .about .about-text h2 {
      position: relative;
      width: 125%;
      transform: translateX(-25%);
      z-index: 50;
      font-size: 52px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      line-height: 56px;
      padding: 40px;
      background: #fff;
      border-left: solid 5px #AB1918; }
      @media only screen and (max-width: 1200px) {
        .about .about-text h2 {
          font-size: 40px;
          line-height: 44px; } }
      @media only screen and (max-width: 800px) {
        .about .about-text h2 {
          font-size: 32px;
          line-height: 36px; } }
      @media only screen and (max-width: 600px) {
        .about .about-text h2 {
          font-size: 28px;
          line-height: 32px; } }
      @media only screen and (max-width: 450px) {
        .about .about-text h2 {
          font-size: 22px;
          line-height: 26px; } }
      .about .about-text h2 span {
        color: #AB1918; }
    .about .about-text .txt {
      padding: 40px 0; }
      .about .about-text .txt p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        padding: 10px 0; }
      .about .about-text .txt a {
        margin-top: 40px; }

.banner {
  width: 100%;
  margin-top: 60px;
  background: #870100;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .banner h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  .banner i {
    color: #f00;
    font-size: 20px; }

.cow-back {
  width: 100%;
  background: url("/siteart/cattle-bg.JPG") center center no-repeat;
  background-size: cover;}

.cont-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 50;
  position: relative;
  background: #fff;
  padding: 40px;
  margin: 10% auto -5% auto; }
  .cont-row .flex-form {
    width: calc(100% - 500px);
    padding-right: 60px; }
    .cont-row .flex-form h2 {
      font-size: 52px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      line-height: 56px;
      padding-bottom: 40px; }
      @media only screen and (max-width: 1200px) {
        .cont-row .flex-form h2 {
          font-size: 40px;
          line-height: 44px; } }
      @media only screen and (max-width: 800px) {
        .cont-row .flex-form h2 {
          font-size: 32px;
          line-height: 36px; } }
      @media only screen and (max-width: 600px) {
        .cont-row .flex-form h2 {
          font-size: 28px;
          line-height: 32px; } }
      @media only screen and (max-width: 450px) {
        .cont-row .flex-form h2 {
          font-size: 22px;
          line-height: 26px; } }
  .cont-row .info {
    width: 500px;
    background: #f0f0f0;
    padding: 40px; }
    .cont-row .info h2 {
      font-size: 52px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      line-height: 56px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        .cont-row .info h2 {
          font-size: 40px;
          line-height: 44px; } }
      @media only screen and (max-width: 800px) {
        .cont-row .info h2 {
          font-size: 32px;
          line-height: 36px; } }
      @media only screen and (max-width: 600px) {
        .cont-row .info h2 {
          font-size: 28px;
          line-height: 32px; } }
      @media only screen and (max-width: 450px) {
        .cont-row .info h2 {
          font-size: 22px;
          line-height: 26px; } }
    .cont-row .info a {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      padding: 10px 0; }
      .cont-row .info a i {
        font-size: 16px;
        color: #fff;
        background: #AB1918;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center; }
      .cont-row .info a p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        padding-left: 10px;
        font-size: 18px; }

/*---------Pages----------*/
.page-head {
  padding: 8% 0;
  background: #000;
  border-top: solid 1px #AB1918; }
  .page-head h1 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 56px;
    color: #fff;
    padding-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .page-head h1 {
        font-size: 40px;
        line-height: 44px; } }
    @media only screen and (max-width: 800px) {
      .page-head h1 {
        font-size: 32px;
        line-height: 36px; } }
    @media only screen and (max-width: 600px) {
      .page-head h1 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 450px) {
      .page-head h1 {
        font-size: 22px;
        line-height: 26px; } }
  .page-head p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    max-width: 800px; }
  .page-head a {
    margin-top: 30px;
    display: inline-block; }

.page-text {
  padding: 6% 0; }
  .page-text h2 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 56px; }
    @media only screen and (max-width: 1200px) {
      .page-text h2 {
        font-size: 40px;
        line-height: 44px; } }
    @media only screen and (max-width: 800px) {
      .page-text h2 {
        font-size: 32px;
        line-height: 36px; } }
    @media only screen and (max-width: 600px) {
      .page-text h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 450px) {
      .page-text h2 {
        font-size: 22px;
        line-height: 26px; } }
    .page-text h2 span {
      color: #AB1918; }
  .page-text p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-size: 18px;
    padding: 10px 0; }

.what {
  width: 100%;
  padding-bottom: 5%; }
  .what h2 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 56px;
    font-size: 28px; }
    @media only screen and (max-width: 1200px) {
      .what h2 {
        font-size: 40px;
        line-height: 44px; } }
    @media only screen and (max-width: 800px) {
      .what h2 {
        font-size: 32px;
        line-height: 36px; } }
    @media only screen and (max-width: 600px) {
      .what h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (max-width: 450px) {
      .what h2 {
        font-size: 22px;
        line-height: 26px; } }

.what-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px; }
  .what-row h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px;
    text-align: center;
    width: calc(25% - 20px);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15); }
    .what-row h3 i {
      font-size: 16px;
      color: #fff;
      background: #AB1918;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      margin: 0 auto 10px auto; }

/*--Gallery---*/
.gallery {
  padding: 6% 0; }
  .gallery img {
    max-width: 206px;
    width: 100%; }

/*--------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: 16px;
    border: solid 1px #444;
    color: #222 !important;
    font-size: 16px;
    background: #fff; }
  #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 #444;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    width: 100%;
    height: 100px;
    padding: 16px;
    color: #222 !important;
    font-size: 16px;
    background: #fff; }
  #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% - 20px);
  display: block;
  vertical-align: middle;
  margin: 10px; }

.form-half {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: middle;
  margin: 10px; }

.form-third {
  width: calc(33.33% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px; }

#formpage .submit-button, #submit-btn button {
  padding: 10px 20px;
  background: #AB1918;
  border-radius: 20px;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 16px;
  text-transform: uppercase; }

#formpage input.submit-button:hover, #submit-btn button:hover {
  transition: ease-out .3s;
  cursor: pointer;
  background: #000;
  color: #fff; }

.submit-button, #submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center; }

.captcha-button {
  border-radius: 20px;
  width: 200px; }

#formpage input.submit-button {
  color: #fff !important; }

.CaptchaPanel {
  text-align: left !important; }

.include-captcha {
  display: none; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #000; }

.footer {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding: 8% 10px 40px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.footer-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.foot-txt {
  padding-left: 40px;
  max-width: 400px;
  padding-top: 20px; }
  .foot-txt p {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px; }
  .foot-txt .icon-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .foot-txt .icon-row a i {
      font-size: 16px;
      color: #fff;
      background: #AB1918;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center;
      color: #000;
      margin: 2px; }

.footer-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .footer-right ul {
    padding: 10px 30px; }
    .footer-right ul li {
      line-height: 26px; }
      .footer-right ul li a {
        color: #fff;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        font-weight: 600; }
      .footer-right ul li a:hover {
        color: #AB1918; }

/*----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: #AB1918 !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: #AB1918 !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: #000 !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; }

.mobile-logo {
  display: none; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1700px) {
  .banner {
    flex-wrap: wrap; }
    .banner h2 {
      font-size: 22px; } }
@media only screen and (max-width: 1300px) {
  nav.primary {
    width: 90% !important; }

  .qls a .ql-btn {
    font-size: 22px;
    width: 260px; }

  .qls {
    gap: 20px; }

  .qls a {
    width: calc(33.33% - 20px); }

  .qls a img {
    height: 330px; }

  .cont-row .info {
    width: 450px; }

  .cont-row .flex-form {
    width: calc(100% - 450px);
    padding-right: 20px; }

  .what h2 {
    padding-bottom: 20px; }

  .what-row {
    flex-wrap: wrap; }

  .what-row h3 {
    width: calc(33.33% - 20px); } }
@media only screen and (max-width: 1200px) {
  nav.primary {
    width: 100% !important; }

  .banner {
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 40px; }
    .banner h2 {
      font-size: 18px; }
    .banner i {
      font-size: 12px; }

  .what-row h3 {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 1100px) {
  .hero-text h1 {
    line-height: 40px !important; }

  .about {
    flex-direction: column; }

  .about img {
    width: 100%;
    height: 500px;
    object-position: top; }

  .about .about-text {
    width: 100%; }

  .about .about-text h2 {
    transform: translateX(0);
    width: 100%;
    padding: 0 20px; }

  .cont-row {
    flex-direction: column; }

  .cont-row .flex-form {
    width: 100%; }

  .cont-row .info {
    width: 100%;
    margin-top: 20px;
    max-width: none; } }
@media only screen and (max-width: 1000px) {
  .top-header p, .top-header a {
    display: none; }

  .mobile-logo {
    display: block !important;
    width: 100%;
    max-width: 160px;
    display: block;
    margin: 0 auto; }
    .mobile-logo img {
      width: 100%; }

  .gallery a {
    display: inline-block !important; }

  .qls {
    flex-wrap: wrap; }

  .qls a {
    width: calc(50% - 20px); }

  .footer {
    flex-direction: column; }

  .footer-right {
    justify-content: flex-start; } }
@media only screen and (max-width: 800px) {
  .hero {
    height: 800px; }

  .hero-text {
    top: 6%; }

  .banner h2 {
    font-size: 14px; }

  .cont-row .flex-form {
    padding-right: 0; }

  .what-row h3 {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .gallery a {
    width: 48%; }

  .gallery img {
    max-width: none; }

  .box {
    padding: 40px 30px; }

  .hero-text h1 span {
    font-size: 22px; }

  .hero-text h1 {
    line-height: 25px !important; }

  .banner {
    flex-direction: column;
    padding: 20px 0; }
    .banner h2, .banner i {
      padding: 5px 0;
      text-align: center; }

  .flex-row {
    flex-direction: column; }

  .form-half {
    width: calc(100% - 20px); } }
@media only screen and (max-width: 600px) {
  .hero {
    height: 600px; }

  .qls a {
    width: 100%; }

  .cont-row .flex-form h2 {
    padding-bottom: 20px; }

  .footer-left {
    flex-direction: column; }

  .foot-txt {
    padding: 10px 0; }

  .footer-left img {
    max-width: 150px; } }
@media only screen and (max-width: 500px) {
  .cont-row {
    padding: 20px; }

  .cont-row .info {
    padding: 20px; }

  .footer-right {
    flex-direction: column; }

  .footer-right ul {
    padding: 5px 0; }

  .cont-row {
    padding: 0; }

  .flex-form {
    padding: 20px !important; } }
@media only screen and (max-width: 430px) {
  .qls a img {
    height: 300px; }

  .qls a .ql-btn {
    font-size: 18px;
    width: 220px; }

  .about img {
    height: 400px; }

  .what-row h3 {
    font-size: 18px;
    padding: 20px; } }
@media only screen and (max-width: 380px) {
  .btn-row {
    flex-direction: column !important;
    justify-content: center !important; } }
