/*-- Global --*/

h1,
h2,
h3,
h4,
h5 {
  font-style: italic;
  letter-spacing: 0.5px !important;
}

.inventoryslideshow-btn a:after,
.btn-submit:after,
.cw-btn:after {
  content: "\f04e";
  position: absolute;
  top: 20%;
  padding: 3px 8px;
  right: 1rem;
  font-family: FontAwesome;
  line-height: 20px;
  font-size: 10px;
  color: var(--color-theme-highlight);
  background: var(--color-theme-primary);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.inventoryslideshow-btn a,
.btn-submit,
.cw-btn {
  padding-right: 3rem;
}

.cw-roundBtn {
  padding: 0.6rem 1rem;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.cw-btnSmall {
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.btn-primary,
.btn-primary:focus {
  color: #fff;
}

.line hr {
  /* border-top-color: #858585; */
}

.invtorydetails .section__title,
.invtorydetails .section__subtitle,
.invtorydetails .section__callout__title {
  color: var(--color-theme-primary);
}

.contact-details.contact-email {
  word-break: break-all;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Form Disclaimer */

.formDisclaimer__content-wrapper {
  color: inherit;
}

.formDisclaimer__content-wrapper a {
  color: inherit !important;
}

.formDisclaimer__content-wrapper a:hover {
  color: var(--color-theme-highlight) !important;
}

/*-- Header --*/

.header {
  position: relative;
}

.header .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 32px;
  font-weight: normal;
}

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

.dropdown-toggle.active::after,
.dropdown.active .dropdown-toggle:after {
  color: var(--color-theme-primary);
}

.cw-header-contact {
  padding: 0.75rem;
  text-align: center;
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0;
}

.header .header-business-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  padding: 8px 10px;
  color: var(--color-theme-highlight);
  font-weight: normal;
  text-shadow: none;
}

.header .container {
  max-width: none;
  /* z-index: 1031; */
}

.header .header-info-logo-img {
  position: relative;
  /* z-index: 1031; */
}

@media (min-width: 992px) {
  .header .header-info-logo-img img {
    width: 210px;
  }
}
@media (min-width: 1440px) {
  .header .header-info-logo-img img {
    width: 340px;
  }
}
.cw-address,
.cw-phone {
  color: #fff;
}

.cw-phone {
  font-size: 1.25rem;
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  margin-right: 0.5rem;
  font-weight: normal;
  color: var(--color-theme-highlight);
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 0.5rem;
  font-weight: normal;
  color: var(--color-theme-highlight);
}

.header .navbar .active > .nav-link {
  color: var(--color-theme-primary);
}

.header .dropdown-item {
  font-weight: normal !important;
}

/* There's a script to make the variable always the size of the NAVBAR */
:root {
  --cw-navbarHeight: 48px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .header .navbar.bg-primary {
    z-index: 1031;
  }

  /*  */
  .header .header-info-logo-img {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    z-index: 1031;
  }

  .cw-header-contact {
    position: absolute;
    top: 3rem;
    top: var(--cw-navbarHeight);
    width: 70%;
    margin-left: 30%;
    z-index: 2;
    text-align: right;
  }

  .cw-address,
  .cw-phone {
    text-shadow: 0 0 12px black;
  }

  .cw-address:before,
  .cw-phone:before {
    text-shadow: 2px 2px black;
  }

  section:not(.page-home) .header {
    min-height: 247px;
    background: #141414
      url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D4D441D072A33215D1C23D4E8C7301E3.jpg)
      no-repeat center;
    background-size: cover;
  }

  section:not(.page-home) .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
  }

  .header:after {
    content: "";
    z-index: 1030;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 265px solid transparent;
    border-top: 0 solid transparent;
    border-left: 442px solid rgb(12 27 51 / 68%);
  }

  section:not(.page-home) .header:after {
    top: 47px;
  }

  /*  */

  .header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 225px solid transparent;
    border-top: 0 solid transparent;
    border-left: 377px solid rgb(12 27 51 / 68%);
  }

  .navbar-collapse {
    justify-content: flex-end !important;
    position: absolute;
    width: calc(100% - 377px);
    right: 0;
    top: 0;
    background: var(--color-theme-primary);
    margin: 0;
  }

  .navbar-collapse:before {
    content: "";
    position: absolute;
    left: -81px;
    top: 0;
    width: 0px;
    height: 0px;
    border-bottom: 0 solid transparent;
    border-top: 48px solid transparent;
    border-right: 81px solid var(--color-theme-primary);
  }

  section:not(.page-home) .header {
    min-height: 200px;
  }

  section:not(.page-home) .header:after {
    top: 0;
  }
}

