/* -------------------- Header ---------------------- */
.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact {
  padding: 6px 2px;
  color: var(--color-theme-text-btn);
}

.cw-header-info {
  background-color: var(--header-primary);
}

:root {
  --cw-logo-width: 360px;
}

.cw-header-info .header-info-logo-img img {
  width: 200px;
  width: var(--cw-logo-width);
}

.header .navbar-nav {
  text-transform: uppercase;
}

.cw-header-contact .cw-phone:hover {
  opacity: 0.9;
}

.header .navbar, .header .navbar.bg-primary{
    background-image: url(https://cdn05.carsforsale.com/00e415f9449f528212811fb8c6f1297188/00e415f9449f528212811fb8c6f1297188.jpg?format=&sig=495a1482d5857e63) !important;
    
}

/* .header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: #fff
} */
@media (min-width: 992px) {
  .header .dropdown-menu[data-bs-popper] {
    /* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
    left: unset;
    right: 0;
  }

  .cw-header-info .container,
  nav.navbar > .container {
    /* max-width: 1140px; */
    position: relative;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    transform: scale(1) translateX(-30px) translateY(8px);
  }

  nav.navbar .container {
    min-height: 99px;
  }

  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    max-width: calc(100% - var(--cw-logo-width) - 10px);
    justify-content: center;
  }

  /* .sitemap-container.container {
		margin-top: 50px
	}

	section.termsandconditions.tcpp {
		margin-top: 50px
	}

	.page-inventory-details #builderCanvas {
		margin-top: 100px
	} */

  section:not(.page-home) .header .header-container {
    margin-bottom: 55px;
  }

  .header + .title,
  .header + section > .cw-home-title,
  .cw-hero {
    margin-top: -55px;
  }
}
@media (min-width: 1666px) {
  .cw-header-info .header-info-logo-img {
    transform: scale(1.4) translateX(-80px) translateY(8px);
  }
}
/* -------------------- other/global ---------------------- */
.cw-highlight {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  text-shadow:
    0px 0px 1px #000,
    0px 0px 1px #000,
    0px 0px 3px #fff,
    0px 0px 4px #fff;
}

.btn-secondary,
.btn-secondary:focus {
  background-color: var(--color-theme-primary) !important;
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-secondary);
}

.btn {
  font-weight: 400 !important;
}

.title + .text {
  margin-top: 0;
}

.card-title {
  /* color: #000; */
  font-size: 1.5em;
  line-height: normal;
  /* font-weight: 700; */
  /* margin-bottom: .5em */
}

/* .wow {
	visibility: hidden
} */
/* -------------------- custom Buttons ---------------------- */
.cw-primary-button,
.cw-secondary-button {
  font-family: montserrat, sans-serif;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0.8rem 2.1rem;
  background-image: linear-gradient(
    135deg,
    var(--color-theme-primary) 0%,
    var(--color-theme-primary) 50%,
    transparent 51%,
    transparent 100%
  );
  background-size: 230%;
  background-position: 130%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
  text-align: center;
}

.cw-primary-button {
  color: var(--color-theme-text-btn);
  border: 1px solid var(--color-theme-primary);
  background-color: var(--color-theme-primary);
}

.cw-secondary-button {
  color: var(--color-theme-primary);
  border: 1px solid var(--color-theme-text-btn);
  background-color: var(--color-theme-text-btn);
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
  border: 1px solid var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  background-position: 0%;
}

.cw-primary-button:hover:before {
  background-color: #fff;
}

.cw-primary-button:hover:after {
  background-color: #fff;
}

.cw-button-borders {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cw-button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #fff;
  border-bottom: 0;
}

.cw-button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #fff;
  border-top: 0;
  z-index: 0;
}

.cw-button-borders.cw-invert:before {
  border-color: var(--color-theme-primary);
}

.cw-button-borders.cw-invert:after {
  border-color: var(--color-theme-primary);
}

/* -------------------- Homepage ---------------------- */
/* --------------- Title above hero --------------- */
.cw-home-title {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding: 0.5rem 0;
}

.cw-home-title h1 {
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
}

