/* -------------------- Global ---------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 500 !important
}

/* Button customization */
.btn {
    /* font-family: Oswald, sans-serif !important; */
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: 500 !important
}

.font-header-Oswald .btn {
    font-family: Oswald, sans-serif;
}

.btn-primary:before,
.btn-secondary:before,
.btn-outline-primary:before,
.btn-outline-secondary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20% !important;
    right: 120% !important;
    top: 0;
    z-index: -1;
    transition: all .5s ease-in .3s;
    -o-transition: all .5s ease-in .3s;
    -ms-transition: all .5s ease-in .3s;
    -moz-transition: all .5s ease-in .3s;
    -webkit-transition: all .5s ease-in .3s;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.btn-primary:after,
.btn-secondary:after,
.btn-outline-primary:after,
.btn-outline-secondary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20% !important;
    right: 120% !important;
    top: 0;
    z-index: -2;
    transition: all .5s ease-in !important;
    -o-transition: all .5s ease-in !important;
    -ms-transition: all .5s ease-in !important;
    -moz-transition: all .5s ease-in !important;
    -webkit-transition: all .5s ease-in !important;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.btn-primary.active:before,
.btn-primary:active:before,
.btn-primary:hover:before,
.btn-secondary.active:before,
.btn-secondary:active:before,
.btn-secondary:hover:before,
.btn-outline-primary.active:before,
.btn-outline-primary:active:before,
.btn-outline-primary:hover:before,
.btn-outline-secondary.active:before,
.btn-outline-secondary:active:before,
.btn-outline-secondary:hover:before,
.btn-primary.active:after,
.btn-primary:active:after,
.btn-primary:hover:after,
.btn-secondary.active:after,
.btn-secondary:active:after,
.btn-secondary:hover:after,
.btn-outline-primary.active:after,
.btn-outline-primary:active:after,
.btn-outline-primary:hover:after,
.btn-outline-secondary.active:after,
.btn-outline-secondary:active:after,
.btn-outline-secondary:hover:after {
    right: -20% !important
}

/* .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-highlight) !important; */
    /* color: var(--color-theme-text-btn) !important */
}

.btn-primary:before,
.btn-primary:after {
    background: var(--color-theme-highlight);
    background: linear-gradient(105deg, var(--color-theme-secondary) 0%, var(--color-theme-primary) 100%) !important
}

.btn-secondary {
    /* border-color: #222 !important; */
    /* background: #222 !important; */
    /* color: var(--color-theme-text-btn) !important */
}

.btn-secondary:before,
.btn-secondary:after {
    /* background: var(--color-theme-primary); */
    background: linear-gradient(105deg, var(--color-theme-secondary) 0%, var(--color-theme-primary) 100%) !important
}

/* Outline buttons */
.btn-outline-primary {
    border-color: var(--color-theme-text-btn);
    color: var(--color-theme-text-btn);
    /* background-color: rgba(38, 38, 38, 0.8) !important; */
    background-color: color-mix(in srgb, var(--color-theme-highlight) 100%, transparent 70%) !important;
}

.btn-outline-primary:before,
.btn-outline-primary:after {
    background: var(--color-theme-primary);
    background: linear-gradient(105deg, var(--color-theme-secondary) 0%, var(--color-theme-primary) 100%) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn)
}

/* .btn-outline-secondary:hover {
	background-color: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn) !important
} */

/* .btn-outline-secondary:before,
.btn-outline-secondary:after {
	background: var(--color-theme-secondary);
	background: linear-gradient(105deg, var(--color-theme-primary) 0%, var(--color-theme-secondary) 100%) !important;
} */

body .cw-inline-link {
    color: var(--color-theme-primary)
}

body .cw-inline-link:hover {
    color: var(--color-theme-highlight)
}

.line hr,
.eCommerce-line hr {
    border-top-color: #222;
    height: 2px;
    opacity: 1
}

.text-typed {
    font-size: 14px
}

.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%
}

.char-countdown {
    color: var(--color-theme-background)
}

.form label,
.contact label {
    /* font-weight: 700 !important */
}

.form .form-text,
.contact .form-text {
    font-weight: 500
}

.picker__list-item--disabled {
    display: none
}

.help-block {
    background-color: var(--color-theme-primary)
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.header {
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0
}

.header .header-info {
    padding-top: 1em;
    padding-bottom: 1em
}

.header .header-info-logo-img img {
    width: 450px
}

.header .header-info a:focus {
    box-shadow: none !important
}

.header .header-info h2.header-business-name {
    text-transform: uppercase;
    font-weight: 500 !important
}

.header .header-business {
    font-size: 14px
}

.header .header-info-business,
.header .header-info-business a {
    color: #fff;
}

.header .header-info-business a:hover {
    color: var(--color-theme-primary);
}

.header .header-business-citystatezip::before {
    margin-top: 1px !important
}

.header .header-business+.header-business::before {
    color: var(--color-theme-primary)
}

.header .nav-link,
.header .dropdown-item,
.footer .nav-link,
.footer .dropdown-item {
    font-family: Oswald, sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 5px 10px !important;
    line-height: 2em !important
}

.header .nav-link:focus {
    box-shadow: none !important
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
    background-color: var(--color-theme-secondary) !important;
    color: var(--color-theme-text-btn) !important
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn) !important
}

.header .navbar .dropdown-item:hover {
    opacity: 1;
    background-color: var(--color-theme-primary) !important
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before,
.header .navbar .dropdown-item::before {
    display: none
}

.header .navbar .dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 0;
    /* Used to be semi-transparent */
    background-color: var(--color-theme-highlight);
    padding: 0
}

@keyframes glint {
    0% {
        background-position: 200% 200%
    }

    100% {
        background-position: -200% -200%
    }
}

.header .navbar-collapse .navbar-nav li:last-child .nav-link {
    background: linear-gradient(to right, #fff, #000, #fff);
    background-color: #fff;
    background-size: 200px 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    animation-name: glint;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-weight: 700 !important;
    transition: 0s
}

.header .navbar-collapse .navbar-nav li:last-child .nav-link:focus,
.header .navbar-collapse .navbar-nav li:last-child .nav-link:hover {
    background: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn) !important;
    animation-iteration-count: 0
}

.header .navbar-nav .nav-link.nav-link-cart {
    padding: 2px 10px !important
}

.header .nav-link-cart i {
    font-size: 1em !important
}


/* .footer,
.footer .dropdown-item,
.footer .dropdown-item:focus,
.footer .nav-link,
.footer a {
	color: #ddd
} */

.footer .dropdown-item:hover,
.footer a:hover,
.footer-business+.footer-business:before {
    color: var(--color-theme-primary);
}

