.textwithimage-in-container {
	padding: 6rem 0 !important;
}

/* ======================== Internal page ==================== */
.title {
	text-transform: uppercase;
}


/* section:not(.page-inventory-details) .header .header-container {
	position: fixed; 
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

/** 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: 102px;
}

@media (min-width: 768px) {
	:root {
		--cw-headerHeight: 156px;
	}
} */

/*=========  ==========================  Header / Nav ==========================*/


.cw-custom-header {
	padding: 1rem 0;
	background: #000;
}

.cw-custom-header .cw-equal {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E3A0FA8F06D46B0506559BD5FE126B00.png") center top no-repeat;
}

.cw-custom-header .cw-logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 150px;
}

.cw-custom-header .cw-header-text a {
	text-decoration: none;
}

.cw-custom-header .cw-header-text a:hover {
	color: #999;
}

.cw-custom-header .cw-address {
	font-size: 13px;
	color: #9B9B9B !important;
	margin-bottom: 0;
}

.cw-custom-header .cw-phone {
	font-size: 28px;
	margin-bottom: 10px;
}

.cw-custom-header .cw-phone a {
	font-weight: 900;
	color: #9B9B9B !important;
}

.cw-custom-header .cw-phone .fa,
.cw-custom-header .cw-address .fa {
	color: #B10500 !important;
	font-size: 26px;
}

@media (min-width: 768px) {
	.cw-custom-header .cw-logo {
			margin: 2rem 0 -1rem;
	}
}

@media (min-width: 1200px) {
	.cw-custom-header .cw-logo img {
			max-width: 550px;
	}

	.cw-custom-header .cw-header-text {
			margin-top: 2rem;
	}
}




/* ============= h1 ============ */

.cw-h1 {
	background-color: #000;
}


.cw-h1 h1 {
	font-size: 26px;
}



/* ============= hero ============ */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.cw-bkg {
	background: #111;
	padding: 1rem 0;
}