/* temporary fix until we can improve the way fixed navbars work. */
.sitemap-container.container {
  margin-top: 100px;
}

section.termsandconditions.tcpp {
  margin-top: 100px;
}

/*-- Hero Carousel --*/

.cw-heroCarousel {
  overflow: hidden;
}

.cw-heroCarousel .carousel-item {
  height: 345px;
  background-position: center;
  background-size: cover;
}

.cw-heroCarousel .carousel-item:nth-of-type(odd) {
  -o-animation: zoomin 30s 1;
  -moz-animation: zoomin 30s 1;
  -webkit-animation: zoomin 30s 1;
  animation: zoomin 30s 1;
}

.cw-heroCarousel .carousel-item:nth-of-type(even) {
  -o-animation: zoomout 30s 1;
  -moz-animation: zoomout 30s 1;
  -webkit-animation: zoomout 30s 1;
  animation: zoomout 30s 1;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.25);
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.25);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.cw-heroCaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: unset;
  padding: 0;
}

.cw-heroCaption h1 {
  width: 100%;
  margin: 0;
  padding: 1rem;
  background: rgb(12 27 51 / 66%);
  margin: 0;
  font-size: 1.5rem;
}

.cw-heroCaption h1 .cw-smaller {
  font-size: 80%;
}

.cw-heroCarousel .carousel-indicators {
  display: block;
  right: 0;
  left: unset;
  top: 26%;
  right: 0;
  margin: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target] {
  opacity: 1;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0.35rem 0;
  background: var(--color-theme-secondary);
  border-radius: 0;
  text-indent: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target]:after {
  content: "\f06e";
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: FontAwesome;
  color: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active {
  opacity: 0.5;
  background: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active:after {
  color: var(--color-theme-highlight);
}

.cw-heroSocial {
  display: none;
}

@media (min-width: 400px) {
  .cw-heroCaption h1 {
    width: auto;
  }

  .cw-heroCaption h1:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 0;
    border-top: 84px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 62px solid rgb(12 27 51 / 66%);
  }
}

@media (min-width: 768px) {
  .cw-heroCarousel .carousel-item {
    height: 580px;
  }

  .cw-heroCarousel .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
    background: -moz-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }

  .cw-heroCarousel .carousel-indicators {
    top: 38%;
  }

  .cw-heroCaption .cw-location {
    font-size: 80%;
  }

  .cw-heroCaption h1 {
    max-width: 730px;
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }

  .cw-heroCaption h1:before {
    left: -104px;
    border-top: 128px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 104px solid rgb(12 27 51 / 66%);
  }

  .cw-heroSocial {
    display: block;
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: 2;
  }

  .cw-heroSocial a {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin: 0 0.5rem;
    padding: 10px;
    background: var(--color-theme-secondary);
  }

  .cw-heroSocial .fa {
    font-size: 25px;
    color: var(--color-theme-primary);
  }

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

  .cw-heroSocial a:hover .fa {
    color: var(--color-theme-highlight);
  }
}

@media (min-width: 992px) {
  .cw-heroCarousel .carousel-item {
    height: 675px;
  }

  .cw-heroCaption h1:before {
    left: -136px;
    border-top: 133px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 136px solid rgb(12 27 51 / 66%);
  }
}

