body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    overflow-x: hidden !important;
    margin: 0;
}

* {
    box-sizing: border-box !important;
}

html {
    overflow-x: hidden !important;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/*===================== 
    ICONS 
=======================*/

.social-li {
    display: inline-block; border-radius: 0px;
    border: 2px solid #e60022;
    box-sizing: border-box !important; height: 40px; width: 40px;
    text-align: center;
    margin: 1px; background-color: transparent !important;
    font-size: 22px !important;
}

.social-li:hover {border: 2px solid white; transition: all ease 0.5s;}

.social-li > a {color:#e60022 !important; display: inline-block; vertical-align: sub;}
.social-li > a:hover {color: white !important;}

.social-li > .fas {color:  #e60022 !important; margin: auto;  display: inline-block; vertical-align: middle; margin-top: -3px;}
.social-li:hover > .fas {color: white !important; transition-duration: .5s;}
.social-li > .fab {color:   #e60022!important; margin: auto;  display: inline-block; vertical-align: middle; margin-top: -3px;}
.social-li:hover > .fab {color: white !important; transition-duration: .5s;}
.social-li > .fa-brands {color:  #e60022 !important; margin: auto;  display: inline-block; vertical-align: middle; margin-top: -3px;}
.social-li:hover > .fa-brands {color: white !important; transition-duration: .5s;}


.footiconspan { display: block; width: fit-content; margin-top: 3px; margin: auto;}
.footicon {text-align: center; display: block;}






.btn-primary {
    color: #fff !important;
    background-color: #cb2026;
    border: 0;
    padding: 8px 38px !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 3px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #000 !important;
    text-decoration: none;
    color: #fff !important;
}

h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

.myheader {
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    background: url(../img/white.png) repeat;
    /* background-position: left top; */
    z-index: 10001;
}

.myheader .logoCont {
    text-align: center;
    height: 120px;
}

.myheader .logo {
    margin-top: 0;
    position: absolute;
    left: 103px;
}

.myheader .contact-row {
    /* border-bottom: 2px solid #fff; */
    max-width: 933px;
    width: 100%;
    float: right;
    margin: 36px 135px 0 0;
    text-align: right;
}

.myheader .contact-row p {
    font-size: 28px;
    color: #000;
    display: inline-block;
    margin-left: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 0;
}

.myheader .contact-row a {
    color: #000;
    text-decoration: none;
    transition: all 200ms linear;
}

.myheader .contact-row a:hover {
    color: #fe0024;
}

.myheader .menu-row {
    width: 100%;
    float: right;
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.myheader .nav-link {
    color: #fff !important;
    font-size: 16px;
    padding: 0.5rem 0.6rem !important;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 200ms linear;
}

.myheader .nav-link:hover {
    color: #fe0024 !important;
    background-color: #1d2124;
    border: 0;
}

.navbar-expand-md .navbar-nav {
    margin-left: auto;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-radius: 0;
    top: 36px;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #fe0024;
    color: #fff;
    border: 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 0;
}

.myheader .active {
    border-bottom: 4px solid #fff;
}

.navbar-toggler {
    padding: 0;
    border: 0px solid transparent;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-collapse {
    z-index: 99 !important;
}

.banner {
    /* background-image: url(../img/hero1a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top; */
    /* background: url(../img/concrete_wall.png) repeat; */
    /* height: 738px; */
    position: relative;
}

.banner .slide {
    position: relative;
    width: 100%;
    top: 0;
    /*z-index: -1;*/
}

.banner.innerPage {
    background-image: url(../img/hero1a.jpg);
    background-repeat: no-repeat;
    height: 132px !important;
    background-size: cover;
    background-position: left top;
}

.banner h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner h3 span {
    color: #cb2026;
}

.banner h3 br {
    display: none;
}

.banner .text {
    padding: 140px 0 0 86px;
    max-width: 696px;
    width: 90%;
}

.banner p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
}

.carousel-inner .carousel-item img {
    position: static;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 1;
    /* display: block; */
    width: 100%;
    /* visibility: hidden; */
}


/* --- Quick Links --- */

.quicklinks {
    /*position: absolute;
    bottom: 35%;*/
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.quicklinks .wrapper {
    /*position: absolute;
    width: 96%;
    max-width: 1480px;*/
    margin: 0 auto;
    padding: 0;
}
.quicklinks .row {
    display: block;
}
.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 31%;
    margin: 1%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.linkbox img {
    width: 100%;
    transition: all 200ms linear;
}

.linkbox:hover > img {
    transform: scale(1.1);
}

.overlay {
    width: 100%;
    height: 98.5%;
    max-height: 100%;
    display: block;
    background: url(../img/black.png) repeat;
    position: absolute;
}

.linktitle {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.linktitle > .myh2,
.linktitle h3 {
    color: #fff !important;
    padding: 0;
    line-height: 1.2em;
}

.linktitle > .myh2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px !important;
     text-shadow: 2px 2px 5px black;
    color: white !important;
}

.linktitle h3 {
    border-bottom: 5px solid #e60022;
    padding-bottom: 5px;
    text-shadow: 2px 2px 5px black;
}

.linktitle h4 {
    font-weight: normal;
    color: white;
    font-size: 18px;
}

.linktitle h4 span {
    color: #e60022;
}

/* Auction Tab */
.auctionTimeLogo {
    width: 250px;
    float: right;
    position: relative;
    margin-bottom: 30px;
    margin-top: -5px;
    padding: 0px 10px;
}

ul#subNavList li a.menu {
    font-size: 12px !important;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
    margin-right: 5px !important;
}

#carouselExampleIndicators img.MobImg {
    display: none;
}


/* --- Quick Links End --- */

.home-contact-row {
    padding-bottom: 80px;
    padding-top: 80px;
}

.form-control {
    border-radius: 0;
    height: calc(0.8em + 0.90rem + 2px);
    padding: 0 0.75rem;
}

.home-contact-row label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.2rem;
}

.home-contact-row h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.home-map-row .contact-box {
    background-color: #fff;
    padding: 42px 20px;
}

.home-map-row .contact-box .box {
    display: inline-block;
    margin: 10px 25px 10px 25px;
    vertical-align: top;
    text-align: left;
}

.home-map-row .contact-box .box h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

.home-map-row .contact-box .box p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}

.home-map-row .contact-box .box a {
    color: #000;
    text-decoration: none;
}

.main-container {
    /* background-image: url(../img/main-bg.png);
    background-repeat: repeat-x;
    background-size: cover; */
    padding: 50px 0;
}

.main-container.inventCont {
    background-image: url(../img/main-bg.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 50px 0;
}

.main-container h1 {
    color: #e60022;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-container a {
    color: #e60022;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.main-container.our-team a,
.main-container.creditCont a {
    font-size: 18px;
}

.quickSearch h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.quickSearch .inventCont {
    position: relative;
}

.quickSearch .inventCont a {
    text-decoration: none;
    color: #fff;
    transition: all 200ms linear;
}

.quickSearch .inventCont a:hover {
    color: #e60022;
}

.quickSearch .textCont {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.quickSearch .textCont p {
    /* color: #fff; */
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(145, 145, 145, 1);
}

.quickSearch .textCont h5 {
    /* color: #fff; */
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(145, 145, 145, 1);
}

.quickSearch .form-group {
    margin-bottom: 0.6rem;
}

.quickSearch .btn-primary {
    padding: 2px 38px !important;
    font-size: 16px;
}

.quickSearch img {
    width: 100%;
}

.slider-cont {
    background-color: #e60022;
}

.logo-row {
    background-image: url(../img/logo-rowBg.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    padding: 12px 0 93px 0;
}

.logo-row img {
    display: inline-block;
    vertical-align: middle;
    margin: 16px 22px;
    width: 8%;
  border: 1px solid #9aa7af;
  padding: 5px;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #000;
  position: relative;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ababaa;
}

.footer a {
    color: #ababaa;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ababaa;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ababaa;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 12px;
}

.footer .linkCont h4 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .linkCont ul {
    margin-left: -40px;
    padding: revert !important ;
}

.footer .linkCont ul.untitled {
    margin-top: 28px;
}

.footer .linkCont ul li {
    list-style: none;
}

.footer .linkCont a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 200ms linear;
}

.footer .linkCont a:hover {
    color: #e60022;
}

.myheader .navbar-toggler-icon {
    background-image: url(../img/toggler-icon.png) !important;
    width: 94px !important;
    height: 16px !important;
}

.inner-page {
    padding: 50px 0 50px 0;
}

small {
    font-size: 12px;
}

span.wordCall {
    display: none;
}

.left-border {
    border-left: 1px solid #dee2e6;
}

.pad-5 {
    padding: 3rem;
}

.contactleft {
  float: left;
  width: 36%;
  padding: 5px 0 5px 5%;
  background: #000;
  position: relative;
}

.contactleft h4, .contactleft p {
  color: #fff;
}
.contactleft p span {
  color: white;
  margin-left: 5%;
}
.contactleft p {
  padding: 0;
  margin: 0;
}

.contactleft:after {
  content: " ";
  position: absolute;
  display: block;
  width: 115px;
  height: 100%;
  top: 0;
  right: -115px;
  z-index: 1;
  background: #000;
  transform-origin: bottom left;
  -ms-transform: skew(40deg, 0deg);
  -webkit-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
}

.contactright {
  float: right;
  padding-right: 5%;
  margin-top: 15px;
}

.contactright h3 {
  color: #e60022;
  padding: 0;
}

.contactright h3 span {
  color: #000;
}

.contactright a {
  color: #e60022;
}

.clear {
  clear: both;
}

.mapped iframe {
  height: 470px;
  border-top: 5px solid #000 !important;
}

.footerlogo {
  position: absolute;
  top: -90px;
  width: 20%;
  right: 40%;
  left: 40%;
}

/* media query */

@media (max-width: 1439px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
    }

    .myheader {
        background-position: -89px top;
    }

    .myheader .logo {
        left: 56px;
    }

    .myheader .contact-row {
        max-width: 833px;
        margin: 23px 34px 0 0;
    }
}

@media (max-width: 1400px) {
    .home-map-row .contact-box .box {
        display: inline-block;
        margin: 90px 11px;
        vertical-align: top;
        text-align: left;
    }
}

@media (max-width: 1270px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;
        padding: 0.5rem 0.5rem !important;
    }

    .home-map-row .contact-box .box {
        display: block;
        margin: 30px auto;
        width: 60%;
    }
}

@media (max-width: 1210px) {
    .myheader .contact-row {
        max-width: 696px;
    }

    .myheader .contact-row p {
        margin-left: 20px;
    }

    .myheader .logo {
        left: 20px;
    }

    .myheader .nav-link {
        font-size: 14px;
        padding: 0.5rem 1rem !important;
    }
}

@media (max-width: 1199px) {
    .navbar-toggler {
        margin-right: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media (max-width: 1024px) {
  .contactleft p span {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 1072px) {
    .myheader .contact-row {
        border: 0;
        margin: 23px 15px 0 0;
    }

    .banner .text {
        padding: 140px 0 0 35px;
    }
}

@media (max-width: 991px) {
    .inner-page {
        padding: 150px 0 50px 0;
    }

    .myheader {
        background: #fff;
    }

    .myheader .contact-row {
        padding-top: 18px;
        margin: 28px 20px 0 0;
    }

    .myheader .menu-row {
        max-width: none;
    }

    .myheader .contact-row p {
        margin-bottom: 0;
    }

    .myheader .contact-row p {
        margin-left: 0;
        font-size: 12px;
    }

    .myheader .col-lg-9 {
        margin-top: 30px;
    }

    .quickSearch .textCont p {
        font-size: 16px;
    }

    .quickSearch .textCont h5 {
        font-size: 21px;
    }

    .main-container a {
        font-size: 17px;
    }

    ul.serviceList  {
      text-align: left;
    }
    .footerlogo {
      width: 26%;
      left: 31%;
      right: 37%;
      top: -101px;
    }
}

@media (max-width: 700px) {
    .logo-row img {
        display: inline-block;
        vertical-align: middle;
        margin: 35px 20px;
    }
}

@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .left-border {
        border-left: 0;
    }

    .contactleft h4 {
      font-size: 1.2rem;
    }
    .contactleft p {
      font-size: 14px;
    }
}

@media (max-width: 650px) {
    .banner .text {
        padding: 30px 0 0 0;
        margin: auto;
    }

    .banner h3 {
        font-size: 16px;
    }

    .banner p {
        line-height: 25px;
        padding-right: 0;
    }

    .banner h3 br {
        display: block;
    }

    .home-contact-row {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .home-map-row .contact-box .box {
        display: block;
        margin: 30px auto;

        width: 90%;
    }

    .logo-row img {
        width: 30%;
    }
}

@media (max-width: 547px) {
    .main-container h1 {
        font-size: 24px;
    }

    span.wordCall {
        display: inline-block;
    }

    span.callNu {
        display: none;
    }

    .quickSearch .searchCont {
        margin-top: 20px;
    }

    .pad-5 {
        padding: 3rem 0;
    }

    .main-container a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1340px) {
    .linktitle > .myh2 {
        font-size: 30px;
    }

    .linktitle h3 {
        font-size: 28px;
    }

    .linktitle h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .linktitle > .myh2 {
        font-size: 40px;
    }

    .linktitle h3 {
        font-size: 24px;
    }

    .linktitle h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .linktitle > .myh2 {
        font-size: 24px;
    }

    .linktitle h3 {
        font-size: 22px;
    }

    .linktitle h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 760px) {
    .quicklinks .wrapper {
        width: 92%;
    }

    .linktitle > .myh2 {
        font-size: 20px;
        line-height: 1em;
    }

    .linktitle h3 {
        font-size: 18px;
    }

    .linktitle h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    #carouselExampleIndicators img.MobImg {
        display: block;
    }

    #carouselExampleIndicators img.DeskImg {
        display: none;
    }

    .main-container {
        padding: 30px 0;
        text-align: center;
    }

    #linkwrap {
        width: 100%;
        position: relative;
    }

    .linkbox {
        width: 99%;
        margin: 1% auto;
        border: 1px solid #fff;
        text-align: inherit;
    }

    .linkbox h1 {
        font-size: 20px;
    }

    .linkbox h3 {
        font-size: 16px;
    }

    .quicklinks {
        position: relative;
        padding: 2% 0;
        top: 75%;
    }

    .home-map-row .contact-box {
        text-align: center;
        padding: 20px;
    }

    .contactleft {
      width: 96%;
      padding: 5px 2%;
      text-align: center;
      float: none;
      display: block;
    }

    .contactright {
      margin: 0 auto;
      float: none;
      padding: 5px 0;
      text-align: center;
      display: block;
    }
}

@media screen and (max-width: 480px) {
    .linkbox h1, .welcome h1 {
        font-size: 32px;
    }

    .linkbox h3, .welcome h3 {
        font-size: 24px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
    .myheader .logo {
        width: 80%;
        top: 28px;
    }
}

/*--- faceted links ---*/

.inventCont > .container {
    width: 100% !important; max-width: 100% !important;
}

.inventCont > .container > .container {
    width: 100% !important; max-width: 100% !important;
}

#inventory-wrapper > .container {
    width: 100% !important; max-width: 100% !important;
}

.body-wrapper > .list-content {
   max-width: 100% !important;
}

.myinvwrap {
    max-width: 1600px; display: block; margin: auto; padding-top: 25px; padding-bottom: 25px;
}


body.inventPage {
    position: relative !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;
}

.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: #e60022 !important;
}

.faceted-search-content .faceted-section-head {
    background: #e60022 !important;
    color: #fff !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 {
   
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-name,
.contact-information a,
.faceted-search-content
.faceted-section-box
.faceted-option-checkbox-container
.option-count,
.list-content
.list-top-section
.listing-option-bar
.list-sort-order
.sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.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 {
    color: #000 !important;
}

.view-listing-details-link:hover {color: white !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 #e60022 !important;
    color: #e60022 !important;
}

.list-content .listing-bottom .listing-description-text {
    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: #e60022 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #e60022 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #e60022 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #e60022 !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 #e60022 !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: #e60022 !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 {
        color: #000 !important;
    }
}
