.btn-primary {
  color: #000000 !important;
  background: #e48d2d !important;
  border-color: #fff !important;
}
.btn-primary:hover {
  color: #000 !important;
  background: #ffe38a !important;
}
.btn-secondary,
.btn-submit,
.businessinfo .btn-primary {
  color: #000 !important;
  background: #ffe38a !important;
  border-color: #fff !important;
}
.btn-secondary:hover,
.btn-submit:hover,
.businessinfo .btn-primary:hover {
  color: #fff !important;
  background: #333 !important;
}
.btn-primary::before,
.btn-secondary::before,
.btn-submit::before {
  background: transparent !important;
}
.sitemap a:hover,
.termsandconditions a:hover {
  color: #ffe38a !important;
}
a:hover {
  color: #ffe38a;
}
.employees-title {
  color: #ffe38a;
}
@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;
  }
}

/* -------------------- Header & Navbar ---------------------- */
:root {
  /* variables for the height of the navbar */
  --cw-nav-height: 110px;
  /* Width of the logo. Adjust the total size of the logo with this one. */
  --cw-logo-width: 247px;
  /* logo height is re-calculated with JS and used to help with offset between header and content */
  --cw-logo-height: 154px;
  /* --cw-logo-overlap: max(0px, calc(var(--cw-logo-height) - var(--cw-nav-height))); */
  --cw-header-info-height: 44px;
}

.header .badge {
  color: inherit;
}

.header .cw-header-logo {
  text-align: center;
}

.header .cw-header-logo img {
  width: 400px;
  width: var(--cw-logo-width);
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
  -webkit-box-shadow: 0 0 0 0.05rem var(--header-highlight);
  box-shadow: 0 0 0 0.05rem var(--header-highlight);
}

.cw-header-info {
  padding: 0.5rem;
}
.cw-header-info span {
  font-size: 90%;
}
@media (min-width: 992px) {
  .cw-header-info span {
    font-size: 100%;
  }
}

.header .cw-header-info a,
.header span {
  vertical-align: middle;
}

.header .cw-header-info a {
  font-weight: 700;
  font-size: 80%;
  color: #fff;
}
@media (min-width: 992px) {
  .header .cw-header-info a {
    font-size: 1.1rem;
  }
}

.header .cw-header-info a:hover {
  color: #000;
}

@media (min-width: 992px) {
  .header .navbar-dark .navbar-nav .nav-link {
    line-height: 28px;
    border-radius: 50px;
  }

  .header .header-container {
    /* margin-bottom: var(--cw-logo-overlap); */
    margin-bottom: max(0px, calc(var(--cw-logo-height) - var(--cw-nav-height)));
  }

  .header .cw-header-logo {
    position: absolute;
    /* top: 43px; */
    top: unset;
    z-index: 1030;
    padding: 0;
  }

  :root {
    --cw-logo-width: 400px;
    /* height is technically re-calculated by JS but setting a good value so it doesn't jump on load */
    --cw-logo-height: 174px;
  }

  /* .header .cw-header-logo img {
		width: 280px;
	} */

  nav.navbar .container {
    min-height: var(--cw-nav-height);
  }

  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
  }

  .header .navbar-nav {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2em;
    padding: 5px;
  }

  .header .navbar-nav:not(.navbar-cart) {
    max-width: calc(100% - var(--cw-logo-width));
    justify-content: center;
  }

  section:not(.page-home) .title {
    margin-bottom: 2.5em;
    padding: calc(max(var(--cw-logo-height), var(--cw-nav-height)) + 10px) 0
      1.5em !important;
    margin-top: calc(-1 * (var(--cw-logo-height)));
  }

  section:not(.page-home) .title .title-heading {
    font-size: 2rem;
  }

  section:not(.page-inventory-details) .header .navbar-nav:not(.navbar-cart) {
    position: relative;
    z-index: 10;
  }

  section:not(.page-inventory-details) .cw-header-info {
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
  }

  section:not(.page-inventory-details) nav.navbar .container {
    /* margin-top: 43px; */
  }

  /** Adds top margin to all pages to account for fixed header**/
  section[class*="page-"]:not(.page-inventory-details) {
    margin-top: var(--cw-header-info-height);
    /* margin-top: 43px; */
  }

  .header .header-container {
    display: flex;
    flex-flow: column-reverse;
  }
}

section:not(.page-home) .title {
  position: relative;
  padding: 2em 0;
  background: linear-gradient(
      to bottom,
      rgba(51, 31, 18, 0.7),
      rgba(51, 31, 18, 0.7)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6ACF9044A263822368724D9FAF22FD51.jpg)
      no-repeat center center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 2;
  text-shadow: 5px 2px #000;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1.title-heading {
    font-size: 1em;
  }
}

