body {
    margin: 0;
    -webkit-text-size-adjust: none;
}
.bold {font-weight: 700;}
html {
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
}

@media screen and (min-width: 360px) {
    html {
        font-size: calc(1em + 9 * (100vw - 360px) / 1560);
        font-size: -webkit-calc(100% + 9 * (100vw - 360px) / 1560);
    }
}

.font-level-one {
    font-size: 2.566em;
}

.font-level-two {
    font-size: 1.266em;
}

.font-level-three {
    font-size: 0.79em;
}

.font-level-special-one {}

.font-level-special-two {}

.font-level-special-three {
    font-size: 16px;
}

.font-white {
    color: white!important;
}

.font-white:hover {
    color: white;
}

.font-lightblue {
    color: #3d6c99;
}

.font-darkblue {
    color: #0a2d4e;
}

.font-red {
    color: #cc1f14;
}

.font-red:hover {
    color: #cc1f14;
}

.font-orange {
    color: #ff6740;
}

.font-black {
    font-weight: 900;
}

.font-bold {
    font-weight: 600;
}

.font-semibold {
    font-weight: 700;
}

.font-regular {
    font-weight: 400;
}

.underline-on-hover {
    text-decoration: none;
}

.underline-on-hover:hover {
    text-decoration: underline;
}

.hover-cursor {
    cursor: default;
}

.hover-cursor:hover {
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}

.un-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-shell {
    background-color: #0a2d4e;
    position: relative;
    z-index: 2;
}

.nav-skin {
    width: 100%;
}

.logo-skin {
    width: 75%;
}

@media screen and (min-width:475px) {
    .logo-skin {
        width: 16.7%;
    }
}

.nav-logo {
    width: 100%;
    max-width: none;
}

@media screen and (min-width:475px) {
    .nav-logo {
        width: 319px;
    }
}

.navlinks-skin {
    width: 22%;
    text-align: right;
    margin-right: 0;
}

@media screen and (min-width: 475px) {
    .navlinks-skin {
        width: 75%;
        text-align: right;
        margin-right: 2%;
    }
}

.navlink {
    margin: 0 0.5%;
}

.navwidget-skin {
    width: 6.3%;
    text-align: center;
    display: none;
}

@media screen and (min-width: 475px) {
    .navwidget-skin {
        display: inline-block;
    }
}

.navwidget {
    height: 53px;
    position: relative;
}

.bg-lightblue {
    background-color: #00fff5;
}

.bg-mediumblue {
    background-color: #3d6c99;
}

.bg-orange {
    background-color: #ff6740;
}

.feature-shell {
    background: #0a2d4e url("/siteart/AdobeStock_163468893.jpeg") no-repeat center center;
    background-size: cover;
    padding: 13em 0;
    color: white;
}

.slick-list {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    text-align: center;
}

.slick-slide:hover {
    cursor: grab;
}

.slick-slide:active {
    cursor: grabbing;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-prev:before,
.slick-next:before {
    font-family: inherit;
}

.cta-title {
    font-size: 2.887em;
    text-shadow: 2px 2px #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.cta-btn {
    padding: 0.5em 3em;
    background-color: #cc1f14;
}

.cta-btn:hover {
    cursor: pointer;
}

.slick-arrow-left,
.slick-arrow-right {
    width: 127px;
    height: 65px;
    z-index: 1000;
    display: none !important;
}

@media screen and (min-width:800px) {

    .slick-arrow-left,
    .slick-arrow-right {
        display: block !important;
    }
}

.slick-prev {
    -webkit-transform: scaleX(-1) translate(0, -50%);
    -ms-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%);
}

.about-shell {
    background-color: #f2f2f2;
}

