/*-- Global --*/
h1,
h2,
h3,
h4,
h5,
.h5 {
  font-weight: 900 !important;
  text-transform: uppercase;
}

/* Privacy Policy */
.tcpp > .container h2 {
  font-size: 1.5rem;
}

.title + .text {
  margin-top: 0;
}

/* .wow {
	visibility: hidden;
} */

.btn {
  font-weight: normal !important;
}

/*-- Header --*/
header {
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-nav .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.cw-header-contact a:hover {
  color: #fff;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  padding-left: 1.1rem;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.cw-header-contact .cw-hours {
  display: inline-block;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

/* Header */
.cw-header {
  padding: 1em 0;
  background: var(--header-background);
  color: var(--header-text);
}

.cw-header .container {
  max-width: 1320px;
}

.cw-header i {
  font-size: 1.5rem;
}

.cw-header p {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .cw-header i {
    font-size: 1.8rem;
    margin: 0.5em;
  }
}

@media (min-width: 1200px) {
  .cw-header i {
    font-size: 2.5rem;
    margin: 0.5em;
  }
}

.cw-header h2 {
  font-size: 1rem;
  font-weight: 600;
}

.cw-header a {
  color: inherit;
}

.cw-header a:hover {
  color: var(--color-theme-highlight);
}

.cw-header img {
  margin-bottom: 1rem;
}

.cw-header .cw-head-logo img {
  width: 500px;
}

.cw-header .cw-carfax-logo img {
  width: 250px;
}

@media (min-width: 330px) {
  .cw-header h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {
  .cw-carfax-logo {
    display: none;
  }
}

@media (min-width: 992px) {
  .cw-header img {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .cw-header h2 {
    font-size: 1.3rem;
  }
}

/* -------------------- Navbar ---------------------- */
.header .navbar .nav-link:hover {
  color: #fff;
}

.header .navbar .active > .nav-link {
  color: #000;
}

.navbar a {
  font-size: 1rem;
}

.badge {
  background: var(--color-theme-secondary);
}

@media (min-width: 992px) {
  .cw-phone,
  .cw-address {
    margin-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 100%;
  }
}

.cw-header-bar {
  background: #b62029;
}

.cw-header-bar p {
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  margin: 0.5em auto;
}

.cw-header-bar p a {
  color: #ffffff;
}

.cw-header-bar p a:hover {
  color: #ff0000;
}

.cw-header-bar .cw-header-bar-social {
  color: #ffffff;
  font-size: 1.5em;
}

.cw-header-bar .cw-header-bar-social a {
  color: #ffffff;
}

.cw-header-bar .cw-header-bar-social a:hover {
  color: #ff0000;
}

.header .navbar .dropdown-menu :hover {
  color: #fff;
}

.header .navbar .dropdown-menu .active,
.header .navbar .dropdown-menu :active {
  color: #000;
}

.header .navbar .dropdown-item:hover {
  opacity: 100 !important;
}

/*-- Hero --*/
.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%);
  pointer-events: none;
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.7;
  z-index: 3;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
  opacity: 1;
}

.cw-hero .cw-overlay {
  position: absolute;
  z-index: 1;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.cw-hero .cw-overlay h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.cw-hero .cw-overlay h1 span {
  display: block;
  margin: 1rem 0 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40%;
}

.cw-hero .cw-overlay .cw-button-container {
  justify-content: center;
  max-width: 580px;
  margin: 2rem auto 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.cw-hero .cw-overlay .cw-button-container .btn {
  margin: 0.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .cw-hero .cw-overlay h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .cw-hero .carousel-item {
    height: 580px;
  }
  .cw-hero .cw-overlay h1 {
    font-size: 5rem;
  }
  .cw-hero .cw-overlay h1 span {
    font-size: 30%;
  }
  .cw-hero .cw-overlay .cw-button-container {
    max-width: 700px;
  }
  .cw-hero .cw-overlay .cw-button-container .btn {
    font-size: 1.25rem;
  }
}

/* End hero */
section.inventory-search-module .form__wrapper {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg") !important;
  color: #fff;
  background-size: contain;
}

/*-- Home List Cards --*/
.cw-list {
  margin: 2rem 0;
}

.cw-card {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  box-shadow: 0 5px 5px 0 rgba(0, 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, 0.25);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.cw-card:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

.cw-card .cw-card-img {
  height: 100%;
  width: 100%;
  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: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  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;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (min-width: 768px) {
  .cw-list {
    margin: 4rem 0;
  }
}

/*-- Home Vehicle Type List --*/
.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;
  }
}

/* -------------------- Multi-carousel css ---------------------- */
:root {
  --cw-max-slide: 1;
  --cw-percent: calc(100% / var(--cw-max-slide));
}

.cw-customer-slideshow {
  overflow: hidden;
}

.cw-customer-slideshow .cw-adapt-col {
  flex: 0 0 auto;
  width: var(--cw-percent);
}

@media (max-width: 767.8px) {
  /* hides all but the first element of each carousel so it shows just one at those sizes */
  .cw-customer-slideshow .carousel-inner .carousel-item > div {
    display: none;
  }
  .cw-customer-slideshow .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.cw-customer-slideshow .carousel-inner .carousel-item.active,
.cw-customer-slideshow .carousel-inner .carousel-item-next,
.cw-customer-slideshow .carousel-inner .carousel-item-prev {
  display: flex;
  z-index: 0;
}

.cw-customer-slideshow .carousel-inner .carousel-item-next,
.cw-customer-slideshow .carousel-inner .carousel-item-prev {
  z-index: 1;
}

.cw-customer-slideshow .carousel-inner .carousel-item-next,
.cw-customer-slideshow .active.carousel-item-end,
.cw-customer-slideshow .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(calc(1 * var(--cw-percent)));
}

.cw-customer-slideshow .carousel-inner .carousel-item-start,
.cw-customer-slideshow .active.carousel-item-start,
.cw-customer-slideshow .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(calc(-1 * var(--cw-percent)));
}

.cw-customer-slideshow .carousel-inner .carousel-item-start:not(.active),
.cw-customer-slideshow .carousel-inner .carousel-item-left:not(.active),
.cw-customer-slideshow .carousel-inner .carousel-item-end:not(.active),
.cw-customer-slideshow .carousel-inner .carousel-item-right:not(.active) {
  transform: translateX(0);
}

@media (min-width: 768px) {
  :root {
    /* Make sure this at least one less than the total number of items (cw-adapt-col)
			otherwise it will displaly wrong when going backwards on the first slide*/
    --cw-max-slide: 3;
  }
}

.cw-customer-slideshow {
  text-align: center;
  padding: 2rem 0;
}

.cw-customer-slideshow .cw-item-box {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding: 0px;
  border: 2px solid var(--color-theme-border);
  margin: 10px;
}

/* text images */
.cw-textImage {
  position: relative;
  overflow: hidden;
}

.cw-textImage1 {
  margin-bottom: 1rem;
}

.cw-textImage2 {
  margin-bottom: 5rem;
}

.cw-textImage1 .cw-content {
  padding: 2rem;
  background: #931d1a;
  background: var(--color-theme-highlight);
  /* 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-content h4 span {
  font-style: italic;
  font-size: 60%;
}

.cw-intro img {
  width: 200px;
}

.cw-textImage .cw-hours {
  position: relative;
  padding-left: 3rem;
  margin: 0;
}

.cw-textImage .cw-hours:before {
  padding-top: 0.25rem;
  font-size: 2rem;
  color: var(--color-theme-secondary);
}

.cw-mapContact {
  padding: 1rem;
  background: rgba(0, 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: 0.5rem solid #fff;
  }
  .cw-textImage2 .cw-image,
  .cw-textImage1 .cw-content {
    border-right: 0.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%;
  }
}

/* -------------------- Youtube video ---------------------- */
.cw-video {
  padding: 2em 0;
}

.cw-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.cw-video iframe,
.cw-video object,
.cw-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------- Pop vehicles ---------------------- */
.popular-vehicles-sections {
  padding: 2em;
}

.popular-vehicles-section-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-secondary);
}

/*********** Services homepage ************/
.cw-services {
  padding: 28px 0px 85px 0;
}

.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;
  }
}