.cw-hero {
  background: #151f26;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0),
      transparent,
      transparent
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/ACE1CD90211F2D867FA673BA9B006692.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 2rem 0.5rem 0.5rem;
}

.cw-hero .hero-text {
  position: relative;
  z-index: 5;
  text-shadow: 1px 1px 2px #000;
}

.cw-hero .hero-text p {
  text-shadow: 1px 1px 5px #000;
}

.cw-hero img {
  display: none;
}

.cw-hero img.cw-divider {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cw-hero .hero-text .btn {
  text-shadow: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .cw-hero {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .cw-hero {
    margin-top: -160px;
    margin-top: calc(-1 * max(var(--cw-logo-height), var(--cw-nav-height)));
    padding-top: 15rem;
    padding-top: calc(max(var(--cw-logo-height), var(--cw-nav-height)));
    min-height: 650px;
  }

  .cw-hero h1 {
    font-size: 3rem;
  }

  .cw-hero img {
    position: relative;
    width: 800px;
    z-index: 1;
    display: block;
  }
}

.form-check-inline {
  margin-right: 1.5rem;
}

section.inventory-search-module > .container {
  max-width: 1320px !important;
}

.form-select:disabled {
}

section.inventory-search-module .form__wrapper {
  border: none !important;
  padding: 0 !important;
}

.inventory-search-module {
  background: #000 !important;
  margin: 0 !important;
  padding: 2em;
}

section.inventory-search-module .form__wrapper {
  background-color: #000 !important;
  border: 0px solid #000 !important;
  color: #fff;
}

/* -------------------- inventory search module ---------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  .cw-slider {
    height: 650px;
  }

  /*  Homepage - Search Module */
  .page-home .inventory-search-module {
    display: flex;
  }

  .page-home .inventory-search-module .container {
    position: relative;
  }

  /* hide search labels */
  .page-home .inventory-search-module .container .form__wrapper label {
    display: none;
  }

  /* Position search over the slideshow */
  /* .page-home .inventory-search-module .container .form__wrapper {
    padding: 0;
    border: 0;
    position: absolute;
    z-index: 5;
    right: 0;
    top: -550px;
    width: 500px;
    max-width: 500px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    border: none;
    row-gap: 0.5rem;
  } */

  .page-home .inventory-search-module .search__input {
    min-width: 40%;
    flex-basis: 90%;
    flex-grow: 1;
  }

  /* shrink min and max years. Ideally when both are active, but is fine when they arent */
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--min-year,
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--max-year {
    min-width: 45%;
    flex-basis: 45%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* order positioning of the html, before re-ordering with css
		1. .search__input--classification
		2. .search__input-make
		3. .search__input--model
		4. .search__input--min-year
		5. .search__input--max-year
		6. .search__input--max-price
		7. .search__input--max-mileage
		8. (button. no specific class) :last-of-type
	*/
  .cw-slider {
    height: 500px;
  }

  .cw-slider .slideshow-pagination {
    bottom: 3rem;
  }

  .page-home .inventory-search-module .container .form__wrapper {
    top: -440px;
    width: 700px;
    max-width: 700px;
  }

  .page-home .inventory-search-module .search__input.search__input-make {
    order: 1;
  }

  .page-home .inventory-search-module .search__input.search__input--model {
    order: 3;
  }

  .page-home .inventory-search-module .search__input.search__input--min-year {
    order: 5;
  }

  .page-home .inventory-search-module .search__input.search__input--max-year {
    order: 6;
  }

  .page-home .inventory-search-module .search__input.search__input--max-price {
    order: 2;
  }

  .page-home
    .inventory-search-module
    .search__input.search__input--max-mileage {
    order: 4;
  }

  .page-home .inventory-search-module .search__input:last-of-type {
    order: 7;
  }

  .page-home .inventory-search-module .search__input {
    min-width: 40%;
    flex-basis: 45%;
    flex-grow: 1;
  }

  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--min-year,
  .page-home
    .inventory-search-module
    .container
    .form__wrapper
    .search__input--max-year {
    min-width: 20%;
    flex-basis: 20%;
  }
}

.textwithimage-in-container {
  padding-top: 3.5em;
  padding-bottom: 5.5em;
  background-image: linear-gradient(0deg, transparent, #000);
}

.textwithimage-img .lazy-image.loaded img {
  border-bottom: 6px solid var(--color-theme-primary);
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  .textwithimage-text h2::before {
    content: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/720ABDE0E8FB2F442936468B00111873.png);
    position: absolute;
    top: 2%;
    left: 27%;
    transform: translate(-50%, -50%);
  }

  .textwithimage-text-container {
    position: relative;
    left: -2em;
    background: #333;
    z-index: 10;
    padding: 3em;
    background-image: linear-gradient(45deg, #222, transparent);
  }
}

.page-home .text-typed .h2 {
  position: relative;
}

.page-home .text-typed .h2::before {
  content: "";
  width: 150px;
  height: 10px;
  border-bottom: 4px solid var(--color-theme-primary);
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, -50%);
}

.pg-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-highlight);
}

