/* -------------------- Global ---------------------- */
/* Was adding this to so many individual sections I just added it to all containers */
.container {
	max-width: 1500px;
}

.btn {
	font-weight: 400 !important
}

.btn-primary,
.btn-secondary {
	text-transform: uppercase;
}

.cw-highlight {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

/* -------------------- Header & Navbar---------------------- */

:root {
	--cw-logo-width: 200px;
}

.cw-header-logo {
	background-color: var(--header-primary);
}

.cw-header-logo .cw-logo-wrap img {
	width: 200px;
	width: var(--cw-logo-width);
}

.cw-header-contact {
	padding: .5rem 0;
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

.cw-header-contact .cw-info-item {
	color: inherit;
	display: inline-block;
	padding: 1px 3px;
	font-weight: 500;
}

.cw-header-contact a.cw-info-item:hover {
	opacity: .9;
}

.cw-header-contact .fa,
.cw-header-contact .fa-solid {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	margin-left: .3rem;
	color: var(--color-theme-primary);
}


.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
	color: var(--color-theme-secondary);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.header .navbar-nav {
	text-transform: uppercase
}

@media(min-width:992px) {

	.cw-header-logo .container,
	nav.navbar>.container {
		/* max-width: 1140px; */
		position: relative
	}

	.cw-header-logo .cw-logo-wrap {
		position: absolute;
		z-index: 1040
	}

	nav.navbar .container {
		min-height: 99px
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		justify-content: center
	}

	/* .sitemap-container.container {
		margin-top: 50px
	}

	section.termsandconditions.tcpp {
		margin-top: 50px
	}

	.page-inventory-details #builderCanvas {
		margin-top: 100px
	} */

	/* .header .header-container {
		margin-bottom: 55px;
	}

	.header+.title,
	.header+section>.cw-home-title,
	.cw-hero {
		margin-top: -55px;
	} */
}

/* -------------------- other/global ---------------------- */


.title+.text {
	margin-top: 0
}

.card-title {
	/* color: #000; */
	font-size: 1.5em;
	line-height: normal;
	/* font-weight: 700; */
	/* margin-bottom: .5em */
}

/* .wow {
	visibility: hidden
} */
/* -------------------- custom Buttons ---------------------- */
.cw-primary-button,
.cw-secondary-button {
	font-family: montserrat, sans-serif;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05rem;
	padding: .8rem 2.1rem;
	background-image: linear-gradient(135deg, var(--color-theme-primary) 0%, var(--color-theme-primary) 50%, transparent 51%, transparent 100%);
	background-size: 230%;
	background-position: 130%;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
	text-align: center
}

.cw-primary-button {
	color: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	background-color: var(--color-theme-primary)
}

.cw-secondary-button {
	color: var(--color-theme-primary);
	border: 1px solid var(--color-theme-text-btn);
	background-color: var(--color-theme-text-btn)
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	background-position: 0%
}

.cw-primary-button:hover:before {
	background-color: #fff
}

.cw-primary-button:hover:after {
	background-color: #fff
}

.cw-button-borders {
	display: inline-block;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.cw-button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	top: -.3em;
	border: 1px solid #fff;
	border-bottom: 0
}

.cw-button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	bottom: -.3em;
	border: 1px solid #fff;
	border-top: 0;
	z-index: 0
}

.cw-button-borders.cw-invert:before {
	border-color: var(--color-theme-primary)
}

.cw-button-borders.cw-invert:after {
	border-color: var(--color-theme-primary)
}

/* -------------------- Homepage ---------------------- */

/* -------------------- New Hero. Version on Finance page---------------------- */

/*   Containers */
.cw-hero .container {
	max-width: 1500px;
}

/* Hero Section */
.cw-hero {
	position: relative;
}

.cw-hero .cw-caption {
	text-align: center;
	padding: 1.8rem 0;
	background: var(--color-theme-background);
	color: var(--color-theme-secondary);
}

.cw-hero.cw-finance-ver .cw-caption {
	text-align: center;
	padding: 1.8rem 0;
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

.cw-hero .cw-caption h1 {
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
}

.cw-hero.cw-finance-ver .cw-caption h1 {
	font-size: 2rem;
	line-height: 1;
}

.cw-hero .cw-caption h2 {
	font-weight: 500;
	font-size: 1.3rem;
}


.cw-hero .cw-hero-icons {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: .4rem;
	padding: 1.5rem 0;
}

.cw-hero .cw-hero-icons .cw-icon-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	font-size: .9rem;
	margin-bottom: .5rem;
}

.cw-hero .cw-icon-box i {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3em;
	height: 1.3em;
	width: 1.3em;
	padding: 5px;
	margin-right: .5rem;
	color: var(--color-theme-primary);
}

.cw-hero .cw-icon-box h3 {
	font-size: 1.2em;
	margin-bottom: .4em;
}

.cw-hero .cw-icon-box p {
	font-size: .9em;
	line-height: 1.2;
	margin: 0;
}

.cw-hero .cw-hero-ctas {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: .5rem;
}

.cw-hero .cw-hero-ctas a {
	flex-grow: 1;
}

.cw-hero .carousel .carousel-item img {
	height: 100%;
	object-fit: cover;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero .cw-hero-icons .cw-icon-box {
		flex-grow: 1;
		flex-basis: 30%;
		font-size: 1rem;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-hero.cw-finance-ver .cw-caption h1 {
		font-size: 2.5rem;
	}

}

@media (min-width: 992px) {

	.cw-hero.cw-finance-ver {
		background-color: var(--color-theme-secondary);
	}

	.cw-hero .carousel {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.cw-hero .carousel .carousel-item {
		text-align: right;

	}

	.cw-hero .carousel .carousel-item .cw-img-wrap {
		position: relative;
		width: auto;
		margin-left: auto;
		display: inline-block;
		height: 100%;
	}

	.cw-hero .carousel .carousel-item .cw-img-wrap::before {
		content: "";
		position: absolute;
		top: -1%;
		left: -1%;
		width: 101%;
		height: 101%;
		background: transparent;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 1;
	}

	.cw-hero.cw-finance-ver .carousel .carousel-item .cw-img-wrap::before {
		background-image: linear-gradient(to right, rgba(0, 25, 51, 1) 0%, rgba(0, 25, 51, 0.4) 42%, rgba(0, 25, 51, 0) 100%);
	}

	.cw-hero .carousel .carousel-item img {
		height: 100%;
		object-fit: unset;
		/* object-fit: contain; */
		/* object-position: right center; */
	}


	.cw-hero .carousel .carousel-inner,
	.cw-hero .carousel .carousel-item,
	.cw-hero .carousel img {
		height: 100%;
	}

	.cw-hero .cw-caption {
		position: relative;
		z-index: 4;
		padding: 3rem 0;
		display: flex;
		align-items: center;

		text-align: start;
		background: transparent;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%,
				rgba(255, 255, 255, 1) 30%,
				rgba(255, 255, 255, .95) max(40%, 600px),
				rgba(255, 255, 255, .4) max(75%, 700px),
				transparent max(80%, 800px));
		/* color: var(--color-theme-secondary); */
	}

	.cw-hero.cw-finance-ver .cw-caption {
		position: relative;
		z-index: 4;
		padding: 3rem 0;
		display: flex;
		align-items: center;

		text-align: start;
		background: transparent;
		background-image: linear-gradient(to right,
				rgba(0, 25, 51, 1) 0%,
				rgba(0, 25, 51, 1) 30%,
				rgba(0, 25, 51, .95) max(40%, 500px),
				rgba(0, 25, 51, .4) max(65%, 650px),
				transparent max(80%, 800px));

		color: var(--color-theme-text-btn);
	}

	.cw-hero .cw-caption .cw-side-container {
		max-width: 650px;
	}

}

@media (min-width: 1200px) {
	.cw-hero p {
		font-size: 1.15rem;
	}

	.cw-hero.cw-finance-ver .cw-caption h1 {
		font-size: 3.5rem;
	}


}

@media (min-width: 1800px) {
	.cw-hero p {
		font-size: 1.35rem;
	}
}


/* -------------------- text and image section ---------------------- */
.cw-textImage {
	padding: 3.5em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4217503CF93A0E85E82F2BB95E67B081.jpg) center;
	background-size: cover;
	color: #fff;
}

.cw-textImage img {
	margin-bottom: 2rem
}

.cw-textImage h3 {
	margin-bottom: 1rem
}

@media(min-width:992px) {
	.cw-textImage h3 {
		margin-bottom: 1rem;
		font-size: 2rem
	}

	.cw-textImage img {
		margin-bottom: 0
	}
}

@media(min-width:1440px) {
	.cw-textImage {
		background-attachment: fixed
	}
}

/* -------------------- What we offer ---------------------- */
.cw-section-weAreTheBest {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5DFFA1BCFEF4DA3E69B154CF7E7CC977.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.cw-section-weAreTheBest h3 {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.cw-section-weAreTheBest h3 span {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.cw-section-weAreTheBest .cw-icon-info {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy p {
	font-size: 14px
}

.cw-section-weAreTheBest .cw-quality-icon {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px;
	background-color: var(--color-theme-primary);
	align-items: center;
	justify-content: center
}

.cw-section-weAreTheBest .cw-quality-icon i {
	font-size: 1.5em
}

.cw-section-weAreTheBest .cw-icon {
	height: 25px;
	width: 100%
}

.cw-section-weAreTheBest .cw-card {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	padding: 2em 1.2em;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff
}

/* --------------------  search code ---------------------- */

.cw-search-simple {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	padding-top: 1.7rem;
	padding-bottom: 1rem;
}

.cw-search-simple .container {
	max-width: 1500px;
}

.cw-search-simple h2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-home .inventory-search-module {
	margin-top: 0 !important;

	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	padding-bottom: 2rem;
}

.page-home section.inventory-search-module .form__wrapper {
	padding: 0;
	border: 0;
	background: none;
}

.page-home section.inventory-search-module .form-label {
	display: none;
}

.page-home section.inventory-search-module .btn-primary {
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700 !important;
}

/* End homepage search */
/* -------------------- Homepage FV mod ---------------------- */

.page-home .inventoryslideshow-m1 .card__multi__style1 .item__style {
	padding-bottom: 10px;
}

.page-home .inventoryslideshow-m1 .card__multi__style1 .item__flex {
	margin-top: auto;
}

@media (min-width: 768px) {
	.page-home .inventoryslideshow-m1 .container-fluid {
		position: relative;
		padding-top: 1rem;
	}

	.page-home .inventoryslideshow-m1 h2 {
		text-align: left;
	}

	.page-home .inventoryslideshow-m1 .inventoryslideshow-btn .btn-primary {
		position: absolute;
		top: 1rem;
		right: 1.5rem;
	}
}

@media (min-width: 1600px) {
	.page-home .inventoryslideshow-m1 .inventoryslideshow-slick {
		padding-left: 0;
		padding-right: 0;
	}

	.page-home .inventoryslideshow-m1 .inventoryslideshow-arrow-prev {
		left: -2em;
	}

	.page-home .inventoryslideshow-m1 .inventoryslideshow-arrow-next {
		right: -2em;
	}
}

/* End HP search custom */

/* Simple icon sections (home and finance page) */
.cw-simple-icons {
	padding: 2rem 0;
	margin-bottom: 1rem;
}

.cw-simple-icons .container {
	max-width: 1500px;
}

.cw-simple-icons h2 {
	font-size: 2rem;
	margin-bottom: .6em;
	text-transform: uppercase;
}

.cw-simple-icons.cw-financing-ver h2 {
	font-size: 1.7rem;
}

.cw-simple-icons .cw-icon-row {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	gap: .5rem;
}

.cw-simple-icons .cw-icon-box {
	padding: 1.5rem .5rem;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: stretch;
	align-items: center;

	flex-grow: 1;
	max-width: 300px;

	border-radius: 5px;
	box-shadow: 1px 1px 6px -2px #ccc;

	/* border: 1px solid #ddd */

}

.cw-simple-icons .cw-icon-circle {
	font-size: 40px;
	height: 1.8em;
	width: 1.8em;
	border-radius: 3em;
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.cw-simple-icons .cw-icons-secondary .cw-icon-circle {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

.cw-simple-icons .cw-icons-primary .cw-icon-circle {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-simple-icons .cw-icon-box h3 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.cw-simple-icons .cw-icon-box p {
	margin-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-simple-icons h2 {
		font-size: 2.5rem;
	}

	.cw-simple-icons.cw-financing-ver h2 {
		font-size: 2rem;
	}

	.cw-simple-icons .cw-icon-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
	}

	.cw-simple-icons .cw-icon-box {

		flex-grow: 1;
		flex-basis: 44%;

	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-simple-icons .cw-icon-box {
		flex-basis: 30%;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-simple-icons h2 {
		font-size: 3rem;
	}

	.cw-simple-icons.cw-financing-ver h2 {
		font-size: 2.3rem;
	}


	.cw-simple-icons .cw-icon-box {
		flex-basis: 18%;

	}

}

/* end simple icon section */

/* -------------------- Finance section on finance page ---------------------- */

.cw-finance-start {
	padding: 3rem 0 1.5rem;
	background-image: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_10.jpg");
	background-position: bottom;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	color: #000;
}

.cw-finance-start .cw-bg-box {
	padding: 1rem 1.5rem;
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	border-radius: 10px;
}

.cw-finance-start .cw-btn-wrap {
	text-align: center;
	padding: 1rem 0;

}

.cw-finance-start .cw-big-btn {
	font-size: 1.6rem;
	padding: .7em;
	display: block;
	/* margin: 1rem 1rem; */
	border-radius: 10px;
	font-weight: 700 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.cw-finance-start {
		padding: 3rem 0;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-finance-start {
		padding: 5rem 0;
	}

	.cw-finance-start .cw-big-btn {
		font-size: 2rem;
	}
}


/* -------------------- global potential list checks  ---------------------- */
.cw-list-checks {
	/*List unstyled properties*/
	padding-left: 0;
	list-style: none;
}

.cw-list-checks li::before {
	display: inline-block;
	margin-right: 0.4em;
	color: var(--color-theme-highlight);
	background: var(--color-theme-text-btn);
	border-radius: 30px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f058 ";
	-webkit-font-smoothing: antialiased;
}

/* Inventory slideshow/featured vehicles */
.page-home .inventoryslideshow {
	/* margin-top: -4rem; */
	padding-top: 2rem;
	padding-bottom: 0;
}

.card__multi__style3 a.item__title {
	color: rgba(255, 255, 255, 1) !important;
}

.card__multi__style3 .title__style__content {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* -------------------- Finance banner on homepage ---------------------- */
.cw-finance-banner {
	padding: 1rem 0;
	margin-bottom: 2rem;
}

.cw-finance-banner .container {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	overflow: hidden;
}


.cw-finance-banner h2 {
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.cw-finance-banner p {
	font-size: 16px;
	margin-bottom: .4rem;
}

.cw-finance-banner ul {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.cw-finance-banner img {
	max-height: 50vw;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

@media (min-width: 768px) {
	.cw-finance-banner .container {
		border-radius: 20px;
	}
}

@media (min-width: 992px) {
	.cw-finance-banner h2 {
		font-size: 30px;
	}

}

@media (min-width: 1200px) {
	.cw-finance-banner h2 {
		font-size: 30px;
		margin-bottom: 1.1rem;
	}

	.cw-finance-banner img {
		max-height: 220px;
		object-position: center;
	}
}

/* -------------------- 4 steps (finance page) ---------------------- */

.cw-stepSection h2 {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
	margin-bottom: 2rem;
}

/* .cw-stepSection  h3 {
		font-size: 2rem;
		text-transform: uppercase;
		color: #000
	} */


.cw-step-divider {
	display: none
}

.cw-stepSection {
	margin-top: 50px
}

.cw-stepSection h3 {
	color: var(--color-theme-primary)
}

.cw-stepSection .card {
	flex: 1;
	text-align: center;
	border: 0 !important;
	background-color: transparent !important
}


.cw-stepSection .cw-num {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	padding: 20px 0 0;
	width: 100%;
	max-width: 170px;
	margin: auto;
	box-sizing: border-box;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25)
}

.cw-stepSection .cw-num span {
	display: block;
	font-size: 50px;
	font-weight: 400
}

.cw-stepSection .card .cw-num:before,
.cw-stepSection .card .cw-num:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border: 12px solid transparent;
	border-top-color: var(--color-theme-secondary);
	top: 5px
}

.cw-stepSection .card .cw-num:before {
	transform: rotate(-45deg);
	left: -12px
}

.cw-stepSection .card .cw-num:after {
	transform: rotate(45deg);
	right: -12px
}

.cw-stepSection .cw-content {
	margin-top: -116px;
	padding: 125px 20px 50px;
	border-top: 1px solid var(--color-theme-border)
}

.cw-stepSection .icon {
	font-size: 50px;
	color: var(--color-theme-secondary)
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.cw-stepSection h2 {
		font-size: 2.75rem
	}
}

@media(min-width: 992px) {
	.cw-step-divider {
		display: block;
		border: none;
		width: 100%;
		height: 50px;
		margin-top: 0;
		border-bottom: 1px solid var(--color-theme-border);
		box-shadow: 0 20px 20px -20px #333;
		margin: 100px auto 10px
	}

	.cw-stepSection {
		margin-top: -112px
	}

	.cw-stepSection .cw-content {
		border-top: 0 !important
	}
}


/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 4rem 0;
	background-color: #000;
	background-size: cover;
	color: #fff
}

.cw-footer iframe {
	width: 100%
}

.cw-footer a {
	color: #fff
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
	color: var(--color-theme-text-btn);
}

.cw-footer .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-footer .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: .5rem;
	color: inherit;
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-highlight);
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-primary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.cw-footer .business-hours li {
	font-size: .85rem
}

.cw-footer .business-hours li.today {
	color: var(--color-theme-primary);
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

/* -------------------- internal titles ---------------------- */
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2D8C1330EED2D8013C4403B59D5BD0F2.jpg) no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 4.5rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000
}

/* Homepage card extra css ========================================================================================================= */
.cw-card {
	transition: all .5s;
}

.cw-card:hover {
	background-color: rgb(0, 0, 0);
	transition: all .5s;
	transform: translateY(-10px);
}

/* -------------------- SRP inventory page ---------------------- */

.inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: var(--color-theme-text-btn) !important;
}

/* -------------------- VDP inventory details page ---------------------- */
/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}