.cw-bkg img {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.cw-welcome h5 {
	font-family: 'Great Vibes', cursive;
	color: #9B9B9B;
	font-size: 4rem;
	margin-bottom: -20px;
	text-transform: capitalize;
	font-weight: 400;
}

.cw-welcome h6 {
	color: #9c9c9c;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.cw-welcome h6 span {
	color: #B10500;
	text-transform: uppercase;
	font-weight: 700;
}

.cw-logo {
	max-width: 100%;
	height: auto;
}

.cw-make {
	background: #494949;
	margin-bottom: 1rem;
	padding: 1rem;
}

.cw-make a {
	display: block;
	color: #fff !important;
	font-size: .8rem;
	padding: .5rem;
	text-decoration: none;
	transition: .3s;
}

.cw-make a:hover {
	color: #9c9c9c !important;
}

.cw-price {
	position: relative;
	z-index: 2;
}

.cw-pay-btn {
	background: #000;
	border: 3px solid #1A94C7;
	margin-bottom: 1rem;
	padding: 1rem;
	transition: .3s;
}

.cw-pay-btn:hover {
	background: #444;
}

.cw-pay-btn h5 {
	color: #1A94C7;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.cw-pay-btn i {
	color: #fff;
}

.cw-btn4 {
	background: #B10500;
}

.cw-btn4 a {
	display: block;
	color: #fff !important;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1rem;
}

@media (min-width: 440px) {
	.cw-bkg img {
			max-width: 400px;
	}

	.cw-make a {
			font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.cw-bkg img {
			max-width: 350px;
	}

	.cw-make a {
			font-size: 1rem;
	}

	.cw-welcome h6 {
			font-size: 1.75rem;
	}

	.cw-btn4 a {
			font-size: 1.15rem;
			padding: 1.8rem 1rem;
	}
}

@media (min-width: 992px) {
	.cw-bkg img {
			max-width: 400px;
	}

	.cw-make a {
			font-size: 1.2rem;
	}

	.cw-welcome h6 {
			font-size: 2rem;
	}

	.cw-btn4 a {
			font-size: 1.5rem;
			padding: .9rem 1rem;
	}

	.cw-btn4 {
			padding: 1rem;
	}
}

/* ================= Hours ========== */

.cw-location-hours-page {
	background: #111;
	padding-bottom: 2rem;
}

.cw-location-hours {
	width: 100%;
	margin: 0 auto;
}

.cw-location-hours h5 {
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: .2rem;
}

.cw-location-hours li {
	font-size: 1.063rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.7;
	border-bottom: 1px dotted #B30000;
	padding: .4rem 0;
}




/* ================= Btn section ========== */
.cw-btnSection .cw-card {
	height: 100%;
	background-color: #2b2b2b;
	color: #fff;
	padding: 2em 1.3em;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease;
	border-bottom: solid 5px var(--color-theme-primary);
}

.cw-btnSection .cw-card:hover {
	transform: translateY(-5px);
}

.cw-btnSection a:hover .cw-card {
	border-bottom: solid 5px #ffffff;
}

.cw-btnSection a {
	width: 100%;
	height: 100%;
}

.cw-icon {
	font-size: 2rem;
	color: #bcb4b4;
}

.cw-title {
	font-size: 1.1rem;
	font-weight: bold;
}

.cw-subtitle {
	font-size: 0.85rem;
	color: #bcbcbc;
	margin-bottom: 0.25rem;
}



/*===========  Search Buttons ================= */
.cw-search {
	padding: 2em 0;
}

.cw-search-buttons h5 {
	color: #ffffff;
	padding: 0 1em;
	font-size: 1.2em;
}

.cw-search-buttons a {
	display: block;
	padding: 0.5em;
	margin-top: 0.2em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: var(--color-theme-primary);
	border: transparent;
	border-radius: 3px;
	color: #ffffff !important;
}

.cw-search-buttons a:hover {
	color: #ffffff !important;
	background: #333333;
}

/* Hours */
.cw-dealership-hours {
	width: 90%;
	margin: 1.5em auto;
	color: #ffffff;
}

.cw-dealership-hours h6 {
	font-size: 1.5em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	border-bottom: 2px solid var(--color-theme-primary);
}

.cw-dealership-hours .c-table {
	font-size: 1.2em;
	line-height: 1.7em;
	border-bottom: 1px solid #333333;
}

.cw-dealership-hours .c-table:last-child {
	border-bottom: none;
}

.cw-dealership-hours .cw-openingHours span span {
	font-size: 0.9em;
}

/* SM: 768px & Up */
@media (min-width: 768px) {

	.cw-search-buttons h5 {
		font-size: 1.5em;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-search-buttons h5 {
		margin-top: 1.5em;
		font-size: 1.7em;
	}

	.cw-search-buttons a {
		font-size: 1em;
	}

	.cw-search-buttons .cw-left {
		padding-right: 2px;
	}

	.cw-search-buttons .cw-right {
		padding-left: 2px;
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {

	.cw-search-buttons a {
		font-size: 1.1em;
	}
}

/* ================ Seach inventory ======= */
.inventory-search-module {
	background-color: #222222 !important;
	margin-top: 0 !important;
	padding-bottom: 6em;
}


/* =========== About us ======================= */
.btn-danger {
	border-radius: 30px;
	font-weight: bold;
}

.btn-danger:hover {
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
	color: #ffffff !important;
}

.page-home .cw-aboutINFO {
	margin-top: -3em;
	background-color: #222222;
}

.page-about-us .textwithimage-in-container {
	padding-top: 0 !important;
}

@media(min-width: 1400px) {
	.cw-aboutINFO .cw-aboutDetails {
		border-right: solid 2px #333333;
	}
}


.textwithimage a.btn-primary,
.textwithimage a.btn-secondary {
	color: var(--color-theme-text-btn);
}

.cw-aboutSection .cw-left-border {
	border-left: 3px solid var(--color-theme-primary);
	padding-left: .5rem;
}

/* ============ Find a Vehicle =============== */
section.inventory-search-module .form__wrapper {
	border: 1px solid #333333 !important;
}


/* ================ Parallax Section ============== */
.cw-parallaxSection {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C805F2AA95C69014DC6902C9A73069F1.jpg);
	background-attachment: fixed;
}

.cw-parallaxSection .cw-parallaxContent {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 30px 30px 30px 30px;
	max-width: 420px;
}

@media (min-width: 768px) {
	.cw-parallaxSection .cw-parallaxContent {
		/* width: 80%; */
	}
}

@media (min-width: 992px) {
	.cw-parallaxSection .cw-parallaxContent {
		/* width: 55%; */
	}
}

@media (min-width: 1200px) {
	.cw-parallaxSection .cw-parallaxContent {
		/* padding: 30px 80px 30px 30px; */
		/* width: 37%; */
	}
}


/* ================ VDP ============= */
.inventorydetails .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background: rgba(150, 150, 150, 0.1)
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	/* border-color: #444444 !important; */
	/* color: #ffffff !important; */
}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	/* background-color: var(--color-theme-primary) !important; */
}

.inventorydetails .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)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.inventorydetails .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.inventorydetails .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)
}


.inventorydetails .sn_business_openclose.open,
.inventorydetails .store__hours .hours__status {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.inventorydetails .store__hours .hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.inventorydetails .vdp__info__addt__mod .btn-secondary::before {
	background-color: var(--color-theme-highlight);
}





/* =============== Inventory Page =========== */
.card__multi__style1 .item__card {
	border: 1px solid #252525 !important;
}


.card__multi__style1 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item:not(.no-data) {
	border: 1px solid #252525 !important;
}