@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap";

:root {
  --sitefont: "Outfit", sans-serif;
}

:root {
  --headerfont: "Anton", sans-serif;
  --bodyfont: "Nunito Sans", sans-serif;
  --warning: #c72931;
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
  font-family: var(--sitefont);
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat
  .productslideshow
  .productslideshow-item
  h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
  font-family: var(--sitefont);
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}

section[class*="page-"] {
  margin-top: var(--cw-headerHeight);
}

:root {
  --cw-headerHeight: 159px;
}

@media (min-width: 576px) {
  :root {
    --cw-headerHeight: 139px;
  }
}

@media (min-width: 768px) {
  :root {
    --cw-headerHeight: 118px;
  }
}

@media (min-width: 992px) {
  :root {
    --cw-headerHeight: 121px;
  }
}

.btn-primary {
  color: var(--color-theme-secondary);
}

.btn-link {
  color: var(--color-theme-primary);
}

.pipe {
  padding: 0 15px;
}

.btn-secondary {
  /* border-color: var(--color-theme-secondary) ; */
  /* background: var(--color-theme-secondary) ; */
  /* color: var(--color-theme-text-btn) */
}

.btn-secondary:hover {
  border-color: #272727;
  background: #272727;
  color: var(--color-theme-text-btn);
}

.btn-secondary:before {
  background: unset;
}

.inventory-container {
  max-width: 1500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.flex-card-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-top: var(--bs-gutter-y);
}

body .inventory .carousel-indicators {
  /* display: none; */
  bottom: 0px;
  margin-bottom: 0px;
}

.p-veh-card .card-top-img a {
  display: block;
}

.inventory-card-view .p-veh-card .card-top-img {
  /* height: unset !important;
	aspect-ratio: 1.33333333;
	overflow: hidden;
	position: relative; */
}

.inventory-card-view .p-veh-card .card-top-img img {
  /* min-height: unset !important;
	border-radius: 10px 10px 0 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; */
}

.inventory-container .col-xl-10 {
  width: 100%;
}

.page-inventory [data-role="pager"] {
  align-items: center !important;
}

.page__title1 {
  font-size: 2.25em;
  line-height: 1.3;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}

.page__title__copy {
  margin-bottom: 50px;
}

.optional__label {
  font-size: 0.75em;
  font-weight: 400;
}

.section__title1 {
  font-size: 1.75em;
  line-height: 1.3;
  display: block;
  border-bottom: 5px solid var(--color-theme-border);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section__title1.no-border {
  border: none;
  margin-bottom: 5px;
}

.section__copy {
  margin-bottom: 20px;
}

#homepage .section__title1 {
  font-size: 2.25em;
}

#homepage .section__title1.no-border {
  border: none;
  margin-bottom: 5px;
}

@media (max-width: 567px) {
  #homepage .section__title1 {
    font-size: 1.75em;
  }
}

.section__subtitle1 {
  font-size: 1.25em;
  line-height: 1.3;
  display: block;
  border-bottom: 5px solid var(--color-theme-border);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section__subtitle1.no-border {
  border: none;
  margin-bottom: 5px;
}

.help-block {
  background-color: transparent;
  color: var(--warning);
  display: block;
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: unset;
}

.help-block::before {
  display: none;
}

.form-row {
  margin-bottom: 20px;
}

.form-row:last-of-type {
  margin-bottom: 0;
}

label {
  font-weight: 700;
  margin-bottom: 0;
}

.form-select {
  min-height: 50px;
  max-height: 50px;
  line-height: unset;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 10px 0 20px;
  background-position-x: 100%;
  border-color: var(--color-theme-border);
  background-color: transparent;
  cursor: pointer;
}

.form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom: 2px solid #ec7125 !important;
  background-color: transparent;
}

.form-control {
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.42857;
  border: 0;
  border-bottom: 2px solid var(--color-theme-border);
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  min-height: 50px;
  height: 50px;
  background-color: rgba(180, 180, 180, 0.1);
  border-radius: 4px;
}

