@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap";

h1,
h2,
h3,
h4,
h5,
.h5 {
	font-weight: 900 !important;
}

.title+.text {
	margin-top: 0
}

.wow {
	visibility: hidden
}

.btn {
	font-weight: 400 !important
}

header {
	border-bottom: 1px solid #e1e1e1
}

.header .navbar-nav .nav-link {
	font-weight: 700 !important;
	text-transform: uppercase
}

.header .header-info-logo-img img {
	width: 200px
}

.cw-header-contact a:hover {
	color: #fff
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary)
}

.cw-address,
.cw-phone {
	position: relative;
	vertical-align: middle;
	margin: .25rem;
	/* padding-left: 1.1rem; */
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	/* position: absolute; */
	/* left: 0; */
	padding-right: .5rem;
	color: #fff
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	/* position: absolute; */
	/* left: 0; */
	padding-right: .5rem;
	color: #fff
}

/* Hide hours until JS shortens hours */
.cw-header-bar .cw-bar-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.cw-lineHours {
	display: none;
	padding: 0rem 0.3rem;
	text-align: center;
}

/* Inline container */
.cw-lineHours .cw-hours-inline {
	display: inline-block;
}

/* Wrapping row of chunks */
.cw-lineHours .cw-hours-text {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem .75rem;
	line-height: 1.4;
	color: #fff;
	font-size: 0.8em;
}

/* Each grouped range with its own icon */
.cw-lineHours .cw-chunk {
	display: inline-flex;
	align-items: center;
	white-space: normal;
}

/* Icon before each range */
.cw-lineHours .cw-chunk i {
	margin: 0 .35rem;
	font-size: 0.8rem;
	line-height: 1;
	flex: 0 0 auto;
}

/* Bold day/day-range */
.cw-lineHours .cw-day {
	font-weight: 600;
	margin-right: 0.25rem;
}

.cw-lineHours .cw-time {
	opacity: 0.9;
}

.header .navbar .active>.nav-link,
.header .navbar .nav-link:hover {
	color: var(--color-theme-highlight)
}


.header .dropdown-item .badge {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
}

@media(max-width: 991px) {
	.cw-header-contact {
		display: none;
	}
}

@media(min-width:992px) {
	.header .container {
		max-width: 1140px
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
		/* top: 6px */
		margin-top: 6px;
	}

	nav.navbar .container {
		min-height: 93px
	}

	.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% - 210px);
		justify-content: center
	}

	.cw-phone,
	.cw-address {
		margin-right: 2rem
	}
}

@media(min-width:1400px) {

	.header .container {
		max-width: 1340px
	}
}

@media(min-width:1200px) {
	.cw-header-info .header-info-logo-img {
		/* top: 38px */
	}
}

.cw-hero .carousel-item {
	height: 500px;
	background-size: cover;
	background-position: center center
}

.cw-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/40%)
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
	width: 10%;
	text-align: center;
	opacity: .7;
	z-index: 3
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
	opacity: 1
}

.cw-overlay {
	position: absolute;
	z-index: 1;
	top: 26%;
	width: 100%;
	text-align: center;
	color: #fff
}

.cw-overlay h1 {
	font-size: 2.5rem;
	line-height: 1;
	text-shadow: #000 4px 4px;
}

.cw-ASL {
	width: 20rem;
  }

.cw-overlay h5 {
	text-shadow: #000 3px 3px;
}

.cw-overlay .cw-button-container {
	justify-content: center;
	max-width: 580px;
	margin: 0rem auto 0;
	padding: 1rem;
}

.cw-overlay .cw-button-container .btn {
	margin: .25rem
}

.cw-overlay .btn {
	padding: .4em 1.3em .4em 1.3em;
}

@media (min-width: 280px) {
	.cw-overlay h1 {
		font-size: 1.8rem
	}

	.cw-ASL {
		width: 16rem;
	}
}

