/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #f0cdc5;
      --color-primary-100: #e6ada4;
      --color-primary-200: #dc8d83;
      --color-primary-300: #d26d62;
      --color-primary-400: #c84d41;
      --color-primary-500: #be2d20;
      --color-primary-600: #a1261b;
      --color-primary-700: #841f16;
      --color-primary-800: #671811;
      --color-primary-900: #4a110c;
      --color-primary-950: #2d0a07;
      --btn-link-disabled-color: #be2d20;
      --btn-primary-color: #fff;
      --btn-primary-border-color: #be2d20;
      --btn-primary-bg: #be2d20;
      --btn-primary-hover-color: #fff;
      --btn-primary-hover-border-color: #000;
      --btn-primary-hover-bg: #000;
      --btn-default-color: #000;
      --btn-default-border-color: #fff;
      --btn-default-bg: #fff;
      --btn-default-hover-color: #fff;
      --btn-default-hover-border-color: #be2d20;
      --btn-default-hover-bg: #be2d20;
      --lightest-gray-color: #efefef;
      --extra-light-gray-color: #c8c8c8;
      --light-gray-color: #969696;
      --gray-color: #646462;
      --dark-gray-color: #323232;
      --black-color: #262626;
  }
  /* END Custom Color Scheme CSS */

/* GENERAL */
.content-page-title .ddc-footer h1, .content-page-title .navbar h1, .content-page-title .page-header h1,
.ddc-footer .container, .ddc-footer .content-page-title h1, .navbar .container, .navbar .content-page-title h1,
.page-header .container, .page-header .content-page-title h1 {width: 100%!important;}
.divider-centered-border-bottom.divider-primary::after {border-width: thick;}
.divider-left-border-bottom::after {
    content: '';
    display: block;
    width: 150px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0;
    margin-left:0;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-primary-500);
}
.divider-center-border-bottom::after {
    content: '';
    display: block;
    width: 150px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-primary-500);
}
.links-single-cta ul {padding-inline-start: 0;}
.links-single-cta .list-inline>li {padding: 0; margin: 0;}
.links-single-cta ul li:last-child {margin-left: 0; padding: 0;}

/* fbarfety 11694673 SECONDARY HEADER */
#template-site-search1-app-root {display: flex; bottom: 60px; right: 20px;}
.ddc-composer #template-site-search1-app-root {bottom: 90px;}
#secondary-contact {float: right; position: absolute; right: 90px; top: 12px;}
#secondary-contact ul li {display: inline; list-style-type: none; padding: 0 15px; font-size: 16px;}
#secondary-contact ul li a {color: #646464;}
#secondary-contact ul li a:hover {color: #840900; text-decoration: none;}
#secondary-contact .ddc-icon {color: #bf2e1b; font-weight: 600;}