.am-title-carfinder {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.7)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/95F9F9C16C006013F89E83DBF4BE2D63.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.am-title .pg-title {
  font-size: 2.5rem;
  margin-top: 15px;
}

.am-title .pg-title::after {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.crate-cta {
  padding-top: 4em;
  padding-bottom: 5em;
  color: #fff;
  margin-bottom: 7rem;
}

.crate-cta-carfinder {
  background-position: center center;
}

@media (max-width: 768px) {
  .crate-cta {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .crate-cta.am-title::after {
    background: rgba(0, 0, 0, 0.7);
  }
}

.inventoryslideshow {
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 5em;
}

.cw_searchPrice {
  color: #fff;
  padding: 0 0 5em;
  background-color: #040707;
}

.cw_searchPrice h1 {
  font-weight: 900;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
}

.cw_searchPrice p {
  color: #aaa;
  line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
  color: #ccc;
  margin-bottom: -7px;
  font-size: 12px;
}

.cw_searchPrice .cw_priceRange {
  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;
  }
}

.cw-parallax {
  margin-bottom: 0.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;
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.cw-parallaxText {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.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 #000;
  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: 27rem 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 rgba(0, 0, 0, 0.64);
  }

  .cw-parallax h5 {
    top: 20%;
    font-size: 2.75rem;
  }
}

.popular-vehicles-section {
  position: relative;
  z-index: 1;
}

.popular-vehicles-sections {
  text-align: center;
}

@media (min-width: 440px) {
  h2.popular-vehicles-section-heading {
    padding: 1em;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
  }

  h2.popular-vehicles-section-heading::before {
    content: "";
    background: var(--color-theme-background);
    position: absolute;
    width: 500px;
    max-width: 90%;
    height: 80px;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  h2.popular-vehicles-section-heading::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -2;
  }
}

@media (min-width: 1200px) {
  .popular-vehicles-section::before {
    content: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/720ABDE0E8FB2F442936468B00111873.png);
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* home faq */

/* .roundedcorner {
		border-radius: 1rem;
	} */

.cw-home-faq img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cw-home-faq .collapse-header {
  position: relative;
  /* padding: 1.1rem 4rem 1.1rem 1em; */
  padding: 1rem 3rem 1rem 0.5em;
  margin-bottom: 2px;
  background: var(--color-theme-background);
  color: var(--color-theme-text);
  display: block;
  overflow: hidden;
  font-size: 1.1em;
  /* font-weight: 700; */
  border-radius: 1rem;
}

.cw-home-faq .collapse-header:hover,
.cw-home-faq .collapse-header:not(.collapsed) {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.cw-home-faq .collapse-header::after {
  content: "+";
  position: absolute;
  z-index: 3;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  font-size: 1.5em;
  line-height: 1em;
  transition: 0.2s;
}

.cw-home-faq .collapse-header.collapsed::after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cw-home-faq .cw-faq-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cw-home-faq .collaspe-content {
  padding: 1rem 1em;
}

.footer {
  padding-top: 0.5em;
  padding-bottom: 0;
  /* margin-top: -2em; */
}

.cw-footer {
  background: var(--color-theme-background);
  color: var(--color-theme-text);
}

.cw-footer p {
  color: inherit;
}

/* @media (min-width: 992px) {
	.footer {
		position: relative;
		top: -2em;
		background: 0 0 !important;
	}

	.cw-footer {
		height: 400px;
	}
} */

.cw-footer .business-hours {
  margin-top: 15px;
  position: relative;
}

.cw-footer .business-hours .bh-title {
  font-size: 20px;
  color: #bbb;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid var(--color-theme-highlight);
}

.cw-footer .business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #333;
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: #ffe38a;
}

.cw-footer .cw-foot-social {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .cw-footer .business-hours p {
    /* font-size: 14px; */
  }

  .cw-footer .business-hours li {
    font-size: 14px;
  }
}

/* -------------------- Inventory and other fixes ---------------------- */
.inventory .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  background: 0 0;
}

.p-veh-card .card-top-img a {
  display: block;
}

@media (max-width: 991px) {
  body .inventory .srp-sidebar {
    /* Should help keep search results page in front of navbar.*/
    /* likely also need to reduce highest navbar/other elements z-index to around 1030-1039 */
    z-index: 1040;
  }
}

/* Vehicle Details Page */

.page-inventory-details .inventorydetails {
  padding-top: 2rem;
}

/* -------------------- VDP colors ---------------------- */

.inventorydetails
  .vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: rgba(170, 170, 170, 0.1);
  /* color: #000; */
}