/*-- Home --*/

.cw-searchForm {
  background: rgb(8 41 62 / 14%);
  padding: 1rem;
}

.cw-searchForm .form-row {
  position: relative;
}

.cw-searchForm .form-select {
  border: 2px solid var(--color-theme-primary);
  border-radius: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F663C608C4372AAF0C5584DF101B94DD.png);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.cw-searchForm label {
  display: none;
}

.cw-searchForm .col {
  text-align: center;
}

.cw-intro .cw-smallerText {
  font-size: 60%;
  font-weight: normal;
}

.cw-intro .col-md-3,
.cw-intro .col-md-8 {
  padding: 0;
}

.page-home .list {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D4D441D072A33215D1C23D4E8C7301E3.jpg)
    no-repeat center;
  background-size: cover;
}

.page-home .list .list-wrap {
  padding: 0.25rem 0.5rem 1.25rem;
  background: rgb(12 27 51 / 72%);
  color: #fff;
  height: 100%;
  align-content: center;
}

.page-home .list .list-img-photo {
  background-size: 50px;
}

.page-home .list .list-img-wrap {
  padding: 24px 0px;
}

.page-home .list .list-text-btn {
  padding: 2px 7px;
  margin-top: 0.75rem;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.page-home .list .list-text-btn:after {
  font-family: FontAwesome;
  content: "\f04e";
  font-size: 16px;
  font-weight: normal;
}

.page-home .inventoryslideshow {
  padding: 3.75rem 0 4.5rem;
}

.inventoryslideshow .card__multi__style3 .item__card__details__wrapper {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
  margin-bottom: 2rem;
  color: var(--color-theme-primary);
}

.inventoryslideshow .item__card {
  background: var(--color-theme-primary) !important;
  border-radius: 0;
  color: #fff;
}

.inventoryslideshow .card__multi__style3 .item__card__photo img {
  border-radius: 0;
}

.inventoryslideshow
  .card__multi__style3
  .item__card
  .title__style__content
  .item__title
  h3 {
  font-size: 1rem;
}

.inventoryslideshow .slick-list .brdr__rad10 {
  border-radius: 0;
}

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

@media (min-width: 768px) {
  .cw-searchForm .cw-roundBtn {
    position: absolute;
    top: 40%;
    right: 1.5rem;
  }

  .page-home .list .list-text-description {
    max-width: 290px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .page-home {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/64C63EF816D5B4AEBC34CE232A14B8FE.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
  }

  .page-home .list {
    padding: 6rem 0;
    background-attachment: fixed;
  }

  .page-home .list .list-wrap {
    margin-bottom: 0;
  }

  .page-home .inventoryslideshow .inventoryslideshow-title-heading {
    font-size: 2.5rem;
  }

  .cw-searchForm .cw-roundBtn {
    right: 2.25rem;
  }
}

/*-- Parallax --*/

.cw-parallax {
  margin-bottom: 6.5rem;
  padding: 28rem 0 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6924331923962EBF6FA75FC547C11FA6.jpg)
    center;
  background-size: cover;
  overflow: hidden;
}

.cw-parallax:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.cw-parallaxText {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1.5rem 1rem;
  background: rgb(12 27 51 / 64%);
}

.cw-parallaxText h3 {
  margin: 0;
  font-size: 1.5rem;
}

.cw-parallax h5 {
  position: absolute;
  z-index: 2;
  top: 4rem;
  left: 1.5rem;
  font-size: 1.5rem;
  text-shadow: 0 0 20px black;
  font-style: normal;
}

.cw-parallax h5 span {
  display: block;
  font-size: 60%;
}

@media (min-width: 400px) {
  .cw-parallaxText {
    width: auto;
  }

  .cw-parallaxText:before {
    content: "";
    position: absolute;
    right: -63px;
    top: 0;
    border-top: 61px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 63px solid rgb(12 27 51 / 64%);
  }
}

@media (min-width: 768px) {
  .cw-parallaxText {
    max-width: 500px;
    padding: 2rem 3rem;
  }

  .cw-parallaxText h3 {
    font-size: 1.75rem;
  }

  .cw-parallaxText:before {
    right: -104px;
    border-top: 210px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 104px solid rgb(12 27 51 / 64%);
  }

  .cw-parallax .cw-btnSmall {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 1.5rem;
    padding: 0.5rem 0.85rem;
    font-size: 1.25rem;
  }

  .cw-parallax h5 {
    top: 15%;
    left: 3.25rem;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .cw-parallax {
    padding: 34rem 0 0;
    background-attachment: fixed;
  }

  .cw-parallaxText {
    max-width: 600px;
  }

  .cw-parallaxText h3 {
    font-size: 2.25rem;
  }

  .cw-parallaxText:before {
    right: -137px;
    border-top: 192px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 137px solid rgb(12 27 51 / 64%);
  }

  .cw-parallax h5 {
    top: 20%;
    font-size: 2.75rem;
  }
}

/*-- Testimonials --*/

.cw-testimonials {
  position: relative;
  padding: 6rem 0 0;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E87DFDBBA68953F3DE6339CDEDE5D518.jpg)
    center;
  background-size: cover;
  overflow: hidden;
}

.cw-testimonialCarousel .carousel-caption {
  bottom: 0;
  padding: 1.5rem 1rem 0.5rem;
  background: rgb(12 27 51 / 64%);
  font-style: italic;
  font-size: 0.85rem;
}

.cw-testimonialCarousel .testimonial-authors {
  position: absolute;
  top: -24px;
  left: 0;
  padding: 0 0.5rem 0;
  background: var(--color-theme-secondary);
  color: var(--color-theme-primary);
  font-weight: bold;
  font-size: 1rem;
}

.cw-testimonialCarousel .testimonial-authors:before {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  border-top: 24px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 24px solid var(--color-theme-highlight);
}

.cw-testimonialCarousel .carousel-item {
  min-height: 475px;
}

.cw-testimonials:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.cw-testimonialsTitle {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  background: rgb(12 27 51 / 64%);
}

.cw-testimonialsTitle h3 {
  margin: 0;
  font-size: 1.5rem;
}

.cw-testimonials .carousel-indicators {
  display: none;
}

@media (min-width: 768px) {
  .cw-testimonialCarousel .carousel-caption {
    left: 0;
    right: unset;
    max-width: 600px;
    padding: 2rem 2rem 1rem;
    text-align: left;
    font-size: 1rem;
  }

  .cw-testimonialsTitle {
    width: auto;
  }

  .cw-testimonialsTitle:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -114px;
    border-bottom: 95px solid transparent;
    border-top: 0 solid transparent;
    border-right: 114px solid rgb(12 27 51 / 64%);
  }

  .cw-testimonials .carousel-indicators {
    display: block;
    right: 0;
    left: unset;
    bottom: 50%;
    z-index: 2;
    margin: 0;
  }

  .cw-testimonials .carousel-indicators [data-bs-target] {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0.35rem 0;
    background: var(--color-theme-secondary);
    border-radius: 0;
    text-indent: 0;
    opacity: 1;
  }

  .cw-testimonials .carousel-indicators [data-bs-target]:after {
    content: "\f06e";
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    color: var(--color-theme-primary);
  }

  .cw-testimonials .carousel-indicators [data-bs-target].active {
    opacity: 0.5;
    background: var(--color-theme-primary);
  }

  .cw-testimonials .carousel-indicators [data-bs-target].active:after {
    color: var(--color-theme-highlight);
  }
}