/* fdbarfety 11675289 HEADER */
.responsive-type .page-header {font-size: .75rem;}
.page-header .header-default .vcard.header-logo-enabled {position: relative; right: 0; top: 138px; z-index: 9; padding: 0; margin: 0;}
.ddc-composer .header-default .vcard.header-logo-enabled {top: 156px; height: 60px;}
.page-header .header-default .vcard.header-logo-enabled {height: 60px;}
.page-header .header-default .vcard .tels .tel {font-size: 14px; font-style: italic; color: #000; position: relative; right: 60px; bottom: 5px; font-weight: 600; transform: skewX(25deg);}
.page-header .header-default .vcard .tels .tel.phone1 {font-size: 14px;}
.page-header.noShrink .header-default .vcard .tels .tel {padding: 0; transform: skewX(29deg);}
.mycars {padding-right: 50px;}
.ddc-composer .mycars {position: relative; top: 100px;}
.ddc-site .noShrink .mycars-default {bottom: -10px;}
.page-header {background: #efefef;}
.page-header .header-default .vcard {background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(200,200,200,1) 100%); width: 295px; float: right; transform: skewX(-25deg); left: 40px;}
.header-logo.header-logo-style:after {content: ''; height: 141px; background: linear-gradient(to bottom, rgba(200,200,200,1) 0%,rgba(255,255,255,1) 100%); transform: skewX(-25deg); width: 420px; display: block; margin: 0; padding: 0; position: absolute; top: -22px; right: -50px; z-index: -1;}

/* NAV */
.navbar-nav {position: relative; float: initial; width: 100%; margin: 0;}
.navbar-default {background: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%);}
.navbar-nav li.ddc-nav-icon-list-item a.ddc-nav-icon-link {font-size: 14px;}
.navbar-nav .nav>li>a {min-width: auto; display: flex; justify-content: center; align-items: center; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; padding: 10px;}
.navbar-nav>li>a {font-size: 15px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.currentPage>a, .navbar-default .navbar-nav>.currentPage>a:focus, .navbar-default .navbar-nav>.currentPage>a:hover {color: var(--color-neutral-0); background-color: transparent;}
.navbar-default .navbar-nav .dropdown .caret {color: var(--color-neutral-0);}
.navbar-nav .nav>li>a:not(.nav-last a.ddc-nav-icon-link, a[href*="locations"])::after {content: " "; position: absolute; border-left: 1px solid #fff; top: 20%; right: 0; height: 55%; margin-top: auto; margin-bottom: auto;}
.navbar-nav>li>.dropdown-menu {background-color: #c8c8c8;}
.nav-links a:hover {background-color: #969696;}
.navigation-default .dropdown-menu h4 {color: #262626;}
.navigation-default .dropdown-menu a:not(.btn) {color: #262626;}
.navigation-default .dropdown-menu>li {border-left: 1px solid var(--dark-gray-color);}
.hours-default span.key, .hours-default span.value,
.ddc-mega-menu-nav .contact-form label,
.navbar-nav .alert.alert-info {color: #000;}
.hours-default .today span.key, .hours-default .today span.value {color: #fff;}
.ddc-mega-menu-nav .hours-default .today {background-color: var(--color-primary-500);}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color: #ccc; background-color: transparent;}

@media only screen and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
 .socialmed.tablet {top: 53px!important;}
 .page-header .header-default .vcard {background: none;}
 .page-header .header-default .vcard.header-logo-enabled {top: 78px;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
 .socialmed.tablet {top: 53px!important;}
 .page-header .header-default .vcard {background: none;}
 .page-header .header-default .vcard.header-logo-enabled {top: 78px;}
 .ddc-site .noShrink .mycars-default {bottom: -12px; right: 220px;}
}

@media (max-width: 1240px) {
 .socialmed.tablet {top: 53px!important;}
 .page-header .header-default .vcard {background: none;}
 .page-header .header-default .vcard.header-logo-enabled {top: 78px;}
 .ddc-site .noShrink .mycars-default {bottom: -12px; right: 230px;}
}

@media (min-width: 1440px) {
 .page-header .header-default .vcard {width: 360px; left: 30px;}
 .page-header .header-default .vcard .tels .tel,
 .page-header .header-default .vcard .tels .tel.phone1 {font-size: 18px;}
 .navbar-nav li.ddc-nav-icon-list-item a.ddc-nav-icon-link {font-size: 18px;}
 .navbar-nav .nav>li>a {min-width: 115px; font-size: 14px; padding: 10px;}
 ul.navbar-nav.ddc-mega-menu-nav.nav.nav-initialized {display: flex; justify-content: flex-start; left: 50px;}
.navbar .dropdown-menu {max-width: 1180px;}
}

@media (min-width: 1920px) {.navbar-nav .nav>li>a {min-width: 175px; font-size: 16px;}}

/* BUTTONS */
.btn.btn:not(.btn-no-decoration) {padding-left: 30px; padding-right: 30px;}
.btn.btn:not(.btn-no-decoration):before {display: none;}

/* BUTTON SLANT */
.index .btn-slant {transform: skewX(-25deg);}
.index .btn-slant {letter-spacing: 2px;}

/* slant button white/red on hero slideshow */
.index .search-buttonblock .btn {background-color: #be2d20; border: 0; padding: 15px 20px 20px}
.index .search-buttonblock .btn:hover {color: #fff;}
.index .search-buttonblock .btn:after {top: -5px; left: -5px; background-color: #fff; z-index: -1; position: absolute; content: ''; height: 100%; width: 100%;}
.index .search-buttonblock .btn:hover::after {background: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%);}

/* slant button red/red for white background */
.index .links-single-cta .slant.btn {background-color: #be2d20; border: 0; padding: 20px 25px 30px; font-weight: 900; font-size: 24px}
.index .links-single-cta .slant.btn:hover {background-color: #be2d20;}
.index .links-single-cta .slant.btn:after {top: -5px; left: -5px; background: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%); z-index: -1; position: absolute; content: ''; height: 100%; width: 100%;}
.index .links-single-cta .slant.btn:hover::after {background: #262626;}

/* slant button white/black for red background */
.index .links-single-cta .slant-wb.btn {background-color: #000; border: 0; padding: 15px 25px 30px; font-weight: 900; font-size: 24px; color: #fff}
.index .links-single-cta .slant-wb.btn:hover {background-color: #fff;}
.index .links-single-cta .slant-wb.btn:after {top: -5px; left: -5px; background: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%); z-index: -1; position: absolute; content: ''; height: 100%; width: 100%;}
.index .links-single-cta .slant-wb.btn:hover::after {background: #262626;}

/* SLIDESHOW */
.slideshow-background .slick-slider .slide, .slideshow-background .slick-slider .slide-background {background-size: cover;}
.slideshow-background .slick-slider .slide .container {width: 100%;}
.slideshow-widgets-overlay-wrapper {top: 520px; left: inherit; width: 100%; margin: 0; display: flex; justify-content: center; align-content: center;}
.slideshow-widgets {width: 1024px; margin-left: 0;}
.slideshow-background .slick-slider .flex.flex-mid-mid {margin-top: 100px;}
.slideshow-background .slick-slider .slide .slide-heading {text-transform: uppercase; font-size: 80px; margin: 0; line-height: 1; font-weight: 900;}
.slideshow-background .slick-slider .slide .slide-subheading {font-size: 26px; font-style: italic; font-weight: 400;}

/* slideshow pager controls flat */
.slideControls {bottom: -130px;}
.slideControls .pager {margin: 0 auto; position: relative; top: 40px;}
.slideControls .pager a {border-radius: 0; height: 6px; width: 60px; opacity: .9; transition: opacity .6s ease; background: #fff;}
.slideControls .pager a.activeSlide {background: #be2d20; height: 6px; bottom: 1px; position: relative;}

/* RECOMMENDED VEHICLES */
.recommendations-vehicles h3 {display: none;}
.responsive-type .page-bd [data-widget-id="content3"] h3 {font-size: 3rem; font-weight: 900; text-transform: uppercase; line-height: 1;}
.responsive-type .page-bd [data-widget-id="content3"] h3 span {text-transform: capitalize; display: block; color: #646464; font-size: 2rem; font-weight: 400; font-style: italic; line-height: 1;}

/* HEADINGS */
.responsive-type .page-bd [data-widget-id="content7"] h3 {font-size: 3rem; font-weight: 900; text-transform: uppercase; line-height: 1;}
.responsive-type .page-bd [data-widget-id="content7"] h3 span {text-transform: capitalize; display: block; color: #fff; font-size: 2rem; font-weight: 400; font-style: italic; line-height: 1;}
.responsive-type .page-bd h3.extra {font-size: 3rem; font-weight: 900; text-transform: uppercase; line-height: 1;}
.responsive-type .page-bd h3.extra span {text-transform: capitalize; display: block; color: #646464; font-size: 2rem; font-weight: 400; font-style: italic; line-height: 1;}
.responsive-type .page-bd h3 span.extra-reverse {color: #fff;}

/* MAP PROXIMITY */
[data-widget-id="locations1"] .yui3-u-1, [data-widget-id="locations1"] .yui3-u-2-3 {padding-left: 0; padding-right: 0;}
.locations-proximity.row, .locations-proximity.yui3-g {margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0;}
.locations-proximity .form-group {margin-bottom: 10px;}
.locations-proximity .btn,
.page-bd input.form-control, .page-bd select.form-control, .content-page-title input.form-control, .content-page-title select.form-control, [role='dialog'] input.form-control, [role='dialog'] select.form-control {height: 53px;}
@media (min-width: 1200px) {.page-bd input.form-control, .page-bd select.form-control, .content-page-title input.form-control, .content-page-title select.form-control, [role='dialog'] input.form-control, [role='dialog'] select.form-control {height: 53px;}}
.locations-proximity fieldset {margin: 0 auto; text-align: center; margin-top: 10px;}
@media (min-width : 1200px) {.locations-proximity fieldset {width: 1200px;}}
.locations-proximity .postalcode {margin-top: 10px;}
@media (max-width : 930px) {.locations-proximity .postalcode {display: none;}}
.ddc-wrapper div[data-widget-id="locations1"] .google-map + p {display: none;}
.locations-proximity .overlay-wrap .dealerListOverlay {top: 13%;}
/* Remove arrows on postal code number input field */
.locations-proximity input::-webkit-outer-spin-button,
.locations-proximity input::-webkit-inner-spin-button {-webkit-appearance: none;  margin: 0;} /* Chrome, Safari, Edge, Opera */
.locations-proximity input[type=number] {-moz-appearance: textfield;} /* Firefox */
/* Dealer name & address color */
.dealerListOverlay .org {color: #be2d20; font-weight: 800; font-size: 1.2em;}
.dealerListOverlay .adr span {color: #231f20;}
ol#proximity-dealer-list {max-height: 480px!important; line-height: 1.3em;}
.overlay-wrap .location-scroll .ddc-icon {line-height: 40px;}
/* Scroll arrows */
ol#proximity-dealer-list {max-height: 480px!important; line-height: 1.3em;}
.overlay-wrap .location-scroll .ddc-icon {line-height: 40px;}
.dealerListOverlay .jcarousel-container {padding: 5px 0 0;}
.locations1 .jcarousel-list-horizontal {display: flex; justify-content: center; width: 100%!important;}
.dealerListOverlay .jcarousel-next, .jcarousel-next-disabled-horizontal, .jcarousel-next-horizontal, .jcarousel-prev, .jcarousel-prev-disabled-horizontal {display: none!important;}

/* OEM logos */
.franchiseList .franchise {padding: 0 15px;}
.franchiseList {max-width: 1440px;}

/* FOUR CTAS */
[data-name="index-landing-0000-ctas-2-wrapper-2-1"] .cta .ddc-icon,
[data-name="index-landing-0000-ctas-2-wrapper-2-2"] .cta .ddc-icon {color: #fff!important;}
.responsive-type .page-bd [data-name="index-landing-0000-ctas-2-wrapper-2-1"] .cta h4,
.responsive-type .page-bd [data-name="index-landing-0000-ctas-2-wrapper-2-2"] .cta h4 {text-align: left; font-size: 26px; line-height: 1; font-weight: 400; font-style: italic;}
[data-name="index-landing-0000-ctas-2-wrapper-2-1"] .cta span,
[data-name="index-landing-0000-ctas-2-wrapper-2-2"] .cta span {display: block; font-size: 54px; font-weight: 900; font-style: normal;}
#content-cta3-app-root a div > div {background-image: linear-gradient(rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url(https://pictures.dealer.com/c/carcitywholesale/1272/1751320bf8b04f7c52473cc4e7713452x.jpg)!important; opacity: .9;}
#content-cta4-app-root a div > div {background-image: linear-gradient(rgba(190, 45, 32, .5) 0%, rgba(190, 45, 32, .5) 100%), url(https://pictures.dealer.com/c/carcitywholesale/0455/c6ed6bde7195a590c018f62c18e369b3x.jpg)!important; opacity: .5;}
#content-cta5-app-root a div > div {background-image: linear-gradient(rgba(190, 45, 32, .5) 0%, rgba(190, 45, 32, .5) 100%), url(https://pictures.dealer.com/c/carcitywholesale/1187/c644344c0dabb1cd87b76941c4422939x.jpg)!important; opacity: .9;}
#content-cta6-app-root a div > div {background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(https://pictures.dealer.com/c/carcitywholesale/0084/a7724ce3330665843d7fccc8843e9d2fx.jpg)!important; opacity: .5;}
#content-cta3-app-root a:hover div > div {background: linear-gradient(to bottom, rgba(190,45,32,.9) 0%,rgba(190,45,32,.9) 100%), url(https://pictures.dealer.com/c/carcitywholesale/1272/1751320bf8b04f7c52473cc4e7713452x.jpg)!important; opacity: .9; background-repeat:no-repeat!important; background-size: 100% 100%!important;}
#content-cta4-app-root a:hover div > div {background: linear-gradient(to bottom, rgba(190,45,32,.9) 0%,rgba(190,45,32,.9) 100%), url(https://pictures.dealer.com/c/carcitywholesale/0455/c6ed6bde7195a590c018f62c18e369b3x.jpg)!important; opacity: .9; background-repeat:no-repeat!important; background-size: 100% 100%!important;}
#content-cta5-app-root a:hover div > div {background: linear-gradient(to bottom, rgba(190,45,32,.9) 0%,rgba(190,45,32,.9) 100%), url(https://pictures.dealer.com/c/carcitywholesale/1187/c644344c0dabb1cd87b76941c4422939x.jpg)!important; opacity: .9; background-repeat:no-repeat!important; background-size: 100% 100%!important;}
#content-cta6-app-root a:hover div > div {background: linear-gradient(to bottom, rgba(190,45,32,.9) 0%,rgba(190,45,32,.9) 100%), url(https://pictures.dealer.com/c/carcitywholesale/0084/a7724ce3330665843d7fccc8843e9d2fx.jpg)!important; opacity: .9; background-repeat:no-repeat!important; background-size: 100% 100%!important;}

/* fbarfety 11694673 VDP */
.vdp-sidebar {top: -100px;}
@media (min-width: 1200px) {.vdp-sidebar {top: -100px;}}

/* fbarfety 11694673 Inventory page buttons force carnow button style */
.vehicle-ctas .btn-default {color: var(--btn-primary-color); border-color: var(--btn-primary-border-color); background-image: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%); text-align: center;}
.vehicle-ctas .btn-default:hover {color: var(--btn-primary-hover-color); border-color: var(--btn-primary-hover-border-color); background-image: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%); box-shadow: var(--btn-primary-hover-box-shadow); transform: var(--btn-primary-hover-transform);}
.vehicle-ctas .btn-primary, .vehicle-ctas .btn-default.btn:not(.btn-no-decoration) {text-align: inherit; text-transform: uppercase; font-weight: 900; background-image: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%)}
.responsive-type .vehicle-ctas .btn-sm {font-size: .875rem; font-size: calc(.86rem * var(--btn-font-size-modifier,1));}
.vehicle-ctas .btn-default.cn-buynow-b1 {background-image: linear-gradient(to bottom, rgba(191,46,27,1) 0%,rgba(132,9,0,1) 100%); animation: glowing 1300ms infinite;}
.cn-btn-bn1 {display: none!important;}
a.btn-block.btn.btn-default.cn-buynow-b1 {background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); border: 1px solid #000;}

/* FOOTER */
.ddc-footer {background-color: var(--color-neutral-100); padding-bottom: 100px;}
.custom-footer-social .svg-inline {margin: 40px 0;}
.custom-footer-social a {text-decoration: none!important;}
.custom-footer-social a svg g {transition: transform 0.25s; transition-timing-function: ease-in; transform-origin: 50% 50%;}
.custom-footer-social a svg g {transition: transform 0.25s; transition-timing-function: ease-in; transform-origin: 50% 50%}
.custom-footer-social a:hover svg g {transition: transform 0.2s; transition-timing-function: cubic-bezier(0, 1.25, 1, 1.8); transform: scale(1.3)}
.svg-inline {display: inline; width: 2.2em;}
.svg-inline--fa.fa-w-10 {width: 1em;}
.svg-inline--fa.fa-w-14 {width: 1.4em;}
.svg-inline--fa.fa-w-18 {width: 1.9em;}
.fa-map-marker-alt {position: relative; top: 5px;}
.ddc-footer .list-unstyled ul:first-child > li:first-child {font-weight: bold; font-size: 1.5rem}
.ddc-footer .links .links-list .widget-heading {font-weight: 900; margin-top: 50px; margin-bottom: 10.5px; color: var(--color-neutral-1000); text-transform: uppercase; font-size: 20px;}
.ddc-footer .nav a {font-weight: 400; color: var(--black-color); font-size: 14px; font-style: italic;}
.ddc-footer a.link {text-decoration: none;}
.ddc-footer .links .links-list a:hover {color: var(--color-primary-500); background-color: transparent;}
.ddc-footer .text-sm-set {font-size: 14px;}
.ddc-footer nav .dropdown-item {padding: 0; width: auto; margin-bottom: 0.25rem;}
.ddc-footer a.dropdown-item {display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0;}
.ddc-footer .f900 {font-weight: 900 !important;}
@media (min-width: 576px) {.text-sm-start {text-align: left!important;}}

/* Start 'vdp-used-price-label-final-price' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 06:20 PM CDT */
.vdp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 20px; color: #000000; }
/* End 'vdp-used-price-label-final-price' (do not modify this line) */

/* Start 'srp-pre-owned-price-label-final-price' (do not modify this line) */
/* Modified by micahschoonover on 08/02/22 04:44 PM CDT */
.srp .inv-type-pre-owned.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-pre-owned-price-label-final-price' (do not modify this line) */

/* fdbarfety SRP */
div#accountId--body .panel-body ol li label span {font-weight: 800; color: var(--color-neutral-1000-alpha-0);}

/* fdbarfety STAFF */
.staffList dt {min-height: 30px; line-height: 14px; font-size: 1em; font-weight: 900; display: flex; align-items: end}
.staffList dd.title {display: block; min-height: 60px; line-height: 14px; font-size: 12px;}

/* 11972586 ddcjareds */
.srp .ws-inv-listing .vehicle-card-list button.chip { font-weight: bold; }

/* 05911098 ddcjareds */
.vdp .ws-vehicle-title .additional-details .highlight-badge { background: #a02517; color: #FFF; font-size: 12.25px; }


/* Start 'srp-used-price-label-final-price' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 02:54 PM CDT */
.srp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 17.75px; color: #000000; }
/* End 'srp-used-price-label-final-price' (do not modify this line) */

/* Start 'srp-used-price-label-askingPrice' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 04:02 PM CDT */
.srp .inv-type-used.pricing-detail .askingPrice .price-label { text-decoration: none; font-weight: normal; font-size: 17.75px; color: #be2d20; }
/* End 'srp-used-price-label-askingPrice' (do not modify this line) */

/* Start 'srp-used-price-value-askingPrice' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 02:56 PM CDT */
.srp .inv-type-used.pricing-detail .askingPrice .price-value { text-decoration: none; font-style: italic; font-weight: bold; font-size: 22.75px; color: #000000; }
/* End 'srp-used-price-value-askingPrice' (do not modify this line) */

/* Start 'srp-used-price-value-final-price' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 02:56 PM CDT */
.srp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 25px; color: #000000; }
/* End 'srp-used-price-value-final-price' (do not modify this line) */

/* Start 'vdp-used-price-value-askingPrice' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 06:20 PM CDT */
.vdp .inv-type-used.pricing-detail .askingPrice .price-value { text-decoration: none; font-style: italic; font-weight: bold; font-size: 20px; color: #000000; }
/* End 'vdp-used-price-value-askingPrice' (do not modify this line) */

/* Start 'vdp-used-price-label-askingPrice' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 06:20 PM CDT */
.vdp .inv-type-used.pricing-detail .askingPrice .price-label { text-decoration: none; font-style: italic; font-weight: bold; font-size: 20px; color: #be2d20; }
/* End 'vdp-used-price-label-askingPrice' (do not modify this line) */

/* Start 'vdp-used-price-value-final-price' (do not modify this line) */
/* Modified by jasjimenez1 on 05/07/26 06:21 PM CDT */
.vdp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #000000; }
/* End 'vdp-used-price-value-final-price' (do not modify this line) */