
.title + .text {
    margin-top: 0;
  }
  .header .navbar-nav .nav-link {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85rem !important;
  }
  .header .header-info-logo-img img {
    width: 240px;
  }
  .cw-header-info .container {
    max-width: 1140px;
  }
  .cw-header-contact {
    font-size: 0.9rem;
    background: #eeeeee;
  }
  .cw-header-contact .fa {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.25rem;
    color: var(--color-theme-secondary);
  }
  .header .navbar .active > .nav-link,
  .navbar .nav-link:hover {
    color: var(--color-theme-secondary);
  }
  .cw-address:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f3c5";
    padding-right: 0.5rem;
    color: var(--color-theme-secondary);
  }
  .cw-phone:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f2a0";
    padding-right: 0.5rem;
    color: var(--color-theme-secondary);
  }
  header .navbar .dropdown-item {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400 !important;
  }
  .header .navbar .dropdown-menu {
    background: #f4f7f7;
  }
  @media (min-width: 992px) {
    .cw-header-contact {
      position: absolute;
      width: 100%;
      z-index: 1040;
    }
    .cw-header-info .header-info-logo-img {
      position: absolute;
      z-index: 1040;
      top: 30px;
    }
    nav.navbar .container {
      position: relative;
      height: 115px;
      margin: 0 auto;
    }
    .navbar-nav {
      position: absolute;
      right: 0;
      top: 3rem;
      z-index: 99;
    }
  }
  @media (min-width: 1400px) {
    .header .container,
    .cw-header-contact .container {
      max-width: 1340px;
    }
  }
  .container-slider {
      position: relative;
    }
  
    .cw-carousel {
      background: #262626;
    }

    .carousel-inner::before {
        content: "";
        position: absolute;
        top: 0;
        background: linear-gradient(45deg, black, rgba(25, 25, 25, .2), transparent);
        width: 100%;
        height: 100%;
        z-index: 1;
    }
  
    .cw-carousel .carousel-item .item-image {
      height: 450px;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
    }
  
    .cw-carousel .carousel-item:nth-child(1) > .item-image {
      background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F33A810F5DFAA44C973725585B8E7810.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  
    .cw-carousel .carousel-item:nth-child(2) > .item-image {
      background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0FD63CD3DB90A409C9189FA1D864A02F.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  
    .cw-carousel .carousel-item:nth-child(3) > .item-image {
      background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3954836AF7336DEFACDC65675D437C42.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  
    .cw-carousel .carousel-item .item-image img {
      margin: 0 auto;
    }
  
    .carousel-caption {
    text-align: start;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    }
  
    .carousel-caption h1 {
      color: #fff;
      text-transform: uppercase;
    }
  
    .carousel-caption .h2 {
        color: #eee;
  
    }
  
    .carousel-inner {
      overflow: hidden;
    }
  
    .btn-slider {
      border-radius: 50px;
      padding: 15px 25px;
      border: 1px solid #fff;
      color: #fff;
      letter-spacing: 1.5px;
      font-size: 16px;
      font-weight: 700;
    }
  
    .item-image {
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-duration: 16s;
      transform: scale(1.2);
      animation-name: cw-kenburns;
      z-index: 3;
    }
  
    @keyframes cw-kenburns {
      0% {
        opacity: 0;
      }
  
      5% {
        opacity: 1;
      }
  
      95% {
        transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
      }
  
      100% {
        transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
        opacity: 0;
      }
    }
  
    @media (max-width: 991px) {
      .container-slider {
        top: 0;
      }
  
      .carousel-caption {
          text-align: center;
          width: 90%;
          top: 0;
          left: 0;
          transform: translate(6%, 25%);
      }
    }
  
    @media (max-width: 360px) {
      .cw-carousel .carousel-item .item-image {
        height: 750px;
      }
    }
  
    @media (min-width: 992px) {
      .cw-carousel .carousel-item .item-image {
        height: 600px;
      }
  
      .carousel-caption {
      position: absolute;
      top: 35%;
      max-width: 700px;
      }
    }
  
    @media (max-width: 576px) {
      .cw-carousel .carousel-item .item-image {
        height: 550px;
      }
    }
  section.inventory-search-module .btn-primary {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
  }
  section.inventory-search-module .form__wrapper {
    border-radius: 0 !important;
    border: 0 !important;
  }
  @media (min-width: 992px) {
    .cw-hero h1 {
      font-size: 4rem;
    }
    .cw-hero h1 span {
      margin-bottom: 0;
    }
    .page-home .inventory-search-module {
      position: relative;
      margin-top: 0 !important;
      background: #eee;
    }
    section.inventory-search-module .form__wrapper {
      background: #eeee;
      border-color: #b5b5b5 !important;
    }
    .page-home section.inventory-search-module label {
      font-weight: 700;
      color: #000;
    }
    section.inventory-search-module > .container {
      max-width: 1320px !important;
    }
  }
  .page-home .list {
    padding-top: 1.5rem;
    padding-bottom: 5em;
  }
  .page-home .list .list-img-wrap {
    padding: 54% 0;
  }
  .page-home .list .list-wrap {
    position: relative;
    margin-bottom: 0;
  }
  .page-home .list .list-text-title {
    position: absolute;
    bottom: 15%;
    left: 5%;
    right: 5%;
    width: auto;
    height: auto;
    color: #fff;
    margin: auto;
    text-shadow: 0 0 4px #000;
  }
  .page-home .list .list-img-photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    transition: opacity 0.5s linear 0.1s;
  }
  .page-home .list a.list-img-link:hover .list-img-photo:after {
    opacity: 0.5;
    background: var(--color-theme-highlight);
  }
  .page-home .list .btn {
    display: none;
  }
  .page-home .inventoryslideshow {
    padding-top: .5rem;
    padding-bottom: 2.5rem !important;
  }

  .cw-search-filters {
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.cw-search-filters .container {
    max-width: 1400px;
}

.cw-search-filters .cw-style-side,
.cw-search-filters .cw-price-side {
    background-color: #f3f3f3;
    color: #333;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    box-shadow: 1px 5px 14px rgba(25,25,25,.2);
}

.cw-search-filters hr {
    border-top-color: #000;
}

.cw-search-filters .cw-search-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
}

.cw-search-filters .cw-search-row .cw-search-box {
    flex-grow: 1;
    flex-basis: 99%;
    padding: 15px;
    text-align: center;
}

.cw-search-filters .cw-search-row a {
    min-height: 4rem;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transform: scale(.94);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.cw-search-filters .cw-search-row a:hover {
    transform: scale(1);
}

/* style side modifications */
.cw-search-filters .cw-style-side .cw-search-row a {
    color: inherit;
    font-weight: 700;
    font-size: 1.3rem;
}

.cw-search-filters .cw-style-side .cw-search-row a p {
    margin: 0;
}

.cw-search-filters .cw-style-side .cw-search-row a:hover {
    color: var(--color-theme-highlight);
}

.cw-search-filters .cw-style-side img {
    width: 180px;
}


@media (min-width: 440px) {
    .cw-search-filters .cw-search-row .cw-search-box {
        flex-basis: 49%;
    }
}

@media (min-width: 576px) {
    .cw-search-filters .cw-search-row .cw-search-box {
        flex-basis: 32%;
    }
}

/* 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-search-filters .cw-style-side,
    .cw-search-filters .cw-price-side {
        height: 100%;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cw-search-filters .cw-search-row .cw-search-box {
        flex-basis: 32%;
    }
}

  .popular-vehicles-sections {
    margin: 5em auto !important;
  }
  .card__multi__style2 .item__card {
    border-radius: 0 !important;
  }
  .inventoryslideshow h3 {
    font-size: 1.2rem !important;
  }
  .inventoryslideshow .item__data__price {
    font-size: 1.25rem !important;
  }
  .inventoryslideshow-slick {
    padding-top: 1rem;
  }
  .inventoryslideshow-title-heading {
    font-size: 2.25rem;
  }
  .inventoryslideshow-title-heading span {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60%;
    color: var(--color-theme-secondary);
  }
  @media (min-width: 768px) {
    .inventoryslideshow-title-heading {
      font-size: 2.75rem;
    }
  }
  @media (min-width: 1340px) {
    .inventoryslideshow-title-heading {
      font-size: 3rem;
    }
  }
  .inventory {
    padding-top: 0 !important;
  }
  
  .dropdown-menu .badge {
    color: var(--color-theme-primary);
  }
  
  .inventory-card-view .carousel-item {
  }
  .inventory-card-view .p-veh-card .card-top-img {
  }
  .p-veh-card .card-top-img a {
    display: block;
  }
  .inventory-card-view .p-veh-card .card-top-img img {
  }
  .inventory .srp-sidebar .card-header::before {
    border-color: transparent !important;
  }
  .inventory .card {
    background: #f4f7f7 !important;
  }
  .inventory .inventory-cta .btn {
    background: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary) !important;
  }
  .inventory .vehicle-card.layout-2 .inventory-title {
    font-size: 1.2rem !important;
  }
  .inventory .vehicle-card.layout-2 .price {
    background: var(--color-theme-primary) !important;
    font-weight: 700;
  }
  .inventory .srp-sidebar .card-header .card-title {
    color: #fff;
  }
  .inventory .carousel-indicators {
    background: rgba(255, 255, 255, 0.4) !important;
    bottom: 0 !important;
    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__details__mod {
    margin-bottom: 50px;
  }
  .vdp__title__mod {
    background: var(--color-theme-highlight);
    padding: 1.5rem 1rem 1rem;
    color: #fff;
  }
  .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;
  }
  p.veh__generation,
  .vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
  .vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
    color: #fff !important;
  }
  @media (min-width: 992px) {
    .page-inventory .container.mb-4 {
      padding: 3rem 4rem;
    }
  }
  section:not(.page-home) .title {
    position: relative;
    margin-bottom: 2.5rem;
    background: linear-gradient(
        to bottom,
        rgba(25, 25, 25, 0.6),
        rgba(25, 25, 25, 0.6)
      ),
      url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.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: 2rem 0;
    color: #fff;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
  }
  section:not(.page-home) .title h1 {
    font-size: 2rem;
  }
  section:not(.page-home) .form {
    padding-top: 1rem;
  }
  @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;
    }
  }
  .form-forms-header {
    font-size: 1.75rem;
  }
  .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 ---------------------- */
	.cw-footer {
		background: #eee;
		padding: 1.5rem 0;
	}

	.cw-footer .cw-foot-logo {
		display: block;
		text-align: center;
	}

	.cw-footer .cw-foot-logo img {
		width: 300px;
	}

	.cw-footer a {
	}

	.cw-footer a:hover {
		color: var(--color-theme-primary);
	}

	.cw-footer .cw-foot-social {
		font-size: 1.5rem;
	}

	.cw-foot-info {
		margin-top: 15px;
		position: relative;
	}

	.cw-foot-info h2 {
		font-size: 20px;
	}

	.cw-foot-info p,
	.cw-foot-info li {
		font-size: 0.9rem;
	}

	.cw-foot-info li {
		line-height: 30px;
		border-bottom: 1px solid #555;
	}

	/* Token hours coloring */
	.cw-foot-info li.today {
		color: var(--color-theme-primary);
		font-weight: 700;
	}

	.cw-foot-info .business-hours {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.cw-foot-info .business-hours .bh-title {
		border-color: var(--color-theme-primary);
	}

	.cw-foot-info li:last-child {
		border-bottom: none;
	}

	@media (min-width: 768px) {
		.cw-foot-info p,
		.cw-foot-info li {
			font-size: 1rem;
		}
	}

	/* -------------------- default footer & footer nav ---------------------- */
	footer.footer {
		padding-top: 0.5rem;
	}

	.footer .nav-link,
	.footer .dropdown-item {
		/* font-family: Oswald, sans-serif !important; */
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500 !important;
		padding: 5px 10px !important;
		line-height: 2em !important;
	}

	.footer .dropdown-menu {
		border-radius: 0;
	}
  
  	/* How Dreams Come True Section */
      .cw-process {
        padding: 50px 10px;
        color: #fff;
        background: #000;
    }
    
    .cw-process h4 {
    font-family: 'Orbitron', sans-serif;
        font-size: 2.15rem;
        text-transform: capitalize;
        margin-bottom: 40px;
    }
    
    .cw-process .cw-flex-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .cw-process .cw-process-step {
        margin: 20px 0;
    }
    
    .cw-process .cw-process-step-left,
    .cw-process .cw-process-step-right {
        text-align: center;
    }
    
    .cw-process .cw-process-step-left .cw-step-icon,
    .cw-process .cw-process-step-right .cw-step-icon {
        order: 0;
        text-align: center;
    }
    
    .cw-process .cw-process-step i {
        font-size: 2.25rem;
        color: var(--header);
        margin-bottom: 10px;
    }
    
    .cw-process .cw-process-step h5 {
        font-size: 1.75rem;
    font-family: 'Orbitron', sans-serif;
    }
    
    .cw-process .cw-process-step h5 span {
        color: var(--color-theme-primary);
    }
    
    .cw-process .cw-process-step p {
        font-size: 1rem;
    }
    
    .cw-process hr {
        margin: .5rem 25% 0 25%;
        border: 2px solid var(--color-theme-primary);
        opacity: 100%;
    }
    
    
    
    /* XS-mobile: 330px & up */
    @media (min-width: 330px) {
        .cw-process h4 {
                font-size: 2.5rem;
            }
    }
    
    
    /* Mobile: 440px & Up */
    @media (min-width: 440px) {
        .cw-process hr {
            margin: .5rem 40% 0 40%;
        }
    
    }
    
    /* Small: 576px & Up */
    @media (min-width: 576px) {
        .cw-process .cw-process-step {
        min-height: 205px;
    }
    
            .cw-process hr {
                margin: .5rem 45% 0 45%;
            }
    }
    
    /* MD: 768px & Up */
    @media (min-width: 768px) {
        .cw-process {
            padding: 70px 50px;
        }
    
            .cw-process .cw-process-step {
        min-height: 150px;
    }
    }
    
      /* LG: 992px & Up */
    @media (min-width: 992px) {
      .cw-process {
            background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6BE6B2D3C5F9D4B00B59BD4278B0B549.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
    
                .cw-process .cw-process-step {
        min-height: 0;
    }
    
        .cw-process hr {
            margin: .5rem 46% 0 46%;
        }
    
        .cw-process .cw-process-step {
            margin: 10px 0;
        }
    
        .cw-process .cw-process-step-left .cw-process-step-text {
            text-align: end;
        }
    
        .cw-process .cw-process-step-right .cw-process-step-text {
            text-align: start;
        }
    
        .cw-process .cw-process-step-left .cw-step-icon {
            order: 1;
        }
    
        .cw-process .cw-process-step-right .cw-step-icon {
            order: 1;
        }
        
        .cw-process h4 {
            font-size: 2.25rem;
        }
    
        .cw-process .cw-process-step h5 {
            font-size: 1.5rem;
        }
      }