@import "https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&display=swap";


:root {
    --cw-primary-tint: #E5D04A;
    --cw-secondary-tint: #161616;
    --cw-tertiary: #1d1d1d;
    --cw-tertiary-tint: #0f0f0f;
    --warning: #c72931;
    --sitefont: "Anton", sans-serif;
    --bodyfont: "Nunito Sans", sans-serif;
}

body {
    font-family: var(--bodyfont);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--sitefont);
}

p {
    font-family: var(--bodyfont);
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
    font-family: var(--sitefont);
    font-weight: 400 !important;
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat .productslideshow .productslideshow-item h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
    font-family: var(--sitefont);
    font-weight: 400 !important;
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}

.container {
    max-width: 1500px;
}

.social__share .social__icon {
    font-size: 20px;
    margin-right: 15px;
}

.social__share .social__icon:last-of-type {
    margin-right: 0;
}

.social__share .social__icon.fb {
    color: #1877f2;
}

.social__share .social__icon.twitter {
    color: #1d9bf0;
}

.social__share .social__icon.email {
    color: #333;
}

.social__share .social__icon.share-link {
    color: #333;
}


.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none !important;
}

.header .navbar :focus {
    box-shadow: 0 0 0 0 var(--header-highlight) !important;
}

.footer :focus {
    box-shadow: none !important;
}

.btn {
    padding: 10px 15px;
    min-height: 50px;
}

.btn-link,
a.btn-link,
.text-link {
    min-height: unset;
    font-weight: 400;
}

.btn50 {
    min-height: 50px;
}

body {
    font-family: var(--bodyfont);
    font-weight: 400 !important;
}

a {}

a:hover {
    color: var(--cw-tertiary-tint);
}

.btn {
    text-transform: uppercase;
}

.btn-link {
    color: var(--color-theme-primary);
    font-size: 1em;
    font-weight: 400 !important;
}

.btn-link:hover {
    color: var(--cw-primary-tint);
}

.btn-link-dark {
    color: var(--color-theme-text);
    font-weight: 400 !important;
}

.btn-link-dark:hover {
    color: var(--cw-secondary-tint);
}

.btn-link-light {
    color: #fff;
    font-weight: 400 !important;
}

.btn-link-light:hover {
    color: #ededed;
}

.btn {
    font-size: 1em;
    font-weight: 400 !important;
    position: relative;
    overflow: hidden;
}

.btn-primary {}

.btn-primary:hover {
    border-color: #E8D660;
    background: #E8D660;
    color: var(--color-theme-text-btn) !important;
}

.btn-secondary {
    color: #eff1f3;
}

.btn-secondary:hover {
    border-color: var(--cw-secondary-tint);
    background: var(--cw-secondary-tint);
    color: #fff !important;
}

.btn-tertiary {
    border-color: #fff;
    background: var(--cw-tertiary);
    color: #fff;
}

.btn-tertiary:hover {
    border-color: #fff;
    background: #fff;
    color: var(--color-theme-text);
}

.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before {
    display: none;
    background: unset;
}

.section__title__headline {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--sitefont);
    text-transform: uppercase;
    display: block;
}

.section__title__hero .section__title__preline {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: var(--bodyfont);
    display: block;
    text-transform: uppercase;
}

.section__title__hero .section__title__headline {
    font-size: 4rem;
    margin-bottom: 0;
}

.section__title__h2 .section__title__preline {
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    color: var(--color-theme-text);
    margin-bottom: 0;
    font-family: var(--bodyfont);
    text-transform: uppercase;
}

.section__title__h2 .section__title__headline {
    font-size: 3rem;
}

.section__title__copy {
    font-size: 1em;
}

.section__title__default .section__title__preline {
    color: #d27d18;
}

.section__title__default .section__title__headline,
.section__title__default .section__title__copy {
    color: var(--color-theme-text);
}

.section__title__light .section__title__preline {
    color: var(--color-theme-primary);
}

.section__title__light .section__title__headline,
.section__title__light .section__title__copy {
    color: #fff;
}

.section__title__medium .section__title__preline {
    color: #fff;
}

.section__title__medium .section__title__headline,
.section__title__medium .section__title__copy {
    color: var(--color-theme-text);
}

