@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

/* Header */
.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary)
}

.cw-header-contact {
	padding: 6px 2px;
	color: var(--color-theme-text-btn);
}

.cw-header-info {
	background-color: var(--header-primary);
}

:root {
	--cw-logo-width: 200px;
}

.cw-header-info .header-info-logo-img img {
	width: 200px;
	width: var(--cw-logo-width);
}

.header .navbar-nav {
	text-transform: uppercase
}

.cw-header-contact .cw-phone:hover {
	opacity: .9;
}

@media(min-width:992px) {
	.cw-header-info .container,
	nav.navbar>.container {
		position: relative
	}
	.cw-header-info .header-info-logo-img {
		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
	}
}

/* other/global */
.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
}

.btn-secondary,
.btn-secondary:focus {
	background-color: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

.btn {
	font-weight: 400 !important
}

.title+.text {
	margin-top: 0
}

.card-title {
	font-size: 1.5em;
	line-height: normal;
}

/* 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;
}





/* Homepage */
.cw-hero-section {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CBB56FF5B00A6EE4E45DBAB3965FCBDC.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 350px;
}

.cw-hero-text {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.cw-hero-text p {
	padding: 1.5em 0 3em;
	color: #efefef;
	font-size: 2em;
	font-weight: 500;
}

.cw-hero-text span {
	font-weight: 800;
	color: #FF6D34;
	font-style: italic;
}

.cw-welcome-buttons {
	margin-top: 2em;
}

.cw-welcome-buttons a {
    width: 100%;
}

.cw-btn-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cw-icon-btn {
	background-color: #FF6D34;
	padding: 10px;
	height: 140px;
}

.cw-welcome-buttons a:hover {
	color: #fff !important;
}

.cw-icon-btn h6 {
	font-size: 1.5em;
	font-weight: 800;
}

.cw-welcome-buttons div:nth-of-type(2) .cw-icon-btn {
	background-color: #fe9434;
}

.cw-welcome-buttons div:nth-of-type(3) .cw-icon-btn {
	background-color: #fe9434;
}

.cw-welcome-buttons div:nth-of-type(4) .cw-icon-btn {
	background-color: #FF6D34;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0px;
}

/* Car Finder Section */
.cw-welcome-section {
	background-color: #262626;
    padding: 0 0 2%;
}

.cw-welcome-section h5 {
	font-weight: 900;
	font-size: 2.7em;
	margin-top: .8em;
	color: #efefef;
}

.cw-welcome-section p {
	color: #efefef;
}

.cw-welcome-section span {
	color: #FF6D34;
}

.cw-inventory {
	color: #FF6D34 !important;
	font-weight: bolder;
}

@media (min-width: 440px) {
	.cw-icon-btn {
		height: 230px;
	}
	.cw-hero-text p {
		padding: 1em 0 3em;
		color: #efefef;
		font-size: 3em;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.cw-hero-section {
		height: 650px;
	}
	.cw-hero-text p {
		font-size: 5em;
	}
	.cw-icon-btn {
		height: 310px;
	}
}

@media (min-width: 992px) {
	.cw-welcome-buttons {
		margin-top: -200px;
	}
	.cw-icon-btn {
		height: 200px;
	}
}

/* Title above hero */
.cw-home-title {
	background-color: #404040;
	color: var(--color-theme-text-btn);
	padding: .5rem 0
}

.cw-home-title h1 {
	margin: 0;
	font-size: 1.75rem;
	text-align: center
}

@media(min-width:992px) {
	.cw-home-title .cw-title-box {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		margin: 0;
		margin-left: auto
	}
	.cw-home-title h1 {
		text-align: right
	}
}

/* text and image section */
.cw-textImage {
	padding: 3.5em 0;
	background-color: #262626;
	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
}

/* Inventory slideshow/featured vehicles */
.page-home .inventoryslideshow {
	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;
}

/* 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-header-contact {
	background-color: #404040;
}

.cw-footer .cw-address,
.cw-header-contact .cw-phone,
.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-header-contact .cw-phone:before,
.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-secondary)
}

.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;
}