﻿/***** BEGIN RESET *****

font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;

**/
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;
}
ol, ul {
  list-style: none;
}
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;
}
.grey-body h1 {
  color: #c41230
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px 0;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
/*-------- COLORS --------

*/
/***** END RESET *****/ ::-moz-selection {
  background: #c41230;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #c41230;
  color: #fff;
  text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
   0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
   0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------- BODY STYLES --------*/
body {
  margin: 0;
}
.grey-bg h1 {
  color: #c41230 !important;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
header {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  position: relative;
  background: #fff !important;
}
.flex-container.flex-head {
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
img.logo-img {
  max-width: 100%;
  width: 100px;
}
a.logo {
  background: #eeeeee;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: -20px;
}
/**** HEader Search ****/
.left-side a {
  float: right !important;
}
#search-button {
  background: transparent !important;
  font-size: 18px !important;
  border: none !important;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #000 !important;
  padding: 0 !important;
}
textarea:focus, input:focus {
  outline: none !important;
}
a #search-button {
  display: flex;
  align-content: center;
  cursor: pointer !important;
}
#search-button img {
  width: 18px;
  height: 18px;
}
#search-button-mobile {
  background: transparent !important;
  font-size: 20px !important;
  border: none !important;
  font-family: 'Lato', sans-serif;
  color: #000 !important;
  text-align: center;
  margin: 0 auto;
}
a #search-button-mobile {
  display: flex;
  align-content: center;
}
#search-button-mobile img {
  width: 18px;
  height: 18px;
}
.search-bar {
  display: flex !important;
  justify-content: center !important;
}
.searchTerm {
  padding: 10px !important;
  font-size: 18px !important;
  font-family: 'Lato', sans-serif;
  border: none !important;
  border-radius: 10px 0px 0px 10px !important;
  width: 100%;
  flex: 10;
  height: auto !important;
  line-height: normal !important;
}
.search-btn {
  background: #c41230 !important;
  font-size: 20px !important;
  padding: 10px 20px !important;
  border-radius: 0 10px 10px 0 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600 !important;
  letter-spacing: .5px !important;
  color: #fff !important;
  flex: 1;
  border: none !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}
.search-btn:hover {
  background: #333 !important;
}
.search-bg {
  background: #eeee;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
}

#closeSearch {
	float: right;
    background: transparent;
    border: none;
    font-size: 24px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
	color: #000;
}