.footer :focus {
    box-shadow: none !important
}

.footer .dropdown-menu {
    border-radius: 0
}

.footer-business+.footer-business:before {
    margin-top: -1px
}

.cw-home-heading {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
    text-align: center;
    margin: 0;
    padding: .2em 0 .3em
}

.cw-hero {
    position: relative;
    overflow: hidden;
    background-color: #222
}

.cw-hero .cw-hero-slider {
    position: relative;
    overflow: hidden
}

@keyframes logo-out {
    0% {
        opacity: 100%
    }

    100% {
        opacity: 0
    }
}

@keyframes angle-slide {
    0% {
        width: 70%
    }

    100% {
        width: 0%
    }
}

.cw-hero .cw-hero-slider:after {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -21%;
    background-color: #222;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-left: 5px solid var(--color-theme-primary);
    box-shadow: 0 0 20px #222;
    z-index: 3;
    animation-name: angle-slide;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.cw-hero .cw-hero-slider:before {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -21%;
    background-color: #222;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-right: 5px solid var(--color-theme-primary);
    box-shadow: 0 0 20px #222;
    z-index: 3;
    animation-name: angle-slide;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.cw-hero .cw-hero-logo {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    z-index: 5;
    opacity: 100%;
    display: block;
    animation-name: logo-out;
    animation-duration: 1.2s;
    animation-delay: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    filter: drop-shadow(0px 0px 20px #222)
}

.cw-hero .cw-hero-logo img {
    max-width: 600px;
    width: 100%
}

.cw-hero .carousel .carousel-item {
    max-height: 700px;
    height: 50vw;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 20px #222 inset
}

.cw-hero-button-bar {
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    padding: 1em 0
}

.cw-hero-button-bar .btn,
.cw-nation-sort .btn {
    width: 100%;
    margin: 1em 0
}

.cw-nation-sort {
    padding-bottom: 2rem
}

.cw-footer {
    background: var(--color-theme-text);
    color: var(--color-theme-background);
    padding: 1.5rem 0
}

.cw-footer .cw-foot-logo {
    display: block;
    text-align: center
}

.cw-footer .cw-foot-logo img {
    width: 300px
}

.cw-foot-info p {
    color: inherit;
    font-size: .9rem;
}

.cw-footer a {
    color: inherit;
}

.cw-footer a:hover {
    color: var(--color-theme-primary)
}

.cw-footer .cw-foot-social {
    font-size: 1.5rem
}

.cw-foot-info {
    margin-top: 15px;
    position: relative
}

.cw-foot-info h2 {
    font-size: 20px
}

.cw-foot-info li.today {
    color: var(--color-theme-primary);
    font-weight: 700
}

.cw-foot-info .business-hours .bh-title {
    border-color: var(--color-theme-primary)
}

.cw-foot-info li:last-child {
    border-bottom: none
}

@media(min-width:576px) {

    .cw-foot-info p,
    .cw-foot-info li {
        font-size: 1rem
    }
}

footer.footer {
    padding-top: .5rem
}

.get-approval-bar {
    background-color: #000;
}

.service-bar {
    background-color: var(--color-theme-highlight)
}


.get-approval-bar .get-approval-bar-content,
.service-bar .service-bar-content {
    color: var(--color-theme-text-btn) !important
}

.get-approval-bar .get-approval-bar-content h3 span,
.service-bar .service-bar-content h3 span {
    font-weight: 500 !important;
    letter-spacing: 3px !important
}

.get-approval-bar .get-approval-bar-image {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F672E99D78972883912DD291041D89D0.jpg);
    background-position: 50% 70%;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border-top: 5px solid #feff0d;
    box-shadow: 0 0 20px #222 inset
}

.service-bar .service-bar-image {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8D3D81592BA152A9576E641E562F2667.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border-bottom: 5px solid var(--color-theme-primary);
    box-shadow: 0 0 20px #222 inset
}

.homepage-about {
    background-color: #000;
    overflow: hidden
}

.homepage-about .homepage-about-1 {
    position: relative;
    overflow: hidden;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/C182847EE7EA9060C7A1370C7CAD9152.jpg);
    background-size: cover;
    background-position: 50% 60%;
    min-height: 200px;
    border-top: 5px solid var(--color-theme-primary);
    box-shadow: 0 0 20px #222 inset;
    height: 50vw
}

.homepage-about .homepage-about-2 {
    background-color: var(--mediumbbg);
    color: var(--color-theme-text-btn) !important
}

.inventoryslideshow {
    padding-top: 2em !important;
    padding-bottom: 0 !important
}

.productslideshow {
    padding-top: 2em !important;
    padding-bottom: 2em !important
}

.inventoryslideshow-slick,
.productslideshow-slick {
    padding-right: 2em;
    padding-left: 2em
}

.inventoryslideshow *:focus,
.productslideshow *:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

/* Tall square slide arrows */
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:focus,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:active,
.productslideshow .productslideshow-arrow.btn-secondary,
.productslideshow .productslideshow-arrow.btn-secondary:focus,
.productslideshow .productslideshow-arrow.btn-secondary:active {
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 0 !important;
    border: 1px solid #f4f4f4 !important;
    top: 50%;
    height: 100%;
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:hover,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:hover:focus,
.productslideshow .productslideshow-arrow.btn-secondary:hover,
.productslideshow .productslideshow-arrow.btn-secondary:hover:focus {
    background: #000 !important
}

.slick-arrow i {
    color: var(--inventoryslideshow-arrows);
    font-size: 30px;
    padding: 0;
    transition: .3s
}

.inventoryslideshow .inventoryslideshow-arrow-prev,
.productslideshow .productslideshow-arrow-prev {
    left: 0 !important
}

.inventoryslideshow .inventoryslideshow-arrow-next,
.productslideshow .productslideshow-arrow-next {
    right: 0 !important
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:before,
.productslideshow .productslideshow-arrow.btn-secondary:before,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:after,
.productslideshow .productslideshow-arrow.btn-secondary:after {
    display: none !important
}

.inventoryslideshow .item__card {
    border-radius: 0 !important
}

.inventoryslideshow .item__card .card-body {
    padding-bottom: 0 !important
}

.inventoryslideshow .item__card__photo {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    margin-bottom: 0 !important
}

.inventoryslideshow .item__card__photo img {
    border-radius: 0 !important
}

.inventoryslideshow .item__card__details__wrapper div.text-center:first-of-type {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%
}

.inventoryslideshow .item__card__details__wrapper div.text-center:first-of-type a {
    width: 100%;
    height: 100%;
    background: 0 0 !important;
    background: linear-gradient(0deg, #000 0%, transparent 100%) !important;
    padding: 1em 0
}

.inventoryslideshow a {
    color: var(--color-theme-text-btn) !important
}

.inventoryslideshow .item__title {
    font-size: 1.2rem !important;
    font-weight: 500;
    text-shadow: 0 0 5px #222
}

.inventoryslideshow .item__style {
    display: none
}

.inventoryslideshow .item__card__details__wrapper {
    margin: 0 !important;
    padding: 1em !important;
    color: var(--color-theme-text-btn);
    background-color: #202020 !important;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020) !important;
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px !important;
    background-position: 0 0, 0 0, 5px 5px, 0 0 !important
}

.inventoryslideshow .item__flex {
    border: none !important;
    background-color: rgba(0, 0, 0, .3) !important;
    border-radius: 0 !important
}

.inventoryslideshow .item__label,
.inventoryslideshow .item__data__value {
    display: block !important
}

.inventoryslideshow .item__label {
    margin-right: 5px;
    font-size: .95rem !important;
    color: var(--color-theme-primary) !important;
    text-transform: uppercase;
    font-family: oswald, sans-serif
}

.inventoryslideshow .item__data__value {
    color: var(--color-theme-text-btn) !important
}

.inventoryslideshow .inventoryslideshow-btn {
    display: none
}

.productslideshow-item {
    /* margin: 0 10px !important */
}

.productslideshow .product {
    border: 1px solid #f4f4f4;
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020) !important;
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px !important;
    background-position: 0 0, 0 0, 5px 5px, 0 0 !important;
    color: #fff;
}

/* .productslideshow .product .product-title {
	font-size: 1rem !important;
	margin: 0;
	padding: 0
} */

.productslideshow .product .product-title a {
    color: inherit !important;
    /* font-weight: 500 !important */
}

.productslideshow .product .product-price {
    /* font-size: 1rem; */
    /* letter-spacing: .02em; */
    color: inherit;
    /* font-weight: 700; */
    /* background-color: transparent; */
    /* position: relative; */
    /* border-radius: 0; */
    /* width: 100%; */
    /* margin: 0 0 .5em */
}


.productslideshow .product-img-message {
    font-family: oswald, sans-serif;
    font-weight: 500
}

.productslideshow .product-img-message:hover {
    background-color: var(--color-theme-primary)
}

.products .products-item {
    text-align: center;
    margin-bottom: 2em;
    border: 1px solid #f4f4f4;
    background-color: #202020 !important;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020) !important;
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px !important;
    background-position: 0 0, 0 0, 5px 5px, 0 0 !important;
    color: var(--color-theme-text-btn) !important
}

.products .products-item .product-title a {
    display: block;
    position: relative;
    color: var(--color-theme-text-btn);
    text-overflow: ellipsis;
    hyphens: auto;
    display: block;
    margin: auto auto 2px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap
}

.products .products-item .product-desc div {
    text-overflow: ellipsis;
    hyphens: auto;
    display: block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    margin: auto
}

.products .product-price {
    font-size: 1.3rem;
    letter-spacing: .02em;
    color: var(--color-theme-text-btn);
    font-weight: 700;
    background-color: transparent;
    position: relative;
    border-radius: 0;
    width: 90%;
    margin: 0 auto .5em
}

.products .product-price-sale-beforeprice {
    opacity: 1;
    padding-left: .5em;
    position: relative;
    color: #999
}

.products .product-price-sale-beforeprice:after {
    content: "";
    position: absolute;
    top: 45%;
    left: .45em;
    height: 2px;
    width: 90%;
    -ms-transform: rotate(175deg);
    -webkit-transform: rotate(175deg);
    transform: rotate(165deg);
    background-color: var(--color-theme-primary) !important
}

.products .product-featured::before {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    font-family: oswald, sans-serif
}

.products .product-img-containter .product-img-message.product-status-name {
    top: 0;
    bottom: unset
}

.products .products-resultsSort .product-results,
.products .products-resultsSort label {
    font-size: 1em !important
}

.products :focus,
.products .nav-link:focus,
.products .show-more-link:focus {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    border-color: var(--color-theme-highlight) !important
}

.products a.filter-item-title {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1.3rem !important;
    font-family: oswald, sans-serif !important;
    color: var(--color-theme-text-btn);
    background-color: #222;
    border-bottom: 3px solid var(--color-theme-primary);
    padding: 20px !important
}

.products a.filter-item-title:hover {
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-primary) !important
}

.products a.filter-item-title::before {
    top: 1.8em
}

.products a.filter-item-title:hover::before {
    color: var(--color-theme-primary) !important
}

.products .shopby-widget,
.products .filter-clear,
.products .filter-sidebar .categories-widget {
    margin-bottom: 1rem
}

.products .shopby-widget .filter-item-body,
.products .filter-clear,
.products .filter-sidebar .categories-widget .filter-item-body {
    background-color: #ddd;
    padding: 20px
}

.products .price-widget .filter-item-body {
    background-color: #ddd;
    padding: 20px
}

.products .filter-item {
    border-bottom: 0 solid transparent !important
}

.products .filter-sidebar {
    border: 0 solid transparent !important;
    overflow: hidden
}

.products .filter-item-title:focus {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    border-color: var(--color-theme-primary) !important
}

.products .filter-list-sublist {
    position: relative;
    z-index: 1;
    padding-left: 0 !important
}

.products .filter-list-sublist:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: -1
}

.products .filter-list .active>.nav-link,
.products .filter-list .active:hover>.nav-link {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn)
}

