@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.btn {
	font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", sans-serif !important;
}

.page-home h1,
h2,
h3,
h4,
h5 {
}

.header .container {
	position: relative;
	max-width: 1400px;
}

.header .header-info-logo-img {
	/* max-width: 100px; */
	/*margin: 8px auto;*/
}

.header .header-info-logo-img img {
	width: 240px;
}

.header .navbar .navbar-nav .nav-link {
}

@media (min-width: 992px) {
	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		z-index: 1040;
		width: 100%;
		background: 0 0;
		top: 0;
	}

	section:not(.page-home) .header .header-container {
		/* height: 125px; */
	}

	.page-home .header .navbar,
	.page-home .header .navbar.bg-primary {
		background: rgb(0 0 0/0%) !important;
	}

	.header .navbar .navbar-nav .nav-link {
		text-shadow: 0 0 4px #000;
	}

	.header .navbar.bg-primary.cw-scrolled {
		background: rgba(5, 11, 32, .75) !important;
	}

	.page-inventory-details .header .navbar.bg-primary.cw-scrolled {
		background: #000 !important;
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
	}

	nav.navbar .container {
		min-height: 100px;
	}


	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}


	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to LOGO width (or more) */
		max-width: calc(100% - 100px);
		justify-content: center;
	}
}

:root {
	--cwVar-SS-height: clamp(250px, 50vw, 720px);
}
/*old hero*/
/*
.cw-SlideShow-split {
	position: relative;
	width: 100%;
	min-height: var(--cwVar-SS-height);
}

.cw-SlideShow-split .cw-SS-wrap {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: var(--cwVar-SS-height);
	overflow: hidden;
}

.cw-SlideShow-split .cw-SS-wrap .slider {
	width: 100vw;
	min-height: var(--cwVar-SS-height);
	z-index: 0;
}

.cw-SlideShow-split .cw-SS-wrap .slider:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/20%);
	background-size: cover;
	pointer-events: none;
}

.cw-SlideShow-split .cw-SS-wrap .slider .item {
	min-height: var(--cwVar-SS-height);
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
}

.cw-SlideShow-split .cw-SS-wrap .slider .item img {
	width: 100%;
	height: var(--cwVar-SS-height);
	object-fit: cover;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots {
	position: absolute;
	z-index: 100;
	width: 40px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	left: auto;
	color: #fff;
	display: block;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li {
	display: block;
	width: 100%;
	height: auto;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li button {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: center;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li button:before {
	content: "";
	background: #fff;
	height: 2px;
	width: 20px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}

.cw-SlideShow-split .cw-SS-wrap .slick-dots li.slick-active button:before {
	width: 40px;
	opacity: 1;
}

.cw-SlideShow-split .cw-SS-wrap.cw-slide-left {
	display: none;
	left: 0;
	z-index: 0;
	width: 50%;
	pointer-events: none;
}

.cw-SlideShow-split .cw-SS-wrap.cw-slide-left .slider {
	left: 0;
	position: absolute;
}

*/


/*-- Hero slideshow --*/

  .cw-hero-slideshow {
    position: relative;
    overflow: hidden;
    height: 625px;
   
  }@media (min-width: 992px) {

    .cw-hero-slideshow{
   margin-top: calc(-1 * var(--cw-headerHeight));
}}

  .cw-hero-slideshow .cw-hero-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: cw-slide-anim 12s infinite;
    animation-delay: var(--cw-anim-offset);
  }

  .cw-hero-slideshow .cw-hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5));
    z-index: 1;
  }

  .cw-hero-slideshow .cw-hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  

  





 

  @keyframes cw-slide-anim {
    0% {
      opacity: 0;
    }

    8% {
      opacity: 1;
    }

    13%,
    25% {
      opacity: 1;
      transform: scale(1.06);
    }

    38% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }
  }
/*---*/
/*Inventory Search */


section.inventory-search-module .btn-primary {
	background: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary)
}

section.inventory-search-module .form__wrapper {
	border-radius: 50px !important;
}

