@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

.title + .text {
  margin-top: 0;
}

.wow {
  visibility: hidden;
}

.cw-custom-header {
  padding: 1em 0;
  /* background-color: #fff; */
  background-image: url({{asset"photos/header-image.jpg"}});
}

.cw-custom-header .row.cw-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.cw-custom-header .cw-logo {
  margin-bottom: 1em;
}

.cw-custom-header .cw-logo img {
  max-width: 600px;
  height: auto;
  width: auto;
  max-height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.cw-custom-header .cw-header-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cw-custom-header .cw-header-text p,
.cw-custom-header .cw-header-text a {
  color: #000 !important;
  text-shadow: 2px 2px #fff;
}

.cw-custom-header .cw-header-text h5 {
  font-size: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.cw-custom-header .cw-header-text a:hover {
  color: #999;
}

.cw-custom-header .cw-header-text a:hover {
  color: #999;
}

.cw-custom-header .cw-header-text .cw-location {
  font-size: 18px;
  margin-bottom: 10px;
}

.cw-custom-header .cw-header-text .cw-address {
  font-size: 14px;
  margin-bottom: 10px;
}

.cw-custom-header .cw-header-text .cw-phone {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.cw-custom-header .cw-header-text .cw-fax {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.cw-custom-header .cw-header-text .cw-fax .fa {
  font-size: 18px;
}

.cw-custom-header .cw-header-text .cw-email {
  font-size: 16px;
  font-weight: normal;
}

.cw-custom-header .cw-social-appt {
  display: inline-flex;
}

.cw-custom-header .cw-social-appt a i {
  margin-top: 5px;
  margin-left: 10px;
}

.cw-custom-header .cw-header-text .cw-social {
  margin: 10px 0 0 0;
}

.cw-custom-header .cw-header-text .cw-social a {
  color: #fff !important;
}

.cw-custom-header .cw-header-text .cw-social li {
  padding: 0;
}

.cw-custom-header .cw-header-text .cw-social .fa {
  font-size: 1.7em;
  background-color: #444;
  width: 41px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.cw-custom-header .cw-header-text .cw-social .fa.fa-facebook-official {
  background-color: #3e5996;
}

.cw-custom-header .cw-header-text .cw-social .fa.fa-twitter {
  background-color: #30c3f5;
}

.cw-custom-header .cw-header-text .cw-social .fa.fa-youtube-play {
  background-color: #dc372e;
}

.cw-custom-header .cw-header-text .cw-social .fa.fa-instagram {
  background: #d6249f;
  background: -webkit-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -o-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.cw-custom-header .cw-header-text .cw-social .fa.fa-pinterest {
  background-color: #e72139;
}

/* ---------------- Media Query ---------------- */
/* XS: 330px and Up */
@media (min-width: 330px) {
  .cw-custom-header .cw-logo img {
    max-width: 300px;
  }
}

/* XS: 440px and Up */
@media (min-width: 440px) {
  .cw-custom-header .cw-logo img {
    max-width: 300px;
  }
}

/* SM: 768px and Up */
@media (min-width: 768px) {
}

/* MD: 992px and Up */
@media (min-width: 992px) {
  .cw-custom-header .cw-logo img {
    width: 75%;
  }
  .cw-custom-header .cw-logo img {
    max-width: 600px;
  }
}

/*.header .navbar-nav .nav-link {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

.header .header-info-logo-img img {
	width: 240px;
}

.cw-header-info .container {
	max-width: 1140px;
}

.cw-header-contact {
	font-size: 0.9rem;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

 .header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
} */

.cw-address:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f3c5";
  padding-right: 0.5rem;
  color: var(--color-theme-highlight);
}

.cw-phone:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f2a0";
  padding-right: 0.5rem;
  color: var(--color-theme-highlight);
}

header .navbar .dropdown-item {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400 !important;
}

/* .header .navbar .dropdown-menu {
	background: #f4f7f7;
} */

@media (min-width: 992px) {
  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 35px;
  }

  .header .header-info-logo-img img {
    width: 185px;
  }

  nav.navbar .container {
    min-height: 75px;
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - 250px);
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}

.cw-welcome-section {
  position: relative;
}
/* Main Section */
.cw-welcome {
  position: absolute;
  top: 1em;
  left: 2em;
  z-index: 10;
}

.cw-welcome h1 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  /* line-height: 1.25em; */
  letter-spacing: 3px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7),
    1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cw-welcome p {
  font-size: 1.15rem;
  color: #ffffff;
  padding: 0.2em 0 0em 0;
  margin-bottom: 0.25em;
  font-weight: 300;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7),
    1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cw-welcome a {
  font-size: 0.75rem;
  background-color: #0074c4;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 0.75em 1em;
  border-radius: 2px;
}

.cw-welcome a:hover {
  opacity: 0.8;
}

/* xs: 330px & Up */
@media (min-width: 330px) {
}

/* SM: 768px & Up */
@media (min-width: 768px) {
  .cw-welcome {
    top: 1em;
    left: 3em;
  }

  .cw-welcome h1 {
    font-size: 1.7em;
  }

  .cw-welcome p {
    font-size: 1.2em;
    padding: 0.5em 0 0.5em 0;
  }

  .cw-welcome a {
    font-size: 0.8em;
    padding: 0.9em 2em;
  }
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .cw-welcome {
    top: 2.5em;
  }

  .cw-welcome h1 {
    font-size: 2em;
  }

  .cw-welcome p {
    font-size: 1.3em;
  }

  .cw-welcome a {
    font-size: 0.9em;
    padding: 0.9em 2em;
  }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
  .cw-welcome {
    top: 2.5em;
    left: 10em;
  }

  .cw-welcome h1 {
    font-size: 2.5em;
  }

  .cw-welcome p {
    font-size: 1.5em;
    padding: 0.7em 0 0.5em 0;
  }

  .cw-welcome a {
    font-size: 1em;
    padding: 1em 2em;
  }
}

/* Custom LG: 1400px & Up */
@media (min-width: 1400px) {
  .cw-welcome {
    top: 3.5em;
    left: 11em;
  }

  .cw-welcome h1 {
    font-size: 2.7em;
  }

  .cw-welcome p {
    font-size: 1.7em;
  }

  .cw-button h1 {
    font-size: 1.7em;
  }
}

/* Custom LG: 1600px & Up */
@media (min-width: 1600px) {
  .cw-welcome {
    top: 6em;
    left: 19em;
  }

  .cw-welcome h1 {
    font-size: 2.7em;
  }

  .cw-welcome a {
    font-size: 1.2em;
  }
}

/* Custom LG: 1800px & Up */
@media (min-width: 1800px) {
  .cw-welcome {
    top: 7em;
    left: 22em;
  }

  .cw-welcome h1 {
    font-size: 3.2em;
  }
}

/* Finder */
.cw-finder-section {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D70F600C20E537F6182292F8F285691F.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.cw-finder-text h5 {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  padding-top: 50px;
}

.cw-finder-text p {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
  margin: 0;
  /* padding-bottom: 20px; */
}

.cw-finder-text hr {
  width: 70px;
  background-color: var(--color-theme-highlight);
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.cw-finder-button {
  padding-bottom: 50px;
}

.cw-finder-button .btn-primary {
  font-size: 1.5em;
  font-weight: 600;
}

/* Hours */

.cw-hours {
  background-color: #fff;
}

.cw-hours .cw-days {
  background-color: #dddddd;
  color: #000;
}

/* Hours */

.cw-hours-wrapper {
  padding: 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eeeeee;
}

.cw-hours-block {
  display: inline-block;
  padding-right: 6px;
  border-radius: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 130px;
  margin-bottom: 5px;
  font-size: 1rem;
}

/* Add "cw-hours-highlight" class to highlight other days */

.cw-hours-highlight .cw-days {
  background-color: var(--color-theme-primary);
  color: #000;
  font-weight: 900;
}

.cw-hours a:hover {
  color: var(--color-theme-primary);
}

/* Contact / Parallax banner */
.cw-parallax-window {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/47B2625AE7A8D3C7DE508E90C8F7EF62.jpg");

  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;

  /* height: 300px; */
  padding: 3em 0;
}

.cw-parallax-text {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 2em;
}

.cw-parallax-text h5 {
  text-transform: uppercase;
  color: #eee;
  font-size: 1.5em;
}

.cw-parallax-text h5 span {
  display: block;
  font-size: 2em;
  font-weight: 700;
}

.cw-parallax-text h5 p {
  font-size: 1.25em;
}

.cw-parallax-text a {
  margin-bottom: 0.5em;
}

/* About Textwithimage */
.page-home .textwithimage {
  background: linear-gradient(
    100deg,
    var(--color-theme-secondary) 64%,
    var(--color-theme-primary) 64%
  );
}

.page-home .textwithimage .textwithimage-container {
  background: var(--color-theme-background);
  /* padding: 0; */
}

.page-home
  .textwithimage
  .textwithimage-container
  .textwithimage-text-container {
  padding: 1em;
}

@media (min-width: 576px) {
  .page-home
    .textwithimage
    .textwithimage-container
    .textwithimage-text-container {
    padding: 1em 1.5em 1em 1em;
  }
}

.page-home .list .list-img-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  transition: opacity 0.5s linear 0.1s;
}

.page-home .list a.list-img-link:hover .list-img-photo:after {
  opacity: 0.5;
  background: var(--color-theme-highlight);
}

/* .page-home .list .btn {
	display: none;
} */

.page-home .inventoryslideshow {
  padding-top: 2.5rem;
  padding-bottom: 0 !important;
}

.cw-homeAbout {
  margin-bottom: 2.5rem;
  padding: 4rem 0;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.72),
      rgba(0, 0, 0, 0.72)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/089624034ABDB78384DFD81D1680D2D0.jpg);
  background-size: cover;
}

.cw-homeAbout .col-12 {
  z-index: 2;
}
/*
.textwithimage h3 span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: var(--color-theme-secondary);
} */

.cw-homeSpecial {
  margin-bottom: 6rem;
  color: #fff;
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
  padding: 2em;
}

.cw-homeSpecial h4 {
  font-size: 2rem;
}

.cw-homeSpecial img {
  width: 400px;
}

.cw-homeSpecial .container {
  background: var(--color-theme-highlight);
}

@media (max-width: 576px) {
  .cw-homeSpecial .cw-homeSpecial-content {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .page-home .list .list-text-title {
    font-size: 1.75rem;
  }

  .cw-homeAbout {
    padding: 6rem 0;
  }

  .cw-homeAbout h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .page-home .textwithimage h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2.5rem;
  }

  .cw-homeSpecials .lead {
    font-size: 1.3rem;
  }
}

@media (min-width: 1340px) {
  .page-home .textwithimage h2,
  .cw-homeAbout h3 {
    font-size: 3rem;
  }

  .page-home .list .list-text-title {
    font-size: 2rem;
  }

  .cw-homeAbout {
    background-attachment: fixed;
  }
}

.popular-vehicles-sections {
  margin: 5em auto !important;
}

.card__multi__style2 .item__card {
  border-radius: 0 !important;
}

.inventoryslideshow h3 {
  font-size: 1.2rem !important;
}

.inventoryslideshow .item__data__price {
  font-size: 1.25rem !important;
}

.inventoryslideshow-slick {
  padding-top: 1rem;
}

.inventoryslideshow-title-heading {
  font-size: 2.25rem;
}

.inventoryslideshow-title-heading span {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60%;
  color: var(--color-theme-secondary);
}

@media (min-width: 768px) {
  .inventoryslideshow-title-heading {
    font-size: 2.75rem;
  }
}

@media (min-width: 1340px) {
  .inventoryslideshow-title-heading {
    font-size: 3rem;
  }
}

.inventory {
  padding-top: 0 !important;
}

/* .dropdown-menu .badge {
	color: var(--color-theme-primary);
} */

.inventory-card-view .carousel-item {
}

.inventory-card-view .p-veh-card .card-top-img {
}

.p-veh-card .card-top-img a {
  display: block;
}

.inventory-card-view .p-veh-card .card-top-img img {
}

.inventory .srp-sidebar .card-header::before {
  border-color: transparent !important;
}

.inventory .card {
  background: #f4f7f7 !important;
}

.inventory .inventory-cta .btn {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .inventory-title {
  font-size: 1.2rem !important;
}

.inventory .vehicle-card.layout-2 .price {
  background: var(--color-theme-primary) !important;
  font-weight: 700;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
  color: var(--color-theme-text-btn);
}

.inventory .carousel-indicators {
  background: rgba(255, 255, 255, 0.4) !important;
  bottom: 0 !important;
  margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background: var(--color-theme-highlight);
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
  background: var(--color-theme-highlight) !important;
  border-color: var(--color-theme-highlight) !important;
}

/* .vdp__details__mod {
	margin-bottom: 50px;
} */

.vdp__title__mod {
  background: var(--color-theme-highlight);
  padding: 1.5rem 1rem 1rem;
  color: #fff;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
  margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
  max-width: none;
  margin-bottom: 0 !important;
  padding: 1rem;
  background: var(--color-theme-primary);
  color: #fff;
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
  color: #fff !important;
}

@media (min-width: 992px) {
  .page-inventory .container.mb-4 {
    padding: 3rem 4rem;
  }
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/131912BC07C6534EEF96A239D9E45219.jpg)
      no-repeat center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: #fff;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 3.5rem 0;
  }

  section:not(.page-home) .title h1 {
    font-size: 2.5rem;
  }
}

