.title + .text {
  margin-top: 0;
}

.wow {
  visibility: hidden;
}

.header .navbar-nav .nav-link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem !important;
}

.header .header-info-logo-img img {
  width: 290px;
}

.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-secondary); */
}

.cw-phone:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f2a0";
  padding-right: 0.5rem;
  /* color: var(--color-theme-secondary); */
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus {
}

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: 42px; */
    top: unset;
    padding: 0;
  }

  nav.navbar .container {
    min-height: 75px;
  }

  /* keeps nav items on the right side of header */
  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - 250px);
    justify-content: center;
  }

  .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;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}

.cw-hero {
  position: relative;
  background: linear-gradient(
      to bottom,
      rgba(15, 59, 92, 0.4),
      rgba(15, 59, 92, 0.4)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/71FDC75C42E8A338E4AE075934D42C6D.jpg)
      top center;
  background-size: cover;
  padding: 170px 0 170px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.cw-hero h1 {
  position: relative;
  z-index: 2;
  font-size: 2.75rem;
  color: #fff;
  line-height: 1.1;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

.cw-hero h1 span {
  margin: 0.25rem 0;
  font-size: 45%;
  color: #fff;
}

section.inventory-search-module .btn-primary {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper {
  border-radius: 0 !important;
  border: 0 !important;
}

@media (min-width: 1800px) {
  .cw-hero {
    padding: 375px 0 375px;
  }
}

@media (min-width: 992px) {
  .cw-hero h1 {
    font-size: 4rem;
  }

  .cw-hero h1 span {
    margin-bottom: 0;
  }

  .page-home .inventory-search-module {
    position: relative;
    margin-top: 0 !important;
    background: var(--color-theme-primary);
  }

  section.inventory-search-module .form__wrapper {
    background: var(--color-theme-primary) !important;
    border-color: #b5b5b5 !important;
  }

  .page-home section.inventory-search-module label {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 2px #000;
  }

  section.inventory-search-module > .container {
    max-width: 1320px !important;
  }
}

.page-home .list {
  padding-top: 1.5rem;
  padding-bottom: 5em;
}

.page-home .list .list-img-wrap {
  padding: 54% 0;
}

.page-home .list .list-wrap {
  position: relative;
  margin-bottom: 0;
}

.page-home .list .list-text-title {
  position: absolute;
  bottom: 15%;
  left: 5%;
  right: 5%;
  width: auto;
  height: auto;
  color: #fff;
  margin: auto;
  text-shadow: 0 0 4px #000;
  pointer-events: none;
}

.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(15, 59, 92, 0.72),
      rgba(15, 59, 92, 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;
  }
}

/* -------------------- Custom home sections ---------------------- */
/* both/together */

.cw-why-york img,
.cw-checklist-content img {
  border-radius: 30px;
}

.cw-home-bg {
  background: #fff;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

@media (min-width: 768px) {
  .cw-home-bg {
    background-attachment: fixed;
  }
}

/* Why sect */

.cw-why-york {
  padding: 4rem 0;
  overflow: hidden;
}

.cw-why-york h2 {
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  display: inline-block;
  padding: 4px 2px 5px;
  border-bottom: 6px double var(--color-theme-primary);
}

.cw-why-york p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.cw-why-york p.cw-gimmicks {
  position: relative;
  font-size: 1.3rem;
  display: inline-flex;
  overflow: hidden;
  flex-flow: column;
  /* justify-content: center; */
  /* align-items: center; */
}

/* .cw-why-york p.cw-gimmicks span:not(.cw-strikethrough) */
.cw-why-york p.cw-gimmicks span {
  font-weight: 700;
  display: inline-block;
  padding: 4px 6px 2px 0px;
  /* border-bottom: 2px solid; */
  margin: 0 7px 0 0;
  /* text-decoration: line-through; */
}

/* .cw-why-york p.cw-gimmicks:before {
	content: ' ';
	position: absolute;
	top: 55%;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--color-theme-primary);
} */

.cw-why-york p.cw-gimmicks .cw-strikethrough {
  /* display: none; */
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0;
  height: 2px;
  background: var(--color-theme-primary);
  opacity: 0.8;
  transform: rotate(45deg) translate(-20px, 20px);
  transition-duration: 0.4s;
}

.cw-why-york p.cw-introline {
  font-size: 1.2rem;
}

.cw-why-york p.cw-introline span {
  font-style: italic;
}

/* .cw-why-york p.cw-introline+.cw-introline {
	font-weight: 700;
} */

.cw-why-york h5 {
  margin-top: 2em;
}

.cw-why-york .cw-whybox,
.cw-why-york img {
  margin-bottom: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-why-york p.cw-gimmicks {
    flex-flow: row wrap;
  }

  .cw-why-york p.cw-gimmicks .cw-strikethrough {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    padding: 0;
    height: 2px;
    background: var(--color-theme-primary);
    opacity: 0.8;
    transform: none;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-why-york h2 {
    font-size: 2.5rem;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-why-york h2 {
    font-size: 3rem;
  }
}

/* 2nd home section */
.cw-checklist-content {
  padding: 2rem 0 3rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.cw-checklist-content p {
  font-size: 1.1rem;
}

.cw-checklist-content .cw-list-checks {
  /*List unstyled properties*/
  padding-left: 0;
  list-style: none;
}

.cw-checklist-content .cw-list-checks li {
  margin: 0 0 0.5em;
  font-size: 1.2rem;
}

.cw-checklist-content .cw-list-checks li::before {
  display: inline-block;
  margin-right: 0.3em;
  color: var(--color-theme-highlight);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  text-rendering: auto;
  content: "\f00c ";
  -webkit-font-smoothing: antialiased;
}

/* process snippet */

.cw-process {
  padding: 50px 10px;
  background-color: #fff;
  color: #000;
}

.cw-process a {
  text-transform: uppercase;
}

.cw-process .cw-finder-title {
  margin-bottom: 40px;
}

.cw-process .cw-finder-title h4 {
  font-size: 2.2rem;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 405;
}

.cw-process .cw-flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

.cw-process .cw-process-step {
  margin: 20px 0;
}

.cw-process .cw-process-step i {
  font-size: 2.25rem;
  color: var(--color-theme-primary);
  margin-bottom: 10px;
}

.cw-process .cw-process-step h5 {
  font-size: 1.75rem;
  color: inherit;
}

.cw-process .cw-process-step h5 span {
  color: var(--color-theme-primary);
}

.cw-process .cw-process-step p {
  font-size: 1rem;
  color: inherit;
}

.cw-process hr {
  width: 100px;
  max-width: 100%;
  margin: 0.5rem auto 0;
  border: 2px solid var(--color-theme-primary);
  opacity: 100%;
}

/* Small: 576px & Up */
@media (min-width: 576px) {
  .cw-process .cw-process-step {
    min-height: 205px;
  }
}

/* MD: 768px & Up */
@media (min-width: 768px) {
  .cw-process {
    padding: 70px 50px;
  }

  .cw-process .cw-process-step {
    min-height: 150px;
  }
}

/* LG: 992px & Up */
@media (min-width: 992px) {
  .cw-process {
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8197ADAAB88861D2701382B009763C9.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .cw-process .cw-process-step {
    min-height: 0;
    margin: 10px 0;
  }

  .cw-process h4 {
    font-size: 2.3rem;
  }

  .cw-process .cw-process-step h5 {
    font-size: 1.5rem;
  }
}

/* -------------------- Testimonial slider (homepage) ---------------------- */

/* -------------------- Testimonial slider ---------------------- */
.cw-testimonial-slideshow {
  text-align: left;
  position: relative;
  margin: 1rem 0;
  padding: 2rem 0;
}

.cw-testimonial-slideshow .cw-avatar {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  overflow: hidden;
}

.cw-testimonial-slideshow .cw-avatar img {
  object-fit: cover;
}

.cw-testimonial-slideshow .cw-avatar .cw-letter {
  font-size: 1.7rem;
  text-align: center;
  height: 100%;
  padding-top: 0.55rem;
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.cw-testimonial-slideshow .cw-stars i {
  font-size: 1.1rem;
  color: #ddaf0d;
}

.cw-testimonial-slideshow p {
  font-size: 1rem;
  font-style: italic;
  margin: 1rem auto 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#cwID-review-slider {
  /* This ID is used by the custom javascript at the end */
}

/* These arrows are created by that javascript code */
.cw-testimonial-slideshow .cw-slick-slider .cw-arrow {
  top: 50%;
}

.cw-testimonial-slideshow .cw-slick-slider .cw-arrow-prev {
  left: -1em;
}

.cw-testimonial-slideshow .cw-slick-slider .cw-arrow-next {
  right: -1em;
}

@media (min-width: 576px) {
  .cw-testimonial-slideshow p {
    font-size: 1.5rem;
  }
}

/* Testimonial PAGE */

.testimonial-container {
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.testimonial-container .cw-review {
  background: #f5f5f5;
  color: #000;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.testimonial-container .cw-review p {
  font-size: 1.1rem;
}

.testimonial-container .cw-review .fa-star {
  color: #ddaf0d;
}

.testimonial-container .cw-author {
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.5rem 0 0.5rem;
}

/* -------------------- Other stuff ---------------------- */

.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);
}

.p-veh-card .card-top-img a {
  display: block;
}

.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(15, 59, 92, 0.6),
      rgba(15, 59, 92, 0.6)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.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;
}
