@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
.pipe {
  padding: 0 15px;
}
.btn {
  text-transform: uppercase;
}
.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 #ededed;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.section__title1.no-border {
  border: none;
  margin-bottom: 5px;
}
.section__subtitle1 {
  font-size: 1.25em;
  line-height: 1.3;
  display: block;
  border-bottom: 5px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.section__subtitle1.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;
  }
}
.header__top,
.header .navbar {
  background: var(--primary-dark-bg) !important;
}
.header-scroll {
  background: #222733 !important;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header-container .header__top,
.header-container nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  background: #222 !important;
}
.header-logo {
  display: none;
}
.header-info {
  display: none;
}
.header .navbar-brand {
  padding: 3px 0 0;
  min-height: auto;
  font-size: 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/72B25A08FE8270598C601E2D3706837E.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 75px;
  display: block;
  background-position: center;
}
.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .navbar .dropdown-menu {
  min-width: 200px;
  width: auto;
  padding: 1em;
  background: var(--color-theme-background);
}
.header .navbar .dropdown-menu .dropdown-item {
  color: var(--color-theme-text);
}
.navbar {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: box-shadow 2s;
  -webkit-transition: -webkit-box-shadow 2s;
  transition: -webkit-box-shadow 2s;
  -o-transition: box-shadow 2s;
  transition: box-shadow 2s;
  transition: box-shadow 2s, -webkit-box-shadow 2s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  margin-top: 42px;
}
.header__top {
  color: #fff;
  padding: 16px 0 0;
  font-size: 12px;
}
.header__top .row {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .navbar {
    margin-top: 62px;
  }
}
.affix {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: box-shadow 2s;
  -webkit-transition: -webkit-box-shadow 2s;
  transition: -webkit-box-shadow 2s;
  -o-transition: box-shadow 2s;
  transition: box-shadow 2s;
  transition: box-shadow 2s, -webkit-box-shadow 2s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.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);
}
.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
  }
  .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: 0;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .header__top {
    padding: 10px 0 0;
    font-size: 14px;
  }
}
.title {
  padding-top: 12em;
  background-image: linear-gradient(45deg, #222222, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C5D19F20C6266A494F0288EAFCF57655.jpg);
  background-size: cover;
  background-position: bottom;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
  color: white;
}
.title h1.title-heading {
  text-transform: uppercase;
  text-align: center;
}
.cw-hero {
  position: relative;
  z-index: 10;
  margin-top: 7em;
}
.cw-svg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
.cw-heroHP {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3D092612E23085814FA8F61786D4445D.jpg);
  background-size: cover;
  background-position: center;
}
.cw-heroHP .cw-heroWrapper {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-txt);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d1d1c),
    to(rgba(13, 30, 38, 0))
  );
  background: -webkit-linear-gradient(
    top,
    #1d1d1c 0%,
    rgba(13, 30, 38, 0) 100%
  );
  background: -o-linear-gradient(top, #1d1d1c 0%, rgba(13, 30, 38, 0) 100%);
  background: linear-gradient(60deg, #1d1d1c 0%, rgba(13, 30, 38, 0) 100%);
}
.cw-heroHP .cw-heroContent {
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.cw-heroHP .cw-heroContent .cw-heroPreline {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: bolder;
  line-height: 1;
}
.cw-heroHP .cw-heroContent .cw-herolocation {
  font-size: 0.55em !important;
  display: block;
}
.cw-heroHP .cw-heroContent .hero__headline {
  font-size: 4rem;
  line-height: 0.9;
  font-weight: 700;
  margin-bottom: 10px;
}
.cw-heroHP .cw-heroContent .hero__copy {
  color: var(--white-txt);
  font-size: 1em;
}
.cw-heroHP .cw-heroContent .hero__CTA i {
  font-size: 14px;
  margin-left: 10px;
}
.cw-heroHP .cw-heroContent label,
.cw-heroHP .cw-heroContent p {
  color: var(--white-txt);
}
@media (max-width: 991px) {
  .hero__style4 .cw-heroContent .hero__headline {
    font-size: 4rem;
    line-height: 0.9;
  }
  .hero__style4 .cw-heroContent .cw-heroContent__xtra {
    display: none !important;
  }
  .cw-heroHP .cw-heroWrapper {
    height: unset;
    padding: 50px 0;
  }
  .hp__search {
    margin-top: 30px;
  }
}
.inventory-search-module {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  z-index: 1000;
  margin-bottom: -2em !important;
  background: #1d1d1c;
  margin-top: 0 !important;
}
.inventory-search-module .container {
  position: relative;
}
.inventory-search-module .container .form__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: unset !important;
  -ms-flex-align: unset !important;
  align-items: unset !important;
  max-width: 350px;
  position: absolute;
  z-index: 20;
  right: 0;
  width: 350px;
  background: var(--color-theme-tertiary);
  -webkit-transform: translateY(-420px);
  -ms-transform: translateY(-420px);
  transform: translateY(-420px);
  border: none;
}
.inventory-search-module
  .container
  .form__wrapper
  .search__input--classification {
  display: none;
}
.inventory-search-module .container .form__wrapper label {
  display: none;
}
.inventory-search-module .container .form__wrapper .search__input-make {
  position: absolute;
  width: 100%;
  right: 350px;
}
.inventory-search-module .container .form__wrapper .search__input--model {
  position: absolute;
  width: 100%;
  right: 350px;
  top: 86px;
}
.inventory-search-module .container .form__wrapper .search__input--min-year {
  width: 47%;
  position: absolute;
  right: 535px;
  top: 152px;
}
.inventory-search-module .container .form__wrapper .search__input--max-year {
  width: 47%;
  position: absolute;
  top: 152px;
  right: 350px;
}
@media (max-width: 1200px) {
  .inventory-search-module .container .form__wrapper {
    -webkit-transform: translateY(-590px);
    -ms-transform: translateY(-590px);
    transform: translateY(-590px);
    width: 450px;
    max-width: 450px;
  }
  .inventory-search-module .container .form__wrapper .search__input-make {
    position: unset;
    width: unset;
    right: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--model {
    position: unset;
    width: unset;
    right: unset;
    top: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--min-year {
    width: 47%;
    position: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--max-year {
    width: 43%;
    position: absolute;
    top: 152px;
    right: 20px;
  }
  .cw-heroHP .cw-heroContent {
    padding: 180px 0;
  }
  .cw-heroHP .cw-heroWrapper {
    height: unset;
  }
}
@media (max-width: 991px) {
  .cw-heroHP .cw-heroContent {
    padding: 50px 0;
  }
  .inventory-search-module .container .form__wrapper {
    max-width: unset;
    position: unset;
    width: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 20px 0;
  }
  .inventory-search-module .container .form__wrapper .search__input-make {
    position: unset;
    width: unset;
    right: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--model {
    position: unset;
    width: unset;
    right: unset;
    top: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--min-year {
    width: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--max-year {
    width: unset;
    position: unset;
  }
}
@media (max-width: 576px) {
  .inventory-search-module .container .form__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.cw_searchPrice {
  color: #fff;
  padding: 4em 0 3em;
  background-color: #222;
  background-image: linear-gradient(180deg, #222, #222, #201c17a8),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
  background-size: contain;
}
.cw_searchPrice h1 {
  font-weight: 900;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
}
.cw_searchPrice p {
  color: #fff;
  line-height: 1.6em;
}
.cw_searchPrice .cw_shopUnder {
  color: #e1dbd7;
  margin-bottom: -7px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.cw_searchPrice .cw_priceRange {
  font-family: montserrat, sans-serif;
  font-size: 2.1em;
  font-weight: 900;
}
.cw_searchPrice .cw_priceRange sup {
  top: -12px;
  font-size: 0.6em;
}
@media (min-width: 1200px) {
  .cw_searchPrice .cw_priceRange {
    font-size: 3em;
  }
}
.inventoryslideshow {
  text-align: center;
  padding-top: 1em !important;
  padding-bottom: 5em;
}
.inventoryslideshow .inventoryslideshow-title-heading {
  color: var(--inventoryslideshow-header);
  display: none;
}
.featured__section__title {
  margin-top: 70px;
}
.section__title__h2 .section__title__preline {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  color: var(--color-theme-text);
  margin-bottom: 0;
  font-family: var(--bodyfont);
}
.section__title__h2 .section__title__headline {
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: var(--sitefont);
  text-transform: uppercase;
}
.section__title__copy {
  font-size: 1em;
}
.cw-parallax {
  height: 300px;
  padding-top: 3em;
  background-image: linear-gradient(45deg, #222222, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C5D19F20C6266A494F0288EAFCF57655.jpg);
  background-attachment: fixed;
  color: #fff;
}
.cw-over-btns {
  margin-top: 20px;
  margin-bottom: 48px;
  color: #fff;
}
.cw-over-btns .cw-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}
.cw-over-btns .card {
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border-radius: 6px;
  border: 0 transparent;
  overflow: hidden;
  padding: 15px 0;
}
.cw-over-btns .cw-card-image .cw-full-btn {
  background: var(--color-theme-primary);
  color: #fff;
  width: 100%;
  padding: 17px 16px;
  text-align: center;
  font-weight: 600;
  border-end-end-radius: 6px;
  border-end-start-radius: 6px;
}
.cw-over-btns .cw-card-image .cw-full-btn:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-primary);
}
.cw-over-btns .cw-card-image .card-body {
  padding: 0;
}
.cw-over-btns .cw-card-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.cw-over-btns .card i {
  font-size: 2.25rem;
  margin-bottom: 10px;
}
.cw-over-btns .card h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.cw-over-btns .card p {
  font-size: 1rem;
  margin-bottom: 0;
}
.cw-over-btns .card .cw-btn {
  background: var(--color-theme-secondary);
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff;
}
.cw-over-btns .card .cw-btn:active {
  color: var(--color-theme-text) !important;
  border: 1px solid var(--color-theme-primary);
}
.cw-over-btns .card .cw-btn i {
  font-size: 1rem;
  margin: 0;
}
.cw-over-btns .cw-card-primary {
  background: #fff;
  background-image: linear-gradient(180deg, #fff, #fff, #ffffff9c),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6769FC686190A34C4B4919D407E55992.png);
  background-size: contain;
  color: #000;
  box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}
.cw-over-btns .cw-card-secondary {
  background: var(--color-theme-secondary);
  background-image: linear-gradient(180deg, #222, #222, #22222254),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/554FE9974C9FEE449DD1E00ABBE400F4.png);
  background-size: contain;
  box-shadow: 1px 7px 11px rgba(0, 0, 0, 0.2);
}
.cw-over-btns .cw-card-image .card-footer {
  padding: 0;
}
.cw-over-btns .card .card-footer {
  background: 0 0;
  border-top: transparent;
}
@media (min-width: 440px) {
  .cw-over-btns .card h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .cw-over-btns .card h4 {
    font-size: 1.35rem;
  }
}
@media (min-width: 768px) {
  .cw-over-btns {
    margin-top: -150px;
  }
  .cw-over-btns .card h4 {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  .cw-over-btns .card h4 {
    font-size: 1.1rem;
  }
  .cw-over-btns .card i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .cw-over-btns .card h4 {
    font-size: 1.35rem;
  }
}
.popular-vehicle-link::first-line {
  font-weight: 700;
}
a.popular-vehicle-link:hover {
  color: var(--color-theme-primary) !important;
}
.popular-vehicles-section h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5em;
}
.popular-vehicles-section h2::before {
  content: "";
  width: 100px;
  height: 10px;
  border-bottom: 5px solid var(--color-theme-primary);
  position: absolute;
  bottom: -8px;
}
.cw-homepage-about {
  margin-top: 76px;
  text-align: center;
  position: relative;
  background: #efefef;
}
.cw-about-text {
  padding: 5em;
}
.cw-homepage-about h2 {
  text-transform: uppercase;
}
.cw-homepage-about h2 span {
  color: var(--color-theme-primary);
}
.cw-homepage-about .cw-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cw-homepage-about .cw-button {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  margin-top: 15px;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text);
  border: 1px solid var(--color-theme-primary);
}
.cw-homepage-about .cw-button:hover,
.cw-homepage-about .cw-button:active {
  background: var(--color-theme-highlight);
  color: var(--color-theme-text) !important;
}
.cw-homepage-about .cw-button i {
  color: var(--color-theme-text);
}
.cw-homepage-about .cw-button:hover i {
  color: var(--color-theme-text);
}
.cw-homepage-about i.fa.fa-check {
  color: var(--color-theme-primary);
}
.cw-homepage-about .cw-about-car {
  margin-bottom: 15px;
}
.cw-homepage-about .cw-about-list img {
  margin-bottom: 15px;
  border-radius: 6px;
}
@media (min-width: 576px) {
  .cw-homepage-about h2 {
    font-size: 2.15rem;
  }
}
@media (min-width: 768px) {
  .cw-homepage-about {
    text-align: start;
  }
  .cw-homepage-about .cw-about-list img {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cw-homepage-about .cw-about-car {
    margin-bottom: 0;
  }
  .cw-homepage-about .cw-about-car img {
    border-top: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cw-homepage-about h2 {
    font-size: 2.35rem;
  }
}
.cw-footer {
  padding: 4rem 0;
  background: #000
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C84EC552973D058416EF2741EC55FFD6.jpg)
    center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.cw-footer iframe {
  width: 100%;
}
.cw-footer a {
  color: #fff;
}
.footer-social a {
  color: #fff;
}
.cw-address,
.cw-phone {
  position: relative;
  line-height: 1.35;
  font-size: 1.1rem;
}
.cw-footerMenu a {
  display: block;
  margin-bottom: 0.65rem;
  font-weight: 700;
}
.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
  color: #fff;
}
.cw-footer h5 {
  margin-bottom: 1rem;
  color: #fff;
}
.cw-hours {
  font-size: 0.85rem;
  line-height: 2;
}
.cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.cw-social i {
  font-size: 25px;
}
.footer {
  padding-top: 0;
}
footer > .container {
  display: none;
}
@media (min-width: 768px) {
  .cw-footer {
    text-align: left;
  }
}
.inventory .srp-sidebar .card-header .card-title {
  color: #fff;
}
.modal {
  top: 10%;
}
.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%;
}
/* .page-inventory-details #builderCanvas {
  margin-top: 150px;
} */


.inventory .vehicle-card .inventory-title-wrapper .inventory-title {
    color: var(--color-theme-text-btn) !important;
}

.inventory .vehicle-card .inventory-title-wrapper a:hover .inventory-title {
    color: #ccc !important;
}

.header .navbar .nav-link-cart .badge.cart-count {
    color: var(--color-theme-text-btn) !important;
}

.page-inventory-details .header-container .header__top,
.page-inventory-details .header-container .navbar {
    position: relative;
    margin-top: 0;
    z-index: auto;
}


@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		/* Should help keep search results page in front of navbar on mobile.*/
		/* ALSO reduce highest navbar/other elements z-index to around 1030-1039 */
		z-index: 1001;
	}
}