/* @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;600;700&display=swap");

:root {
    --headerfont: "Kanit", sans-serif;
    --bodyfont: "Cabin", sans-serif;
}

.header .navbar-nav .nav-item {
    margin-bottom: 0;
}

.header .eCommerce .row {
    align-items: center;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 0;
    display: block;
}

.header .navbar-nav .nav-item a.dropdown-item {
    /* margin: 0; */
}

/*===================================================================================================
	Cart Count
===================================================================================================*/
.cart-count {
    padding: 2px;
    margin-top: 0;
    font-size: 10px;
    /* min-width: 15px; */
    min-height: 15px;
    /* background: 0 0; */
    border-radius: 50px;
}

/*===================================================================================================
	Nav
===================================================================================================*/

@media (max-width: 768px) {
    .header .nav-link-cart i {
        font-size: 1.25em;
    }
}

.header.has-cart .collapse.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*===================================================================================================
	Nav Dropdowns
===================================================================================================*/
.header .navbar .dropdown-menu {
    min-width: 200px;
    /* padding: 1em; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: rgba(255, 255, 255, 0.2); */
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
    /* z-index: 50000; */
}

/*===================================================================================================
	Toggle
===================================================================================================*/
.header .navbar-toggler {
    padding: 5px;
    border: none;
}

.header .navbar-toggler:focus {
    /* box-shadow: none; */
}

.header .toggle .icon-bar {
    height: 1px;
    margin-bottom: 5px;
    border-radius: 1px;
}

.header .toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

/*===================================================================================================
Global Features
===================================================================================================*/

body {
    font-family: var(--bodyfont);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headerfont);
}

p {
    font-family: var(--bodyfont);
    font-size: 1rem;
}

.cursor {
    cursor: pointer;
}

.disclaimerText {
    font-size: 10px;
}

/*===================================================================================================
Containers / Grid
===================================================================================================*/
.container {
    max-width: 1500px;
}

/* Buttons & Links
===========================================================*/

.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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-group-unset {
    border-color: var(--color-theme-border);
}

.btn-link:focus {
    color: var(--color-theme-primary);
}

.btn50 {
    min-height: 50px;
}

/* Badges */
.badge {
    border: 1px solid;
    font-size: 0.65em;
}

.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(--headerfont);
}

.txt-light {
    color: #fff;
}

.vdp-module-canvas-razor-wrapper .card .btn-link {
    /* color: var(--color-theme-secondary) !important; */
}

.btn-link {
    color: var(--color-theme-primary);
    font-size: 20px;
}

.btn-link:hover {
    color: var(--color-theme-secondary);
    font-size: 20px;
}

.pipe {
    padding: 0 15px;
}

.btn {
    font-size: 18px;
}

.font-body-Cabin .btn {
    line-height: 1.9;
}

/** btn-primary **/
.btn-primary {
    border-color: var(--color-theme-primary) !important;
    background: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn) !important;
}

.btn-primary:hover {
    border-color: var(--color-theme-highlight) !important;
    background: var(--color-theme-secondary) !important;
    color: var(--color-theme-text-btn) !important;
}

.btn-primary::before {
    /* background: var(--color-theme-secondary) !important; */
}

/** btn-secondary **/
.btn-secondary {
    border-color: var(--color-theme-secondary) !important;
    background: var(--color-theme-secondary) !important;
    color: #fff !important;
}

.btn-secondary:hover {
    /* border-color: var(--color-theme-secondary-hover) !important; */
    /* background: var(--color-theme-secondary-hover) !important; */
}

.btn-outline-secondary::before {
    /* background: var(--color-theme-primary) !important; */
}

.section__bg__alt {
    background: #eff1f3;
}

/*===================================================================================================
Form Styling & Overrides
===================================================================================================*/
label {
    /* font-size: 15px; */
    /* margin-bottom: 0.3rem; */
    font-weight: 700;
    margin-bottom: 0;
}

.help-block {
    background-color: transparent;
    color: #c72931;
    display: block;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: unset;
}

.help-block::before {
    display: none;
}

.businessinfo .btn-submit,
.form .btn-submit,
.form .btn-primary {
    color: var(--color-theme-header) !important;
}