.about-skin {
    width: 97%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media screen and (min-width: 970px) {
    .about-skin {
        width: 950px;
    }
}

.about-links-shell,
.about-links-skin {
    width: 100%;
}

.about-links-shell {
    margin: 0 0 2em 0;
}

.about-links-skin {
    text-align: center;
}

.about-link {
    margin: 3%;
    display: block
}

@media screen and (min-width:388px) {
    .about-link {
        margin: 0 1%;
        display: inline-block;
    }
}

@media screen and (min-width:575px) {
    .about-link {
        margin: 0 5%;
    }
}

.about-para-skin {
    width: 90%;
    text-align: left;
}

@media screen and (min-width: 750px) {
    .about-para-skin {
        width: 712px;
    }
}

.about-img-skin {
    width: 25%;
    display: none;
}

@media screen and (min-width: 970px) {
    .about-img-skin {
        display: inline-block;
    }
}

.about-img {
    width: 100%;
    box-sizing: border-box;
    padding: 10%;
    padding-right: 0;
}

.about-para,
.testimonial-para {
    letter-spacing: 2px;
    line-height: 1.5;
}

.about-btn-skin {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
}

.about-btn {
    font-size: 1em;
    border: 1px solid #cc1f14;
    padding: 0.5em 0;
    text-decoration: none;
    width: 76%;
}

@media screen and (min-width: 970px) {
    .about-btn {
        width: 570px;
    }
}

.about-content-row {
    margin-bottom: 1em;
    text-align: center;
}

@media screen and (min-width: 970px) {
    .about-content-row {
        margin-bottom: 1em;
        text-align: initial;
    }
}

.inventory-shell {
    background-color: white;
}

.inventory-title {
    text-transform: uppercase;
    margin-block-start: 0.83em;
    margin-top: 0.83em;
    margin-block-end: 0.83em;
    margin-bottom: 0.83em;
    ;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.inventory-skin {
    text-align: center;
}

.testimonial-skin {
    text-align: center;
}

.testimonial-title {
    text-transform: uppercase;
    margin-bottom: 0.25em;
    margin-block-start: 0.67em;
    margin-top: 0.67em;
    margin-block-end: 0.67em;
    margin-bottom: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.notch {
    width: 0;
    height: 0;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid white;
    margin: 0 auto;
}

.testimonial-para {
    width: 50%;
    margin: 0 auto;
    letter-spacing: 2px;
    line-height: 1.5;
}

.testimonial-para-inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width:776px) {
    .testimonial-para-inner {
        width: 42%;
    }
}

.nav-icon {
    position: absolute;
    top: 19%;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-title {
    margin: 0;
    margin-bottom: 1em;
}

.inv-btn-skin {}

.inv-btn {
    border: 1px solid #cc1f14;
    padding: 0.5em 0;
    text-decoration: none;
    width: 76%;
}

@media screen and (min-width: 970px) {
    .inv-btn {
        width: 570px;
    }
}

.test-btn-skin {
    padding-top: 1em;
    padding-bottom: 2em;
}

.test-btn {
    border: 1px solid #cc1f14;
    padding: 0.5em 0;
    text-decoration: none;
    width: 76%;
}

@media screen and (min-width: 970px) {
    .test-btn {
        width: 570px;
    }
}

.fa-quote-left,
.fa-quote-right {
    font-size: 5em;
    margin: 0 1em;
}

.quote-mark-skin {
    display: none;
}

@media screen and (min-width: 776px) {
    .quote-mark-skin {
        display: inline-block;
    }
}

.navlinks ul ul {
    display: none;
}

.nav-skin ul ul {
    display: none;
}

.nav-skin ul li:hover ul {
    display: block;
    line-height: 18px;
    z-index: 500;
    padding: 40px 0px;
}

ul.sub-menu {
    padding: 10px 0;
}

.nav-skin ul ul {
    position: absolute;
}

ul.sub-menu li {
    list-style: none;
    background: #fff;
    color: #0a2d4e;
}

ul.sub-menu li {
    width: 230px;
    padding: 10px 0;
    text-align: left;
	border-bottom: solid 1px #eee;
}

ul.sub-menu li a {
    font-size: 16px;
    line-height: 16px;
    color: #0a2d4e;
    background: #fff;
    text-align: left;
    width: 230px;
    padding-left: 10px;
    text-decoration: none;
}


.copyright-shell {
    font-family: 'Raleway', sans-serif;
    font-size: 0.5em;
    color: white;
    background-color: #0a2d4e;
    padding: 1em 0;
}

.copyright-skin {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .copyright-skin {
        width: 33%;
    }
}

.copyright-link,
copyright-link:hover {
    color: white;
    text-decoration: none;
}

.test-slides {
    padding-top: 1em;
}

.footer-skin {
    width: 95%;
    margin: 0 auto;
    padding: 1em 0 2em 0;
}

.footer-left {
    width: 100%;
}

@media screen and (min-width:680px) {
    .footer-left {
        width: 50%;
    }
}

.footer-col-one {
    margin: 0;
    width: 50%;
}

@media screen and (min-width:680px) {
    .footer-col-one {
        margin-right: 4em;
        margin-bottom: 1em;
        width: auto;
    }
}

.footer-col-one {
    margin: 0;
    margin-bottom: 3em;
    width: 50%;
}

@media screen and (min-width:680px) {
    .footer-col-one {
        margin-right: 4em;
        margin-bottom: 1em;
        width: auto;
    }
}

.footer-address {
    line-height: 0.9;
}

.footer-img-skin {
    text-align: right;
    width: 50%;
    display: none;
}

@media screen and (min-width:680px) {
    .footer-img-skin {
        display: inline-block;
    }
}

.nav-hamburger-skin {
    display: inline-block;
}

@media screen and (min-width:1111px) {
    .nav-hamburger-skin {
        display: none;
    }
}

.nav-fbo {
    display: none;
}

.mobile-fbo {
    display: block;
}

@media screen and (min-width:740px) {
    .nav-fbo {
        display: inline-block;
    }

    .mobile-fbo {
        display: none;
    }
}

@media screen and (max-width:1165px) {

	.navlink a{font-size:13px!important;}
}

.nav-sales {
    display: none;
}

.mobile-sales {
    display: block;
}

@media screen and (min-width:740px) {
    .nav-sales {
        display: inline-block;
    }

    .mobile-sales {
        display: none;
    }
}

.nav-avionics {
    display: none;
}

.mobile-avionics {
    display: block;
}

@media screen and (min-width:860px) {
    .nav-avionics {
        display: inline-block;
    }

    .mobile-avionics {
        display: none;
        ;
    }
}

.nav-maintenance {
    display: none;
}

.mobile-maintenance {
    display: block;
}

@media screen and (min-width:919px) {
    .nav-maintenance {
        display: inline-block;
    }

    .mobile-maintenance {
        display: none;
    }
}

.nav-rservations {
    display: none;
}

.mobile-reservations {
    display: block;
}

@media screen and (min-width:1040px) {
    .nav-rservations {
        display: inline-block;
    }

    .mobile-reservations {
        display: none;
    }
}

.nav-employment {
    display: none;
}

.mobile-employment {
    display: block;
}

@media screen and (min-width:1111px) {
    .nav-employment {
        display: inline-block;
    }

    .mobile-employment {
        display: none;
    }
}

.nav-about {
    display: none;
}

.mobile-about {
    display: block;
}

@media screen and (min-width:740px) {
    .nav-about {
        display: inline-block;
    }

    .mobile-about {
        display: none;
    }
}

.nav-contact {
    display: none;
}

.mobile-contact {
    display: block;
}

@media screen and (min-width:740px) {
    .nav-contact {
        display: inline-block;
    }

    .mobile-contact {
        display: none;
    }
}

.more-hamburger-label {
    display: none;
}

@media screen and (min-width: 740px) {
    .more-hamburger-label {
        display: inline-block;
    }
}

.menu-hamburger-label {
    display: inline-block;
}

@media screen and (min-width: 740px) {
    .menu-hamburger-label {
        display: none;
    }
}

.search-modal {
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    text-align: center;
    z-index: 1;
    top: 0;
    transition: top 0.25s;
}

.search-modal-active {
    top: 106px;
}

.container-default {
    text-align: left;
    height: 403px;
    overflow-y: scroll;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
    border: 4px solid #0A2D4E;
    height: 713px;
}

@media screen and (min-width: 1200px) {
    .container-default {
        width: 1122px !important;
    }
}

.mobile-link {
    margin-block-start: 1em;
    margin-top: 1em;
    margin-block-end: 1em;
    margin-bottom: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tops-search {
    background-color: #f2f2f2;
}

.search-modal-input {
    margin: 0.5em 1em!important;
    padding: 0.5em 1em!important;
    border: none!important;
    border-radius: 0!important;
    font-family: 'Raleway', sans-serif!important;
    width: 66%!important;
}

@media screen and (min-width:640px) {
    .search-modal-input {
        width: 470px!important;
    }
}

.search-modal-btn {
    margin: 0.5em 1em!important;
    padding: 0.5em 1em!important;
    margin-left: 0!important;
    border: none!important;
    background-color: #F56539!important;
    color: #122D4F!important;
    font-family: 'Raleway', sans-serif!important;
    font-weight: 700!important;
    border-radius: 0!important;
    -webkit-appearance: none!important;
}

.inv-sale-shell {
    background: #0a2d4e url("/siteart/caleb-woods-395775-unsplash.jpg") no-repeat center center;
    background-size: cover;
    padding: 1em 0;
    text-align: center;
}

.inv-info-shell {
    background-color: #f2f2f2;
    padding: 1em 0 2em 0;
    text-align: center;
}

.inv-info-skin {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width:770px) {
    .inv-info-skin {
        width: 750px;
        margin: 0 auto;
    }
}

.inv-info-title-skin {}

.inv-info-title {
    margin-bottom: 1em;
}

.inv-para-skin {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width:770px) {
    .inv-para-skin {
        width: 60%;
    }
}

@media screen and (min-width:1100px) {
    .inv-para-skin {
        width: 80%;
    }
}

.inv-para {
    line-height: 1.5;
    text-align: left;
}

.container {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.fas:hover {
    cursor: pointer;
}

.content-shell {
    background-color: #f2f2f2;
    padding: 1em 0;
}

.content-skin {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width:600px) {
    .content-skin {
        width: 30em;
    }
}

@media screen and (min-width:600px) {
    .about-content-skin {
        width: 34em;
    }
}

.content-para {
    line-height: 1.5;
    margin: 0;
}

.content-ul {
    margin: 1em 0 1em 0;
}

.content-ul-title {
    list-style: none;
}

.res-ul {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

.emp-ul {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
}

@media screen and (min-width:580px) {
    .res-ul {
        width: 50%;
    }
}

.res-ul-long {
    width: 100%;
}

.res-col-6 {
    width: 50%;
    display: inline-block;
}

.res-col-3 {
    width: 25%;
    display: inline-block;
}

.about-ul {
    list-style: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 1em;
    vertical-align: top;
    line-height: 1.5;
}

@media screen and (min-width:610px) {
    .about-ul {
        width: 50%;
    }
}

.contact-form {
    text-align: center;
}

.contact-input-left {
    margin-right: 4%;
}

.contact-input {
    border: none;
    background-color: white;
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
}

.contact-textarea {
    border: none;
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 0.5em 1.5em;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
}

#CaptchaAnswer {
    border: none;
    background-color: white;
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 0.79em;
    border-radius: 0;
}

.contact-submit {
    border: none;
    background-color: #0a2d4e;
    color: white;
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 0.79em;
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-submit:hover {
    cursor: pointer;
}

.contact-ul {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.79em;
    vertical-align: top;
    width: 33%;
    line-height: 1.5;
    margin-bottom: 1em;
}

.contact-ul-phone {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.contact-ul-hours {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.contact-ul-address {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.contact-content-skin {
    width: 90%;
}

@media screen and (min-width:1000px) {
    .contact-content-skin {
        width: 45em;
    }

    .contact-ul-phone {
        width: 30%;
    }

    .contact-ul-hours {
        width: 40%;
    }

    .contact-ul-address {
        width: 30%;
    }
}

.para-link, .CaptchaWhatsThisPanel a {
    color: #0a2d4e;
}

.para-link:hover, .CaptchaWhatsThisPanel a:hover {
    color: #ff6740;
}

.navlink a {font-size:15px;}



.list-content .has-search-bar{width: calc(72% - .75%)!important;}

@media screen and (max-width: 785px){
	.list-content .has-search-bar{width:100%!important;}
}
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, 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;
}

.compare-listings-container .compare-container .cs-btns a{background:#0a2d4e !important;}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {color:#0a2d4e !important;}

.selected-facet {padding: 8px 12px !important; color:#fff !important; background:#0a2d4e !important;}
.list-content .list-error-container .info button {background:#0a2d4e !important;}

.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 {color:#0a2d4e !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 {background:#0a2d4e !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{border: solid 1px #0a2d4e !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 {background: #fff !important; color: #0a2d4e !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {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 {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;}