/*-- Inventory Slideshow --*/
.page-home .inventoryslideshow {
  margin: 5em 0 15px;
  padding-top: 4rem;
  background: #f5f5f5;
}

.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: 0.95rem !important;
  text-shadow: 0 0 3px black;
}

.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: none !important;
  background-color: none !important;
  color: #fff;
}

@media (min-width: 992px) {
  .inventoryslideshow-title-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .inventoryslideshow-title-heading {
    font-size: 3.25rem;
  }
}

/*-- Inventory Pages --*/
.inventory {
  padding-top: 0 !important;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
  color: var(--color-theme-text-btn);
}

.inventory-card-view .carousel-item {
  height: 0 !important;
  padding: 38% 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;
}

.p-veh-card .card-top-img a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #fff !important;
  aspect-ratio: auto !important;
}

.inventory-card-view .p-veh-card .card-top-img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
}

.inventory .srp-sidebar .card-header::before {
  border-color: transparent !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  background: #f4f7f7 !important;
}

.inventory .srp-sidebar .card-header .card-title {
  color: #fff;
}

.inventory .vehicle-card.layout-2 .price {
  background: var(--color-theme-highlight) !important;
  font-weight: 700;
}

.inventory .carousel-indicators {
  background: 0 0 !important;
  bottom: -10px !important;
}

