/* -------------------- New video hero ---------------------- */

.cw-video-hero {
	overflow: hidden;
}

.cw-video-hero .cw-text-side {
	height: 100%;
	padding: 0 1.3rem;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-video-hero .cw-button-list {
	flex-grow: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
	width: 100%;
	gap: .5rem;
}

.cw-video-hero .cw-button-list .btn {
	flex-grow: 1;
	flex-basis: 85%;

	/* width: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	min-width: 170px;
	border-radius: 1vw;

	font-size: .9rem;
}

.cw-video-hero h1 {
	margin: .6rem 0;
	font-size: 1.5rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-video-hero .cw-button-list .btn {
		flex-basis: 27%;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.cw-video-hero .cw-button-list {
		flex-grow: 1;
		display: flex;
		flex-flow: column;
		justify-content: space-evenly;
		align-items: stretch;
		width: 100%;
		gap: .8rem;
	}

	.cw-video-hero .cw-button-list .btn {

		flex-basis: 0;
		flex-grow: 1;
		font-size: 1rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-video-hero h1 {
		font-size: calc(0.7rem + 1.1vw);
	}

	.cw-video-hero .cw-button-list .btn {
		font-size: calc(0.6rem + 0.7vw);
	}
}

/*Hero*/
/* .hero__section {
	position: relative;
	z-index: 1000;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/69E69A62CD13199ED724048DA9828A78.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.hero__section .hero__wrapper {
	width: 100%;
	padding: 200px 0 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-theme-text);
	overflow: hidden;
}

.hero__section .hero__wrapper .hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.hero__section .hero__wrapper .hero__overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 76%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.hero__section .hero__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.hero__section .hero__wrapper {
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.hero__section {
		background-position: center;
	}

	.hero__section .hero__wrapper .hero__overlay {
		background: rgba(255, 255, 255, 0.7);
		width: 100%;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}

	.hero__section .hero__wrapper .hero__overlay2 {
		display: none;
	}
} */

/* Search Module */
section.inventory-search-module>.container {
	/* max-width: 1320px !important; */
}

/* Home Page buttons and about*/
.cw-why-choose-us {
	background-color: #000;
}

.cw-quality-icon {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	color: rgba(255, 255, 255);
	margin-bottom: 20px;
	background-color: var(--color-theme-primary);
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.cw-why-choose-us .container {
		max-width: 1500px;
	}

}

/*--------*/

/*Service Pricing*/
.cw-pricingSection {
	padding: 50px 0;

}

.cw-pricingTable {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cw-pricingTable h2 {
	text-align: center;
	margin-bottom: 20px;
}

.cw-pricingTable table {
	width: 100%;
}

.cw-pricingTable th,
.cw-pricingTable td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}