@media (min-width: 1500px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

/* -------------------- Navbar and Header ---------------------- */
.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.header .navbar .dropdown-menu {
	min-width: 200px;
	width: auto;
	padding: 1em;
	background: var(--color-theme-background);
}

.header .navbar .dropdown-menu .dropdown-item,
.header .navbar .dropdown-menu .badge {
	color: var(--color-theme-text);
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent !important;
}

.header__top {
	background-color: #222;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

.header__top .pipe {
	padding: 0 15px;
}

@media (min-width: 992px) {
	.navbar-collapse {
		flex-grow: initial;
	}

	.navbar .container {
		text-align: left;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 10px;
		margin-left: 10px;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}

	/* Affixing header. Might need adjustment if the code for .affix starts working */
	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
		box-shadow: 0 0 10px #000;
	}

	/** Adds top margin to all pages to account for fixed header**/
	section[class*="page-"]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight);
	}

	/* There's a script to make the variable always the size of the header container */
	:root {
		--cw-headerHeight: 121px;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item {
		margin-right: 25px;
	}

	.header li.nav-item:last-of-type {
		margin-right: 0;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.header__top {
		font-size: 14px;
	}
}

/* ---- Hero ----*/
.container-slider {
	position: relative;
	margin-top: 1.5em;
}

.cw-carousel {
	background: #262626;
}

.cw-carousel .carousel-item .item-image {
	height: 450px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-carousel .carousel-item:nth-child(1)>.item-image {
	background: linear-gradient(45deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/ED15965D6DB9AAA5F6B6924FC87F375B.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-carousel .carousel-item:nth-child(2)>.item-image {
	background: linear-gradient(45deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/ADCB5D82EE314227CC4AB9ECFD5DF7CB.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-carousel .carousel-item:nth-child(3)>.item-image {
	background: linear-gradient(45deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EDD85327510D770462C8EF4591C95832.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-carousel .carousel-item .item-image img {
	margin: 0 auto;
}

.carousel-caption {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1em;
}

.carousel-caption h1 {
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
}


.container-slider .carousel-item h1 span {
	font-weight: 100;
}

.carousel-inner {
	overflow: hidden;
}

.btn-slider {
	border-radius: 50px;
	padding: 15px 25px;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 16px;
	font-weight: 700;
}

.item-image {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 16s;
	transform: scale(1.2);
	animation-name: cw-kenburns;
	z-index: 3;
}

.cw-svg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

@keyframes cw-kenburns {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	95% {
		transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.container-slider {
		top: 0;
	}
}

@media(min-width: 768px) {
	.carousel-caption p {
		width: 80%;
		margin: auto;
		padding-bottom: 1rem;
	}
}

@media (min-width: 1024px) {
	.carousel-caption {
		width: 60%;
		padding: 2em;
	}
}

@media (max-width: 360px) {
	.cw-carousel .carousel-item .item-image {
		height: 750px;
	}
}

@media (max-width: 992px) {
	.carousel-caption h1 {
		font-size: 2.6em;
	}
}

@media (min-width: 992px) {
	.cw-carousel .carousel-item .item-image {
		height: 600px;
	}

	.carousel-caption .btn {
		margin-top: 0.5em;
		width: 22%;
		margin: 0 .25rem;
	}

	.carousel-caption {
		width: 950px;
		padding: 2em;
	}
}

@media (max-width: 576px) {
	.cw-carousel .carousel-item .item-image {
		height: 550px;
	}

	.carousel-caption h1 {
		font-size: 1.2em;
	}

	.btn-group-lg>.btn,
	.btn-lg,
	.btn:not(.slick-arrow):not(.btn-xs):not(.btn-md):not(.dropdown-toggle) {
		padding: 0.8rem 1rem;
		font-size: 1rem;
		line-height: 1.2;
		letter-spacing: 0.02rem;
	}
}




/* -------------------- Starburst addon ---------------------- */
.cw-starbursts {
	background-color: #ae0000;
	padding: 10px 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;

	--cw-burst-size: 140px;
	font-size: 16px;
}

.cw-starbursts .cw-burst {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1em 1.1em;
	color: #ae0000;

	height: var(--cw-burst-size);
	width: var(--cw-burst-size);
	text-align: center;
}

.cw-starbursts .cw-burst:nth-of-type(1) {
	font-size: 100%;
}

.cw-starbursts .cw-burst:nth-of-type(2) {
	font-size: 80%;
}


.cw-starbursts .cw-burst svg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#starburst-icon polygon {
	fill: #ae0000;
}

#starburst-icon path {
	fill: #fff;
}

.cw-starbursts .cw-burst a {
	color: inherit;
}

.cw-starbursts .cw-burst a:hover {
	color: #333333;
}

.cw-starbursts .cw-burst .cw-burst-text {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media (min-width: 576px) {
	.cw-starbursts {
		--cw-burst-size: 200px;
		font-size: 25px;
	}

	.cw-starbursts .cw-burst:nth-of-type(2) a {
		/* Offset to get top closer to center of circle since this text is usually wide at the top */
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.cw-starbursts {
		background: transparent;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		pointer-events: none;
		justify-content: space-around;
		align-items: flex-end;
		--cw-burst-size: 140px;
		font-size: 18px;
	}

	.cw-starbursts .cw-burst {
		pointer-events: all;
	}

}

@media (min-width: 992px) {

	.cw-starbursts {
		--cw-burst-size: 150px;
		font-size: 19px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.cw-starbursts .cw-burst:nth-of-type(1) {
		align-self: flex-start;
		justify-self: flex-start;
	}

	.cw-starbursts .cw-burst:nth-of-type(2) {
		align-self: flex-end;
		justify-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.cw-starbursts {
		--cw-burst-size: 170px;
		font-size: 22px;
	}

}

@media (min-width: 1600px) {

	.cw-starbursts {
		--cw-burst-size: 200px;
		font-size: 25px;

		max-width: 1600px;
		left: calc(50vw - 800px);
	}


}

@media (min-width: 1900px) {

	.cw-starbursts {
		--cw-burst-size: 220px;
		font-size: 26px;

	}
}


/* -------------------- Titles ---------------------- */
.title {
	background: #fff;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.97) 60%,
			rgba(255, 255, 255, 0.7) 100%),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	background-position: center center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	color: #000;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 2em;
}

.title h1.title-heading {
	text-transform: uppercase;
	text-align: center;
}

.title-heading {
	font-size: 1.25em !important;
}

@media (min-width: 576px) {
	.title-heading {
		font-size: 2em !important;
	}
}

/* -------------------- Search section ---------------------- */
.cw_searchPrice {
	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/C035FC0F43FD4D685EEFB014AF37E357.png);
	background-size: contain;
	color: #fff;
}

.cw_searchPrice h2 {
	font-weight: 700;
	line-height: 1em;
	font-size: 2em;
	text-transform: uppercase;
}

.cw_searchPrice p {
	color: #fff;
	line-height: 1.6em;
}

.cw_searchPrice .cw_shopUnder {
	opacity: 0.9;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.cw_searchPrice .cw_priceRange {
	font-size: 2.1em;
	font-weight: 700;
	line-height: 1.2;
}

.font-header-Montserrat .cw_searchPrice .cw_priceRange {
	font-family: montserrat, sans-serif;
}

.cw_searchPrice .cw_priceRange sup {
	top: -12px;
	font-size: 0.6em;
}

@media (min-width: 1200px) {
	.cw_searchPrice .cw_priceRange {
		font-size: 3em;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */
.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(180deg,
			var(--color-theme-primary),
			rgba(0, 0, 0, 0.5)),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B2118378E99A8E1C698244B632B59EC6.jpg);
	background-size: cover;
	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/C035FC0F43FD4D685EEFB014AF37E357.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/C035FC0F43FD4D685EEFB014AF37E357.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;
	}
}

/* -------------------- SEO links ---------------------- */
.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;
}

/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 4rem 0;
	background: #000 url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/18AB087632CAD53CD632EAAC257BA85F.jpg") center;
	background-size: cover;
	color: #fff;
	text-align: left;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: var(--color-theme-border);
}

.footer-social a {
	color: #fff;
}

.cw-footer .business-hours li {
	border-bottom: 1px solid var(--color-theme-border);
}

.cw-footer .cw-address,
.cw-footer .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-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-border);
}

.cw-footer h5 {
	margin-bottom: 1rem;
}

.cw-footer .cw-hours {
	font-size: 0.85rem;
	line-height: 2;
}

.cw-footer .cw-hours .business-hours .today {
	font-weight: bolder;
	color: inherit !important;
}

.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}

.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-bottom: 1em;
}

/* .vdp-module-canvas-razor-wrapper .vdp__container .row {
	width: 100%;
	margin: auto;
} */

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* SRP width fix */
.inventory .inventory-container>.row {
	margin-left: 0;
	margin-right: 0;
}

/* -------------------- Sticky nav fixes/changes ---------------------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029 !important;
}

@media (min-width: 992px) {

	/* resets z-index higher than navbar when a modal is open. */
	.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
		z-index: 1055 !important;
	}
}

/* Hide pre-header on mobile on VDP */
@media (max-width: 991px) {
	.page-inventory-details .header__top {
		display: none;
	}
}

/* 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;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* !!! Fix Bottom Footer Colors !!! */

.footer-bottom-section {
	background-color: var(--color-theme-primary) !important;
}

.footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
	color: var(--color-theme-background) !important;
}