@media (min-width: 1200px) {

	.page-home .inventory-search-module {
		position: absolute;
		z-index: 3;
		width: 100%;
		left: 0;
		pointer-events: none;
		margin-top: -440px !important;
		margin-bottom: 0rem !important;
		height: 230px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.page-home .inventory-search-module>.container {
		pointer-events: all;
	}

	section.inventory-search-module .form__wrapper {
		background: rgba(255, 255, 255, 0.85) !important;
		border-color: #b5b5b5 !important;
		padding: 25px 40px!important;
	}

	.page-home section.inventory-search-module label {
		font-weight: bold;
		color: #000;
	}

	body section.inventory-search-module>.container {
		max-width: 1320px;
	}
}

@media (min-width: 1200px) {
	.page-home .inventory-search-module {
		margin-top: -345px !important;
	}
}


.cw-SS-wrap {
	position: relative;
  }
  
  /* overlay for consistent readability */
  .cw-SS-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	  to bottom,
	  rgba(0,0,0,0.45) 0%,
	  rgba(0,0,0,0.25) 40%,
	  rgba(0,0,0,0.55) 100%
	);
	z-index: 1;
  }
  
  .cw-slideshow-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
  
	color: #fff;
	text-align: center;
  
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
  
	padding: 0 20px;
	max-width: 90%;
  
	/* default mobile/tablet position */
	top: 47%;
  }
  
  /* ===== 992px fix (THIS is the key) ===== */
  @media (min-width: 992px) {
	.cw-slideshow-title {
	  font-size: 3rem;
	}
  }
  
  /* extra-large screens */
  @media (min-width: 1200px) {
	.cw-slideshow-title {
	  top: 40%;
	}
  }


.cw-home {
	padding: 7rem 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8BC7212D008C502BF96DC753F53E840.jpg);
	background-size: cover;
}

.cw-home h2 span {
	font-size: 60%;
}
/* home page banner sell us your car*/
  .cw-hp-banner a{
    display: block;
  }
  .cw-hp-banner .cw-banner-text{
    background-color: #050B20;
    color: #fff;
    border-radius: 30px;
    padding: 1rem;
    text-align: center;
		transition: background-color 0.2s ease-in-out;
  }
  .cw-hp-banner .cw-banner-text h2{
    margin-bottom: 0;
  }
   .cw-hp-banner .cw-banner-text:hover{
    background-color: var(--color-theme-highlight);

  }

/*----*/


/*reviews banner google reviews*/
  .cw-reviews-banner a{
    display: block;
  }
  .cw-reviews-banner .cw-banner-text{
    background-color: #050B20;
    color: #fff;
    border-radius: 30px;
    padding: 1rem;
    text-align: center;
	transition: background-color 0.2s ease-in-out;
  }
  .cw-reviews-banner .cw-banner-text h2{
    margin-bottom: 0;
  }
   .cw-reviews-banner a .cw-banner-text:hover{
    background-color: var(--color-theme-highlight)!important;

  }

/*----*/
.cw-card {
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.cw-card a {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cw-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.cw-card:hover:before {
	background: rgba(231, 76, 60, 0.7);
}

.cw-card .cw-card-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cw-card .cw-card-img-overlay {
	position: absolute;
	left: 1.5rem;
	right: 0;
	bottom: 0;
	padding-bottom: 1.5rem;
	color: #fff;
}

.cw-card-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.cw-card button {
	padding: 0;
	background: 0 0;
	color: #fff;
	border: none;
}

.cw-card button:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 0.25rem;
	color: #fff;
	font-size: 0.85rem;
}

.cw-reasons .container {
	padding: 3rem 2rem;
	background: #fff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.cw-reasons h2 {
	font-size: 2.25rem;
}

.cw-reasons .lead {
	margin-bottom: 3rem;
}

.cw-reasons .fas {
	margin-bottom: 1.5rem;
	font-size: 2rem;
}

.cw-reasons h4 {
	margin-bottom: 1rem;
	text-transform: none;
	font-size: 1.3rem;
}

@media (min-width: 768px) {
	.cw-card-title {
		font-size: 1.75rem;
	}

	.cw-reasons .container {
		padding: 3rem;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.cw-list .container {
		max-width: 1400px;
	}
}

@media (min-width: 1440px) {
	.cw-reasons .container {
		max-width: 1400px;
	}

	.cw-reasons h2,
	.cw-home h2 {
		font-size: 3.75rem;
	}

	.cw-reasons .lead {
		font-size: 1.5rem;
	}
}

.cw-quality-list {
	position: relative;
	padding: 6em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/45551D6A887B3221B3F5587B86B2F60F.jpg) center;
	background-size: cover;
}

.cw-quality-list:after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0 0 0/70%);
}

.cw-quality-list h2 {
	font-size: 2rem;
}

.cw-overlay {
	z-index: 2;
}

.cw-quality-list li {
	display: inline-block;
	padding: 0.25rem;
	font-size: 1.25rem;
}

.cw-quality-list .cw-checklist li:before {
	content: "\f14a";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: #fff;
}