.section__title__dark .section__title__preline {
    color: #fff;
}

.section__title__dark .section__title__headline,
.section__title__dark .section__title__copy {
    color: #fff;
}

.section__title__default.text-center .section__title__preline::before,
.section__title__light.text-center .section__title__preline::before,
.section__title__medium.text-center .section__title__preline::before,
.section__title__dark.text-center .section__title__preline::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .section__title__headline {
        font-size: 2em;
    }

    .section__title__preline {
        font-size: 1.25em;
    }

    .section__title__hero .section__title__headline {
        font-size: 2em;
    }

    .section__title__hero .section__title__preline {
        font-size: 1.25em;
    }
}

label {
    font-size: 15px;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.help-block {
    background-color: transparent;
    color: var(--warning);
    display: block;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: unset;
}

.help-block::before {
    display: none;
}

.form-row {
    margin-bottom: 20px;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.form-select {
    border-color: var(--color-theme-border);
    font-family: var(--bodyfont);
}

.form-control {
    border-color: var(--color-theme-border);
    border-radius: 4px;
    font-family: var(--bodyfont);
}

.form-control.validation__invalid__input {
    border-color: var(--warning);
    color: var(--warning);
}

.validation__invalid__copy {
    color: var(--warning);
    font-size: 0.875em;
}

.validation__invalid__label {
    color: var(--warning);
}

.form-check {
    padding-left: 0;
    margin-bottom: 10px;
}

.form-check-inline {
    margin-right: 1.5rem;
}

.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
    background-color: transparent;
}

.form .smaller-cont.row {
    margin-bottom: 10px;
}

.disclaimerText {
    font-size: 10px;
}

.form label {
    font-weight: 400 !important;
}

.card__multi__style3 .item__card__details__wrapper {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.card__multi__style3 .item__card {
    border-radius: 4px !important;
}

.card__multi__style3 .item__card__photo img {
    border-radius: 4px 4px 0 0 !important;
}

.businessinfo .contact-title:not(.contact-businessname),
.businessinfo .form-forms-header,
.businessinfo .form-sent-message {
    text-transform: uppercase !important;
}

.businessinfo .contact-title,
.businessinfo .contact-hourstime {}

.businessinfo .contact-details a:hover,
.businessinfo a:hover {
    color: var(--cw-primary-tint);
}

.contact-details:not(.contact-address):hover::after {
    border-color: var(--cw-primary-tint);
}

.card__multi__style5 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
    font-weight: unset !important;
}

.inventory .srp-sidebar .card-header .card-title {
    color: #fff;
}

:root {
    --cw-hero-arrow-height: 50px;
}

@media (min-width: 576px) {
    :root {
        --cw-hero-arrow-height: 100px;
    }
}

/*-- Hero --*/
.cw-hero .carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* .cw-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */
.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;
}

.btn-outline {
    border: 1px solid var(--color-theme-primary);
    background-color: #00000078;
    color: #fff;
    padding: 10px 90px;
    margin: 20px;
    border-radius: 10px;
}

.btn-outline:hover {
    border: 1px solid var(--color-theme-primary);
    background-color: var(--color-theme-primary);
    color: rgb(0, 0, 0);
}

.cw-hero .cw-overlay .cw-button-container {
    justify-content: center;
    margin: 20rem auto 0;
    padding: 1rem;
}

.cw-hero .cw-overlay .cw-button-container .btn {
    /* margin: .25rem; */
    font-weight: 400;
}

@media (min-width: 768px) {
    .cw-hero .cw-overlay h1 {
        font-size: 4rem;
    }

    .btn-outline {
        padding: 10px 38px;
        margin: 8px;
    }

    .cw-hero .cw-overlay .cw-button-container {
        margin: 18rem auto 0;
    }
}

@media (min-width: 992px) {
    .cw-hero .cw-overlay .cw-button-container {
        margin: 17rem auto 0;
    }

    .btn-outline {
        border: 1px solid var(--color-theme-primary);
        background-color: #00000078;
        color: #fff;
        padding: 10px 56px;
        margin: 20px;
        border-radius: 10px;
    }
}