.form-row {
    margin-bottom: 20px;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.form-control {
    border-bottom: 2px solid var(--color-theme-border);
    background-color: #eff1f3;
    font-family: var(--headerfont);
}

.form-select {
    border-bottom: 1px solid var(--color-theme-border);
    cursor: pointer;
    font-family: var(--bodyfont);
}

.form-control:focus {
    border-bottom: 2px solid var(--color-theme-primary);
    background-color: #eff1f3;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control.validation__invalid__input {
    border-color: #c72931;
    color: #c72931;
}

.validation__invalid__copy {
    color: #c72931;
    font-size: 0.875em;
}

.validation__invalid__label {
    color: #c72931;
}

.form-check {
    padding-left: 0;
    margin-bottom: 10px;
}

.form-check-inline {
    margin-right: 1.5rem;
}

.header :focus {
    box-shadow: none;
}

.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;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    padding-left: 0;
}

.bootstrap-select {
    background-image: none;
}

.bootstrap-select .btn {
    display: none;
}

.bootstrap-select .form-select {
    min-height: 50px;
    max-height: 50px;
    line-height: unset;
    border: 0;
    padding: 0 15px !important;
    background-position-x: 100%;
    border-color: var(--color-theme-border);
    background-color: #eff1f3;
    cursor: pointer;
    width: 100% !important;
    background-position: right 15px center !important;
    border-radius: 4px !important;
    border-bottom: 2px solid var(--color-theme-border);
}

.bootstrap-select>select {
    position: unset !important;
    bottom: unset;
    left: unset;
    display: unset !important;
    width: unset !important;
    height: unset !important;
    padding: unset !important;
    opacity: unset !important;
    border: unset;
    z-index: unset !important;
}

.form .form-select {
    padding: 0;
}

.form label {
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    .hero__style3 .hero__content .hero__headline {
        font-size: 4rem;
        line-height: 0.9;
    }

    .hero__style3 .hero__content .hero__subhead {
        font-size: 1.5rem;
        line-height: 2;
    }
}

/* =================================================================================================
====================================================================================================
SRP
====================================================================================================
==================================================================================================== */
.inventory-container {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.flex-card-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-top: var(--bs-gutter-y);
}

body .inventory .carousel-indicators {
    /* display: none; */
    bottom: 0px;
    margin-bottom: 0px;
}

.p-veh-card .card-top-img a {
    display: block;
}

.inventory-card-view .p-veh-card .card-top-img {
    /* height: unset !important;
	aspect-ratio: 1.33333333;
	overflow: hidden;
	position: relative; */
}

.inventory-card-view .p-veh-card .card-top-img img {
    /* min-height: unset !important;
	border-radius: 10px 10px 0 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; */
}

.inventory-container .col-xl-10 {
    width: 100%;
}

.card .inventory-cta .btn:not(.btn-pre-qualified) {
    color: var(--color-theme-header) !important
}

.card .inventory-cta .btn:hover {
    color: var(--color-theme-text-btn) !important;
    background-color: var(--color-theme-highlight) !important;
}

/* .vehicle-card-footer .inventory-cta .flex-grow-1 {
	flex-grow: 0.5 !important;
} */


.srp-sidebar .card-title {
    margin-bottom: 0;
}

.srp-sidebar .form-control-sm {
    min-height: unset;
    max-height: unset;
}

/* body .inventory .srp-sidebar {
	left: 0px;
} */

.inventory .card-header {
    background: #323c48 !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 .btn-link.btn-clear-filter {
    color: #fff !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
    font-weight: 700 !important;
    font-size: 1.25em !important;
}

.filter-item-title .card-title {
    color: #333;
}

.filter-subsection-title {
    color: var(--primary-dark-text);
}

.k-input-solid {
    background-color: #eff1f3 !important;
    border-bottom: 2px solid var(--color-theme-border) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
    padding: 10px 0 !important;
    border-radius: 6px;
    background-color: #eff1f3 !important;
}

/* .contact-widget {
	display: none;
} */

.btn-outline-default {
    border-color: #dedede;
    color: #333;
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
    background-color: #dedede;
    color: #333;
    border-color: #dedede;
}

.inventory-seo-content {
    margin-top: 20px;
}

.popular-vehicle-link {
    color: #333;
}