.products .filter-list .nav-link-categories-sub {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn)
}

.products .filter-list .nav-link-categories-sub.collapsed {
    background-color: #ddd !important;
    color: var(--color-theme-text) !important
}

.products .filter-list .nav-link-categories-sub.collapsed:hover {
    background-color: var(--color-theme-highlight) !important;
    color: var(--color-theme-text-btn) !important
}

.products .filter-list .active>.nav-link-categories-sub,
.products .filter-list .active:hover>.nav-link-categories-sub {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn)
}

.products .filter-list .nav-item:hover>.nav-link,
.products .filter-list .nav-link:hover,
.products .filter-list .nav-link:hover:focus {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn)
}

.products .filter-list .nav-link::before {
    display: none
}

.products .products-modal .product-img-section {
    border: 1px solid #f4f4f4
}

.products .product-preview-link:hover {
    background-color: var(--color-theme-primary)
}

.products .product-img-message {
    font-family: oswald, sans-serif;
    font-weight: 500
}

.products-modal.products-modal-preview .modal-content {
    background-color: var(--color-theme-highlight);
    border-color: var(--color-theme-highlight);
    border-radius: 0
}

.products-modal.products-modal-preview .modal-content label,
.productdetails .productdetails-top label {
    font-weight: 700
}

.products-modal.products-modal-preview .btn-link,
.products-modal.products-modal-preview a .product-title {
    color: var(--color-theme-text-btn) !important
}