/* Remove this if the header logo doesn't overlap this homepage title */
@media (min-width: 992px) {
  .cw-home-title .cw-title-box {
    max-width: calc(100% - var(--cw-logo-width) - 10px);
    margin: 0;
    margin-left: auto;
  }

  .cw-home-title h1 {
    text-align: right;
  }
}

/* to here */

/* -------------------- Hero slideshow ---------------------- */
/*.cw-slider {
  width: 100%;
  height: 550px;
}

.slide-overlay h3 {
  position: relative;
  z-index: 1;
  max-width: 95%;
  margin: 0 auto 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0 0 2px #000;
  text-transform: uppercase;
}

.slide-title span {
  white-space: pre-wrap;
  display: block;
  opacity: 0;
}

.cw-slider .slideshow {
  position: relative;
}

.cw-slider .slideshow-pagination {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.2s opacity;
  z-index: 10;
}

.cw-slider .slideshow-pagination-item {
  display: flex;
  align-items: center;
}

.cw-slider .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.cw-slider .slideshow-pagination-item:hover,
.cw-slider .slideshow-pagination-item:focus {
  cursor: pointer;
}

.cw-slider .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.cw-slider .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.cw-slider .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.cw-slider .slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.2s ease;
  color: #fff;
}

.cw-slider .slideshow-navigation-button:hover,
.cw-slider .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.cw-slider .slideshow-navigation-button.prev {
  left: 0;
}

.cw-slider .slideshow-navigation-button.next {
  right: 0;
}

.cw-slider .pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: montserrat, sans-serif;
  padding: 0 0.5rem;
}

.cw-slider .pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease;
}

.cw-slider .pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 0 0;
}

.cw-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.cw-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #000;
  overflow: hidden;
}

.cw-slider .slide-image {
  position: absolute;
  top: -100px;
  left: -100px;
  opacity: 0.7;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  background-position: 50% 50%;
  background-size: cover;
}

.cw-slider .slide-overlay {
  position: relative;
  z-index: 50;
  opacity: 1;
  max-width: 100%;
}

.cw-slider .slide-title {
  display: block;
  margin: 0 auto 1rem;
  font-size: clamp(1.02rem, 2vw + 1rem, 2.2rem) !important;
  line-height: 1;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 0 #000;
}*/

/*@media (min-width: 768px) {
  .cw-slider {
    /* height: 500px */
 /* }

  .cw-slider .slideshow-pagination {
    bottom: 2rem;
  }

  .cw-slider .pagination-separator {
    display: block;
  }
}

@media (min-width: 1400px) {
  .cw-slider {
    height: 36vw;
  }

  .cw-slider .slide-overlay h3 {
    font-size: 2rem;
  }
}*/
/*---- SS with Hours Hero ----*/
.cw_main_section .card{
    background-color: transparent;
    color: #fff;
    border: none;
}
.cw_main_section .card .business-hours .today{
color: #fff;
font-weight: 600;
}

/*---*/
/* -------------------- text and image section ---------------------- */
.cw-textImage {
  padding: 3.5em 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4217503CF93A0E85E82F2BB95E67B081.jpg)
    center;
  background-size: cover;
  color: #fff;
}

.cw-textImage img {
  margin-bottom: 2rem;
}

.cw-textImage h3 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .cw-textImage h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .cw-textImage img {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .cw-textImage {
    background-attachment: fixed;
  }
}

/* -------------------- What we offer ---------------------- */
.cw-section-weAreTheBest {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(https://cdn05.carsforsale.com/00aeb1a7ec5ecaf1e74c6976b844dcfcb8/00aeb1a7ec5ecaf1e74c6976b844dcfcb8.jpg?format=&sig=52e38bae4034f679);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.cw-section-weAreTheBest h3 {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.cw-section-weAreTheBest h3 span {
  font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
  line-height: 1;
  font-weight: 700;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  text-shadow:
    0px 0px 1px #000,
    0px 0px 1px #000,
    0px 0px 3px #fff,
    0px 0px 4px #fff;
}

.cw-section-weAreTheBest .cw-icon-info {
  position: relative;
  z-index: 2;
}

.cw-section-weAreTheBest .cw-copy {
  position: relative;
  z-index: 2;
}

.cw-section-weAreTheBest .cw-copy p {
  font-size: 14px;
}

.cw-section-weAreTheBest .cw-quality-icon {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  background-color: var(--color-theme-primary);
  align-items: center;
  justify-content: center;
}

.cw-section-weAreTheBest .cw-quality-icon i {
  font-size: 1.5em;
}

.cw-section-weAreTheBest .cw-icon {
  height: 25px;
  width: 100%;
}

.cw-section-weAreTheBest .cw-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  padding: 2em 1.2em;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}