.inventory .srp-sidebar .card-header::before {
    content: none !important;
}

.popular-vehicle-link:first-line {
    font-weight: 700;
}

.popular-vehicles-section-panel [class*="col-"] {
    margin-bottom: 20px !important;
}

/* .page-inventory-details {
margin-top: 150px;
} */

/* -------------------- VDP styling ---------------------- */
.page-inventory-details .wide-container .section__title__wrapper,
.page-inventory-details .wide-container .vdp__message__mod {
    background: var(--color-theme-primary);
    border-radius: 10px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.page-inventory-details .wide-container .section__title,
.page-inventory-details .wide-container .section__title1 {
    color: #fff;
    border-radius: 10px;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    padding: 10px 10px 10px 20px;
    border-bottom: 0;
}

/*  */
.page-inventory-details .vdp__message__mod {
    padding: 25px !important;
    -webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
    background: #eeeeee;
    margin-top: 0 !important;
    border-radius: 10px;
}

.page-inventory-details .vdp__message__mod .section__title {
    color: var(--color-theme-light);
    border-bottom: 0;
}

.page-inventory-details .vdp__title__mod {
    max-width: 1500px;
    margin: 25px auto !important;
    padding: 0 10px;
}

.page-inventory-details .vdp__title__mod .veh__trim[VehicleHeadingWidgetCssScope] {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.page-inventory-details .vdp__title__mod .veh__generation[VehicleHeadingWidgetCssScope] {
    margin-bottom: 10px;
}

.page-inventory-details .vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    color: var(--color-theme-header);
}

.page-inventory-details .vdp__title__mod .veh__price__mileage__wrapper .veh__price sup[VehicleHeadingWidgetCssScope] {
    font-size: 0.5em;
    top: -10px;
}

/*===================================================================================================
Global Internal Pages
===================================================================================================*/
.form-wrap .form-text-component span {
    font-family: var(--headerfont) !important;
}

.form .form-forms-header:first-of-type {
    /* display: none; */
}

.form-forms-text:first-of-type {
    /* display: none; */
}

.form strong {
    font-family: var(--headerfont);
    font-size: 1.5em;
}

.form {
    padding-top: 0;
}

/* .form-forms-text {
	font-size: 1.75em;
} */

/* p.form-forms-text {
	font-size: 1em;
} */

/* -------------------- Mostly custom footer ---------------------- */

.footer__global {
    padding: 4rem 0 2rem;
    background: var(--color-theme-secondary);
}

.footer__global .business__info__wrapper .business__name {
    font-size: 24px;
    font-weight: 700;
}

.footer__global .business__info__wrapper .business__contact__info__wrapper {
    font-family: var(--bodyfont);
    font-size: 14px;
}

.footer__global .footerNavItems .nav__item__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: unset;
}

.footer__global .footerNavItems ul li {
    margin-bottom: 10px;
    font-family: var(--bodyfont);
    font-size: 14px;
}

.footer__global .col {
    background: transparent !important;
}

.store__hours .hours__status.hours__status__open {
    /* margin-right: 3px; */
    /* background: var(--color-theme-highlight); */
    /* color: var(--color-theme-text); */
}

/* Text */
.footer__global,
.footer__global .nav-link,
.footer__global a {
    color: var(--color-theme-background);
}

/* Social */
.footer__global .social__share .social__icon {
    margin-right: 15px;
}

.footer__global .social__share .social__icon:last-of-type {
    margin-right: 0;
}

.footer__global .social__share .social__icon i {
    /* color: #fff; */
    font-size: 20px;
}

/* modify default footer */
footer.footer {
    padding-top: 0.5rem;
}

footer.footer .footer-info-business,
footer.footer .footer-nav-links {
    display: none;
}

@media (min-width: 768px) {
    .footer__global .business-hours {
        max-width: 75%;
    }
}

/* -------------------- Checkout ---------------------- */
.page-checkout .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.page-checkout .form-row>.col,
.page-checkout .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.page-checkout .checkout-content .form-group {
    margin-bottom: 20px;
}

/*  Inventory Slideshow */
.page-home .inventoryslideshow {
    /* background: unset !important; */
    padding-top: 4em;
    padding-bottom: 4em;
}

/* -------------------- SECTIONTITLE ---------------------- */