.products-modal.products-modal-preview a.btn-outline-secondary {
    color: var(--color-theme-text-btn)
}

.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-primary) !important
}

.products-modal.products-modal-preview .btn-link:after,
.products-modal.products-modal-preview a:after,
.products-modal.products-modal-preview a .product-title:after {
    direction: none
}

.products-modal.products-modal-preview .product-price {
    color: var(--color-theme-text-btn)
}

.products .products-modal .product-price-currency,
.products .products-modal .product-price-change {
    margin-top: -.35em !important
}

.products .products-modal.products-modal-preview .product-price {
    margin: 0 0 .5em;
    width: auto
}

.products-modal.products-modal-preview .btn-outline-secondary {
    border-color: #f4f4f4
}

.products .products-modal .product-variant button:before,
.products .products-modal .product-variant button:after,
.productdetails .product-variant button:before,
.productdetails .product-variant button:after {
    display: none
}

.products .products-modal .product-variant .dropdown .dropdown-menu .dropdown-item .text,
.productdetails .product-variant .dropdown .dropdown-menu .dropdown-item .text {
    background-color: transparent !important;
    color: var(--color-theme-text)
}

/* .products .products-modal .product-variant .dropdown .dropdown-menu .dropdown-item.selected.active,
.productdetails .product-variant .dropdown .dropdown-menu .dropdown-item.selected.active {
	background-color: #ddd
} */
/* 
.products .products-modal .product-variant .dropdown .dropdown-menu .dropdown-item.selected.active .text,
.productdetails .product-variant .dropdown .dropdown-menu .dropdown-item.selected.active .text {
	color: var(--color-theme-secondary)
} */

.productdetails .productdetails-top {
    padding: 1.5em 1em;
    background-color: #202020;
    background-image: linear-gradient(to bottom, transparent 30%, #000 90%), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.productdetails .product-title {
    color: inherit;
    font-size: 2rem
}

.productdetails .product-price {
    /* font-size: 1.3rem; */
    /* letter-spacing: .02em; */
    font-weight: 700;
    color: inherit
}

.productdetails .product-price-currency,
.productdetails .product-price-change {
    /* margin-top: -.35em !important */
}

.products-modal.products-modal-preview .modal-content,
.products-modal.products-modal-preview .modal-content label,
.productdetails .productdetails-top label,
.productdetails .productdetails-top .product-desc {
    color: inherit
}


.productdetails .product-price-sale-beforeprice:after {
    content: "";
    position: absolute;
    top: 45%;
    left: .45em;
    height: 2px;
    width: 90%;
    -ms-transform: rotate(175deg);
    -webkit-transform: rotate(175deg);
    transform: rotate(165deg);
    background-color: var(--color-theme-primary) !important
}

.productdetails .product-featured::before {
    top: 19px;
    left: -41px;
    width: 150px;
    transform: rotate(315deg);
    background: var(--color-theme-primary);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
    font-family: oswald, sans-serif
}

.productdetails .btn-outline-secondary {
    color: var(--color-theme-text-btn);
    border-color: #f4f4f4
}

.productdetails .productdetails-share .a2a_svg {
    border-radius: 0 !important
}

.productdetails .productdetails-bottom {}

.productdetails .productdetails-bottom .nav {
    border-bottom: 0 solid #222
}

.productdetails .productdetails-bottom .nav-tabs .nav-item.nav-link {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
    font-weight: 500;
    border: 0 solid transparent
}

.productdetails .productdetails-bottom .nav-tabs .nav-item.nav-link:hover {
    background-color: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
    border: 0 solid transparent
}

.productdetails .productdetails-bottom .nav-tabs .nav-item.nav-link:focus {
    box-shadow: none !important
}

.productdetails .productdetails-bottom .nav-tabs .nav-item.nav-link:after {
    display: none
}

.productdetails .productdetails-bottom .nav-tabs .nav-item.nav-link.active {
    background-color: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn);
    border: 0 solid transparent
}

.productdetails .productdetails-bottom .productdetails-tabs-content {
    border: 2px solid #222;
    margin: 0 !important;
    padding: 2em;
    background-color: var(--color-theme-text-btn)
}

/* .navbar-cart .nav-item .cart-preview-container .eCommerce .btn-nav-checkout,
.navbar-cart .nav-item .cart-preview-container .eCommerce .btn-nav-shoppingcart {
	width: 100%
}

@media(min-width:992px) {
	.navbar-cart .nav-item.showpreview .cart-preview-container,
	.navbar-cart .nav-item:hover .cart-preview-container {
		top: 133%
	}
} */

.shoppingcart .product-qty-dropdown {
    margin: auto;
    background-position: 95% 15px !important
}

.shoppingcart .btn-link {
    color: var(--color-theme-text)
}

.shoppingcart .btn-link:hover,
.shoppingcart .btn-link:focus {
    color: var(--color-theme-primary);
    box-shadow: none !important
}

.shoppingcart .btn-link:before,
.eCommerce .btn-link:before {
    display: none
}

.cart-preview .btn-remove-product {
    color: var(--color-theme-text)
}

.cart-preview .btn-remove-product:hover {
    color: var(--color-theme-primary)
}

.inventory div.col-12.col-lg-11.col-xl-10 {
    width: 100% !important;
    max-width: 1320px !important
}

.inventory .card {
    border: 0 !important;
    border-radius: 0 !important
}

.inventory .vehicle-card.layout-1 .card {
    background-color: #202020 !important;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020) !important;
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px !important;
    background-position: 0 0, 0 0, 5px 5px, 0 0 !important;
    overflow: hidden;
    color: #fff
}

.inventory .srp-sidebar .card-header {
    background: var(--color-theme-highlight) !important;
    color: var(--color-theme-text-btn) !important;
    position: relative;
    border-radius: 0 !important;
    padding: 20px !important
}

.inventory .srp-sidebar .card-header::before {
    content: "";
    height: 3px !important;
    background: var(--color-theme-primary);
    border: 0 !important;
    position: absolute;
    width: 100%;
    display: block;
    left: 0 !important;
    bottom: 0;
    right: 0
}

.inventory .srp-sidebar .btn-link.btn-clear-filter {
    color: var(--color-theme-text-btn) !important;
    padding: .5rem;
    background: var(--color-theme-primary);
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 14px !important
}

.inventory .srp-sidebar .btn-link.btn-clear-filter:hover,
.inventory .srp-sidebar .btn-link.btn-clear-filter:hover:focus {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-highlight)
}

