@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");

.btn-primary,
.btn-submit,
.businessinfo .btn-primary,
.vdp__info__addt__mod .btn-secondary,
.form .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-secondary,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  color: #000000 !important;
  background: #fff !important;
  border-color: #fff !important;
  transition: 0.3s ease;
}
.btn-primary:hover,
.btn-submit:hover,
.businessinfo .btn-primary:hover,
.vdp__info__addt__mod .btn-secondary:hover,
.page-home section.inventory-search-module .btn-primary:hover,
.form .btn-primary:hover,
.vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item:hover {
  color: #000000 !important;
  background: #23c7fe !important;
}
.btn-secondary,
.vdp-module-canvas-razor-wrapper .btn-primary,
section.page-inventory-details .btn.btn-primary {
  color: #fff !important;
  background: #333 !important;
  border-color: #111 !important;
  transition: 0.3s ease;
}
.btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-primary:hover,
section.page-inventory-details .btn.btn-primary:hover {
  color: #000 !important;
  background: #ccc !important;
}
.btn-primary::before,
.btn-secondary::before {
  background: transparent !important;
}
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before,
.store__hours .hours__status {
  background: #ccc !important;
}
.star-rating label.star-active,
.star-rating label.star-active ~ label {
  color: #ded431 !important;
}

.businessinfo .contact-hourstime {
  border-color: rgba(35, 199, 254, 0.7);
}
.businessinfo .contact-hourstime:last-child {
  border-color: transparent;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
[b-h85p0r54yf] .businessHours .sn_business_open,
[b-h85p0r54yf] .businessHours .sn_business_close,
.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  color: #000 !important;
}
.vdp-module-canvas-razor-wrapper {
  margin: 5em auto;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

.page-specials .inventoryslideshow-title {
  display: none;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.inventory-search-module {
  background: #333 !important;
}
.page-home .my-4 {
  margin: 0 auto !important;
  padding-top: 3em;
  padding-bottom: 3em;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.navbar-nav .active a {
  color: #222 !important;
}
.navbar-nav .active .dropdown-menu a {
  color: #fff !important;
}
.navbar-nav .active .dropdown-menu .active {
  color: #222 !important;
}
/*---------------------------------------*/

.cw-c-header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.cw-c-header-logo {
  margin: 1em auto;
  display: block;
}
.cw-c-header-carfax {
  margin: 1em auto;
  display: block;
  width: 60%;
}
.cw-c-header p {
  font-size: 150%;
  text-align: center;
  color: #fff;
  margin: 0.5em auto;
  line-height: 110%;
}
.cw-c-header p span {
  font-size: 70%;
}
.cw-c-header p a {
  color: #fff;
  transition: 0.3s ease;
}
.cw-c-header p a:hover {
  color: #00c6ff;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.cw-home-top {
  position: relative;
  overflow: hidden;
}
.cw-home-top-inner {
  padding-top: 27em;
  padding-bottom: 3em;
  position: relative;
}
@media (min-width: 992px) {
  .cw-home-top-inner {
    padding-top: 27em;
    padding-bottom: 3em;
  }
}

/*--------------------------------------*/

.cw-home-top .btn {
  position: relative;
  display: block;
  margin: 0.4em auto;
  padding: 0.8em 10%;
  border-radius: 10px;
  border: 3px solid #00c6ff;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cw-home-top .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00c6ff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cw-home-top .btn:hover,
.cw-home-top .btn:focus,
.cw-home-top .btn:active {
  color: #000;
}

.cw-home-top .btn:hover:before,
.cw-home-top .btn:focus:before,
.cw-home-top .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media (min-width: 768px) {
  .cw-home-top .btns {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  a.cw-home-top .btn {
    width: 80%;
    font-size: 1.2em;
  }
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.cw-home-about {
  background-color: #333333;
  margin-bottom: 4em;
}
.cw-home-about img {
  display: block;
  margin: 1em auto;
}
@media (min-width: 992px) {
  .cw-home-about img {
    border-right: 4px solid #1accff;
    margin: auto;
  }
}
.cw-home-about h2 {
  text-align: center;
  color: #1accff;
}
.cw-home-about p {
  text-align: center;
  color: #fff;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

.cw-c-footer {
  padding-top: 5em;
  padding-bottom: 4em;
}
.cw-c-footer img {
  margin: auto;
  display: block;
  width: 90%;
}
.cw-c-footer p {
  margin: 1em auto;
  display: flex;
  align-items: center;
  font-size: 140%;
  justify-content: center;
}

.cw-c-footer p a {
  color: #fff;
  transition: 0.3s ease;
}
.cw-c-footer p a:hover {
  color: #1accff;
}
.cw-c-footer h2 {
  padding-left: 5px;
  border-left: 4px solid var(--color-theme-highlight);
  color: #fff;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .cw-c-footer h2 {
    margin-top: auto;
  }
}
.cw-c-footer .cw-footer-hours {
}
.business-hours li {
  border-color: rgba(35, 199, 254, 0.7);
}
.business-hours li:last-child {
  border-color: transparent;
}
.cw-c-footer iframe {
  width: 100%;
  height: 250px;
}
.cw-c-footer {
}
.cw-c-footer .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #1accff;
  margin-right: 0.2em;
  font-size: 170%;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.cw-testimonials-page {
  margin-bottom: 3em;
}
.cw-testimonials-page .card {
  background-color: #333;
  margin: 2em auto;
  width: 100%;
}
.cw-testimonials-page .card img {
  border-bottom: 3px solid #23c7fe;
}
.cw-testimonials-page .card .card-body h5 {
  color: #fff;
}
.cw-testimonials-page .card .card-body p {
  color: #fff;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