@media (min-width: 440px) {
	.cw-overlay h1 {
		font-size: 2rem
	}

	.cw-ASL {
		width: 20rem;
	}
}
 
@media(min-width:768px) {
	.cw-overlay h1 {
		font-size: 2.5rem
	}
}

@media(min-width:1400px) {
	.cw-hero .carousel-item {
		height: 580px
	}

	.cw-overlay h1 {
		font-size: 2.5rem
	}

	.cw-overlay h1 span {
		font-size: 30%
	}

	.cw-overlay .cw-button-container {
		max-width: 700px
	}

	.cw-overlay .cw-button-container .btn {
		font-size: 1.25rem
	}
}

.inventory-search-module {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

section.inventory-search-module>.container {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
	max-width: 100% !important;
}

section.inventory-search-module .brdr__rad10 {
	border-radius: 0px !important;
}

section.inventory-search-module .form__wrapper {
	background-color: #000 !important;
	color: #fff;
	background-size: contain;
	border: none !important;
	padding: 50px !important;
}

.cw-list {
	margin: 2rem 0
}

.cw-card {
	position: relative;
	overflow: hidden;
	max-height: 300px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}

.cw-card a {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cw-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: rgba(0, 0, 0, .25);
	transition: background .5s ease-out
}

.cw-card:hover:before {
	background: rgba(0, 0, 0, .6)
}

.cw-card .cw-card-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.cw-card .cw-card-img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 1.75rem;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.cw-card-title {
	font-size: 1.5rem;
	margin-bottom: 1rem
}

@media(min-width:768px) {
	.cw-list {
		margin: 4rem 0
	}
}

.page-home .list {
	padding: 0
}

.page-home .list .list-wrap {
	margin-bottom: 2em !important
}

.page-home .list .list-img-wrap {
	margin: auto;
	padding: 34% 0
}

.page-home .list .list-img-photo {
	background-size: contain
}

.page-home .list .list-text-title {
	text-transform: none;
	text-transform: uppercase
}

.page-home .list .list-text-btn {
	display: none
}

@media(min-width:992px) {
	.page-home .text h3 {
		font-size: 2.5rem
	}

	.page-home .text .lead {
		font-size: 1.35rem
	}
}

@media(min-width:1400px) {
	.page-home .text h3 {
		font-size: 3.25rem
	}
}

.cw-textImage {
	position: relative;
	overflow: hidden;
}

.cw-textImage1 {
	margin-bottom: 1rem
}

.cw-textImage2 {
	margin-bottom: 5rem
}

.cw-textImage1 .cw-content {
	padding: 2rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg) center;
	background-size: cover;
	color: #fff
}

.cw-textImage1 .cw-image {
	min-height: 300px;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/343FC8F93751CD88B84A8F846B32C335.jpg);
	background-size: cover
}

.cw-textImage2 .cw-image {
	padding: 0
}

.cw-textImage2 .cw-content {
	padding: 2rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A9EA7B29A326555267FACB1442705F3.jpg) center;
	background-size: cover;
	color: #fff
}

.cw-content h4 span {
	font-style: italic;
	font-size: 60%
}

.cw-intro img {
	width: 200px
}

.cw-textImage .cw-hours {
	position: relative;
	margin: 0
}

.cw-textImage .cw-hours:before {
	padding-top: .25rem;
	font-size: 2rem;
	color: var(--color-theme-secondary)
}

.cw-mapContact {
	padding: 1rem 0;
	background: rgba(0, 0, 0, .1)
}

.cw-textImage .cw-address {
	font-size: 1rem
}

.cw-textImage .cw-address:before {
	color: var(--color-theme-secondary)
}

@media(min-width:992px) {
	.cw-textImage .cw-content {
		padding: 8% 4%
	}

	.cw-textImage1 .cw-image,
	.cw-textImage2 .cw-content {
		border-left: .5rem solid #fff
	}

	.cw-textImage2 .cw-image,
	.cw-textImage1 .cw-content {
		border-right: .5rem solid #fff
	}

	.cw-textImage h3 {
		font-size: 2.25rem
	}

	.cw-textImage h4 {
		font-size: 1.75rem
	}

	.cw-intro h2 {
		font-size: 2.25rem
	}
}