#closeSearch:hover {
	color:#c41230;
}
/*---BODY--------------------------------*/
.lg-page-wid {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.page-wid {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}
.flex-container {
  display: flex;
}
.wid-80 {
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}
.center {
  text-align: center;
}
.inline {
  display: block;
}
#pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#pad-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.grey-bg {
  background: #efefef;
}
.relative-bg {
  position: relative;
  z-index: -1;
  padding: 10px 0;
}
/*hero styles*/
.hero {
  background: url("../siteart/hero.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 15%;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.hero-text {
  width: 85%;
  margin: 0 auto;
  color: #fff;
  padding: 6% 0;
  animation: 1s ease-out 0s 1 slideInLeft;
}
.hero-text h1 {
  text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero-search {
  display: inline-block;
  width: 100%;
  max-width: 550px;
}
.detailed-row {
  display: flex;
}
.hero-search input {
  width: 100%;
  padding: 8px;
  border: none;
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 18px;
  margin-top: 0px;
  border-radius: 0px;
  background: #fff;
}
.submit-btn {
  flex-basis: 25%;
}
.submit-btn input {
  background: #c41230;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
  border: 1px solid #c41230;
  font-weight: 600;
  cursor: pointer;
  transition: all 1s;
}
.submit-btn input:hover {
  background: #000;
  border-color: #000;
}
.keyword-search {
  flex: 1;
}
.home-section {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.home-flex.flex-container {
  gap: 70px;
  align-items: center;
}
.home-text h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
.home-img, .home-text {
  flex: 1;
}
.red-btn {
  padding: 15px 20px !important;
  border: none !important;
  background: #c41230 !important;
  color: #fff !important;
  font-size: 18px !important;
  margin-top: 30px !important;
  cursor: pointer !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  transition: all 1s;
}
.red-btn:hover {
  background: #000 !important;
}
.red-btn .fas {
  margin-right: 8px;
}
.c-btn {
  margin-top: 20px !important;
}
.black-btn {
  padding: 12px 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 18px !important;
  cursor: pointer !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  transition: all 1s;
  width: 100%;
}
.black-btn:hover {
  background: #c41230 !important;
}
.black-btn .fas {
  margin-right: 8px;
}
.home-img img {
  max-width: 100%;
}
.home-text p {
  font-size: 18px;
  line-height: 32px;
}
/*CTA STYLES*/
.cta-flex {
  gap: 20px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
}
a.cta-container {
  width: 305px;
  height: 250px;
  overflow: hidden !important;
  position: relative;
  cursor: pointer;
}
a.cta-container:hover .red-bottom {
  background: #000;
}
.cta {
  flex: 1;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.red-bottom {
  background: #c41230;
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  transition: all 1s;
  width: 100%;
}
.hay {
  background: url("../siteart/hay-cta.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 50%;
}
.feed {
  background: url("../siteart/livestock-cta.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 50%;
}
.search-of {
  background: url("../siteart/search-cta.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.all {
  background: url("../siteart/all-cta.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.home-contact-box {
  padding: 50px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background: #fff;
}
.contact-box {
  padding: 0px !important;
  background: #fff;
  overflow: hidden !important;
}
.thank-box, .contact-box, .about-box, .search-box {
  background: #fff;
  padding: 50px;
  border: 1px solid #ccc;
}
.thank-box {
  background: url("/siteart/thank-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 70%;
  padding: 90px 50px;
}
.flex-homecontact {
  justify-content: space-between;
  gap: 60px;
}
.flex-contact {
  justify-content: space-between;
  gap: 1rem;
  padding: 50px;
}
.flex-contact:before {
  content: "";
  border: .1px solid #eaeaea;
  align-self: stretch;
}
.flex-contact .home-contact {
  order: -1;
}
.mobile-search {
  display: none;
}
.home-contact {
  flex: 1;
}
.home-map {
  flex: 2;
}
.home-contact h3, .home-contact h1 {
  color: #c41230;
  font-size: 28px;
  margin-bottom: 10px;
}
.home-map h2 {
  font-size: 22px;
  margin-bottom: 0 !important;
}
.home-contact p, .home-contact a {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.home-contact a:hover {
  text-decoration: underline;
  transition: all 1s;
}
.home-contact strong {
  font-weight: 700;
}
.social-icon {
  color: #c41230;
  font-size: 28px;
  margin-top: 10px;
}
.social-icon:hover {
  color: #000;
  transition: all 1s;
}
.grey-body {
  background: #f1f1f1;
}
.search-page a {
  font-weight: 800;
  color: #c41230;
}
.search-page a:hover {
  color: #000;
  transition: all 1s;
  text-decoration: underline;
}
.flex-search {
  flex-wrap: wrap;
  gap: 40px;
}
.search-type.center {
  flex: 1;
}
.search-type.center h3 {
  margin-bottom: 0;
}
.search-type img {
  max-width: 100%;
}
.about-box img {
  max-width: 100%;
}
.flex-about {
  flex-direction: row;
  margin: 0 -1em;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.about-slider {
  flex: 2;
  overflow: hidden;
}
.about-slide {
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 100%;
  flex-wrap: wrap;
  background: fade(#ebebeb, 10%);
  height: auto;
}
.about-img {
  display: flex;
  flex: 1 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-img img {
  display: block;
  width: 100%;
  margin: auto;
}
.about-text {
  flex: 1;
}
.about-slider {}
#about-p {
  margin-bottom: 8px
}
/*--------HOVER STYLES--------------------*/
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  position: relative;
  transform-origin: top;
  background: #eeeeee;
  padding: 10px;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  top: 0px;
  box-shadow: rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.thank-box .red-btn .hvr-forward {
  transition: all 1s !important;
}
.thank-box .red-btn:hover .hvr-forward {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/*----- SEARCH ----*/
#search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999999999;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
}
.search-btn {
  display: none !important;
}
.search-btn img {
  width: 35px !important;
}
#search-header input {
  caret-color: #c41230;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c41230;
  opacity: 1; /* Firefox */
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c41230;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #c41230;
}
.search-wrap {
  width: 90%;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 90% !important;
  border: none !important;
  font-size: 24px !important;
  color: #c41230 !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;
}
/*-------- FOOTER STYLES ----------------*/
footer {}
.top-footer {
  background: #c41230;
}
.flex-container.flex-footer {
  padding: 30px 0;
  color: #fff;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.foot-nav {
  flex: 1;
  flex-grow: 1;
}
.foot-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.foot-nav a, .foot-nav a {
  font-family: 'Lato', sans-serif;
  color: #fff !important;
  font-size: 15px;
  line-height: 22px;
}
.foot-nav a {
  display: inline-block;
  transition: all .4s;
}
.foot-nav a:hover {
  color: #000;
}
span.foot-contact {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
.foot-nav .fab {
  font-size: 18px;
  color: #fff;
  transition: all .4s;
}
.foot-nav .fab:hover {
  color: #000;
}
.bottom-footer {
  background: #b50e2a;
}
.bottom-footer p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-align: center;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv {
  padding: 5% 0;
}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
  font-family: 'Raleway', sans-serif !important;
} /* Reset font, ignore icons */
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
  -moz-border-radius: 90px !important;
  -o-border-radius: 90px !important;
  -webkit-border-radius: 90px !important;
  border-radius: 90px !important;
}
.list-top-section .list-title .list-title-text, .faceted-search-content .selected-facets-container .selected-header, .list-content .listing-portion-title, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .faceted-search-content .faceted-section-head, .list-content .list-listing .dealer-name, .detail-wrapper .detail-title, .currency-selector, .detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button, .list-content .list-error-container .info button {
  font-family: 'Raleway', sans-serif !important;
}
.view-listing-details-link, .list-content .list-listing .listing-top-right, .list-content .spec-label, .list-content .dealer-data, .list-content .list-listing .listing-main-stats, .faceted-search-content .faceted-section-box .faceted-option-checkbox-container label, .list-top-section .list-title .list-listings-count, .offer-btn:not([class*="Mui"]), .buy-btn:not([class*="Mui"]), .detail-additional-data .data-row, .detail-additional-data .data-row .data-value {
  font-family: 'Lato', sans-serif !important;
}
.list-content .list-listing-mobile .dealer-phone-container a {
  font-weight: 800;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin: 2px 3px 3px 4px;
}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type input[type=radio] {
  margin: 0px 3px 0px 6px;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i, .mobile-option-bar .mobile-option-bar-filter {
  color: #c41230 !important;
}
.list-content .list-error-container .info .selected-facet button {
  color: #fff !important;
}
.list-content .list-error-container .info .selected-facet {
  background: transparent !important;
  border: none !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0px !important;
}
.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-content .list-error-container .info button {
  background: #c41230 !important;
}
.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .list-content .list-error-container .info button {
  border: solid 1px #c41230 !important;
  transition: ease all 0.2s !important;
}
.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover, .list-content .list-error-container .info button:hover {
  background: #fff !important;
  color: #c41230 !important;
}
.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn, .fin-calc-mobile > a {
  background: #000 !important;
  border: solid 1px #000 !important;
  transition: ease all 0.2s !important;
}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {
  color: #000 !important;
}
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
  padding-left: 4px;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar, .fin-calc-mobile > a {
  background: #000 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {
  background: #000 !important;
}
.list-main-section .contact-options a {
  border: #000 solid 1px !important;
  transition: ease all 0.2s !important;
}
.list-main-section .contact-options a:hover {
  background: transparent !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {
  border-color: #000 !important;
  color: #000 !important;
}
.material-icons, .collapsible-content a {
  color: #fff !important;
}
#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
  background-color: #000 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
  height: 48px !important;
  box-sizing: border-box;
}
.detail-additional-data .data-row .data-value {
  background: rgba(0, 0, 0, 0.08) !important;
}
.list-content .list-listing, .list-content .list-listing-mobile {
  border-radius: 10px !important;
  border-color: #ccc !important;
}
.detail-additional-data h3 {
  margin: 10px 0 5px !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  background: transparent !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  border-color: #c41230 !important;
  color: #c41230 !important;
}
.compare-listings-container .compare-container {
  background: #fff !important;
}
.list-content .list-main-section {
  border: none !important;
}
.faceted-search-content, .compare-listings-container .compare-container {
  border-radius: 10px !important;
  border-color: #ccc !important;
  background: #fff !important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {
  .flex-about {
    gap: 40px;
  }
  .about-slider {
    flex: 1;
  }
  .flex-about {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1100px) {
  .home-flex.flex-container {
    gap: 40px;
  }
  .home-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1005px) {
  .cta-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  a.cta-container {
    width: 47%;
  }
  .home-map {
    flex: 1;
  }
  .flex-homecontact {
    gap: 40px;
  }
  .home-text h2 {
    font-size: 26px;
  }
  .home-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .red-btn {
    margin-top: 20px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .search-type.center {
    flex: 0;
    flex-basis: 45%;
  }
}
@media screen and (max-width: 930px) {
  .navigation {
    order: -1;
  }
  .flex-container.flex-head {
    flex-wrap: wrap;
  }
  .navigation, .search {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .about-text, .about-slider {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 845px) {
  .home-img {
    display: none;
  }
  .foot-nav {
    flex-basis: 45%;
  }
  .flex-search {
    gap: 30px;
  }
  .flex-contact .home-contact, .flex-contact .home-map {
    flex-basis: 100%;
  }
  .flex-contact {
    flex-wrap: wrap;
  }
  .flex-form {
    width: 100% !important;
  }
  .flex-contact, .thank-box, .about-box {
    padding: 30px;
  }
}
@media only screen and (max-width:775px) {
  .flex-homecontact {
    flex-wrap: wrap;
  }
  .home-contact, .home-map {
    flex-basis: 100%;
  }
  .home-contact-box {
    padding: 40px;
  }
  .mobile-search {
    display: block;
    padding: 25px 0;
    text-align: center;
    background: #c41230;
  }
  .desktop-only {
    display: none;
  }
  .hero-search {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .submit-btn input {
    background: #000;
    border-color: #000;
  }
  .hero-text h1 {
    margin-bottom: 0;
  }
  .hero-text {
    padding: 10% 0;
    text-align: center;
  }
}
@media only screen and (max-width: 620px) {
  a.cta-container {
    width: 100%;
    height: 200px;
  }
  .hay, .feed, .search-of, .all {
    background-position: 25% 75%;
  }
  .home-text h2 {
    font-size: 32px;
  }
  img.logo-img {
    width: 80px;
  }
  .search-type.center {
    flex: 0;
    flex-basis: 100%;
  }
  #search {
    height: 90px !important;
  }
  .cta-flex {
    width: 100%;
  }
	.search-header {
		display: inline-block;
	}
	
}
@media only screen and (max-width: 525px) {
  .hero-text h1 {
    font-size: 34px;
  }
  .red-btn {
    width: 100%;
    margin-top: 30px;
  }
  .hero {
    background-attachment: initial !important;
  }
	
	
}
@media only screen and (max-width: 410px) {
  .home-contact p, .home-contact a {
    inline-size: 200px;
    overflow-wrap: break-word;
  }
	
	
	.search-header input[type="text"]:not([class^="Mui"]) {
		padding: 0 !important;
	}
	
	#closeSearch {
		font-size: 18px;
	}
}