@media (min-width: 992px) {
  .cw-testimonials h3 {
    font-size: 2rem;
  }
}

/*-- Inventory Slideshow --*/

.inventoryslideshow .card {
  position: relative;
  background: var(--color-theme-primary);
  color: #fff;
  border: 0;
  border-radius: 0;
}

.inventoryslideshow h5 {
  text-transform: uppercase;
  color: #fff !important;
  /*--- Remove once module hook up ---*/
  font-style: normal;
}

.inventoryslideshow .price-block .label {
  display: none;
}

.inventoryslideshow .card-top-img img {
  min-height: 220px !important;
  height: auto !important;
}

.inventoryslideshow .card-top-img {
  margin-bottom: 0 !important;
  min-height: 220px !important;
  background: var(--color-theme-primary) !important;
  height: auto !important;
}

.inventoryslideshow .inventoryslideshow-slick {
  margin-bottom: 2.5rem !important;
}

.inventoryslideshow .price-block {
  position: absolute;
  z-index: 2;
  top: -42px;
  right: -4px;
  padding: 0 0.5rem !important;
  color: var(--color-theme-primary);
}

.inventoryslideshow .price-block:before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: 0;
  border-top: 28px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 30px solid var(--color-theme-highlight);
}

.inventoryslideshow .features-list {
  padding-bottom: 0 !important;
}