.form-control:focus {
  border-bottom: 2px solid #ec7125;
  background-color: rgba(180, 180, 180, 0.1);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control.validation__invalid__input {
  border-color: var(--warning);
  color: var(--warning);
}

.validation__invalid__copy {
  color: var(--warning);
  font-size: 0.875em;
}

.validation__invalid__label {
  color: var(--warning);
}

label {
  font-size: 15px;
  margin-bottom: 0.3rem;
}

.form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.form-check-inline {
  margin-right: 1.5rem;
}

.styleChecksRadios [type="checkbox"],
.styleChecksRadios [type="radio"] {
  cursor: pointer;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.styleChecksRadios [type="checkbox"] + label,
.styleChecksRadios [type="radio"] + label {
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.styleChecksRadios [type="checkbox"] + label::before,
.styleChecksRadios [type="radio"] + label::before {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.styleChecksRadios [type="checkbox"]:active + label::before,
.styleChecksRadios [type="radio"]:active + label::before {
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}

.styleChecksRadios [type="checkbox"] + label::before {
  margin-right: 0.7em;
  top: -1px;
}

.styleChecksRadios [type="radio"] + label::before {
  margin-right: 0.5em;
  top: 0;
}

.styleChecksRadios [type="checkbox"] + label::after,
.styleChecksRadios [type="radio"] + label::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.styleChecksRadios [type="checkbox"] + label::before,
.styleChecksRadios [type="checkbox"] + label::after {
  border-radius: 4px;
}

.styleChecksRadios [type="radio"] + label::before,
.styleChecksRadios [type="radio"] + label::after {
  border-radius: 50%;
}

.styleChecksRadios [type="radio"] + label::after {
  left: 4px;
  width: 14px;
  height: 14px;
  top: 4px;
}

.styleChecksRadios [type="checkbox"] + label::after {
  background-color: transparent;
  left: 5px;
  width: 10px;
  height: 4px;
  top: 4px;
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.styleChecksRadios [type="checkbox"]:checked + label::after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.styleChecksRadios [type="radio"]:checked:active + label::before,
.styleChecksRadios [type="radio"]:checked:focus + label::before {
  -webkit-animation: none;
  animation: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.styleChecksRadios [type="radio"]:checked + label::before {
  -webkit-animation: none;
  animation: none;
}

.styleChecksRadios [type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.styleChecksRadios [type="checkbox"][disabled] + label::before,
.styleChecksRadios [type="radio"][disabled] + label::before {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.styleChecksRadios [type="checkbox"][disabled]:active + label::before,
.styleChecksRadios [type="checkbox"][disabled]:focus + label::before,
.styleChecksRadios [type="checkbox"][disabled]:hover + label::before,
.styleChecksRadios [type="radio"][disabled]:active + label::before,
.styleChecksRadios [type="radio"][disabled]:focus + label::before,
.styleChecksRadios [type="radio"][disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
  background-color: transparent;
}

.section__bg__alt {
  background-color: rgba(180, 180, 180, 0.1);
}

/* #module_caa547dd-d1fc-40b4-9bea-2bbd47efc576 {
	background-color: #fafafa
} */

.section__padd50 {
  padding: 50px 0;
}

.section__padd100 {
  padding: 100px 0;
}

.brdr__rad10 {
  border-radius: 10px;
}

.hero__style3 .hero__wrapper {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EE2BAECC04F513FCCF8E8EEA9875A487.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.hero__style3 .hero__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.9)),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  overflow: hidden;
  z-index: 1;
}

.hero__style3 .hero__content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 180px;
}

.hero__style3 .hero__content .hero__preline {
  font-size: 1.25em;
}

.hero__style3 .hero__content .hero__headline {
  font-size: 4rem;
  line-height: 0.9;
}

.hero__style3 .hero__content .hero__headline.wgt-bld {
  font-weight: 700;
}

.hero__style3 .hero__content .hero__headline.wgt-blk {
  font-weight: 900;
}

.hero__style3 .hero__content .hero__subhead {
  font-size: 2.5em;
  font-weight: 700;
}

.hero__style3 .hero__content .hero__CTA i {
  font-size: 14px;
  margin-left: 10px;
}

.hero__style3 .cta__options__wrapper {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
}

.hero__style3 .cta__options__wrapper .photo__item {
  background-color: #fff;
  border: 1px solid var(--color-theme-border);
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
}

.hero__style3 .cta__options__wrapper .photo__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.77777778;
  border-radius: 10px;
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
  max-width: 180px;
}

.hero__style3 .cta__options__wrapper .photo__item .photo__item__cta span {
  font-size: 0.65em;
  display: block;
  margin-top: 5px;
  line-height: 0.8;
}

@media (max-width: 991px) {
  .hero__style3 .hero__content .hero__headline {
    font-size: 4rem;
    line-height: 0.9;
  }

  .hero__style3 .hero__content .hero__subhead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .hero__style3 .hero__content .hero__headline {
    font-size: 2rem;
    line-height: 1;
  }

  .hero__style3 .hero__content .hero__subhead {
    line-height: 1;
  }
}

.cw-image-w-icons {
  padding: 2rem 0;
}

.cw-image-w-icons h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}

.cw-image-w-icons h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

.cw-image-w-icons p {
  margin-bottom: 20px;
}

.cw-image-w-icons .cw-blurb {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.cw-image-w-icons .cw-blurb p {
  margin-bottom: 0;
}

.cw-image-w-icons .cw-blurb-icon {
  padding: 10px;
  min-width: 70px;
  min-height: 70px;
  border: 1px solid var(--color-theme-border);
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cw-image-w-icons .cw-blurb-icon i {
  font-size: 2rem;
}

.cw-image-w-icons .cw-blurb-text {
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .cw-image-w-icons {
    padding-bottom: 0;
  }

  .hero__style3 .hero__content {
    padding-bottom: 50px;
  }

  .hero__style3 .cta__options__wrapper {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

.page-home .form-wrap {
  width: 50%;
}

.page-home .form-wrap textarea {
  height: 4em !important;
}

.hp__callout__style1 {
  color: #fff;
  text-align: center;
  background-color: #262728;
  padding: 50px 0;
}

.hp__callout__style1 .callout__title {
  font-size: 2em;
}

.light__callout .hp__callout__style1 {
  background-color: rgba(180, 180, 180, 0.1);
  border: 1px solid var(--color-theme-border);
  color: unset;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}

.light__callout .hp__callout__style1 .callout__title {
  font-size: 2em;
}

.hp__contentBlurb__style2 .blurb__wrapper {
  border: 1px solid var(--color-theme-border);
  padding: 50px;
  margin-bottom: 20px;
  background-color: #fff;
}

.hp__contentBlurb__style2 .blurb__wrapper:last-of-type {
  margin-bottom: 0;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__pre__title {
  font-size: 1em;
  margin-bottom: 5px;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__title {
  font-size: 1.5em;
  font-weight: 700;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
  padding: 20px 0;
}

@media (max-width: 576px) {
  .hp__contentBlurb__style2 .blurb__wrapper {
    padding: 25px;
  }
}

.hp__searchInventory__style4 .section__img__wrapper {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/1962A241782AF901EBC07773C835E6AE.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.hp__searchInventory__style4 .section__img__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.9)),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  overflow: hidden;
  z-index: 1;
}

.hp__searchInventory__style4 .section__title__content {
  padding: 30px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.hp__searchInventory__style4 .section__title__content .section__title1 {
  color: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

.hp__searchInventory__style4 .section__title__content .section__copy {
  margin-bottom: 0;
}

.form-forms-text {
  font-size: 1.75em;
}

p.form-forms-text {
  font-size: 1em;
}

.vdp__loanCalc__mod .loan__calc__content .btngrp__sublabel {
  display: block;
  font-size: 0.75em;
}

.vdp__loanCalc__mod .loan__calc__content .calc__list__item {
  padding: 15px 0;
  border-bottom: 2px dotted var(--color-theme-border);
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper {
  background-color: #fafafa;
  border: 1px solid var(--color-theme-border);
  padding: 20px;
}

.vdp__loanCalc__mod
  .loan__calc__content
  .calc__totals__wrapper
  .monthly__payment__price {
  font-size: 1.5em;
  font-weight: 700;
}

.vdp__loanCalc__mod
  .loan__calc__content
  .calc__totals__wrapper
  .monthly__payment__price
  sup {
  font-size: 0.5em;
}

.vdp__loanCalc__mod
  .loan__calc__content
  .calc__totals__wrapper
  .col:first-of-type {
  border-right: 1px solid var(--color-theme-border);
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .label {
  font-size: 0.75em;
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .value {
  font-size: 1.5em;
  font-weight: 700;
}

.vdp__loanCalc__mod .loan__calc__content .calc__totals__wrapper .value sup {
  font-size: 0.5em;
}

.form .smaller-cont.row {
  margin-bottom: 10px;
}

.disclaimerText {
  font-size: 10px;
}

.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 .form-select {
  padding: 0;
}

.form-grid-row .form-forms-text {
  font-weight: 700;
  font-family: oswald;
}

.form label {
  font-weight: 700 !important;
}

.card__multi__style4 .card__addt__info__wrapper {
  margin: 0 20px 20px;
}

.card__multi__style4 .card__addt__info__wrapper .veh__info__wrapper {
  font-size: 14px;
}

.card__multi__style4
  .card__addt__info__wrapper
  .veh__info__wrapper
  .veh__info__item {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-theme-border);
}

.card__multi__style4
  .card__addt__info__wrapper
  .veh__info__wrapper
  .veh__info__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.card__multi__style4
  .card__addt__info__wrapper
  .veh__info__wrapper
  .veh__info__item:nth-child(2n) {
  background-color: unset;
}

.card__multi__style4
  .card__addt__info__wrapper
  .veh__info__wrapper
  .veh__info__item
  .info__data {
  font-weight: 700;
}

.card__multi__style4 .item__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid var(--color-theme-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.card__multi__style4 .item__card__photo {
  aspect-ratio: 1.33333333;
  overflow: hidden;
  position: relative;
}

.card__multi__style4 .item__card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__multi__style4 .item__card__details__wrapper {
  margin: 20px;
}

.card__multi__style4 .item__card__details__wrapper a {
  color: unset;
}

.card__multi__style4 .item__card__details__wrapper .item__title h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}

.card__multi__style4 .item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__multi__style4 .item__flex .item__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 75%;
}

.card__multi__style4 .item__flex .item__data .item__data__price {
  font-size: 1.5em;
  font-weight: 700;
  color: #ec7125;
}

.card__multi__style4 .item__flex .item__data .item__data__price sup {
  font-size: 12px;
  line-height: 0;
}

.card__multi__style4 .item__flex .item__data .item__data__value {
  font-size: 1em;
  margin-top: -5px;
}

.card__multi__style4 .item__flex .item__data .item__cta {
  text-align: right;
}

.about__section {
  margin-top: -530px;
  margin-left: auto;
}

.about__section .signature {
  max-width: 120px;
}

.page-home .form {
  padding-top: 0;
  padding-bottom: 0;
}

.hero__featuredProduct .hero__wrapper {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2565469A77D23EDD8AB5334E6E68990B.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero__featuredProduct .hero__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    var(--color-theme-background),
    transparent
  );
  overflow: hidden;
  z-index: 1;
}

.hero__featuredProduct .hero__content {
  position: relative;
  z-index: 2;
  padding: 50px 0 20px;
  color: var(--color-theme-text);
  text-align: center;
}

.hero__featuredProduct .hero__content .hero__preline {
  margin-bottom: 10px;
}

.hero__featuredProduct .hero__content .hero__preline span {
  background-color: var(--color-theme-primary);
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--primary-dark-text);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__featuredProduct .hero__content .hero__headline {
  font-size: 7rem;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__featuredProduct .hero__content .hero__subhead {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-theme-primary);
}

@media (max-width: 991px) {
  .hero__featuredProduct .hero__content .hero__headline {
    font-size: 4rem;
    line-height: 0.9;
  }

  .hero__featuredProduct .hero__content .hero__subhead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.productslideshow {
  padding: 0 0 50px;
}

.productslideshow .product-price {
  color: var(--color-theme-highlight);
}

.productslideshow .productslideshow-item h3.product-title {
  font-size: 1.5em;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  max-height: unset;
}

.productslideshow-title {
  display: none;
}

.products .filter-item-title {
  text-transform: unset;
}

@media (max-width: 991px) {
  .hero__style3 .hero__content {
    padding-bottom: 50px;
  }

  .hero__style3 .cta__options__wrapper {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 25px;
  }

  .hero__style3 .cta__options__wrapper .bodystyle__item {
    margin-bottom: 25px;
  }

  .hp__searchInventory__style3 {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .hero__style3 .cta__options__wrapper .photo__item img {
    aspect-ratio: 1.33333333;
  }

  .finance__section {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .hero__style3 .hero__content {
    padding-bottom: 50px;
  }

  .about__section {
    margin-top: 20px;
  }

  .page-home .form-wrap {
    width: 100%;
  }

  .hero__style3 .cta__options__wrapper .photo__item__cta {
    position: unset;
    margin-left: unset;
    margin-right: unset;
    min-width: unset;
    max-width: unset;
  }
}

.header .header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 0 10px #000;
}

.header__top a {
  color: #fff;
}

@media (max-width: 576px) {
  .header__top a {
    font-size: 0.85rem;
  }
}

.header__top {
  background: #1a1b1c;
  color: #fff;
}

.page-product-details .productdetails-bottom nav,
.vehicleResults nav {
  position: relative;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
    0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.04),
    0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.03),
    0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.05),
    0 16px 16px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .navbar .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
  }

  .header .navbar {
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .header li.nav-item {
    margin-right: 25px;
  }

  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .header .dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
  }
}

.header__top {
  color: #fff;
  padding: 10px 0 0;
  font-size: 14px;
}

.header__top .row {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
}

footer.footer > .container {
  display: none;
}

.footer__global {
  background: #1a1b1c;
  padding: 50px 20px 0;
  margin-top: 50px;
}

.footer__global .business__info__wrapper .business__name {
  font-size: 24px;
  font-weight: 700;
}

.footer__global .footerNavItems .nav__item__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: unset;
}

.footer__global .footerNavItems ul li {
  margin-bottom: 10px;
}

.footer__global a:hover,
.footer__global .dropdown-item:hover {
  color: #fff;
}

.footer__global,
.footer__global .nav-link,
.footer__global a {
  color: #fff;
}

.footer__global .social__share .social__icon {
  margin-right: 15px;
}

.footer__global .social__share .social__icon:last-of-type {
  margin-right: 0;
}

.footer__global .social__share .social__icon i {
  color: #fff;
  font-size: 18px;
}

.srp-sidebar .filter-widget {
  border-radius: 10px;
}

.srp-sidebar .card-title {
  color: #fff;
}

.srp-sidebar .card-header::before {
  display: none;
}

section.page-inventory-details .card {
  margin-top: 50px !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
  font-weight: 700 !important;
  font-size: 1.25em !important;
}

.inventory .vehicle-card.layout-1 .inventory-title {
  margin: 10px 0 0;
}

.vehicle-card .card-body {
  padding: 20px;
}

.vehicle-card .card-body .inventory-title-wrapper a {
  color: unset;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  padding: 10px 0 !important;
  border-radius: 6px;
}

.inventory .filter-item-title:focus,
.inventory .nav-link:focus,
.inventory .show-more-link:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus,
:focus,
button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.inventory .vehicle-card ul.features-list .feature:last-of-type {
  margin-bottom: 0;
}

.filter-widget .card-header .btn-clear-filter {
  color: #fff !important;
}

.btn-outline-default {
  border-color: #dedede;
  color: #333;
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show > .btn-outline-default.dropdown-toggle {
  background-color: #dedede;
  color: #333;
  border-color: #dedede;
}

.inventory .filter-body {
  background: #fafafa;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  background-color: #fafafa;
}

.inventory .filter-widget .filter-item-title {
  padding: 1.15em 0 !important;
}

.checkbox-widget .filter-item-body,
.price-widget .filter-item-body,
.year-widget .filter-item-body {
  padding: 0 0 20px !important;
}

.inventory-seo-content {
  margin-top: 20px;
}

.popular-vehicle-link {
  color: var(--color-theme-text);
}

.popular-vehicle-link::first-line {
  font-weight: 700;
  font-size: 1.1rem;
}

.inventory .card-header {
  color: var(--color-theme-text-btn);
}

@media (max-width: 991px) {
  .inventory .inventory-container .srp-sidebar {
    z-index: 1032;
  }
}
/*
.stickybar__wrapper {
	position: relative;
	padding: 25px;
	top: 0;
	z-index: 10;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	background: #fff
}

.stickybar__wrapper h1.hp__title {
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0
}

.stickybar__wrapper h1.srp__title {
	font-size: 20px
}

.stickybar__wrapper .business__phone,
.stickybar__wrapper .business__phone a {
	font-size: 18px;
	margin-right: 20px
}

.stickybar__wrapper .collapseBtn__xtraContent {
	border-radius: 50px;
	margin: -10px auto -30px;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	background-color: var(--color-theme-background);
	color: var(--color-theme-text)
}

.stickybar__wrapper .collapseBtn__xtraContent::before {
	font-family: fontawesome;
	content: "\f106";
	font-size: 18px
}

.stickybar__wrapper .collapseBtn__xtraContent.collapsed::before {
	content: "\f107"
}

.stickybar__wrapper .collapseBtn__xtraContent hr {
	margin: 5px 0
}

.stickybar__wrapper .cta__dropbtn {
	padding: 5px;
	margin-left: 20px;
	margin-right: 0
}

.stickybar__wrapper .sticky__mobileCTA__dropdown .dropdown-menu i {
	margin-right: 10px;
	width: 20px;
	text-align: center
}

.stickybar__wrapper .stickybar__CTA__wrapper>button {
	margin-bottom: 3px
}

.stickybar__wrapper nav {
	position: unset
}

.stickybar__wrapper nav .breadcrumb {
	font-size: 12px
}

.stickybar__wrapper nav .breadcrumb a {
	color: unset
}

.stickybar__wrapper .hours__status.hours__status__open {
	background-color: var(--inventorydetails-primary)
}

@media(max-width:768px) {
	.stickybar__wrapper {
		padding: 15px 10px
	}
} */

.vdp__photoGrid.photo__grid2 .photo__item {
  border-radius: 10px;
}

.vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  color: #fff !important;
  background-color: var(--color-theme-text) !important;
  border-color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--color-theme-text) !important;
  border-color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-text) !important;
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn {
  padding: 10px 15px;
}

.vdp__message__mod {
  margin-top: unset !important;
}

.hp__searchInventory__style3 {
  margin-top: -50px;
  margin-bottom: 100px;
}

.hp__searchInventory__style3 .gap__input {
  gap: 1em;
}

.hp__searchInventory__style3 .form__wrapper {
  background-color: #fff;
  border: none;
  padding: 20px;
  margin-bottom: -60px;
}

.ourStory__section {
  margin: 50px auto;
}

.ourStory__section .signature {
  max-width: 120px;
}

.section__bg__alt {
  background: var(--bg-color-alt);
}

.pageSection__title h1 {
  margin-bottom: 0;
}

.employees {
  background-color: #fff;
  padding-top: 20px;
}

.employee__title {
  padding: 50px 0 0;
  text-align: center;
  background-color: #fff;
}

.employee__title h1 {
  margin-bottom: 0;
}

.employees .card.employees-circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  background-color: #fff;
  margin-bottom: 0;
}

.employees-img-square {
  border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
  border-radius: 10px;
  border-width: 2px;
}

.employees-img-circlephoto {
  border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
  border-top-color: var(--employees-border);
}

.employees .card.employees-circle .employees-contact {
  padding: 0 1.2em 1.2em;
}

.testimonial__item {
  background: #fff;
  border: 1px solid var(--color-theme-border);
  border-radius: 10px;
  padding: 50px;
}

.testimonial__item .testimonial__name {
  font-size: 1.25em;
  font-weight: 700;
}

.testimonial__item .testimonial__date {
  font-size: 1em;
}

.testimonial__item .testimonial__copy p {
  font-size: 1.25em;
}

.testimonial__item .testimonial__copy p:last-of-type {
  margin-bottom: 0;
}

.testimonial__item .star__rating {
  margin-bottom: 15px;
}

.testimonial__item i {
  padding-right: 2px;
  color: #ffc109;
}

.testimonial__title {
  padding: 50px 0 20px;
}

.testimonial__title h1 {
  margin-bottom: 0;
}

.testimonial__title__form {
  padding: 50px 0 0;
  text-align: center;
  background-color: rgba(150, 150, 150, 0.15);
}

.testimonial__title__form h2 {
  margin-bottom: 0;
}

.bg__color__alt {
  background-color: rgba(150, 150, 150, 0.15);
}

.faq__section {
  margin: 50px 0;
}

.faq__section .section__img__wrapper {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/B12401EE2E8A5CF3EB89A5FF7EE9E92A.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__section .section__img__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.faq__section .section__title__content {
  padding: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__section .section__title__content .section__title__wrapper {
  width: 30%;
}

.faq__section .section__title__content .section__title1 {
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

.faq__section .section__title__content .section__copy {
  margin-bottom: 0;
}

.accordion-flush .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-flush .accordion-button:not(.collapsed) {
  background-color: var(--bg-color-alt);
  border: 1px solid var(--color-theme-border);
  color: var(--color-theme-text);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
}

.accordion-flush .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bg-color-alt);
  border: 1px solid var(--color-theme-border);
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  -o-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
  padding: 20px;
  border-radius: 10px !important;
}

.accordion-flush .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-flush .accordion-button:focus {
  border-color: var(--color-theme-border);
}

.page-shopping-request .form-wrap textarea {
  height: 4em !important;
}

.page-shopping-request .form-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-shopping-request .summary__wrapper {
  font-size: 0.85em;
}

.page-shopping-request .summary__wrapper .summary__item {
  padding: 7px 20px 7px 0;
}

.page-shopping-request .summary__wrapper .summary__item:nth-child(even) {
  background-color: #fafafa;
  border-radius: 4px;
}

.page-shopping-request .summary__wrapper .summary__item .summary__value {
  font-weight: 700;
}

.page-value-my-trade .form-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.page-value-my-trade .form-wrap textarea {
  height: 4em !important;
}

.page-value-my-trade .summary__wrapper {
  font-size: 0.85em;
}

.page-value-my-trade .summary__wrapper .summary__item {
  padding: 7px 20px 7px 0;
}

.page-value-my-trade .summary__wrapper .summary__item:nth-child(even) {
  background-color: #fafafa;
  border-radius: 4px;
}

.page-value-my-trade .summary__wrapper .summary__item .summary__value {
  font-weight: 700;
}

.page-work-with-us textarea {
  height: 4em !important;
}

.col__xtra {
  background-color: #f5f5f5;
  border-left: 1px solid var(--color-theme-border);
  padding: 50px;
  max-width: 450px;
  position: absolute;
  right: 0;
}

.loan-app-module .form-select {
  padding: 0 0.8em !important;
}

.card__multi__style5 .item__card__details__wrapper__upper {
  min-height: unset !important;
}

.form-select:disabled {
  background-color: unset;
}

section.inventory-search-module .form__wrapper {
  border: none !important;
  padding: 0 !important;
}

section.inventory-search-module .form-select {
  min-height: 55px !important;
  height: 55px !important;
}

.inventory .inventory-container > .row {
  margin-left: 0;
  margin-right: 0;
}

.inventorydetails #builderCanvas.p-2 {
  padding-right: calc(0.5 * var(--bs-gutter-x)) !important;
  padding-left: calc(0.5 * var(--bs-gutter-x)) !important;
}

body .mobile-fixed-cta {
  left: 0;
}

.styleChecksRadios [type="checkbox"] + label::before {
  background-color: var(--color-theme-primary);
}