.cw-quality-list .lead {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.cw-quality-list {
		padding: 7rem 0;
	}

	.cw-quality-list h2 {
		font-size: 3rem;
	}

	.cw-quality-list .cw-checklist {
		display: flex;
		margin-bottom: 0;
	}

	.cw-quality-list .cw-checklist li {
		position: relative;
		padding: 1rem 2rem;
		text-align: left;
		font-size: 1.5rem;
	}

	.cw-quality-list .cw-checklist li:before {
		position: absolute;
		top: 1.25rem;
		left: -1rem;
		font-size: 2.5rem;
	}

	.cw-quality-list li {
		line-height: 1.2;
	}
}

@media (min-width: 1440px) {
	.cw-quality-list {
		background-attachment: fixed;
	}

	.cw-quality-list h2 {
		font-size: 3.75rem;
	}

	.cw-quality-list .lead {
		font-size: 1.5rem;
	}

	.cw-quality-list:before {
		max-width: 1400px;
		left: calc(50% - 700px);
	}
}

.page-home .list {
	padding: 0;
	background-image: linear-gradient(180deg, #2b2b2b, transparent, #2b2b2b),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A3598D33E6895670CE0E0247D083FBCE.jpg);
	background-position: center;
}

.page-home .list .list-wrap {
	margin-bottom: 1.5em;
}

.page-home .text {
	padding-top: 5rem;
	color: #fff;
}

.page-home .list .list-img-wrap {
	margin: auto;
	padding: 34% 0;
}

.page-home .list .list-img-photo {
	background-size: contain;
}

.page-home .list .list-text-title {
	color: #fff;
}

.page-home .list .list-text-btn {
	display: none;
}

.cw-homeBtn {
	padding-bottom: 4rem;
}

@media (min-width: 992px) {
	.page-home .text h3 {
		font-size: 2.75rem;
	}

	.page-home .text .lead {
		font-size: 1.35rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.page-home .text h3 {
		font-size: 2rem;
	}
}


.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 #ededed;
	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: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.cw-image-w-icons {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {}

.page-home .inventoryslideshow {
	padding: 4rem 0;
}

.card__multi__style1 .item__flex {
	background: var(--color-theme-highlight) !important;
}

.card__multi__style1 .item__card__details__wrapper .item__title h3 {
	font-size: 1.2rem !important;
	text-transform: none;
}

.inventoryslideshow .brdr__rad10,
.card__multi__style1 .item__card__photo img {
	border-radius: 0 !important;
}

.inventoryslideshow .item__card__photo {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.inventoryslideshow .slick-list {
	margin: 3rem 0 3.5rem;
}

@media (min-width: 992px) {
	.inventoryslideshow-title-heading {
		font-size: 2rem;
	}

}

@media (min-width: 1400px) {
	.inventoryslideshow-title-heading {
		font-size: 2rem;
	}
}

.page-home .textwithimage {
	padding-top: 4rem;
}

.page-home .textwithimage-img {
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	.page-home .textwithimage h2 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1400px) {
	.page-home .container {
		max-width: 1400px;
	}

	.page-home .textwithimage h2 {
		font-size: 2rem;
	}
}

.popular-vehicles-sections {
	padding: 2em;
}

.popular-vehicles-section-heading::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: 0.5rem 0 1.5rem;
	background-color: var(--color-theme-secondary);
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: #050B20;
	background-size: cover;
	text-align: center;
	border-radius: 0 0 50px 50px;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: none;
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
}

section:not(.page-home) .form {
	padding-top: 1rem;
}

.employees-email {
	font-size: 0.85rem;
}

:root {
	--cw-headerHeight: 100px;
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 140px;
	}

	section:not(.page-home) .title {
		/* padding-top: 140px; */
		padding-top: calc(var(--cw-headerHeight));
		padding-bottom: 0;
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	.cw-SlideShow-split {
		margin-top: calc(-1 * var(--cw-headerHeight));
	}

	section:not(.page-home) .title .title-heading {
		padding: 6.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem;
	}

	section[class*=page-]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight)
	}

}

.inventory {
	padding-top: 0 !important;
}

.inventory .vehicle-card .card-body h5.inventory-title {
	text-transform: none;
	font-size: 1.1rem;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory .inventory-cta .btn:hover {
	color: var(--color-theme-background) !important;
}

body .inventory .carousel-indicators {
	background: 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-secondary);
}

.inventory .vehicle-card.layout-2 .price {
	padding: 0.25em 0.5em !important;
}


.form-forms-header {
	font-size: 1.75rem;
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

footer>.container {
	position: relative;
	min-height: 190px;
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0;
}

.footer .dropdown-toggle {
	pointer-events: none;
}

.footer a.dropdown-item {
	display: block !important;
	padding: 0.25rem;
	font-size: 0.75rem;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 0.25rem;
}

.footer .nav .nav-link {
}

.footer h2.footer-business-name {
	font-size: 1.25rem;
}

.footer-business+.footer-business-phone:before {
	display: none;
}

.footer-social-links a {
	padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

@media (min-width: 992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2;
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0;
	}

	a.footer-business-phone {
		display: block;
		margin-top: 0.25rem;
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important;
	}

	.footer-nav-links {
		position: absolute;
		top: -1rem;
		right: 0;
		width: 70%;
		background: rgb(0 0 0/5%);
		padding: 1.5rem 0;
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0;
	}

	.dropdown-toggle::after {
		color: var(--color-theme-secondary);
	}
}

.employees a {
	/* color: #d04436 !important; */
}

.btn-secondary {
	/* background-color: #d04436 !important; */
}

/* -------------------- SECTIONTITLE ---------------------- */
.inventory .inventory-container>.row {
	/* Fix for inventory row expanding beyond site width */
	margin-left: 0;
	margin-right: 0;
}


/* -------------------- VDP ---------------------- */


/* .vdp__title__mod {
	background: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.veh__trim[VehicleHeadingWidgetCssScope],
.veh__title[VehicleHeadingWidgetCssScope],
.veh__generation[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__mileage .mileage__value[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important;
}

.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
	font-size: 1.75rem !important;
} */


body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-secondary);
	color: var(--color-theme-secondary);
	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-secondary);
	border-color: var(--color-theme-secondary)
}