@media (min-width: 1200px) {
    .btn-outline {
        padding: 10px 90px;
    }
}

@media (min-width: 1480px) {
    .cw-hero .cw-overlay .cw-button-container {
        margin: 20rem auto 0;
    }

    .cw-hero .carousel-item {
        height: 580px;
    }

    .cw-hero .cw-overlay .cw-button-container .btn {
        font-size: 1.25rem;
    }
}

.cw-mobile-btns {
    background-color: #fff;
}

.cw-mobile-btns {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin: 20px 0px 76px;
}

.cw-mobile-btns .btn-outline {
    display: block;
    width: 100%;
    background-color: #777;
    /* Gray background */
    color: #fff;
    /* White text */
    border: 2px solid #f8c500;
    /* Yellow border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 14px 0;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cw-mobile-btns .btn-outline:hover {
    background-color: #f8c500;
    /* Yellow fill on hover */
    color: #000;
    /* Black text on hover */
    border-color: #f8c500;
}


/* Homepage - h1 ==============================================*/
.cw-big-fade {
    position: relative;
    background-color: #E5D04A;
    color: var(--color-theme-text);
}


.cw-big-fade .cw-big-fade-box {
    position: relative;
    z-index: 2;
    padding: 17px 0 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* color: #fff; */
}

.cw-big-fade .cw-big-fade-box .cw-big-fade-preline {
    display: inline-block;
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext {
    font-size: 1.5rem;
    line-height: 0.9;
    font-weight: 400;
    text-transform: uppercase;
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
    .cw-big-fade .cw-big-fade-box .cw-bigtext {
        font-size: 2rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


.page-home .inventory-search-module {
    background: #C5C5C5;
    margin-top: calc(-1 * var(--cw-hero-arrow-height)) !important;
    margin-bottom: 0 !important;
    padding: 114px 0 30px;
}

.page-home .inventory-search-module .form__wrapper {
    background-color: none !important;
    border: none !important;
}

.page-home .inventory-search-module label {
    color: rgb(0, 0, 0);
}

.inventoryslideshow {
    padding-top: 2em !important;
}

.bodystyle__section {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FB765D921BC02C4EA64FFC5CCDBB126F.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.bodystyle__section .bodystyle-text {
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 2;
    position: relative;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    font-family: var(--sitefont);
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.bodystyle__section .bodystyle-text::before {
    font-family: var(--bodyfont);
    content: "  \02039";
    position: relative;
    right: 8px;
    top: -1px;
    transition: right 0.5s ease-out;
    width: 2rem;
    height: 1rem;
    line-height: 0;
    font-size: 2rem;
    letter-spacing: -4px;
}

.bodystyle__section .bodystyle-text:after {
    font-family: var(--bodyfont);
    content: "  \0203A";
    position: relative;
    left: 0;
    top: -1px;
    transition: left 0.5s ease-out;
    width: 2rem;
    height: 1rem;
    line-height: 0;
    font-size: 2rem;
    letter-spacing: -4px;
}

.bodystyle__section .bodystyle-text:hover.bodystyle-text::before,
.bodystyle__section .bodystyle-textt:focus.bodystyle-text::before {
    content: "  \02039\02039";
    right: 1.8rem;
}

.bodystyle__section .bodystyle-text:hover.bodystyle-text::after,
.bodystyle__section .bodystyle-text:hover.bodystyle-text::after {
    content: "  \0203A\0203A";
    left: 1rem;
}

@media (max-width: 991px) {
    .bodystyle__section {
        margin-top: 50px;
    }

    .bs__item {
        margin-top: 50px;
    }

    .bs__more {
        margin-top: 50px;
        text-align: center;
    }
}

.financing__section {
    position: relative;
    z-index: 10;
}

.financing__section .financing__img__main {
    max-width: 1500px;
}

.financing__section .financing__wrapper {
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-theme-text);
    overflow: hidden;
}

.financing__section .financing__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.financing__section .info__item__wrapper {
    margin-bottom: 40px;
}

.financing__section .info__item__wrapper .info__item__icon__wrapper {
    padding: 10px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 4px;
    background-color: var(--cw-tertiary);
}

.financing__section .info__item__wrapper .info__item__icon__wrapper i {
    font-size: 30px;
    color: var(--color-theme-primary);
}

.financing__section .info__item__wrapper .info__item__icon__wrapper img {
    max-width: 44px;
    max-height: 44px;
}

.financing__section .info__item__wrapper .info__item__headline {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--sitefont);
    text-transform: uppercase;
    color: var(--color-theme-text);
}

.financing__section .info__item__wrapper .info__item__headline span {
    color: #aa6412 !important;
}

.financing__section .info__item__wrapper .info__item__copy {
    font-size: 1em;
    margin-bottom: 0;
}

.financing__section .info__item__wrapper .info__item__subheadline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.blurb__section {
    padding: 100px 0;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/538A7CCD2CD780C11110534457E2E16E.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.blurb__section .blurb__wrapper {
    border: 1px solid #ededed;
    padding: 50px;
    margin-bottom: 20px;
    background-color: #fff;
}

.blurb__section .blurb__wrapper:last-of-type {
    margin-bottom: 0;
}

.blurb__section .blurb__wrapper .blurb__pre__title {
    font-size: 1em;
    margin-bottom: 5px;
    color: #aa6412 !important;
    font-family: var(--bodyfont);
    text-transform: uppercase;
}

.blurb__section .blurb__wrapper .blurb__title {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: var(--sitefont);
}

.blurb__section .blurb__wrapper .blurb__copy {
    font-family: var(--bodyfont);
    margin-bottom: 20px;
}

.blurb__section .blurb__wrapper .blurb__img__wrapper img {
    padding: 20px 0;
    display: none;
}

.popular-vehicles-sections {
    background-color: #595959 !important;
    color: #fff !important;
    padding: 46px;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.popular-vehicle-link {
    color: #fff;
}

.popular-vehicles-sections.container {
    padding: 5rem 5rem;
    color: var(--dark-txt);
}

.popular-vehicles-section-heading {
    text-transform: uppercase;
    font-size: 1.5rem;
}

.popular-vehicles-section-heading::after {
    content: "";
    display: block;
    height: none;
    width: none;
    margin: none;
    background-color: none;
}

.popular-vehicle-link {
    line-height: 1.5rem;
    font-size: 0.85em;
    margin-bottom: 5px;
    font-weight: 400;
}

.popular-vehicle-link::first-line {
    font-size: .8rem;
    text-transform: uppercase;
}

.page-home .businessinfo .contact-title {
    font-size: 2rem;
    border-bottom: 0;
}

.page-home .businessinfo .contact-title:not(.contact-businessname) .contact-title-container {
    border-bottom: none;
}

.page-home .businessinfo .contact-title.contact-businessname {
    margin-bottom: 10px;
}

.page-home .contact-title .contact-title-container {
    padding-bottom: 0.3rem;
    border-bottom-width: 0.1em;
}

.page-home .businessinfo .form-forms-header,
.page-home .businessinfo .form-sent-message {}

.header .navbar.bg-primary,
.header .navbar {
    background: #fff!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.header .navbar .dropdown-menu {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.cw-header-info {
    padding: 0.3rem 1.5rem 0.5rem;
    background: var(--color-theme-primary);
}

.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-highlight);
}

@media (max-width: 991px) {
    section:not(.page-home) .cw-header-info {
        display: none;
    }
}

@media (min-width: 992px) {
    .cw-header-info {
        padding: 0 1rem;
    }
}

.navbar .container {
    text-align: center;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-theme-text);
}

.header .navbar .active > .nav-link,
.header .navbar .show > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px solid var(--color-theme-primary);
}

.header .navbar-dark .navbar-nav > .active .nav-link {
    border-bottom: 3px solid var(--color-theme-primary);
}

.header .nav-link::before,
.header .navbar .dropdown-item::before {
    display: none;
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
    transition: all 150ms 50ms ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
    color: var(--cw-tertiary-tint);
    border-bottom: 3px solid var(--color-theme-primary);
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
    color: var(--color-theme-text);
}

.header .navbar .dropdown-item:hover {
    opacity: 1;
}

.header .navbar .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

@media (min-width: 992px) {
    /* Right Align Navbar */
    /* 	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
 */
    .header .nav-link-cart,
    .header .navbar .nav-link,
    .header .dropdown-item {
        line-height: 30px;
    }

    .header .navbar .dropdown-item {
        text-align: left;
        font-weight: 400;
    }
}

@media (max-width: 991px) {
    .header .navbar .navbar-collapse .navbar-nav {
        margin-top: 1rem;
    }
}

.header .navbar-toggler {
    background: var(--color-theme-primary);
    border-color: var(--color-theme-text-btn);
    border-radius: 3rem;
    padding: 0.3rem 1.3rem 0.4rem;
}

.header .navbar-toggler:hover {
    background: var(--color-theme-highlight);
}

.header .toggle .icon-bar {
    background-color: var(--color-theme-text-btn);
}

.phone-link {
    color: var(--color-theme-text);
}

.phone-link:hover {
    color: var(--color-theme-text);
}

@media (max-width: 1200px) and (min-width: 992px) {

    .header .navbar .navbar-nav .nav-link,
    .header .navbar .navbar-nav .dropdown-item {
        font-size: 0.9em;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .header .navbar-brand {
        width: 321px;
    }
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

.badge {
    background: var(--color-theme-primary);
    color: #000;
    border: 1px solid var(--color-theme-primary);
    font-weight: 400;
}

.page-testimonials .form {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 1rem 1rem;
}

.testimonial-avatar {
    border-radius: 50%;
    width: 58px;
    height: 58px;
    overflow: hidden;
}

.testimonial-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-avatar .testimonial-avatar-letter {
    font-size: 1.7rem;
    font-family: var(--headerfont);
    text-align: center;
    height: 100%;
    padding-top: 0.55rem;
}

.testimonial-content p:last-of-type {
    margin-bottom: 0;
}

.testimonial-stars i {
    font-size: 1.1rem;
}

.testimonial {
    font-size: 1rem;
    margin: 1rem auto 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 567px) {
    .testimonial {
        font-size: 1.5rem;
    }
}

.testimonial-slider-item .crate {
    height: 100%;
}

.testimonial-slider .testimonial-arrow {
    top: 50%;
}

.testimonial-slider .testimonial-arrow-prev {
    left: -1em;
}

.testimonial-slider .testimonial-arrow-next {
    right: -1.1em;
}

.card__multi__style5 .item__card__details__wrapper__upper {
    min-height: unset !important;
}

.card__multi__style5 .card__footer {
    margin-top: unset !important;
    padding-bottom: 0 !important;
}

.card__multi__style5 .item__card__details__wrapper .item__title h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.card__multi__style5 .item__flex .item__data .item__data__value {
    font-weight: 400 !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
    font-weight: 400 !important;
}

.am-title {
    position: relative;
    display: block;
    background: #F5F5F5;
    color: var(--color-theme-text);
    font-size: 2em !important;
}

.am-title .container,
.am-title .container-fluid {
    position: relative;
    z-index: 2;
}

.am-title .pg-title {
    font-size: 1em;
    margin-top: 15px;
}

.am-title .pg-title::after {
    margin-bottom: 0;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
    font-family: var(--bodyfont);
}

.section__title,
.section__title1,
.vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
    font-family: var(--sitefont) !important;
    font-weight: 400 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: unset !important;
}


body .loan-app-module .btn-primary.disabled,
body .loan-app-module .btn-primary:disabled {
    color: #fff;
}

footer {
    background-color: #595959 !important;
    text-transform: uppercase;
}

.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
    padding: 0.8rem 1.5rem;
}

/* .footer .nav-link {
	line-height: 1.7;
}

.footer .dropdown-menu {
	border-color: var(--drk-gry);
}

.footer .footer-bottom-section {
	border-top-color: var(--drk-gry);
	background: #595959;
}

.footer .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
}

.footer .dropdown-item:hover,
.footer a:not(.footer-business-phone):not(.footer-business-email):hover {
	background: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
}

.footer .footer-business-phone:hover,
.footer .footer-business-email:hover {
	color: var(--color-theme-highlight);
}

.footer .dropdown-item,
.footer .nav-link {
	display: block;
}

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: 0.25rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.footer-nav-links .nav-item {
	padding: 0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	padding: 0 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 .footer-social-links {
	margin-top: 0.5rem;
}

.footer .footer-social-links a {
	padding: 0.3rem;
	line-height: 1;
	margin: 0 2px;
}

.footer-info-business span,
.footer-info-business a {
	font-size: 0.85rem;
}

footer .footer-business-phone {
	display: block;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
	footer.footer>.container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}

	.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
		margin-bottom: 0;
	}
} */
body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    border-color: var(--color-theme-primary);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show > .btn-secondary.dropdown-toggle {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
    border-color: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
    background: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: var(--color-theme-primary);
    color: var(--color-theme-primary);
    background-color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show > .btn-outline-secondary.dropdown-toggle {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: var(--color-theme-highlight);
    color: #fff !important;
    border-color: var(--color-theme-highlight);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
    color: var(--color-theme-text-btn);
    background-color: var(--color-theme-primary);
    border-color: var(--color-theme-primary);
}

section.page-inventory-details .btn.btn-primary {
    color: var(--inventorydetails-text-btn) !important;
}

.inventory .inventory-container > .row {
    margin-left: 0;
    margin-right: 0;
}

.inventorydetails .vdp__container .columns > .row {
    margin-left: 0;
    margin-right: 0;
}

.inventorydetails .vdp__sticky-navigation__mod.row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 991px) {
    .page-inventory-details .cw-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .inventorydetails .vdp__quickconnect__mod.module {
        margin-top: 35px;
    }
}

.vdp-module-canvas-razor-wrapper .btn-link {
    color: var(--inventorydetails-secondary) !important;
}

.hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
    color: var(--inventorydetails-secondary) !important;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
    color: var(--inventorydetails-secondary) !important;
}