.inventorydetails
  [LoanCalculatorWidgetCssScope]
  .loan__calc__content
  .calc__totals__wrapper {
  background-color: #222;
  color: #fff;
}

.inventorydetails .vdp__message__mod.module .vdp__message__wrapper {
  background-color: #222;
  color: #fff;
}

/* -------------------- Sticky nav fixes/changes ---------------------- */

/* Hide pre-header on mobile on VDP */
@media (max-width: 991px) {
  .page-inventory-details .cw-header-info {
    display: none;
  }
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus {
  color: var(--color-theme-text-btn) !important;
}

.inventorydetails .sn_business_openclose.open[b-h85p0r54yf] {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-primary);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
body
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled).active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show > .btn-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary);
  color: var(--color-theme-primary);
  background-color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
body
  .vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: var(--color-theme-secondary);
}

body
  .vdp-module-canvas-razor-wrapper
  .btn-check:active
  + .btn-outline-secondary,
body
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  color: var(--color-theme-text-btn);
  background-color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

:root {
  --cw-secondary-hover: #a8442a;
}

.cw-body-styles .cw-body-title span:first-of-type {
  font-size: 1em;
  font-weight: 400;
}

.cw-body-styles .cw-body-title span:last-of-type {
  font-size: 1.5em;
  line-height: 1;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
}

.cw-body-styles .cw-btn-link {
  color: var(--color-theme-primary);
}

.cw-body-styles a.cw-btn-link {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 0 0 4px;
  display: inline-block;
  min-height: unset;
  font-weight: 400 !important;
  transition: all 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.cw-body-styles .cw-btn-link::before {
  content: "";
  margin: 0 auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  border-style: solid;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
}

.cw-body-styles .cw-btn-link:hover::before,
.cw-body-styles .cw-btn-link:focus::before {
  opacity: 1;
  left: 0;
  right: 0;
}

.cw-body-styles {
  padding: 100px 0;
  position: relative;
  margin-top: 65px;
  margin-bottom: 100px;
  color: #fff;
}

.cw-body-styles .cw-btn-link {
  color: #fff;
  font-weight: 400;
}

.cw-body-styles .cw-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background: linear-gradient(90deg, #000000 0%, #26180a 100%);
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.cw-body-styles .cw-content-wrapper {
  padding: 0 20px;
}

@media (min-width: 576px) {
  .cw-body-styles .cw-content-wrapper {
    margin-left: auto;
    padding: 0 50px;
  }
}

@media (min-width: 768px) {
  .cw-body-styles {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/592FFC8FB96470C85639AB6363A85664.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }

  .cw-body-styles .cw-content-wrapper {
    max-width: 60%;
    margin-right: 0px;
  }

  .cw-body-styles .cw-overlay {
    background: linear-gradient(
      -290deg,
      transparent 0%,
      transparent 30%,
      #000000 30%,
      #26180a 100%
    );
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .cw-body-styles .cw-content-wrapper {
    max-width: 44%;
  }

  .cw-body-styles .cw-overlay {
    height: 120%;
    top: -10%;
    background: linear-gradient(
      -290deg,
      transparent 0%,
      transparent 50%,
      #000000 50%,
      #26180a 100%
    );
  }
}


/* New Banner */
.cw-bottom-banner {
  background-color: #331F12;
  padding: 0;
}

.cw-bottom-banner h2 {
  font-size: 1.35em;
  font-weight: 700;
  color: var(--color-theme-text-btn);
  text-align: center;
}

@media (min-width: 576px) {
  .cw-bottom-banner h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .cw-bottom-banner h2 {
    font-size: 1.85em;
  }
}

@media (min-width: 1200px) {
  .cw-bottom-banner h2 {
    font-size: 2.25em;
  }
}

.cw-bottom-banner img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cw-bottom-banner img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}