/* -------------------- Sticky nav fixes/changes ---------------------- */

/*  fix sticky nav width  */
.inventorydetails .vdp__sticky-navigation__mod.row {
	padding-top: 20px;
}

/* Fix VDP width */
/* .inventorydetails .vdp__container .columns>.row {
	margin-left: 0;
	margin-right: 0;
} */

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055;
}


@media (max-width: 991px) {
	.inventorydetails .vdp__quickconnect__mod.module {
		margin-top: 35px;
	}
}

.cw-explore {
	background-color: #fff;
  top: -40px;
  position: relative;
  border-radius: 42px;
  }
  .cw-explore .cw-titleLine{
  border: solid 4px #C2972F;
  }
  .cw-explore .cw-exploreContent{
background-color: #F3F3F3;
padding: 54px 16px 31px 16px;
 border: 1px solid #131313;
 border-radius: 10px;
 box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  position: relative;
  color: #000;
  }
  
  .cw-explore .cw-exploreContent a{
	color: #000;
  }
  .cw-arrow {
	  color: #000000;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	line-height: 41px;
  }
  .cw-explore a:hover .cw-exploreContent {
	background-color: #333333;
  }
  .cw-explore .cw-arrow{
	display: none;
  }
  .cw-explore a:hover .cw-arrow {
	display: block;
	transform: rotate(-45deg); 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
  }


  .page-home .inventoryslideshow {
	padding: 1em 0 4em;
  }

  .page-home .textwithimage-text-container {
	background: #F3F3F3;
    padding: 4em;
    border-radius: 50px;
  }


  .cw-why {
	background-color: #f5f5f5;
  }
  
  .cw-why-title {
	font-size: 2rem;
	font-weight: 700;
	color: #0a0a0a;
  }
  
  .cw-why-item {
	padding: 10px;
  }
  
  .cw-why-icon {
	font-size: 42px;
	color: #050B20;
	margin-bottom: 15px;
	position: relative;
  }
  
  .cw-why-heading {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #111;
  }
  
  .cw-why-text {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
  }
  
  /* Optional subtle accent effect */
  

  .cw-counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 40px 0;
  }
  
  .cw-counter .cw-counter-container {
	flex: 1 1 200px;
	max-width: 250px;
	text-align: center;
	padding: 20px;
  }
  
  .cw-counter .fa {
	font-size: 40px;
	color: #050B20;
	margin-bottom: 15px;
	position: relative;
  }
  
  /* subtle accent line like previous section */
  .cw-counter .fa::after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background: #C2972F;
	margin: 8px auto 0;
  }
  
  .cw-counter .counter {
	font-size: 42px;
	font-weight: 700;
	color: #111;
	margin-top: 10px;
  }
  
  .cw-counter .counter.percent::after {
	content: '%';
  }
  
  .cw-counter .counter.plus::after {
	content: '+';
  }
  
  .cw-counter span {
	display: block;
	margin-top: 8px;
	font-size: 0.9rem;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.5px;
  }

  .business-hours .today {
    color: #C2972F;
}


.inventory .vehicle-card.layout-3 .inventory-title-wrapper {
    background: #ffffff!important;
 }

 .inventory .contact-widget {
	 display: none;
 }