@media(min-width:1400px) {
	.cw-textImage h3 {
		font-size: 2.75rem
	}

	.cw-textImage h4 {
		font-size: 2rem
	}

	.cw-intro h2 {
		font-size: 3rem
	}

	.cw-textImage .cw-content {
		padding: 8%
	}
}

.popular-vehicles-sections {
	padding: 2em
}

.popular-vehicles-section-heading::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	margin: .5rem 0 1.5rem;
	background-color: var(--color-theme-secondary)
}

.cw-services {
	padding: 28px 0 85px
}

.cw-services .container {
	max-width: 1500px
}

.cw-services h2 {
	text-transform: uppercase;
	margin-bottom: 1rem
}

.cw-services .cw-service-item {
	margin-bottom: 2rem
}

.cw-services .cw-service-item img {
	width: 270px;
	margin-bottom: 1rem;
	margin-top: 1.5rem
}

@media(min-width:768px) {
	.cw-services .cw-service-item {
		padding: 0 1rem
	}

	.cw-services h2 {
		font-size: 3.25rem
	}
}

.page-home .inventoryslideshow {
	margin: 5em 0 15px;
	padding-top: 0rem;
}

.inventoryslideshow h3 {
	font-size: 1.1rem !important;
	text-transform: none
}

.inventoryslideshow h3:hover {
	color: var(--color-theme-secondary)
}

.inventoryslideshow .item__data__price,
.inventoryslideshow .item__data__value {
	font-size: .95rem !important;
	text-shadow: 0 0 3px #000
}

.inventoryslideshow-slick {
	padding: 1rem 0 1.5rem;
	margin-bottom: 0 !important
}

.inventoryslideshow .card__multi__style7 .item__style {
	display: none
}

.card__multi__style7 .item__card__photo img {
	border-radius: 0 !important
}

.card__multi__style7 .item__card__photo:after {
	border-radius: 0 !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent) !important;
	color: #fff
}

.inventoryslideshow-title-heading  {
	font-size: 2rem;
}

/* @media(min-width:992px) {
	.inventoryslideshow-title-heading {
		font-size: 2.25rem
	}
} */

/* @media(min-width:1400px) {
	.inventoryslideshow-title-heading {
		font-size: 2.25rem
	}
} */

.inventory {
	padding-top: 0 !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-size: 1rem !important
}

.inventory .vehicle-card .card-body h5.inventory-title {
	text-transform: none;
	font-size: 1.1rem
}

.inventory .srp-sidebar .card-header::before {
	border-color: transparent !important
}

body .inventory .vehicle-card.layout-1 .price-mileage-block {
	background: rgba(180, 180, 180, 0.15);
}

body .inventory .btn-link.btn-clear-filter {
	color: var(--color-theme-text-btn);
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff
}

@media (min-width: 280px) {
	.inventory .srp-sidebar {
		width: 87% !important;
	}
}

@media (min-width: 330px) {
	.inventory .srp-sidebar {
		width: 100% !important;
	}
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-highlight) !important;
	font-weight: 700;
	color: #333 !important
}

body .p-veh-card .card-top-img a {
	display: block;
}

body .inventory .carousel-indicators {
	background: transparent !important;
	bottom: 0;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight)
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important
}

.vdp__title__mod {
	background: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important
}

.page-inventory .container.mb-4 {
	max-width: none;
	margin-bottom: 0 !important;
	padding: 1rem;
	background: var(--color-theme-primary);
	color: #fff
}

.veh__trim[VehicleHeadingWidgetCssScope],
.veh__title[VehicleHeadingWidgetCssScope],
.veh__generation[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__price__mileage__wrapper .veh__mileage .mileage__value[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #fff !important
}

.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
	font-size: 1.5rem !important
}