.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;
}

.photo__item .photo__thumbnail[PhotoGalleryWidgetCssScope] {
  background-color: #eee;
}

.vdp__details__mod {
  margin-bottom: 50px;
}

.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: white !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;
  }
}

/*-- Subpages --*/
section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0D809B399A10C5DE0BC929F83851290A.jpg")
    no-repeat center;
  background-size: cover;
  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: 2rem 0;
  color: #fff;
  text-shadow: 0 0 4px black;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 3.5rem 0;
  }
  section:not(.page-home) .title h1 {
    font-size: 2.5rem;
  }
}

/*-- Forms --*/
.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);
}

/* --- Map --- */
.map {
  margin: 0 1rem 1rem;
}

.map-container {
  border-radius: 0.8vw;
  overflow: hidden;
}

.page-contact-us .map-container {
  border-radius: 0 0 0.8vw 0.8vw;
}

.fa-map-marker::before {
  content: "\f3c5";
}

.businessinfo {
  padding-top: 0;
  padding-bottom: 0;
}

.businessinfo-container.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.businessinfo .pe-lg-4 {
  padding: 0 !important;
}

.businessinfo .form-wrap {
  padding: 2rem;
  border-radius: 0.8vw;
  background: var(--dark-bg);
  color: var(--light-txt);
  width: auto;
  margin: 0 1rem;
}

.businessinfo .form-forms-header,
.businessinfo .form-sent-message {
  color: var(--light-txt);
}

.businessinfo label,
.businessinfo .form-check label,
.businessinfo .webit-forms-text,
.businessinfo .form-text {
  color: var(--light-txt);
}

.businessinfo .form-forms-header,
.businessinfo .form-sent-message {
  color: var(--light-txt);
}

.contact-companyinfo,
.contact-hours {
  padding: 2rem;
  margin: 1rem;
  background: var(--gry-bg);
  border-radius: 0.8vw;
}

.contact-companyinfo,
.contact-hours {
  margin-bottom: 1rem;
}

.font-header-Montserrat h2.contact-details .contact-details-info {
  text-transform: none;
}

.contact-details-info {
  font-size: 13px;
}

@media (min-width: 992px) {
  .businessinfo .form-wrap {
    margin-right: 0;
  }
  .contact-companyinfo,
  .contact-hours {
    margin-left: 0;
  }
  .contact-companyinfo {
    margin-top: 0;
  }
}

.businessinfo .contact-title {
  font-size: 2rem;
  border-bottom: 0;
}