/* -------------------- Search section ---------------------- */
/* .cw-search-section {
  padding: 1.5rem 0;
  margin-top: 0;
  margin-bottom: 2rem;
  z-index: 5;
  position: relative;
  background: var(--color-theme-text);
  color: var(--color-theme-background);
}

.cw-search-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 20%;
  -o-object-fit: cover;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6228FF8433BA1B4E5EED2F317EC5E6BC.png);
  pointer-events: none;
}

.page-home .inventory-search-module .container {
  position: relative;
}

.page-home .inventory-search-module .container .form__wrapper {
  padding: 0 !important;
  border: none;
}

.page-home .inventory-search-module .container .form__wrapper label {
  display: none;
}



@media (min-width: 1200px) {
  .cw-search-section {
    padding: 6rem 1rem;
    margin-bottom: 3rem;
  }

  .page-home .inventory-search-module .container {
    max-width: 1140px;
  }

  .page-home .inventory-search-module .container .form__wrapper {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -340px;
    width: 700px;
    max-width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    border: none;
    gap: 10px;
  }

  .page-home .inventory-search-module {
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
  }

  .page-home .inventory-search-module .search__input {
    min-width: 40%;
    flex-basis: 45%;
    flex-grow: 1;
  }

  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--min-year,
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--max-year {
    min-width: 45%;
    flex-basis: 45%;
  }

  .cw-search-hero .cw-heroContent {
    max-width: clamp(200px, 50%, 600px);
    margin-left: 5px;
    margin-right: auto;
  }


  .page-home
    .inventory-search-module
    .search__input.search__input--classification {
    order: 0;
  }

  .page-home .inventory-search-module .search__input.search__input-make {
    order: 1;
  }

  .page-home .inventory-search-module .search__input.search__input--model {
    order: 3;
  }

  .page-home .inventory-search-module .search__input.search__input--min-year {
    order: 5;
  }

  .page-home .inventory-search-module .search__input.search__input--max-year {
    order: 6;
  }

  .page-home .inventory-search-module .search__input.search__input--max-price {
    order: 2;
  }

  .page-home
    .inventory-search-module
    .search__input.search__input--max-mileage {
    order: 4;
  }

  .page-home .inventory-search-module .search__input:last-of-type {
    order: 7;
  }

  .page-home .inventory-search-module .search__input {
    min-width: 40%;
    flex-basis: 45%;
    flex-grow: 1;
  }

  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--min-year,
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--max-year {
    min-width: 20%;
    flex-basis: 20%;
  }
}

@media (min-width: 1400px) {
  .page-home .inventory-search-module .container {
    max-width: 1320px;
  }
} */

.page-home .inventoryslideshow {
  padding-top: 2rem;
  padding-bottom: 0;
}

.card__multi__style3 a.item__title {
  color: rgba(255, 255, 255, 1) !important;
}

.card__multi__style3 .title__style__content {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* -------------------- Footer ---------------------- */
.cw-footer {
  padding: 4rem 0;
  background-color: #000;
  background-size: cover;
  color: #fff;
}

.cw-footer iframe {
  width: 100%;
}

.cw-footer a {
  color: #fff;
}

.cw-footer .cw-address,
.cw-header-contact .cw-phone,
.cw-footer .cw-phone {
  position: relative;
  line-height: 1.35;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  color: var(--color-theme-text-btn);
}

.cw-footer .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-phone:before,
.cw-footer .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: inherit;
}

.cw-footerMenu a {
  display: block;
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
  color: var(--color-theme-secondary);
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
  margin-bottom: 1rem;
  color: #fff;
  padding-left: 0;
  border: none;
  font-size: 1.25rem;
}

.cw-footer .business-hours li {
  font-size: 0.85rem;
}

.cw-footer .business-hours li.today {
  color: #ddd;
  transform: scale(1.05) translateX(-5px);

  font-weight: 700;
}

.cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.cw-social i {
  font-size: 25px;
}

.footer {
  padding-top: 0;
}

footer > .container {
  display: none;
}

/* -------------------- internal titles ---------------------- */
section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url(https://cdn05.carsforsale.com/00a7f2e8a7c0a48fd1a374a6b369c28f99/00a7f2e8a7c0a48fd1a374a6b369c28f99.jpg?format=&sig=47cde4fd23320d51)
      no-repeat center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 4.5rem 0;
  color: #fff;
  text-shadow: 0 0 4px #000;
}

/* Homepage card extra css ========================================================================================================= */
.cw-card {
  transition: all 0.5s;
}

.cw-card:hover {
  background-color: rgb(0, 0, 0);
  transition: all 0.5s;
  transform: translateY(-10px);
}

/* -------------------- SRP inventory page ---------------------- */

.inventory-cta .btn:not(.btn-pre-qualified):hover {
  color: var(--color-theme-text-btn) !important;
}

.form-grid-row > .form-forms-date {
  /* Fixes form popups being underneath other dropdowns/boxes */
  z-index: unset;
}

/* -------------------- VDP inventory details page ---------------------- */
/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
  margin-top: 10px !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
  background-color: var(--inventorydetails-primary) !important;
  color: var(--inventorydetails-text-btn);
  border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
  background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  background-color: var(--inventorydetails-primary) !important;
  color: var(--inventorydetails-text-btn);
  border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary:hover {
  background-color: var(--inventorydetails-primary) !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* ------------ Shortened Hours CSS ------------- */
/* For stand alone hours just wrap a {businesshours} token with a .cw-lineHours element */
/* If adding to the header include this in the head .cw-lineHours {display: none;} */
/* ------------ Shortened Hours CSS ------------- */

/* Hide hours until JS shortens hours */
.cw-lineHours {
  display: none;
  /* padding: 0.75rem; */
  text-align: center;
}

.cw-lineHours .cw-hours-inline {
  display: block;
}

.cw-lineHours .cw-hours-text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  line-height: 1.4;
}

.cw-lineHours .cw-chunk {
  display: inline-flex;
  align-items: center;
  white-space: normal;
}

/* Icon before each range */
.cw-lineHours .cw-chunk i {
  margin-right: 0.35rem;
  font-size: 0.8rem;
  line-height: 1;
  flex: 0 0 auto;
}

/* Bold day/day-range */
.cw-lineHours .cw-day {
  font-weight: 900;
  margin-right: 0.25rem;
}

.cw-lineHours .cw-time {
  opacity: 0.7;
}

/* ------------ Extra Address & Phone Header CSS ------------- */
.cw-header-bar {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cw-header-bar .cw-bar-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
  text-align: center;
  margin: 0.8em auto;
}
@media (min-width: 992px) {
  .cw-header-bar .cw-bar-wrap {
    margin: auto;
  }
}
.cw-header-bar .cw-bar-wrap-1,
.cw-header-bar .cw-bar-wrap-3 {
  display: none;
}
@media (min-width: 992px) {
  .cw-header-bar .cw-bar-wrap-1,
  .cw-header-bar .cw-bar-wrap-3 {
    display: block;
  }
}
.cw-header-bar h3 {
  text-align: center;
  margin: 0.25rem auto;
  font-weight: 400;
  font-size: 0.95em;
}
.cw-header-bar .cw-address,
.cw-header-bar .cw-phone,
.cw-header-bar .cw-lineHours {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0.25rem auto;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.cw-header-bar a:hover {
  color: #555 !important;
}
.cw-header-bar .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
}

.cw-header-bar .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
}

.cw-header-bar .cw-address:before,
.cw-header-bar .cw-phone:before {
  left: 0;
  padding-right: 0.5rem;
}

@media (min-width: 992px) {
  .cw-header-bar .col-lg-12 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.cw-footer {
  background: #000;
  color: #fff;
  padding-top: 1em;
}

.cw-footer a {
  color: #fff;
}
.business-hours {
  margin-top: 15px;
  position: relative;
}

.business-hours .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid #7f0122;
}

.business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #333;
}