@media(min-width:992px) {
	.page-inventory .container.mb-4 {
		padding: 3rem 4rem
	}
}

@media(min-width:1400px) {
	.inventory .vehicle-card.layout-1 .price-mileage-block .value {
		font-size: 1.1rem !important
	}

	.inventory .vehicle-card .card-body h5.inventory-title {
		text-transform: none;
		font-size: 1.2rem
	}
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background-color: #000;
	text-align: center
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%)
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: .5rem 0;
	color: var(--color-theme-primary);
	text-shadow: 0 0 4px #000
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
	color: var(--color-theme-primary);
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media(min-width:992px) {
	section:not(.page-home) .title .title-heading {
		padding: .5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem
	}
}

.form-forms-header {
	font-size: 1.75rem
}

hr {
	opacity: 1
}

.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%
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight)
}

.footer .nav-link, .footer a {
	color: #fff !important;
}

.footer-legal-links {
	color: #fff !important;
}

.footer-call-disclaimer {
	color: #fff !important;
}

/* footer>.container {
	position: relative;
	min-height: 190px
}

.footer .dropdown-menu {
	position: relative;
	display: block !important;
	min-width: 0 !important;
	padding: 0;
	border: 0
}

.footer .dropdown-toggle {
	pointer-events: none
}

.footer a.dropdown-item {
	display: block !important;
	padding: .25rem;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 400 !important
}

.footer-nav-links .nav-item {
	padding: 0 .5rem;
	font-size: .8rem;
	text-align: center;
	padding: 0 .25rem
}

.footer .nav .nav-link {
	text-transform: uppercase
}

.footer h2.footer-business-name {
	font-size: 1.25rem
}

.footer-business+.footer-business-phone:before {
	display: none
}

.footer-social-links a {
	padding: 0 .25rem
}

.footer-info-business span,
.footer-info-business a {
	font-size: .85rem
}

@media(min-width:992px) {
	.footer-social-links {
		position: absolute;
		left: 10%;
		bottom: 1rem;
		z-index: 2
	}

	footer .footer-info-business {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		padding-right: 1rem
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		padding: 0
	}

	a.footer-business-phone {
		display: block;
		margin-top: .25rem
	}

	.footer ul.nav {
		flex-wrap: nowrap;
		text-align: left !important
	}

	.footer-nav-links {
		position: absolute;
		top: -1rem;
		right: 0;
		width: 70%;
		background: rgb(0 0 0/5%);
		padding: 1.5rem 0
	}

	.footer .dropdown-menu {
		max-width: 180px;
		text-align: center;
		background: 0 0
	}

	.dropdown-toggle::after {
		color: var(--color-theme-secondary)
	}
} */

/* -------------------- VDP ---------------------- */

.sn_business_openclose.open {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}


.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
	background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:before {
	background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
	color: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
	color: var(--color-theme-secondary);
}


.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
	margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
	margin-bottom: 2em;
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
}