.inventory .srp-sidebar .filter-subsection {
    background-color: #ddd;
    color: #222;
    border-bottom: 1px solid var(--color-theme-highlight) !important;

}

.inventory .srp-sidebar .filter-item-title {
    background: var(--color-theme-highlight) !important;
    color: var(--color-theme-text-btn) !important;
    position: relative;
    margin-top: 1rem;
    padding: 20px !important
}

.inventory .srp-sidebar .filter-item-title::before {
    color: var(--color-theme-text-btn) !important
}

.inventory .srp-sidebar .filter-item-title::after {
    content: "";
    height: 3px !important;
    background: var(--color-theme-primary);
    border: 0 !important;
    position: absolute;
    width: 100%;
    display: block;
    left: 0 !important;
    bottom: 0;
    right: 0
}

.inventory .srp-sidebar .filter-subsection-title {
    color: inherit;
    font-weight: 500;
    text-transform: uppercase
}

.inventory,
.inventory .card-body,
.inventory .page-link,
.inventory .page-link:focus,
.inventory label {
    color: inherit;
}

.inventory .srp-sidebar .contact-widget .card-body {
    background-color: #ddd !important;
    color: #000;
}

.inventory .inventory-histogram-label .stop-top {
    stop-color: var(--color-theme-primary) !important;
    stop-opacity: 1 !important
}

.inventory .inventory-histogram-label .stop-bottom {
    stop-color: var(--color-theme-highlight) !important;
    stop-opacity: 1 !important
}

.inventory .inventory-resultsSort {
    padding: 1em 0
}

.inventory .inventory-resultsSort span {
    margin: 0 0 1em !important
}

.inventory .inventory-resultsSort form {
    margin: -10px 0 0
}

.inventory .vehicle-card.layout-1 .card-body {
    padding: 0 !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
    border: 0 !important;
    margin: .5em 0 0 !important;
    padding: .5em 0 !important;
    background: rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0 10px rgb(0 0 0/90%)
}

.inventory .vehicle-card.layout-1 .price-mileage-block .label {
    font-weight: 500 !important;
    font-family: oswald, sans-serif !important;
    color: var(--color-theme-primary) !important;
    text-transform: uppercase;
    font-size: 1rem !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
    font-weight: 700 !important;
    color: var(--color-theme-text-btn) !important
}

.inventory .vehicle-card.layout-1 .price-mileage-block .col:not(:first-child) {
    border-left: 1px solid var(--color-theme-text-btn) !important
}

.inventory .vehicle-card.layout-1 ul.features-list {
    color: #fff;
    padding: 0 1rem
}

.inventory .vehicle-card.layout-1 .btn {
    padding: .6em 1.3em !important
}

.inventory .srp-sidebar .card-title {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1.3rem !important;
    font-family: oswald, sans-serif !important;
    margin-bottom: 0
}

.inventory .inventory-cta {
    background: 0 0 !important;
    background: linear-gradient(0deg, #000 0%, transparent 100%) !important
}

.inventory .inventory-cta .flex-grow-1 {
    display: none
}

.inventory .inventory-cta .flex-row {
    margin: auto
}

.inventory .inventory-cta .btn.btn-primary.d-flex.flex-column {
    color: var(--color-theme-text-btn) !important;
    border-radius: 0 !important
}

.inventory .inventory-cta .btn.btn-primary.d-flex.flex-column:hover {
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-primary) !important;
    background: var(--color-theme-primary) !important
}

.inventory [type=checkbox]:checked+label::before {
    background: var(--color-theme-primary) !important
}

.inventory [type=checkbox]+label::after,
.inventory [type=radio]+label::after {
    background: var(--color-theme-primary) !important
}

.inventory .inventory-card-view .layout-1 .p-veh-card .card-top-img {
    margin-bottom: 0 !important;
    background-color: transparent
}

.inventory .vehicle-card.layout-1 .carousel-indicators {
    background: var(--color-theme-highlight);
    background: #000
}

.inventory .vehicle-card.layout-1 .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px
}

.inventory .inventory-card-view .vehicle-card.layout-1 .p-veh-card .card-top-img img {
    border-radius: 0 !important;
    background-color: transparent
}

.inventory .inventory-card-view .vehicle-card.layout-1 .p-veh-card .no-image img {
    object-position: center 30%;
}

.inventory .vehicle-card.layout-1 .inventory-title-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: Calc(100% + 25px)
}

.inventory .vehicle-card.layout-1 .inventory-title-wrapper a {
    display: block;
    padding: 1em 5px;
    background: linear-gradient(0deg, #000 0%, transparent 100%) !important
}

body .inventory .vehicle-card.layout-1 .inventory-title {
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-theme-text-btn);
    color: #fff;
}

.inventory .financing a {
    color: var(--color-theme-text-btn) !important;
    font-size: .8rem !important;
    text-transform: uppercase;
    font-family: oswald, sans-serif !important;
    width: 100%;
    padding: .2em 0;
    background-color: var(--color-theme-primary)
}

.container:has(.inventory-seo-content),
.popular-vehicles-sections {
    max-width: 1320px !important
}

.inventory-seo-content {
    padding: 0 !important;
    margin-top: 30px !important
}

.inventory .p-veh-card .card-top-img a {
    display: block
}

.inventory .p-veh-card .carousel-indicators {
    margin-bottom: 0;
    bottom: 0
}

.popular-vehicles-sections .popular-vehicles-section-heading {
    font-weight: 500 !important;
    font-size: 1.75rem !important
}

.popular-vehicles-sections .popular-vehicle-link:first-line {
    font-weight: 700 !important;
    color: var(--color-theme-primary) !important
}

.popular-vehicles-sections .popular-vehicle-link {
    color: var(--color-theme-text) !important;
    margin-bottom: 1em
}


.inventorydetails .vdp__message__mod.module {
    border: 0 !important;
    padding: 1.5rem !important;
    border-radius: 0 !important
}

.inventorydetails .vdp__message__mod {
    background-color: var(--color-theme-highlight);
    padding: 1em;
    color: var(--color-theme-text-btn)
}

.inventorydetails .vdp__message__mod .vdp__message__wrapper {
    border: 0 solid transparent !important;
    padding: 0 !important;
    background-color: transparent !important
}

.inventorydetails .vdp__message__mod .section__title,
.inventorydetails .vdp__message__mod.section__subtitle,
.inventorydetails .vdp__message__mod.section__callout__title {
    color: var(--color-theme-text-btn) !important;
    border-bottom: 5px solid var(--color-theme-primary)
}