/*-- Inventory Page --*/

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

.inventory .card {
  /*-- To be removed --*/
  background: var(--color-theme-primary) !important;
  color: #fff !important;
}

.inventory .col-12.col-lg-11.col-xl-10 {
  width: 98% !important;
}

.inventory .btn-link.btn-clear-filter {
  text-decoration: none;
}

.inventory .srp-sidebar .card-header::before {
  display: none;
}

/* .inventory-card-view .p-veh-card .card-top-img img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
	max-height: 100% !important;
	min-height: 100% !important;
	height: 100% !important;
} */

.btn-clear-filter {
  padding: 0;
  font-style: italic;
}

/* .inventory-card-view .p-veh-card .card-top-img {
	height: auto !important;
	background-color: #fff !important;
} */

/* .inventory-card-view .carousel-item {
	height: 0 !important;
	padding: 38% 0 !important;
} */

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

/* .inventory-card-view .p-veh-card .card-top-img img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
	max-height: 100% !important;
	min-height: 100% !important;
	height: 100% !important;
} */

.inventory .carousel-indicators {
  background: none !important;
}

.inventory .btn-primary {
  border: none;
  border-radius: 0 !important;
  background: var(--color-theme-secondary) !important;
}

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

.inventory .vehicle-card .inventory-title {
  padding-top: 0.5rem;
  font-size: 1.235rem !important;
  font-style: normal;
  text-transform: uppercase;
  color: #fff !important;
  /*-- To be Removed --*/
}

.inventory .vehicle-card.layout-2 h5.inventory-title {
  color: #fff !important;
  /*-- to be removed --*/
}

.inventory .vehicle-card.layout-2 .price {
  background: var(--color-theme-secondary) !important;
  /*-- to be removed --*/
  color: var(--color-theme-primary) !important;
  /*-- to be removed --*/
  font-weight: bold;
}

.inventory .vehicle-card.layout-3 .inventory-title {
  color: var(--color-theme-primary) !important;
}

/*-- To be removed --*/
.inventory,
.inventory .card-body,
.inventory .page-link,
.inventory .page-link:focus,
.inventory label,
.inventory .vehicle-card.layout-1 .price-mileage-block .label {
  color: #fff !important;
}

.inventory .vehicle-card .price-mileage-block .value {
  font-size: 1.1rem !important;
  color: #fff !important;
}

.inventory .vehicle-card .price-mileage-block {
  background: var(--color-theme-primary) !important;
  padding: 0.5rem 0 !important;
}

.inventory .vehicle-card.layout-3 .inventory-title-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.inventoryslideshow .inventoryslideshow-arrow {
  top: 25% !important;
}

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

.vdp__details__mod {
  margin-bottom: 25px;
}