section.page-inventory-details .btn.btn-primary:hover {
    background-color: var(--color-theme-secondary);
    color: var(--inventorydetails-primary) !important;
}

section.page-inventory-details .btn-primary.btnPhoneCall[DealershipInfoWidgetCssScope]:hover {
    background: var(--color-theme-secondary) !important;
}



.card__multi__style2 .item__data__price {
    background-color: #595959 !important;
}

.card__multi__style2 .item__card {
    background-color: #000000 !important;
    color: #fff !important;
}

.card__multi__style2 .item__card__details__wrapper .col__1 .item__title h3 {
    color: #fff !important;
}

.inventoryslideshow .btn-primary {
    color: #000 !important;
}


/* Footer */
.cw-footer {
    padding: 4rem 0;
    background-color: #F5F5F5;
    color: #000000;
}

.cw-footer iframe {
    width: 100%;
    height: 350px;
}

.cw-footer a {
    color: inherit
}

.cw-footer a:hover {
    color: var(--color-theme-primary)
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
    position: relative;
    line-height: 1.35;
    font-size: 1.1rem
}

.cw-footer .cw-address:before,
.cw-footer .cw-phone:before {
    font-family: FontAwesome;
    content: "\f3c5";
    padding-right: .5rem;
    color: #E5D04A
}

.cw-footer .cw-phone:before {
    content: "\f2a0";
}

.cw-footer .cw-footerMenu a {
    display: block;
    margin-bottom: .65rem;
    font-weight: 700
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
    margin-bottom: 1rem;
    color: #000;
    padding-left: 0;
    border: none;
    font-size: 1.50rem;
    font-weight: 400;
}

.cw-footer .business-hours .bh-title {
    display: none !important;
}

.cw-footer .business-hours .today {
    color: #595959;
}

.cw-footer .cw-social a {
    display: inline-block;
    font-size: 25px;
}

.cw-footer .cw-social a + a {
    margin-left: .6rem;
}

/* Default footer modificationss */
.footer {
    padding-top: 0
}

footer > .container {
    display: none
}


/*Internal Titles*/
.title {
    padding-top: 4.8em;
    background-color: #F5F5F5;
}

@media (min-width: 280px) {
    .title {
        padding-top: 1.8em;
    }
}

@media (min-width: 768px) {
    .title {
        padding-top: 2.8em;
    }
}

@media (min-width: 992px) {
    .title {
        padding-top: 4.8em;
    }
}