.businessinfo .contact-title .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.businessinfo
  .contact-title:not(.contact-businessname)
  .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.contact-title .contact-title-container {
  padding-bottom: 0.3rem;
  border-bottom-width: 0.1em;
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.footer {
  padding-top: 1px;
  padding-bottom: 0;
  /* margin-top: -2em; */
}

.cw-footer .business-hours {
  margin-top: 15px;
  position: relative;
}

.cw-footer .cw-social {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.cw-footer .cw-social a {
  color: #fff;
}

.cw-footer .cw-social a:hover {
  color: var(--color-theme-secondary);
}

.cw-footer .business-hours .cw-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid #b72029;
}

.cw-footer .business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: #ff0000;
}

@media (max-width: 767px) {
  .cw-footer .business-hours li {
    font-size: 14px;
  }
}

/*Inventory carfax banner*/
.cw-carfax-banner {
  padding: 20px;
  background-image: linear-gradient(to right, #133c7d, #3395ed);
  margin-top: -2.5rem;
  margin-bottom: 1rem;
}

.cw-carfax-banner p {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}

/* Window Tint Page */
.cw-tinting {
  padding-bottom: 3em;
}

.cw-tinting ul {
  list-style: none;
}

.cw-tinting ul li span {
  font-weight: 700;
}

.cw-tinting .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ls-widest {
  word-spacing: 25px;
}

.card__multi__style3 .title__style__content {
  color: #ffffff !important;
}

.card__multi__style3 a.item__title {
  color: #ffffff !important;
}

.inventoryslideshow .item__data__value {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0) !important;
}

.cw-style-search {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--color-theme-background);
  color: var(--color-theme-text);
  /* m-3 py-lg-5 px-lg-5 py-3 */
  margin: 1rem 0;
  padding: 1rem 0;
}

.cw-style-search h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-primary);
}

.cw-style-search h2::after {
  margin-right: auto;
  margin-left: auto;
}

.cw-style-search h2 {
  animation: cwPulse1 3s infinite;
}