.inventorydetails .vdp__message__mod.module label,
.inventorydetails .vdp__message__mod.module .section__title,
.inventorydetails .vdp__message__mod.module .text-link {
    color: var(--color-theme-text-btn) !important
}

.inventorydetails .disclaimerText {
    color: var(--color-theme-text-btn) !important
}

.inventorydetails .disclaimerText a {
    color: var(--color-theme-text-btn) !important;
    font-weight: 700 !important;
    text-decoration: underline !important
}

.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
    color: var(--color-theme-text);
}

.inventorydetails .vdp__message__mod.module .section__title {
    margin-top: 0
}

.inventorydetails .vdp__message__mod a:hover {
    color: var(--color-theme-primary)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
    background: var(--color-theme-primary) !important;
    background: linear-gradient(105deg, var(--color-theme-secondary) 0%, var(--color-theme-primary) 100%) !important
}

.inventorydetails .vdp__title__mod.module {
    position: relative;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    color: #fff;
    border-radius: 0;
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0
}

.inventorydetails .vdp__title__mod.module::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.inventorydetails .vdp__title__mod .d-flex {
    position: relative;
    z-index: 2;
    align-items: center !important
}

.inventorydetails .section__title,
.inventorydetails .section__title1 {
    text-transform: uppercase !important
}

.inventorydetails .vdp-module-canvas-razor-wrapper .photos__wrapper {
    padding: 0 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    font-size: 0
}

.inventorydetails .photos__wrapper img {
    margin: 0 0 1rem !important;
    border-radius: 0 !important
}

.inventorydetails .photos__wrapper img:last-child {
    margin: 0 !important;
    border-radius: 0 !important
}

.inventorydetails .vdp__photoGrid {
    margin-top: 0
}

.inventorydetails .vdp__photoGrid>* {
    margin-top: 0 !important
}

.inventorydetails .wide-container .photo__grid3 .large__image .photo__thumbnail[PhotoGalleryWidgetCssScope],
.inventorydetails .wide-container .photo__grid3 .small__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
    border-radius: 0 !important;
    border: 0 !important
}

.inventorydetails .photo__item .photo__thumbnail .photo__showMore[PhotoGalleryWidgetCssScope] {
    background: rgba(0, 0, 0, .7) !important
}

.inventorydetails .photo__count {
    font-size: 1rem;
    position: relative;
    top: -9px
}

.inventorydetails .widget-columns .wide-container .modal .modal-content {
    background-color: var(--color-theme-primary);
    border: none !important;
    border-radius: 0 !important
}

.inventorydetails .widget-columns .wide-container .modal .modal-body {
    background-color: var(--color-theme-highlight)
}

.inventorydetails .widget-columns .wide-container .modal .modal-header {
    border-bottom: none;
    padding: 1rem
}

.inventorydetails .widget-columns .wide-container .modal .modal-header .modal-title {
    color: var(--color-theme-text-btn) !important
}

.inventorydetails .widget-columns .wide-container .modal .modal-header .btn-close {
    opacity: 1 !important;
    filter: invert(1)
}

.inventorydetails .widget-columns .wide-container .modal .modal-header .btn-close:hover {
    opacity: 1 !important;
    filter: invert(0)
}

.inventorydetails .widget-columns .wide-container .modal .modal-footer {
    /* border-top: none !important; */
    /* padding-top: 0 !important; */
    background-color: var(--color-theme-highlight)
}

.inventorydetails .vdp__info__addt__mod .btn-secondary,
.inventorydetails .vdp__info__addt__mod .btn-secondary:focus {
    background-color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important
}

.inventorydetails p {
    color: var(--color-theme-text);
}

.inventorydetails .section__title,
.inventorydetails .section__title1,
.inventorydetails .section__title__wrapper {
    font-weight: 500 !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 20px
}

.inventorydetails .vdp__features__mod .features__content .veh__features {
    margin-bottom: 20px
}

.inventorydetails .vdp__optFeatures__mod .optFeatures__content .optFeatures__total {
    font-weight: 500 !important
}

.inventorydetails .vdp__info__addt__mod {
    border-top: 0 !important;
    background: #222;
    color: var(--color-theme-text-btn) !important;
    border-radius: 0;
    padding: 1.5rem !important
}

.inventorydetails .vdp__info__addt__mod label {
    color: var(--color-theme-text-btn) !important;
    font-weight: 500 !important;
    font-family: oswald, sans-serif !important;
    text-transform: uppercase !important
}

.inventorydetails .vdp__info__addt__mod .fuel__econ .mpg label {
    text-decoration: none !important
}

.inventorydetails .vdp__info__addt__mod .fuel__econ .mpg .mpg__value {
    font-weight: 700 !important
}

.inventorydetails .vdp__info__addt__mod .fuel__econ .mpg__icon {
    padding: 12px 20px !important;
    width: 70px;
    height: 70px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 50px;
    color: var(--color-theme-primary) !important
}

.inventorydetails .vdp-module-canvas-razor-wrapper .brdr__rad10 {
    border-radius: 0 !important
}

.inventorydetails .vdp__loanCalc__mod.module .section__title,
.inventorydetails .vdp__loanCalc__mod.module .form-label {
    color: var(--color-theme-text-btn)
}

.inventorydetails .vdp__loanCalc__mod.module label {
    color: var(--color-theme-text-btn)
}

.inventorydetails .vdp__loanCalc__mod .calc__totals__wrapper .label,
.inventorydetails .vdp__loanCalc__mod .calc__totals__wrapper .value {
    color: var(--color-theme-text) !important
}

.inventorydetails .loan__calc__content .btn-group {
    font-size: 1em !important;
    padding: 1em .5em !important
}

.inventorydetails .loan__calc__content .btn-group>.btn {
    border-radius: 0 !important;
    color: var(--color-theme-text) !important;
    border-color: var(--color-theme-highlight) !important
}

.inventorydetails .loan__calc__content .btn-outline-secondary {
    font-size: 1em !important;
    padding: 1em .5em !important;
    background-color: var(--color-theme-background);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-text-btn) !important
}

.inventorydetails .loan__calc__content .btn-outline-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
    background-color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important;
    color: var(--color-theme-text-btn) !important
}

.inventorydetails .loan__calc__content .btn-outline-secondary:before,
.inventorydetails .loan__calc__content .btn-outline-secondary:after,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:after {
    background: var(--color-theme-primary);
    background: linear-gradient(105deg, var(--color-theme-secondary) 0%, var(--color-theme-primary) 100%) !important
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
    background-color: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary) !important;
    color: var(--color-theme-text-btn) !important
}