/*Body style serach section*/
  .cw-search {
    margin-bottom: 0;
    background-color: #000;
    padding: 4rem 0rem;
  }

  .cw-search .cw-types {
    margin-bottom: 3rem;
  }

  .cw-search .cw-types img {
    width: 150px;
    display: block;
    margin: auto;
  }

  .cw-search-title {
    font-size: 1.5rem;
    border-bottom: dotted 3px #fff;
    padding-bottom: 10px;
  }

  .cw-search .cw-types a {
    font-size: 0.85rem;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 3px;
    color: #fff;
    text-align: center;
  }

  .cw-search .cw-types a:hover {
    border: 1px solid #ced4da;
    border-radius: 5px;
  }

  @media (min-width: 992px) {
    .cw-search .cw-types {
      /* max-width: 500px; */
      margin: auto;
    }
  }

  .page-home .search__input .btn {
    border: none;
  }

  .page-home .search__input .btn:hover {
    background: var(--color-theme-secondary);
  }

  .cw-makes {
      display: block !important;
      padding: 0.2em !important;
      margin-top: 0.2em !important;
      font-size: .8em !important;
      font-weight: 700 !important;
      color: #fff !important;
      background: var(--color-theme-primary) !important;
      background-size: 200% !important;
      background-position: bottom center !important;
      border: 2px solid var(--color-theme-primary) !important;
      border-radius: 4px !important;
      -webkit-transition: all 0.25s ease-out !important;
      transition: all 0.25s ease-out !important;
    }

    .cw-makes a:hover {
      color: var(--color-theme-secondary) !important;
      background: var(--color-theme-background) !important;
    }

    .cw-lg-img {
      width: 34rem;
      margin: auto;
    }


	 /* Book Banner */

  /* Left Side */
  .cw-book-banner {
    background-color: var(--color-theme-background);
    overflow: hidden;
    position: relative;
    background: linear-gradient(#000000cc, #000000cc), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E319BF8FD0CFA3C0551273566374674D.jpg) left center / cover;
    padding: 2.5rem 0;
    margin-bottom: 0rem;
  }

  /* Right Text */
  .cw-book-banner .cw-text-section {
    z-index: 1;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #000;
  }

  .cw-book-banner .cw-text-section h3 {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 0.5rem;
    text-align: left;
  }

  .cw-book-banner .cw-text-section h4 {
    font-size: calc(1.2rem + 0.6vw);
  }

  .cw-book-banner .cw-text-section p {
    color: #fff;
    margin-top: 18px;
    text-align: left;
    font-size: 15px;
    margin-bottom: -18px;
  }

  .cw-book-banner .cw-text-section .cw-btn-gradient {
    background: var(--color-theme-primary);

    background: linear-gradient(
      to bottom,
      var(--color-theme-highlight) 0%,
      var(--color-theme-secondary) 100%
    );

    display: inline-block;
    padding: 10px 30px;
    color: var(--color-theme-text-btn);
    border-radius: 20px;
    font-size: 1.4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }

  .cw-book-banner .cw-text-section .cw-btn-gradient:hover {
    transform: scale(1.05);
  }

  /* ---------------- Media Query ---------------- */

  @media (min-width: 280px) {
	.cw-book-banner .cw-text-section p {
		margin-bottom: 0px;
	}
  }

  @media (min-width: 768px) {
    .cw-book-banner .cw-text-section h3 {
      font-size: 21px;
    }

    .cw-book-banner .cw-text-section h4 {
      font-size: 2.3rem;
    }

    .cw-book-banner .cw-text-section ul {
      font-size: 1.4rem;
      margin-bottom: 4px;
    }
  }

  @media (min-width: 992px) {
    .cw-book-banner .cw_checkmark {
      width: 250px;
    }

    .cw-book-banner .cw_arrow {
      left: 230px;
    }

    .cw-book-banner .cw_checkmark {
      margin: 0 0 0 100px;
    }

    .cw-book-banner .cw-text-section {
      padding-top: 0;
    }

    .cw-book-banner .cw-text-section h3 {
      text-align: left;
    }

	.cw-book-banner .cw-text-section p {
		margin-bottom: -18px;
	}
  }

  @media (min-width: 1200px) {
    .cw-book-banner .cw-text-section .cw-btn-gradient {
      padding: 10px 80px;
    }

    .cw-book-banner .cw-text-section h3 {
      margin-bottom: -1rem;
    }
  }


  @media (max-width: 330px) {
	html body [b-rlkeb39awi].mobile-fixed-cta-parent .mobile-fixed-cta {
	  width: 100% !important;
	}
  }
  
  @media (max-width: 280px) {
	html body [b-rlkeb39awi].mobile-fixed-cta-parent .mobile-fixed-cta{
	  width: 87% !important;
	}
  }

  .inventory-cta .btn:hover {
	color: #fff !important;
  }