@keyframes cwPulse1 {
  0% {
    transform: scale(1);
  }
  9% {
    transform: scale(1);
  }
  49% {
    transform: scale(1.1);
  }
  51% {
    transform: scale(1.1);
  }
  91% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.cw-style-search h2::after {
  animation: cwPulse2 3s infinite;
}

@keyframes cwPulse2 {
  0% {
    transform: scale(1);
  }
  9% {
    transform: scale(1);
  }
  49% {
    transform: scale(0.7);
  }
  51% {
    transform: scale(0.7);
  }
  91% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.cw-style-search .cw-bs-button-text {
  color: var(--color-theme-text);
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  height: auto;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
  z-index: 5;
  font-weight: 700;
}

.cw-style-search .cw-bs-link {
  position: relative;
  display: block;
}

.cw-style-search .cw-bs-link .cw-bs-link-img {
  position: relative;
  z-index: 5;
  max-width: 200px;
  margin: auto;
}

.cw-style-search .cw-bs-button {
  margin-top: -45px;
  padding: 43px 0.5rem 0.5rem;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  background: var(--color-theme-background);
  border: 1px solid var(--color-theme-border);
  border-radius: 0.5vw;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  z-index: 1;
}

.cw-style-search .cw-bs-button:before {
  content: "";
  display: block;
  background: var(--color-theme-primary);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 1, 1);
  z-index: 3;
}

.cw-style-search .cw-bs-button:after {
  content: "";
  display: block;
  background: var(--color-theme-highlight);
  position: absolute;
  width: 300%;
  height: 600%;
  border-radius: 100%;
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  z-index: 2;
}

.cw-style-search .cw-bs-link:hover .cw-bs-button .cw-bs-button-text {
  color: var(--color-theme-text-btn);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button {
  color: transparent;
}

.cw-style-search .cw-bs-link .cw-bs-button:before {
  transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:before {
  transform: translate(-45%, -34%) translateZ(0);
}

.cw-style-search .cw-bs-link .cw-bs-button:after {
  transform: translate(-110%, -80%) translateZ(0);
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:after {
  transform: translate(-55%, -54%) translateZ(0);
}

@media (min-width: 576px) {
  .cw-style-search .cw-bs-button {
    margin-top: -50px;
    padding: 45px 2rem 0.7rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .cw-style-search .container-fluid {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 2000px) {
  .cw-style-search .container-fluid {
    max-width: 1800px;
  }
}

/* Premier Pages */
.cw-premier-page {
  padding: 0 0 2% 0;
}

.cw-premier-page .cw-why-buy {
  padding: 5% 0;
}

.cw-premier-page .cw-checklist {
  margin: 5px 0;
}

.cw-premier-page .cw-checklist p {
  font-size: 1.15em;
}

.cw-premier-page h3 i {
  color: var(--color-theme-secondary);
  margin-right: 10px;
}

.cw-premier-page .cw-checklist h5 i {
  color: var(--color-theme-secondary);
  margin-right: 5px;
}

/* !!! Tire Buttons Quote Page !!! */

.cw-mainButtons {
  position: relative;
  z-index: 1000;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DE8B956A4FC69B280235109272874799.jpg")
    no-repeat center center;
  background-size: cover;
  padding-bottom: 3rem;
}

.cw-mainButtons .cw-header {
  color: var(--color-theme-text);
  font-family: "Secular One", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.cw-mainButtons .card-body {
  padding: 0 !important;
  background: var(--color-theme-secondary);
}

.cw-mainButtons .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: var(--color-theme-background);
}

.cw-mainButtons .cw-border {
  position: relative;
  border: 3px solid var(--color-theme-border);
}

.cw-mainButtons .cw-innerBorder {
  border: 1px solid var(--color-theme-border);
  margin: 5px;
}

.cw-mainButtons .fa-solid {
  color: var(--color-theme-secondary);
}

.cw-mainButtons h2 {
  color: var(--color-theme-text);
  font-family: "Secular One", sans-serif;
  padding: 0 5px;
}

.cw-mainButtons .cw-button {
  width: 100%;
  padding: 10px;
  background-color: var(--color-theme-primary);
  font-size: 1.25rem;
  border-top: 1px solid var(--color-theme-border);
}

.cw-mainButtons .cw-button:hover {
  background-color: var(--color-theme-highlight);
}

.cw-mainButtons h3 {
  color: white;
}


  /* Accordion FAQ  */
  .cw-detailing-faq .collapse-header {
    position: relative;
    padding: 1.1rem 4rem 1.1rem 1em;
    margin-bottom: 2px;
    background: #111;
    color: #fff;
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 700
  }

  .cw-detailing-faq .collapse-header:hover,
  .cw-detailing-faq .collapse-header:not(.collapsed) {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn)
  }

  .cw-detailing-faq .collapse-header::after {
    content: "+";
    position: absolute;
    z-index: 3;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    font-size: 1.5em;
    line-height: 1em;
    transition: 0.2s
  }

  .cw-detailing-faq .collapse-header.collapsed::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cw-detailing-faq .collaspe-content {
    padding: 2rem 1em
  }

  /* Custom form styling on faq page */
  .cw-detailing-faq .form {
    padding-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 1rem 1rem 1rem
  }



    /* Service Cards */

    .cw-box .card-footer {
      border-top: 1px solid var(--color-theme-highlight);
    }
  
    .cw-box h2::after {
      content: "";
      display: block;
      height: 3px;
      width: 80px;
      margin: 0.5rem 0 1.5rem;
      background-color: var(--color-theme-highlight);
    }
  
    .cw-boxPart {
      background: rgba(189, 38, 26, 1);
      background: linear-gradient(
        325deg,
        rgba(189, 38, 26, 1) 0%,
        rgb(119, 24, 17) 100%
      );
      padding: 50px 10px 10px;
      margin-top: 30px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-bottom: 25px;
      color: #ffffff;
    }
  
    .cw-boxText {
      margin: 20px 0px;
    }