.inventorydetails [LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper .col:first-of-type {
    border-right: 1px solid var(--color-theme-text)
}

.inventorydetails .loan__calc__content .calc__totals__wrapper .value {
    font-weight: 500 !important
}

.inventorydetails [LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper .value sup {
    top: -.9em !important
}

.inventorydetails .vdp__loanCalc__mod.module {
    padding: 1.5rem;
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
    border-radius: 0
}

.inventorydetails .vdp__loanCalc__mod.module .section__title {
    margin-top: 0
}

.inventorydetails .staff__style1 .staff__info__wrapper[StaffWidgetCssScope] {
    margin-left: 0 !important
}

.inventorydetails .vdp__staff__mod .section__title,
.inventorydetails .vdp__staff__mod .section__subtitle,
.inventorydetails .vdp__staff__mod .section__callout__title {
    font-weight: 500 !important
}

.inventorydetails .vdp__staff__mod .staff__name {
    font-family: oswald, sans-serif !important
}

.inventorydetails .vdp__staff__mod .staff__jobTitle {
    font-size: 14px !important
}

.inventorydetails .vdp__staff__mod .staff__phone a {
    font-size: 14px !important;
    color: var(--color-theme-primary) !important;
    font-weight: 700 !important
}

.inventorydetails .hours__status.hours__status__closed {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn) !important
}

/* New VDP changes */
.inventorydetails .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: rgba(180, 180, 180, .1);
}

/* on Who We Are page */
.cw-link-block {
    background-color: #202020;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    margin-bottom: 2em;
    color: #fff
}

.employees {
    padding: 0 !important
}

.employees .justify-content-center {
    justify-content: space-between !important
}

@media(min-width:1401px) {
    .employees-squares .card-deck.d-flex {
        margin-left: -15px;
        margin-right: -45px
    }
}

@media(max-width:1400px) {
    .employees-squares .card-deck.d-flex {
        margin-left: -15px;
        margin-right: -27px
    }
}