.products .product-price {
    color: var(--color-theme-secondary);
}

.products .btn-link:hover,
.products .filter-list .active>.nav-link,
.products .filter-list .nav-item:hover>.nav-link,
.products .filter-list .nav-link:hover,
.products .filter-list .nav-link:hover:focus,
.products a.filter-item-title:hover,
.products a:hover .product-title {
    color: var(--color-theme-secondary);
}

.products .filter-item-body button {
    color: #fff !important;
}

.products .filter-item-body button:hover {
    color: var(--color-theme-text) !important;
}

.products .filter-sidebar-body .filter-clear button:hover {
    color: var(--color-theme-header) !important;
}

.eCommerce .form-control:focus {
    border-color: var(--color-theme-primary);
}

.eCommerce .btn-secondary:hover,
.eCommerce .btn-secondary:hover:focus,
.eCommerce .btn-secondary:not([disabled]):not(.disabled).active,
.eCommerce .btn-secondary:not([disabled]):not(.disabled):active,
.eCommerce .show>.btn-secondary.dropdown-toggle {
    background: var(--color-theme-primary) !important;
}

.eCommerce .btn-secondary:before {
    background: var(--color-theme-primary);
}

.eCommerce .btn-link:hover {
    color: var(--color-theme-text);
}

.productdetails .btn-link,
.products-modal.products-modal-preview .btn-link {
    color: var(--color-theme-secondary) !important;
}

.productdetails .btn-link,
.products-modal.products-modal-preview .btn-link:hover {
    color: var(--color-theme-header) !important;
}

.products-modal.products-modal-preview .btn-link:hover,
.products-modal.products-modal-preview a:hover,
.products-modal.products-modal-preview a:hover .product-title {
    color: var(--color-theme-secondary) !important;
}

.products .product-img-message:hover {
    background: var(--color-theme-secondary) !important;
}

/* -------------------- SECTIONTITLE ---------------------- */

.popular-vehicles-section .popular-vehicles-section-panel .popular-vehicle-link:hover {
    color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .btn-link:hover {
    color: var(--color-theme-header) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
    background: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
    background: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary);
}

.businessinfo .contact-details a:hover,
.businessinfo a:hover {
    color: var(--color-theme-primary) !important;
}

.contact-details:not(.contact-address):hover .contact-icon {
    background: var(--color-theme-secondary) !important;
}

.contact-details:not(.contact-address):hover::after {
    border-color: var(--color-theme-secondary) !important;
}

@media (max-width: 440px) {
    .inventoryslideshow .card__single__horizontal__style1 .slick-list {
        height: auto;
    }

    .inventoryslideshow .card__single__horizontal__style1 .item__card .item__secondary__details__wrapper {
        display: block !important;
    }

    .inventoryslideshow .card__single__horizontal__style1 .item__card .item__flex .item__data {
        display: block !important;
    }

    .inventoryslideshow .card__single__horizontal__style1 .item__flex span.spacer {
        display: none;
    }

    .inventoryslideshow .card__single__horizontal__style1 .item__card {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
}

.page-home .popular-vehicles-sections {
    margin-top: 3.5em;
}

.page-home .inventory-search-module .form__wrapper {
    background: #f7f7f7;
    border: 1px solid var(--color-theme-border) !important;
    border-radius: 0 !important;
    padding: 25px !important;
    margin-top: -90px !important;
    position: relative;
    z-index: 1000;
}

@media (max-width: 1400px) {
    .page-home .inventory-search-module .form__wrapper {
        margin-top: unset !important;
    }
}

.page-home .inventory-search-module .form__wrapper .form-select {
    padding: 7px 15px !important;
    background-size: 40px 12px !important;
}

.productslideshow .product-title a:hover {
    color: var(--color-theme-secondary);
}

.productslideshow-item .product .product-img-containter:hover .product-preview-link:hover {
    background: var(--color-theme-secondary);
}

.productslideshow-container .productslideshow-slick .productslideshow-arrow:before {
    background: var(--color-theme-primary) !important;
}

.header .navbar-nav .nav-item .cart-preview-container .eCommerce a {
    font-size: 1rem;
}

/*  */
.page-home .card__multi__style5 .item__card__details__wrapper__upper {
    min-height: unset;
}

/* .inventoryslideshow .line__clamp2 {
	-webkit-line-clamp: 1 !important;
} */

/********************************************  Automotive Express - CSS *****************************************/
/* Header */
.cw-header {
    padding: 1em 0;
    background: #f7f7f7;
}

.cw-header .row {
    align-items: center;
}

.cw-header i {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
}

.cw-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .cw-header h2 {
        font-size: 1rem;
    }
}