.form-forms-header {
  font-size: 1.75rem;
}

.bootstrap-select {
  padding: 0 !important;
  background: 0 0;
  border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #000;
  background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline;
  background: 0 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder::after {
  border-top-color: var(--color-theme-highlight);
}

footer > .container {
  position: relative;
  min-height: 190px;
}

.footer .dropdown-menu {
  position: relative;
  display: block !important;
  min-width: 0 !important;
  padding: 0;
  border: 0;
}

.footer .dropdown-toggle {
  pointer-events: none;
}

.footer a.dropdown-item {
  display: block !important;
  padding: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.footer-nav-links .nav-item {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 0.25rem;
}

.footer .nav .nav-link {
  text-transform: uppercase;
}

.footer h2.footer-business-name {
  font-size: 1.25rem;
}

.footer-business + .footer-business-phone:before {
  display: none;
}

.footer-social-links a {
  padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  .footer-social-links {
    position: absolute;
    left: 10%;
    bottom: 1rem;
    z-index: 2;
  }

  footer .footer-info-business {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    padding-right: 1rem;
  }

  .footer-info-business
    a:not(.footer-business-phone):not(.footer-business-email) {
    padding: 0;
  }

  a.footer-business-phone {
    display: block;
    margin-top: 0.25rem;
  }

  .footer ul.nav {
    flex-wrap: nowrap;
    text-align: left !important;
  }

  .footer-nav-links {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 70%;
    background: 0 0;
    padding: 1.5rem 0;
  }

  .footer .dropdown-menu {
    max-width: 180px;
    text-align: center;
    background: 0 0;
  }

  .dropdown-toggle::after {
    color: var(--color-theme-secondary);
  }
}

/* -------------------- VDP sticky nav & accessibility fixes ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
  margin: auto;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__details__mod .row > * {
    padding: 0 !important;
  }
}

.sn_business_openclose.open {
  background: var(--color-theme-primary) !important;
  color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  font-size: 0.7rem !important;
  padding: 7px 10px !important;
}

@media (min-width: 440px) {
  .vdp-module-canvas-razor-wrapper
    .vdp__sticky-navigation__mod
    button.sn_more_btn {
    font-size: 0.8rem !important;
    padding: 7px 12px !important;
  }
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:before {
  background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_share_item
  a:hover {
  color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_dropdown
  a:hover {
  color: var(--color-theme-primary);
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  font-size: 1rem !important;
}

/* VDP Dealership info mod  */
@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row > * {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
    margin-bottom: 0 !important;
  }
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
  margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
  margin-bottom: 2em;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
  padding: 0;
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
  color: var(--color-theme-header);
  margin: 0 0 0.5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
  /* background: #444444; */
  border: 0 !important;
  /* padding: 1.5rem !important; */
  margin-top: 1em !important;
  margin-bottom: 1.5em;
  border-radius: 0.8vw !important;
}

.card__multi__style1 .item__card {
  background-color: #fff !important;
}

.card__multi__style1
  .card__addt__info__wrapper
  .veh__info__wrapper
  .veh__info__item:not(.no-data) {
  border-bottom: 1px solid #000;
}



	.inventoryslideshow~.container.mb-4 {
		margin: 0 !important;
	}