@media(max-width:1200px) {
    .employees .card.employees-square {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media(max-width:992px) {
    .employees .card.employees-square {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45% !important;
        flex: 0 0 45% !important;
        max-width: 45% !important
    }

}

@media(max-width: 768px) {

    .employees .card-deck.d-flex .card.employees-circle,
    .employees .card-deck.d-flex .card.employees-square {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100%;
        min-height: 1px;
        margin-right: 0;
        margin-left: 0
    }

    .employees .card-deck.d-flex {
        margin-right: 0;
        margin-left: 0
    }
}

.employees-squares .employees-square {
    background-color: #202020;
    background-image: linear-gradient(to bottom, transparent 50%, #000 90%), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    border: 1px solid #ddd;
    border-radius: 0 !important
}

.employees-squares .employees-square .employees-img-square {
    margin: 1em 1em 0 !important
}

.employees-squares .employees-square .employees-text {
    padding: 1em 1em 0
}

.employees-squares .employees-square .employees-text .employees-name {
    color: var(--color-theme-text-btn)
}

.employees-squares .employees-square .employees-text .employees-title {
    color: var(--color-theme-text-btn);
    margin: 0;
    border-bottom: 1px solid var(--color-theme-primary);
    padding-bottom: .9em
}

.employees-squares .employees-square .employees-contact {
    padding: 0 1em 1em
}

.employees a {
    color: var(--color-theme-text-btn) !important;
    font-weight: 700 !important;
    font-size: .8em !important;
    width: 100%;
    max-width: none
}

.employees a:hover {
    color: var(--color-theme-primary) !important
}

.employees a .employees-details-info {
    padding-left: 14px !important;
    text-overflow: ellipsis;
    hyphens: auto;
    display: block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap
}

.employees .employees-contact a .employees-contact-icon {
    width: 15px
}

.employees .employees-contact a .employees-contact-icon .empicon {
    stroke: var(--color-theme-primary) !important
}

.employees .employees-contact a .employees-contact-icon .empicon * {
    stroke-width: 3 !important
}

.employees .employees-contact a .employees-contact-icon i {
    color: var(--color-theme-primary) !important
}

.employees-stacked-side .employees-item {
    background-color: #202020;
    background-image: linear-gradient(to bottom, transparent, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    border: 1px solid #ddd;
    padding: 0
}

.employees-stacked-side .employees-item .employee-photo img {
    margin: 0 !important;
    padding: 1em
}

.employees-stacked-side .employees-item .employees-text {
    padding: 1em
}

.employees-stacked-side .employees-item .employees-text .employees-name {
    color: var(--color-theme-text-btn)
}

.employees-stacked-side .employees-item .employees-text .employees-title {
    color: var(--color-theme-text-btn);
    border-bottom: 1px solid var(--color-theme-primary);
    padding-bottom: .9em
}

.employees-stacked-side .employees-item .employees-text .employees-bio {
    color: var(--color-theme-text-btn)
}

#testimonial-slider {
    padding-bottom: 50px
}

#testimonial-slider .carousel-indicators [data-bs-target] {
    background-color: var(--color-theme-highlight) !important
}

#testimonial-slider .carousel-indicators [data-bs-target]:focus {
    box-shadow: none !important
}

.testimonial {
    color: var(--color-theme-text-btn);
    overflow: hidden;
    position: relative;
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0
}

.testimonial .testimonial-stars {
    margin-bottom: .5em
}

.testimonial .testimonial-stars i {
    background: linear-gradient(to right, var(--color-theme-primary), #fff, var(--color-theme-primary));
    background-color: var(--color-theme-primary);
    background-size: 200px 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    animation-name: glint;
    animation-duration: 5s;
    animation-iteration-count: infinite
}

.testimonial .testimonial-stars i:nth-child(1) {
    animation-delay: .5s
}

.testimonial .testimonial-stars i:nth-child(2) {
    animation-delay: .6s
}

.testimonial .testimonial-stars i:nth-child(3) {
    animation-delay: .7s
}

.testimonial .testimonial-stars i:nth-child(4) {
    animation-delay: .8s
}

.testimonial .testimonial-stars i:nth-child(5) {
    animation-delay: .9s
}

.testimonial .testimonial-content {
    text-align: center;
    padding: 1em
}

.testimonial .testimonial-content p {
    font-style: italic
}

.star-rating label.star-active:hover~label,
.star-rating label.star-active~label:hover,
.star-rating label:hover,
.star-rating label:hover~label {
    color: var(--color-theme-primary) !important
}

.form .form-wrap {
    background-color: #202020;
    background-image: linear-gradient(to right, #000, transparent 20%, transparent 80%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0 0, 0 0, 5px 5px, 0 0;
    padding: 1em
}

.form .form-forms-header,
.form label,
.form .label-frms,
.form .form-forms-text,
.form .form-text {
    color: var(--color-theme-text-btn)
}

.form .formline {
    border-color: #feff0d;
    border-top-width: 2px;
    opacity: 1
}

.dropdown-menu .text {
    background-color: inherit
}

.businessinfo .contact-title.contact-businessname {
    font-size: 2em;
    /* border-bottom: 2px solid #222 */
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
    border-bottom: none
}

.inventorydetails .vdp__title__mod .veh__generation[VehicleHeadingWidgetCssScope] {
    display: inline-block;
    color: var(--color-theme-text-btn);
    font-family: oswald, sans-serif;
    font-size: 1.25rem;
    margin-left: 20px;
    position: relative
}

.inventorydetails .vdp__title__mod .veh__generation[VehicleHeadingWidgetCssScope]:before {
    color: var(--color-theme-text-btn);
    position: absolute;
    left: -17px;
    top: 0
}

.inventorydetails .vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
    color: var(--color-theme-text-btn) !important;
    font-weight: 700 !important
}

.inventorydetails .vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
    color: var(--color-theme-text-btn) !important
}

@media(min-width:768px) {
    .header .header-info {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 3
    }

    .header .header-info-business,
    .header .header-info-business a {
        color: var(--header-text)
    }

    .header .header-info:after {
        content: "";
        width: 68%;
        height: 110%;
        position: absolute;
        top: 0;
        right: -10%;
        background-color: var(--header-background);
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-left: 5px solid var(--color-theme-primary);
        z-index: -1
    }

    .inventorydetails .vdp__title__mod .veh__trim[VehicleHeadingWidgetCssScope] {
        display: inline-block;
        font-weight: 500 !important
    }

    .inventorydetails .vdp__dealerInfo__mod.module {
        background-color: var(--color-theme-highlight) !important;
        color: var(--color-theme-text-btn);
        position: relative;
        border: 0 !important;
        padding: 1.5rem 1.5rem 250px !important;
        border-radius: 0 !important
    }

    .inventorydetails .vdp__dealerInfo__mod.module .section__title {
        color: var(--color-theme-text-btn);
        margin-top: 0
    }

    .inventorydetails .vdp__dealerInfo__mod.module a {
        color: var(--color-theme-text-btn) !important
    }

    .inventorydetails .vdp__dealerInfo__mod.module a:hover {
        color: var(--color-theme-primary) !important
    }

    .inventorydetails .vdp__dealerInfo__mod.module iframe {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 200px
    }

    .employees-stacked-side .employees-item .employees-text .employees-name {
        font-size: 2.5em
    }

    .employees-stacked-side .employees-item .employees-text .employees-title {
        font-size: 1.2em
    }
}

@media(min-width:992px) {
    .header .header-info:after {
        width: 70%
    }

    .cw-hero-button-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3em 0 2em;
        background-color: transparent;
        background-image: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0.5) 70%, transparent);
        z-index: 100;
    }

    .get-approval-bar .get-approval-bar-image {
        border-top: none
    }

    .service-bar .service-bar-image {
        border-bottom: none
    }

    .get-approval-bar .get-approval-bar-image:before,
    .service-bar .service-bar-image:before {
        content: "";
        width: 20%;
        height: 110%;
        position: absolute;
        top: 0;
        right: -10%;
        background-color: var(--color-theme-highlight);
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-left: 5px solid var(--color-theme-primary);
        box-shadow: 0 0 20px #222
    }

    .get-approval-bar .get-approval-bar-image:before {
        content: "";
        width: 20%;
        height: 110%;
        position: absolute;
        top: 0;
        right: -10%;
        background-color: #000;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-left: 5px solid #feff0d;
        box-shadow: 0 0 20px #222
    }

    .get-approval-bar .get-approval-bar-image:after {
        content: "";
        width: 20%;
        height: 110%;
        position: absolute;
        top: 0;
        left: -10%;
        background-color: #000;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-right: 5px solid #feff0d;
        box-shadow: 0 0 20px #222
    }


    .service-bar .service-bar-image:after {
        content: "";
        width: 20%;
        height: 110%;
        position: absolute;
        top: 0;
        left: -10%;
        background-color: var(--color-theme-highlight);
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-right: 5px solid var(--color-theme-primary);
        box-shadow: 0 0 20px #222
    }

    .homepage-about .homepage-about-1 {
        border-top: none;
        height: auto
    }

    .homepage-about .homepage-about-1:after {
        content: "";
        width: 40%;
        height: 110%;
        position: absolute;
        top: 0;
        right: -28%;
        background-color: #000;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-left: 5px solid #feff0d;
        box-shadow: 0 0 20px #000000
    }

    .homepage-about .homepage-about-1:before {
        content: "";
        width: 40%;
        height: 110%;
        position: absolute;
        top: 0;
        left: -30%;
        background-color: #000;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        border-right: 5px solid #feff0d;
        box-shadow: 0 0 20px #000000
    }

    .inventoryslideshow-container {
        position: relative;
        max-width: 1320px !important
    }

    .inventoryslideshow-title-heading {
        text-align: left
    }

    .inventoryslideshow .inventoryslideshow-btn {
        position: absolute;
        top: 0;
        right: 1.5em;
        display: block
    }

    .inventory .inventory-resultsSort {
        height: 20px;
        padding: 1em 0 2em
    }

    .inventory .srp-sidebar {
        padding-left: 0;
        margin-top: -3.5em
    }

    .productslideshow-container {
        position: relative
    }

    .productslideshow-title {
        text-align: left
    }

    .productslideshow-btn {
        position: absolute;
        top: 0;
        right: 1.5em
    }

    .container:has(.inventory-seo-content),
    .popular-vehicles-sections {
        padding: 0 2em
    }

    .employees-stacked-side .employees-item .employees-text {
        padding: 1em 1em 1em 0
    }

    .testimonial {
        background-color: #202020;
        background-image: linear-gradient(to right, transparent, #000 40%, #000 60%, transparent), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(to bottom, #080808, #202020);
        background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
        background-position: 0 0, 0 0, 5px 5px, 0 0
    }
}

@media(min-width:1200px) {

    .container:has(.inventory-seo-content),
    .popular-vehicles-sections {
        padding: 0 3em
    }

    .inventorydetails .vdp__container {
        padding: 0 2rem !important
    }

}

@media(min-width:1400px) {
    .header .header-info:after {
        width: 60%
    }

    .header .header-info:after {
        right: -5%
    }

    .cw-hero .cw-hero-logo {
        width: 40%;
        top: 35%;
        left: 30%
    }
}

.creditQualifyPage {
	margin-top: 2rem;
	margin-bottom: 2rem;
  }