@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

h1,
h2,
h3,
h4,
h5,
.h5 {
    font-weight: 900 !important;
    text-transform: uppercase
}

.title+.text {
    margin-top: 0
}

.wow {
    visibility: hidden
}

.btn {
    font-weight: 400 !important
}

header {
    border-bottom: 2px solid var(--color-theme-highlight);
}

.header .navbar-nav .nav-link {
    font-weight: 700 !important;
    text-transform: uppercase
}

.header .header-info-logo-img img {
    width: 250px;
}

.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-hours {
    display: inline-block
}

.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
}

.cw-hours {
    position: relative;
    vertical-align: middle;
    margin: .25rem;
    padding-left: 1.1rem;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 700
}

.cw-hours:before {
    font-family: FontAwesome;
    content: "\f017";
    position: absolute;
    left: 0;
    padding-right: .5rem;
    color: #fff
}

.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: 992px) {
    .cw-header-contact {
        display: none;
    }
}

@media(min-width:992px) {
    .cw-header-info .container {
        max-width: 1140px
    }

    .cw-header-info .header-info-logo-img {
        position: absolute;
        z-index: 1040;
        top: 34px
    }

    .header .navbar {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .header .header-info-logo-img img {
        width: 180px;
    }

    nav.navbar .container {
        min-height: 93px
    }

    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        -webkit-box-pack: flex-end !important;
        -ms-flex-pack: flex-end !important;
        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: 1160px) {
    .header .navbar-nav:not(.navbar-cart) {
        max-width: 100%;
    }

    .header .navbar {
        padding-top: 0px;
        padding-bottom: 2rem;
    }

    nav.navbar .container {
        min-height: 115px;
    }
}

@media (min-width: 1200px) {
    .cw-header-info .header-info-logo-img {
        top: 32px;
    }

    .header .header-info-logo-img img {
        width: 200px;
    }
}

@media(min-width:1400px) {

    .header .container,
    .cw-header-contact .container {
        max-width: 1340px
    }
}

.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: 30%;
    width: 100%;
    text-align: center;
    color: #fff
}

.cw-overlay h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1
}

.cw-overlay h1 span {
    display: block;
    margin: 1rem 0 .75rem;
    font-weight: 400;
    font-size: 40%;
    text-transform: capitalize;
    font-family: 'Waiting for the Sunrise', cursive;
    font-weight: bolder;
    font-size: .65em;
    color: #EA8726;
    margin-top: -0.4em;
    margin-bottom: 0em;
    text-align: center;
    text-shadow: 0 2px 2px #000;
}

.cw-overlay .cw-button-container {
    justify-content: center;
    max-width: 580px;
    margin: 2rem auto 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, .5)
}

.cw-overlay .cw-button-container .btn {
    margin: .25rem
}

@media(min-width:768px) {
    .cw-overlay h1 {
        font-size: 5rem;
    }

    .cw-overlay h1 span {
        font-size: .8em;
    }
}

@media(min-width:1200px) {
    .cw-overlay h1 {
        font-size: 7rem
    }

    .cw-overlay h1 span {
        font-size: 79%;
    }
}

@media(min-width:1400px) {
    .cw-hero .carousel-item {
        height: 580px
    }

    .cw-overlay .cw-button-container {
        max-width: 700px
    }

    .cw-overlay .cw-button-container .btn {
        font-size: 1.25rem
    }
}

.page-home .inventory-search-module {
    margin-top: -3rem !important;
    margin-bottom: 0 !important;
}

.page-home .inventory-search-module>.container {
    max-width: 1320px;
    background-color: var(--color-theme-primary);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BE982D1ECCF174901CCB1DCD97DC3A41.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-home .inventory-search-module .form__wrapper {
    background-color: transparent;
    border: none;
    padding: 30px 0;
}

.page-home .inventory-search-module label {
    color: var(--color-theme-text-btn);
}

.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);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out
}

.cw-card:hover:before {
    background: rgba(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
}

@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: #EB8726;
    background-size: cover;
}

.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;
    padding-left: 3rem;
    margin: 0
}

.cw-textImage .cw-hours:before {
    padding-top: .25rem;
    font-size: 2rem;
    color: var(--color-theme-highlight);
}

.cw-mapContact {
    padding: 1rem;
    background: rgba(0, 0, 0, .1)
}

.cw-textImage .cw-address {
    font-size: 1rem
}

.cw-textImage .cw-address:before {
    color: var(--color-theme-highlight);
}

@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: 4rem;
    background: #242424;
}

.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: 1.25rem !important;
}

.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
}

@media(min-width:992px) {
    .inventoryslideshow-title-heading {
        font-size: 2.5rem
    }
}

@media(min-width:1400px) {
    .inventoryslideshow-title-heading {
        font-size: 3.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
}

.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: 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 #000
}

section:not(.page-home) .title h1 {
    font-size: 2rem
}

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: 3.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>.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-highlight);
    }
}

/* -------------------- 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);
}

.pg-title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: .5rem 0 1.5rem;
    background-color: var(--color-theme-highlight)
}

.am-title-carfinder {
    background-image: linear-gradient(45deg, black, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7BFD1F6003A787650FE873EE3C9AB6A9.jpg);
    background-size: cover;
}

.am-title .pg-title {
    font-size: 2.5rem;
    margin-top: 15px
}

.am-title .pg-title::after {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.crate-cta {
    padding-top: 8em;
    padding-bottom: 7em;
    margin-bottom: 3rem;
    color: #fff
}

.crate-cta-carfinder {
    background-position: center center
}

@media(max-width:768px) {
    .crate-cta {
        padding-top: 4em;
        padding-bottom: 3em
    }

    .crate-cta.am-title::after {
        background: rgba(0, 0, 0, .7)
    }
}