.vdp-module-canvas-razor-wrapper .brdr__rad4 {
  border-radius: 0 !important;
}

.vdp__title__mod {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6E47F1F7DF611F74FDDBEBF458CB78F2.jpg)
    center;
  background-size: cover;
  color: #fff;
  padding: 1.5rem 1rem 1rem;
}

.vdp__container .vdp__title__mod .veh__title[VehicleHeadingWidgetCssScope] {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.85rem;
}

.vdp__container .vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__container .vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
  color: #fff;
}

.vdp__container .vdp__title__mod .veh__trim[VehicleHeadingWidgetCssScope] {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-style: normal;
}

.vdp__container
  .vdp__title__mod
  .veh__generation[VehicleHeadingWidgetCssScope] {
  display: inline-block;
  margin-left: 0.5rem;
  color: #fff;
}

.inventory .srp-sidebar {
  left: 0 !important;
}

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

.vdp__message__wrapper {
  background: var(--color-theme-secondary) !important;
  border-radius: 0 !important;
}

/* .photo__item .photo__thumbnail[PhotoGalleryWidgetCssScope] {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5509FEC2FF9400A6F67F019EC7076AF0.jpg) no-repeat center;
	background-size: cover;
} */

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

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

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

.full-container .photo__grid1 .photo__thumbnail[PhotoGalleryWidgetCssScope] {
  border-radius: 0 !important;
}

.vdp__details__mod {
  font-size: 0.9rem;
}

.section__title,
.section__title1 {
  font-size: 22px !important;
}

.vdp__title__mod .veh__title[VehicleHeadingWidgetCssScope] {
  text-transform: uppercase;
}

.filter-widget a {
  color: var(--color-theme-highlight);
}

.inventory-resultsSort,
.vehicleResults .d-flex {
  color: #111;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  background: none !important;
}

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

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

/*-- Inventory --*/

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

.vehicle-card .financing a {
  color: var(--color-theme-secondary);
}

.inventory .card-header {
  color: var(--color-theme-primary);
}

.inventoryslideshow .btn-primary {
  background: var(--color-theme-secondary) !important;
  border: none;
}

.mobile-fixed-cta .btn {
  color: #fff;
}

/*-- Subpages --*/

.page-car-finder .form {
  padding: 0;
}

.page-faq .form,
.page-loan-application .form,
.page-value-my-trade .form,
.page-testimonials .form,
.page-our-staff .form,
.page-schedule-test-drive .form {
  padding-top: 0;
}

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

.form .text {
  background: none;
  padding: 0;
}

.dropzone.dz-clickable .dz-message .btn {
  margin-right: 0.45rem;
}

.employees-email {
  font-size: 0.8rem;
  word-break: break-all;
  line-height: 1.35;
}

.employees-name {
  font-size: 1.35rem;
}

.employees .card.employees-circle {
  background: var(--color-theme-primary);
}

.employees .card.employees-circle .employees-contact {
  padding-top: 0;
}