.cw-header h2 a {
    color: var(--color-theme-header);
}

.cw-header h2 a:hover {
    color: var(--color-theme-primary);
}

.cw-header img {
    /* width: 100%; */
    margin-bottom: 1.5em;
    max-width: 100px;
}

@media (min-width: 576px) {
    .cw-header img {
        /* width: 50%; */
    }

    .cw-header img {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .cw-header img {
        margin-bottom: 0;
    }
}

/* Hero Slideshow Section */

/* .cw-hero .cw-caption {
    text-align: center;
    padding: 2em 0;
}

.cw-hero .carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .cw-hero .cw-caption {
        position: absolute;
        padding-top: 3em;
        padding-left: 3em;
        text-align: start;
        background: linear-gradient(90deg,
                #194659,
                rgba(25, 70, 89, 0.75),
                transparent);
    }

    .cw-hero .carousel .carousel-item,
    .cw-hero .cw-caption {
        height: 360px;
    }

    .cw-hero .cw-caption h1,
    .cw-hero .cw-caption p {
        color: #fff;
        text-shadow: 2px 2px var(--color-theme-header);
    }
}

@media (min-width: 1200px) {
    .cw-hero .cw-caption {
        padding: 4.5rem 0 0 4rem;
    }

    .cw-hero .carousel .carousel-item,
    .cw-hero .cw-caption {
        height: 365px;
    }

    .cw-hero p {
        font-size: 1.15rem;
    }
}

@media (min-width: 1400px) {
    .cw-hero .cw-caption {
        padding: 6.5rem 0 0 5rem;
    }

    .cw-hero .carousel .carousel-item,
    .cw-hero .cw-caption {
        height: 500px;
    }
}

@media (min-width: 1920px) {
    .cw-hero .cw-caption {
        padding: 11.25rem 0 0 15em;
    }

    .cw-hero .carousel .carousel-item,
    .cw-hero .cw-caption {
        height: 590px;
    }

    .cw-hero p {
        font-size: 1.35rem;
    }
} */

/******** Financing Banner *********/

.cw-financing {
    padding: 3em 0;
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B79850A35580D7692FD48E0B57EFAFE1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2em;
    text-align: center;
}

@media (min-width: 768px) {
    .cw-financing {
        text-align: start;
    }
}

.cw-financing .row {
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .cw-financing .row {
        justify-content: start;
    }
}

.cw-financing h2,
.cw-financing p {
    color: #fff;
}

.cw-financing h5 {
    color: #fff;
}

.cw-financing .cw-text-bkg {
    background: rgba(0, 70, 119, 0.9);
    padding: 5em;
}

/*********** Services homepage ************/

.cw-services {
    background: #f7f7f7;
    padding: 50px 0;
}

.cw-services h2 {
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.cw-services .cw-service-item {
    margin-bottom: 2em;
    padding: 0 3em;
}

.cw-services .cw-service-item img {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

@media (min-width: 576px) {
    .cw-services .cw-service-item img {
        width: 55%;
    }
}

@media (min-width: 768px) {
    .cw-services .cw-service-item img {
        width: 60%;
    }
}

/*********** Trade-in Banner ***********/

.cw-trade-in {
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C2877510C89817AD6E28901F8446C1.jpg");
    text-align: center;
    padding: 3em 0;
    background-position: 85% center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .cw-trade-in {
        text-align: start;
    }
}

.cw-trade-in .row {
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .cw-trade-in .row {
        justify-content: end;
    }
}

.cw-trade-in h2,
.cw-trade-in p {
    color: #fff;
}

.cw-trade-in .cw-text-bkg {
    background: rgba(0, 70, 119, 0.9);
    padding: 5em;
}

/* About us Section */
.cw-about-us {
    padding: 3em 0;
    background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cw-about-img {
    text-align: center;
}

.cw-about-us .row {
    align-items: center;
}

.cw-about-us .cw-about-text {
    margin: 1.5em 0;
}

@media (min-width: 992px) {
    .cw-about-us .cw-about-text {
        padding-right: 3em;
    }
}

@media (min-width: 576px) {
    .cw-about-us .cw-about-text img {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .cw-about-us .cw-about-text img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .cw-about-us .cw-about-text img {
        width: 50%;
    }
}

.cw-about-us .cw-business-hours {
    background: #fff;
    color: #000;
    padding: 2.5em 2em;
    border: 1px solid #000;
}

.cw-about-us .cw-contact-row {
    padding: 3px 0;
    border-bottom: 1px dotted #fff;
}

.cw-about-us .cw-business-hours h4 {
    color: var(--color-theme-highlight);
}

.cw-about-us .cw-business-hours a:hover {
    color: var(--color-theme-highlight);
}

.cw-reviews {
    background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 0;
}

.cw-reviews .cw-testimonial p {
    font-size: 1.15rem;
}

.carousel-item .quote:before {
    content: "\f10d";
    font-family: "Fontawesome";
    float: left;
    margin-right: 10px;
    font-size: 2em;
}

.carousel-item .quote:after {
    content: "\f10e";
    font-family: "Fontawesome";
    float: right;
    margin-right: 10px;
    font-size: 2em;
}

/******** Contact Form Homepage *******/

.page-home .form {
    background: url("https://s3.amazonaws.com/fcwebmanager/People/SmartSites/HeroImages/0/people_15.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    padding: 4em 0;
}

@media (min-width: 1200px) {
    .page-home .form {
        padding: 6em 0;
    }
}

.page-home .form label {
    color: #fff;
}

/********* Service Page **********/

/* .cw-service-overview .cw-title {
	padding: 1.5em 0 0em;
}

.cw-service-overview .cw-text .cw-overview {
	padding: 1.75em 0;
} */
/*
.cw-service-hours {
	padding: 3em 0;
	background: #f7f7f7;
}

.cw-service-hours p {
	font-size: 1.15rem;
}

.cw-service-hours p a {
	color: var(--color-theme-header);
	font-weight: 600;
}

.cw-service-hours p a:hover {
	color: var(--color-theme-secondary);
} */

/* About us page */
.cw-buttonWrap {
    padding: 2em 0;
}

.cw-buttonWrap .cw-buttonInner {
    margin-bottom: 10px;
}

.cw-buttonWrap .cw-buttonImage {
    display: block;
    overflow: hidden;
}

.cw-buttonWrap .cw-buttonImage a {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

.cw-buttonWrap .cw-buttonImage img {
    width: 100%;
    border-radius: 0px;
    -webkit-transition: all 0.25s ease-in-out 0.35s;
    -moz-transition: all 0.25s ease-in-out 0.35s;
    -o-transition: all 0.25s ease-in-out 0.35s;
    -ms-transition: all 0.25s ease-in-out 0.35s;
    transition: all 0.25s ease-in-out 0.35s;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.cw-buttonWrap .cw-buttonInner:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.cw-buttonWrap .cw-buttonInner {
    position: relative;
    margin-top: 0px;
    background-color: #fff;
}

.cw-buttonWrap .cw-buttonInner a {
    width: 100%;
}

.cw-buttonWrap .cw-buttonInfo {
    padding: 10px 0;
}

.cw-buttonWrap .cw-buttonInfo h6 {
    font-size: 1.125em;
    font-weight: 400 !important;
}

.cw-buttonWrap h6 a:hover {
    color: var(--color-theme-primary);
}

.cw-buttonWrap .cw-angleTitle {
    /* Reduce width if name is shorter, try 140px */

    width: 200px;
    background: var(--color-theme-secondary);
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-family: var(--headerfont);
    font-size: 0.9rem;
    text-align: center;
    left: 0px;
    padding: 10px 0;
    margin-top: -80px;
}

.cw-buttonWrap .cw-angleTitle a {
    color: var(--color-theme-text-btn);
}

@media (min-width: 440px) {
    .cw-buttonWrap .cw-angleTitle {
        width: 250px;
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .cw-buttonWrap .cw-angleTitle {
        width: 185px;
        font-size: 0.8rem;
        margin-top: -55px;
    }
}

@media (min-width: 992px) {
    .cw-buttonWrap .cw-angleTitle {
        width: 250px;
        font-size: 1.2rem;
        margin-top: -85px;
    }
}

.cw-buttonWrap .cw-angleTitle:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    transform: skew(-35deg);
    right: -30px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

/* -------------------- VDP adjustments ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
    /* margin: auto; */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px) {
    .vdp-module-canvas-razor-wrapper .vdp__details__mod .row>* {
        /* padding: 0 !important; */
    }
}

.sn_business_openclose.open {
    /* background: var(--color-theme-secondary) !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); */
    /* color: var(--color-theme-text-btn); */
    /* font-size: .7rem !important; */
    /* padding: 7px 10px !important; */
}

@media (min-width:440px) {
    .vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
        /* font-size: .8rem !important; */
        /* padding: 7px 12px !important; */

    }
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
    /* background: var(--color-theme-secondary); */
    /* color: var(--color-theme-text-btn) !important; */
}

.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);
}


/* Sticky Nav Buttons  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
    /* font-size: 1rem !important; */
    /* color: var(--color-theme-text) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item:hover {
    /* color: var(--color-theme-text-btn) !important; */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item::before {
    /* background-color: var(--color-theme-secondary) !important; */
}

/* VDP Dealership info mod  */
@media (max-width:767px) {
    .vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row>* {
        /* padding: 0 !important; */
    }
}

/* @media (max-width:991px) {
	.vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
		margin-bottom: 0 !important;
	}
} */

.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;
}

/* Contact Module */

.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
    color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary::before {
    /* background: var(--color-theme-primary); */
}

/* Loan calculator  */
.vdp__loanCalc__mod .narrow__col-12 {
    /* padding: 0; */
}


.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary:hover {
    color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary::before {
    /* background: var(--color-theme-primary); */
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
    color: var(--color-theme-header);
    margin: 0 0 .5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
    /* background: #444444; */
    border: 0 !important;
    /* padding: 1.5rem !important; */
    margin-top: 1em !important;
    margin-bottom: 1.5em;
    border-radius: .8vw !important;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button {
    color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
    color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button::before {
    /* background: var(--color-theme-primary); */
}

/* Financing Button in details section */
.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary {
    background-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary:hover {
    color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary::before {
    /* background: var(--color-theme-secondary) !important; */
}

/* Inventory link color */
.vdp-module-canvas-razor-wrapper .btn-link {
    color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-link:hover {
    color: var(--color-theme-text) !important;
}

/* -------------------- Width fix ---------------------- */
.inventory .inventory-container>.row {
    /* Fix for inventory row expanding beyond site width */
    margin-left: 0;
    margin-right: 0;
}

/*  fix sticky nav width  */
.inventorydetails .vdp__sticky-navigation__mod.row {
    margin-left: 0;
    margin-right: 0;
}

/* Fix VDP width */
.inventorydetails .vdp__container .columns>.row {
    margin-left: 0;
    margin-right: 0;
}

/* -------------------- SECTIONTITLE ---------------------- */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary {
    color: #fff !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:hover {
    color: var(--color-theme-text-btn) !important;
}


body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
    background: var(--color-theme-secondary)
}

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)
}

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)
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .modal .modal-header button.close:hover {
    color: var(--color-theme-primary) !important;
}

/* header on VDP mobile*/
.page-inventory-details .cw-header {
    display: none;
}

@media (min-width:768px) {
    .page-inventory-details .cw-header {
        display: block;
    }
}

.creditQualifyPage {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.business-hours .today {
    color: #ff2200;
}

@media (max-width: 991px) {
    body .inventory .srp-sidebar {
        /* Should help keep search results page in front of navbar on mobile.*/
        /* ALSO reduce highest navbar/other elements z-index to around 1030-1039 */
        z-index: 1040;
    }
}


/* Hero section */
.cw-hero {
    background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/89F261CE096B571EF83F79146692EB0F.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15vh 0 20vh 0;
}

.cw-hero img {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

/* Homepage - Title */
.page-home .title {
    padding: 1em 0;
}

.page-home .title h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--color-theme-text-btn);
}