.business-hours li:last-child {
  border-bottom: none;
}
.cw-footer p a,
.cw-footer .fa {
  color: #fff;
}
.cw-footer p a:hover {
  color: #7f0122;
}
.bg-primary iframe {
  padding: 1em;
  border-radius: 2em;
}

@media (max-width: 786px) {
  .business-hours p {
    font-size: 14px;
  }

  p.text-center.text-md-start {
    font-size: 15px;
  }

  .business-hours li {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.cw-privacy-policy {
  padding-top: 0.6em;
  background: #000;
  padding-bottom: 0.6em;
}
.cw-privacy-policy .btn {
  display: block;
  margin: 0.5em auto;
}
.cw-privacy-policy p {
  text-align: center;
  font-size: 90%;
  color: #ccc;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.cw-financing-banner {
  background: url(https://cdn05.carsforsale.com/5b6d881cb438108452b51ac854d34dfb/5b6d881cb438108452b51ac854d34dfb.jpg?format=&sig=c8bbe529638bae67);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4em;
  padding-bottom: 4em;
}

.cw-financing-banner .cw-financing-text {
  text-align: center;
  margin: 35px 0;
}

.cw-financing-banner .cw-financing-text h2 {
  font-size: 2.25rem;
  color: #000;
}

.cw-financing-banner .cw-financing-text h5 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #000;
}

.cw-financing-banner .cw-financing-text a {
  margin-top: 15px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.cw_searchPrice {
  color: #000;
  padding: 4em 0 3em;
  background-color: #fff;
}

.cw_searchPrice h2 {
  font-weight: 900;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
  color: #7c0121;
}

.cw_searchPrice p {
  color: #000;
  line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
  color: #000;
  margin-bottom: -7px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.cw_searchPrice .cw_priceRange {
  font-size: 2.1em;
  font-weight: 900;
}

.cw_searchPrice .cw_priceRange sup {
  top: -12px;
  font-size: 0.6em;
}

@media (min-width: 1200px) {
  .cw_searchPrice .cw_priceRange {
    font-size: 3em;
  }
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.cw-home-about {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://cdn05.carsforsale.com/712c185a809c594f56e6ea411c442aaf/712c185a809c594f56e6ea411c442aaf.jpg?format=&sig=bdb18fc2abe960f1");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  .cw-home-about {
    background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("https://cdn05.carsforsale.com/00c4187ecd1668aa1f49f89b18169bf4f3/00c4187ecd1668aa1f49f89b18169bf4f3.jpg?format=&sig=d907d49e025fd199");
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
.cw-home-about .card {
  margin: 3em auto;
}
.cw-home-about .cw-card-1 {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: block;
  width: 100%;
  border: none;
  padding: 1.5em 1em;
}
@media (min-width: 1440px) {
  .cw-home-about .cw-card-1 {
    width: 40%;
    margin-left: 0;
  }
}
.cw-home-about .cw-card-2 {
  background-color: transparent;
  border: none;
}
.cw-home-about .card-body {
}
.cw-home-about .card-body h2 {
  font-size: 2em;
  color: #fff;
}
.cw-home-about .card-body h2 span {
  display: block;
  font-weight: 400;
  font-size: 70%;
}
.cw-home-about .card-body h3 {
  font-size: 2em;
  color: #fff;
}
.cw-home-about .card-body h3 span {
  color: #ccc;
}
.cw-home-about .card-body p {
  color: #fff;
  font-size: 115%;
  text-shadow:
    0px 0px 2px #000000,
    1px 1px 2px #000000;
}
.cw-home-about img {
  display: block;
  margin: 1em auto;
  border-radius: 10px;
}
.cw-home-about .btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
 .cwHeroCarousel,
  .cwHeroCarousel .carousel-inner,
  .cwHeroCarousel .carousel-item,
  .hero-slide-bg {
    min-height: 420px;
  }
 
  .hero-slide-bg {
    background-size: cover;
    background-position: center;
    height: 100%;
  }
 
  .hero-overlay {
    background: rgba(0, 0, 0, 0.35);
  }
 
  @media (max-width: 991.98px) {
    .cwHeroCarousel,
    .cwHeroCarousel .carousel-inner,
    .cwHeroCarousel .carousel-item,
    .hero-slide-bg {
      min-height: 320px;
    }
  }