body {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-family: 'Roboto Condensed', sans-serif !important;
    /* overflow-x: hidden !important; */
}

* {
    box-sizing: border-box !important;
}

.fa {
    font-family: FontAwesome !important;
}

a {
    color: #FF565C;
    text-decoration: none;
    background-color: transparent;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

p {
    font-size: 14px;
    font-weight: 400;
}

.btn-primary {
    background: #0a1239;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 45px;
    border: 1px solid #211d57;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 0;
}

.btn-primary:hover {
    background: #fff !important;
    color: #262262 !important;
}

.btn-primary span {
    transform: skew(-23deg) !important;
    display: block;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.header {
    background-image: url(../img/headerBg.png);
    background-position: center top;
    height: 178px;
    position: absolute;
    z-index: 6;
    width: 100%;
}

.header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    z-index: -1;
    width: 17.5%;
}

.header .nav-gap {
    width: 220px;
}

.header .mob-cta {
    display: none;
}

.header .nav-link {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border-radius: 0;
    white-space: nowrap;
}

.header .nav-link:hover {
    color: #444444 !important;
}

.header i {
    background-color: #ef3239;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
}

.header .nav-item span {
    display: inline-block;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    left: auto;
    border: 0;
}

.header .navbar {
    margin-top: 18px;
}

.header .active {
    color: #444444 !important;
}

.hero-slider {
    position: relative;
}

.hero-slider .slider1a {
	background: url(../img/hero1a.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .slider2a {
    background: url(../img/hero2a.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .slider3a {
    background: url(../img/hero3a.jpg);
    height: 800px;
    background-size: cover;
    background-position: center;
}

.hero-slider .text-box {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-slider .text-box h2 {
    font-weight: 700;
    font-size: 86px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 85px;
}

.hero-slider .text-box h3 {
    font-weight: 700;
    font-size: 60px;
    color: #ffde16;
    text-transform: uppercase;
}

.hero-slider .text-box p {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-slider .text-box .btn-primary {
    color: #0a1239 !important;
    background-color: #fff;
    border: 0;
    padding: 18px 34px;
    margin: 30px 0 0 15px;
}

.hero-slider .text-box .btn-primary:hover {
    color: #fff !important;
    background-color: #0a1239 !important;
}

.hero-slider.inner .text-box {
    top: 260px;
    left: 0;
    width: 100%;
}

.hero-slider.inner .slider1a_inner {
    background: url(../img/green_grass.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
}

.form-control:focus {
    box-shadow: none;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
    background: #fff;
}

.inventory-row .container {
    max-width: 1620px !important;
    text-align: center;
}

.inventory-row .container img {
}

/*.inventory-row .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}*/

.invent-box {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.invent-box img {
    width: 100%;
}

.inventory-row a:hover .overlay {
    top: -100%;
}

.inventory-row h3 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 45%;
    text-shadow: 1px 2px 17px #000;
}

.invent-box a.shop-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 60%;
    display: inline;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ed1c24;
    border: 0;
    transition: all 200ms linear;
    font-weight: bold;
}

.invent-box a.shop-btn:hover {
    background-color: #06529c;
    border: 0;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name .selected-facets-container .selected-header strong {
	color: #000000!important;
}
.list-container-flexrow .spec-label .list-redesign .price-contain .list-content .spec-value .list-content .machine-location{
	color:#000000!important;
}
.fa-angle-up:before {
	color:#000000;
}

.fa-angle-down:before {
	color:#000000;
}

.include-captcha{display:none;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{color:black!important;}

.faceted-search-content .selected-facets-container .selected-header strong {color:#000000!important;}

.list-redesign .price-contain {color:#000000!important;}

.list-redesign .specs-container {color:#000000!important;}

.show-closest-first-container .sort-button-spoof {color:#000000!important;}

.show-closest-first-container .sort-button-spoof i {color: #000000!important;}

.fa-solid, .fas {color: #000000!important;}

.list-content .list-listing-title-link {color: #ef3239!important;}


/* .inventory-row h3:nth-child(5) {
  padding-top: 40%;
} */
.about-row {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../img/about-bg.jpg);
    background-position: center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    /*margin-top: 40px;*/
}

.about-row .text-wrapper {
    background-color: #212c33;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-row .container {
    max-width: 1200px;
}

.about-row h2 {
    font-size: 48px;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: left;
    background-image: url("../img/Line.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.about-row h4 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase;
}

.about-row p {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 25px;
    line-height: 25px;
}

.about-row h6 {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 25px;
    line-height: 25px;
}

.about-row p.bold {
    font-size: 16px;
    font-weight: 700;
}

.mediumText {
    font-size: 20px;
    line-height: 30px;
}

.contact-footer {
  position: relative;
  top: -40px;
}

.contact-footer .contact {
  background-color: #12193f;
  padding: 40px !important;
}

.contact-footer a {
  color: #fff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.contact-footer a:hover {
  color: grey!important;
}

.contact-footer i {
  background-color: #ef3239;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}

.contact-footer .row {
  margin-bottom: 20px;
}


.contact-footer .row.text-center a {
  margin: 0 5px; 
}

.contact-item {
  margin-bottom: 12px;
}

.social-icons {
  display: flex;
  justify-content: center; 

  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons .nav-link i {
  background-color: #ef3239;
  padding: 6px;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}

.social-icons .nav-link:hover {
  color: #fff;
}

.social-row {
	margin-top: 70px;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #12193f;
}

.footer p {
    font-size: 16px;
    color: #ffffff
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff !important;
}

.footer a {
    color: #ffffff
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.footer a.socialLink {
    vertical-align: middle;
}

.footer i.fa {
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu.png) !important;
    width: 19px !important;
    height: 16px !important;
}

.navbar-toggler {
    background: rgb(62, 86, 127);
    background: linear-gradient(180deg, rgba(62, 86, 127, 1) 27%, rgba(23, 47, 88, 1) 69%);
    border: 0;
    padding: 6px 10px 10px 10px;
    border-radius: 8px;
}

.navbar-toggler:focus {
    outline: 0;
}

.img-fluid {
    width: 100%;
}

.mobile-show {
    display: none;
}

.landingPage .about-row {
    padding-top: 156px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
	position: relative;
	background: #000;
	width: 700px;
	max-width: 90%;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
	max-height: 80vh;
}

.popup-image {
  width: 30%;
  background: #111;
}

.popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-form {
  width: 70%;
  padding: 55px;
  box-sizing: border-box;
}

.popup-form h2 {
  margin-top: 0;
  font-size: 22px;
  color: #fff;
}

.popup-form .subheading {
  font-size: 14px;
  margin-bottom: 20px;
  color: #ccc;
}

.popup-form form {
  display: flex;
  flex-direction: column;
}

.popup-form input {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.popup-form input::placeholder {
  color: #888;
}

.popup-form button {
  padding: 10px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.popup-form button:hover {
  border-color: #fff;
}

.popup-form .disclaimer {
  font-size: 10px;
  color: #777;
  margin-top: 10px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

/******* INVENTORY *******/



@media (max-width: 1919px) {
    .inventory-row .container {
        max-width: 1470px !important;
    }

    .header .nav-link {
        font-size: 14px;
        padding: 10px 16px !important;
    }

    .header {
        height: 158px;
        background-size: cover;
    }
}

@media (max-width: 1599px) {

    .inventory-row .container {
        max-width: 1310px !important;
    }

    .invent-box {
        margin: 0;
    }

    .header .nav-link {
        font-size: 14px;
        padding: 10px 11px !important;
    }

    .hero-slider .slider1a,
    .hero-slider .slider2a,
    .hero-slider .slider3a {
        height: 700px;
    }

    .hero-slider .text-box h2 {
        font-size: 66px;
        line-height: 69px;
    }

    .hero-slider .text-box .btn-primary {
        padding: 14px 19px;
        margin: 31px 0 0 15px;
        font-size: 14px;
    }

    .header .navbar {
        margin-top: 13px;
    }

    .header .nav-gap {
        width: 270px;
    }

    .header {
        height: 142px;
    }
}

@media (max-width: 1439px) {

    .inventory-row .container {
        max-width: 1210px !important;
    }

    .header {
        height: 134px;
    }

    .header .nav-link {
        font-size: 13px;
    }

    .header .navbar {
        margin-top: 10px;
        background: #fff;
    }

    .hero-slider .slider1a,
    .hero-slider .slider2a,
    .hero-slider .slider3a {
        height: 650px;
    }
}

@media (max-width: 1365px) {
    .header {
        height: 127px;
    }
}

@media (max-width: 1199px) {
    .header .mob-cta {
        display: block;
    }

    .header .mob-cta a {
        display: inline;
    }

    .header .nav-item:nth-child(6), .header .nav-item:nth-child(7) {
        display: none;
    }

    .header .nav-link {
        transform: skew(0deg);
    }

    .header .nav-item span {
        transform: skew(0deg);
    }

    .header {
        background-image: url(../img/headerBg2.png);
        background-position: center bottom;
        min-height: 143px;
        height: 214px;
        padding-bottom: 65px;
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .header .navbar-nav {
        padding-top: 160px;
    }

    .header .logo {
        width: 252px;
    }

    .inventory-row h3 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .invent-box {
        margin-bottom: 30px;
    }
    .inventory-row h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .inventory-row h3 {
        font-size: 28px;
    }

    .hero-slider .slider1a {
        background: url(../img/hero1b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }

    .hero-slider .slider2a {
        background: url(../img/hero2b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }

    .hero-slider .slider3a {
        background: url(../img/hero3b.jpg);
        height: 650px;
        background-size: cover;
        background-position: center bottom;
    }
}

@media (max-width: 600px) {

    .about-row h2 {
        font-size: 24px;
        margin-bottom: 21px;
    }

    .about-row p.bold {
        font-size: 14px;
        line-height: 21px;
    }

    .header .logo {
        width: 200px;
        top: 10px;
    }

    .header {
        min-height: auto;
        height: 195px;
        padding-bottom: 53px;
    }

    .header .navbar-nav {
        padding-top: 115px;
    }

    .hero-slider .text-box h2 {
        font-size: 45px;
        line-height: 40px;
    }

    .hero-slider .text-box h3 {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .hero-slider .text-box p {
        font-size: 16px;
    }

    .mobile-show {
        display: block;
    }

    .hero-slider .text-box .btn-primary {
        padding: 10px 22px;
        margin: 11px 0 0 15px;
        font-size: 12px;
    }

    .about-row {
        padding-top: 165px;
        /*padding-bottom: 85px;*/
        /*margin-top: -50px;*/
    }

    .about-row p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 575px) {
    .inventory-row h3 {
        font-size: 35px;
    }

    .invent-box {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 500px) {
  .popup-content {
    width: 90%;
    height: auto;
    flex-direction: column;
    border-radius: 0;
  }

  .popup-image {
    width: 100%;
    height: 200px;
  }

  .popup-form {
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .popup-form h2 {
    font-size: 18px;
  }

  .popup-form .subheading {
    font-size: 13px;
  }

  .popup-form input,
  .popup-form button {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .popup-form .disclaimer {
    font-size: 9px;
  }

  .popup-close {
    top: 10px;
    right: 10px;
    font-size: 22px;
  }
}


@media (max-width: 420px) {
    .inventory-row h3 {
        font-size: 24px;
    }
}


/*--- faceted links ---*/
.inventPage .about-row {
    text-align: left !important;
}

/*---compare CSS ----*/

.compare-chkbox-container .compare-listings .compare-chkbox {
    margin-right: 5px !important;
}

.compare-checked {
    color: #000 !important;
}

.compare-listings-container .compare-price, .compare-title h3 {
    color: #e8c609 !important;
}

.media-icon img {
    width: auto;
}

.compare-listings-container .compare-container .button {
    background: #e8c609 !important;
    color: #000 !important;
}


/*---- faceted links  ----*/

.compare-chkbox-container .compare-listings .fa-check{top:6px!important;left:1px!important;color:#000!important;}
.list-content .listing-portion-title, .contact-info-heading h2{padding-left: 0!important;background-image: none!important;}
.detail-content-mobile .contact-options a, .detail-content-mobile .dealer-info, .dealer-info h3, .detail-content-mobile .address{color:#FFF!important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p{padding:0!important;margin-bottom: 13px!important;}
.fin-calc p{padding:0!important;margin-bottom:0!important;}

.list-content .list-main-section .list-container {
    margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
label
input {
    margin-right: 5px !important;
}

.faceted-search-content .faceted-section-head {
    width: 100% !important;
}

.list-content
.list-main-section
.list-container
.list-listing
.listing-top-right
.view-listing-details-link,
.list-content
.list-main-section
.list-container
.list-listing
.listing-top-right
.check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.contact-options a, .fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.faceted-search-content
.faceted-section-box
.show-all-modal
.show-all-modal-content-container
.show-all-modal-content
.title-close-row
.apply-button {
    background: #ed1c24 !important;color: #000!important;
}

.faceted-search-content .faceted-section-head {
    background: #ed1c24 !important;
    color: #000 !important;
}

.list-content
.list-main-section
.list-container
.list-listing
.listing-top-right
.listing-dealer-info
.dealer-name,
.list-content
.list-main-section
.list-container
.list-listing
.listing-top
.listing-top-left
.listing-main-stats
.price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title {
    color: #ed1c24 !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !important;
}

.list-content .list-title, .list-content .list-title .list-listings-count,
.breadcrumbs .breadcrumbs-element,
.detail-content .dealer-info .field-value, .detail-content .dealer-info .field-name, .detail-content .search-results, .contact-information a,
.detail-content .dealer-info .google-maps-link i, .detail-additional-data h4,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container {
    color: #fff !important;
}

.list-content .list-top-section .listing-option-bar.sticky-top-menu .list-sort-order .sort-by-dropdown-container {
    color: #000 !important;
}



.legal-text-content,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content
.faceted-section-box
.faceted-date-range
.days-ago-input, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats,
.compare-chkbox-container .compare-listings .compare-label, .detail-additional-data .data-row .data-value {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content
.faceted-section-box
.show-all-modal
.show-all-modal-content-container
.show-all-modal-content
.title-close-row
.back-button {
    border: 1px solid #ed1c24 !important;
    color: #ed1c24 !important;
}

.list-content .listing-bottom .listing-description-text,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats,
.detail-content .detail-additional-data .data-row .data-value, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .all-options-container .option-container .faceted-option-checkbox-container .option-name, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row i, .faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .show-all-modal-title {
    color: #000 !important;
}

.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-name {
    margin-top: 0 !important;
}

@media (max-width: 992px) {
    .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
    .detail-content-mobile
    .detail-main-body
    .main-detail-data
    .send-email-btn-mobile,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #ed1c24 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #ed1c24 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #ed1c24 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #ed1c24 !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content
    .list-listing-mobile
    .dealer-phone-container
    .dealer-phone-text {
        border: 1px solid #ed1c24 !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #ed1c24 !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content
    .faceted-section-box
    .faceted-option-checkbox-container
    .option-name, .list-content .list-listing-mobile .listing-description,
    .list-content .list-listing-mobile {
        color: #000 !important;
    }
}