@media (min-width: 992px) {
  .employees .card.employees-circle {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/*-- Accordions --*/

.cw-accordion .accordion-button {
  background: var(--color-theme-primary);
  color: #fff;
}

.cw-accordion .accordion-button::after {
  content: "\f078";
  font-family: FontAwesome;
  text-align: center;
  line-height: 20px;
  color: var(--color-theme-primary);
  background: var(--color-theme-secondary);
  border-radius: 50%;
}

.cw-accordion .accordion-body {
  padding: 2rem 1.25rem;
  background: #fafafa;
}

/* --- Testimonials summary list --- */

.page-testimonials .list {
  padding: 0 0 2rem;
}

.page-testimonials .list .list-wrap {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.page-testimonials .list .list-text-title {
  font-size: 1.25rem;
}

.page-testimonials .list-img-wrap {
  padding: 2em 0;
  margin: 0 auto;
}

.page-testimonials .list-text-description {
  font-style: italic;
  font-size: 0.9rem;
}

.page-testimonials .list-img-photo {
  background-size: 130px;
}

/*-- Loan App Form Styling Fixes --*/

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

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

/*-- Footer Custom Layout --*/

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

@media (max-width: 992px) {
  footer > .container {
    max-width: 100%;
  }
}

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

.footer .dropdown-toggle {
  pointer-events: none;
  font-size: 0.85rem;
}

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

.footer-nav-links .nav-item {
  padding: 0 0.5rem;
  font-size: 0.85rem;
  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 i {
  color: var(--color-theme-highlight);
}

.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: rgb(0 0 0 / 10%);
    padding: 1.5rem 0;
  }

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

/* Additional SiteBuilder Overrides
=================================================================================================*/
.businessinfo .btn-primary,
.businessinfo .btn-primary:focus,
.businessinfo .btn-primary:hover,
.businessinfo .btn-primary:not([disabled]):not(.disabled).active,
.businessinfo .btn-primary:not([disabled]):not(.disabled):active,
.businessinfo .show > .btn-primary.dropdown-toggle {
  color: var(--color-theme-primary) !important;
  background: var(--color-theme-highlight);
  border-color: var(--color-theme-highlight) !important;
}

.loan-app-module .btn-primary,
.loan-app-module .btn-primary:focus,
.loan-app-module .btn-primary:hover,
.loan-app-module .btn-primary:not([disabled]):not(.disabled).active,
.loan-app-module .btn-primary:not([disabled]):not(.disabled):active,
.loan-app-module .show > .btn-primary.dropdown-toggle {
  color: var(--color-theme-primary) !important;
  background: var(--color-theme-highlight);
  border-color: var(--color-theme-highlight) !important;
}

.page-home .contact-details .contact-icon {
  color: var(--color-theme-highlight) !important;
}

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

.inventory-search-module .btn-primary:hover {
  color: var(--color-theme-primary) !important;
}

.inventory-search-module .search__input--classification,
.inventory-search-module .search__input--min-year,
.inventory-search-module .search__input--max-year {
  display: none;
}

section.inventory-search-module .form__wrapper {
  background-color: var(--color-theme-accent);
  border: none !important;
  padding: 20px;
}

.inventory,
.inventory .card-body,
.inventory .page-link,
.inventory .page-link:focus,
.inventory label,
.inventory .vehicle-card.layout-1 .price-mileage-block .label {
  color: var(--color-theme-highlight) !important;
}

/* VDP Fix
===========================================*/

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus {
  color: #fff !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus:hover {
  color: var(--color-theme-text-btn) !important;
}

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

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

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  button.sn_more_btn:hover {
  background: var(--color-theme-secondary) !important;
  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) !important;
}

.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-secondary);
}

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

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

.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item:hover {
  color: var(--color-theme-primary) !important;
}

/* Loan App */
.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary:hover {
  color: var(--color-theme-primary) !important;
}

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

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
  color: var(--color-theme-primary) !important;
}

/* Contact Module */
.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
  color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__message__mod .disclaimerText {
  color: var(--color-theme-primary);
}

/* -------------------- Sticky ---------------------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
  z-index: 1029 !important;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
  z-index: 1055 !important;
}

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

@media (min-width: 992px) {
  .header .dropdown-menu,
  .footer .dropdown-menu {
    /* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
    left: unset !important;
    right: 0;
  }
}
.inventory .inventory-cta .btn {
  background: #999 !important;
}
.btn,
.btn-primary,
.btn-secondary,
.businessinfo .btn-primary,
.businessinfo .btn-primary:focus {
  border: 1px solid #113e6f !important;
}
a:hover {
  color: #408fe2;
}
.loan-app-module .vehicle-picker-container .veh__price,
.loan-app-module .loan__vehicle__selected .veh__price {
  color: #408fe2 !important;
}
