* .container {
    max-width: 1500px !important;
}

/* Header=============================================================================== */
.header .navbar,
.header .navbar.bg-primary {
    border-bottom: 4px solid var(--color-theme-primary);
}

section.inventory-search-module .form__wrapper {
    border: 0px solid white !important;
}

section.inventory-search-module label {
    font-size: 15px;
    margin-bottom: .3rem;
    color: #fff !important;
}

/* Header ============================================================================== */
.header-container {
    background: var(--color-theme-primary);
}

.header .navbar,
.header .navbar.bg-primary {
    padding: .5rem 0;
}

.header {
    /* background: #111 url(https://apihoard.webit.com/api/v1/Image/C0E5ECC16A641390DF17A99EA0F83FF0/C0E5ECC16A641390DF17A99EA0F83FF0.jpg?size=Original); */
    background-size: cover;
}

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.05rem;
}

.header .container {
    max-width: 1140px;
}

.header .header-info-logo-img img {
    width: 400px;
    position: relative;
    top: 20px;
}


.cw-header-contact {
    padding: .5rem 0;
}

.header .navbar .nav-link::before {
    border-width: 1px
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    /* background: var(--color-theme-secondary); */
    border-radius: 50%;
    /* margin-right: .5rem; */
    padding: 10px 12px;
    color: #ffffff;
}

.cw-email:before {
    font-family: FontAwesome;
    content: "\f27a";
    border-radius: 50%;
    /* background: var(--color-theme-secondary); */
    /* margin-right: .5rem; */
    padding: 10px;
    color: #ffffff;
}

@media(min-width: 1200px) {

    .cw-header-contact {
        max-width: 1140px;
        height: 100%;
        padding-top: .5rem;
        padding-right: 2rem;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .header .header-info-logo-img {
        position: absolute;
        top: 0;
        z-index: 1032;
    }

    .header .header-info-logo-img::before {
        background-color: #ffffff;
        border-color: var(--color-theme-primary);
        border-style: solid;
        border-width: 0 10px 6px 0;
        content: "";
        position: absolute;
        height: 150px;
        width: 100vw;
        right: -60px;
        top: 0;
        transform: skewX(-40deg);
        z-index: -1;
    }
}


.cw-header-contact {
    font-size: 1.1rem;
}

.navbar-collapse {
    justify-content: flex-end !important;
}


.cw-email:before {
    padding: 15px;
}

.cw-phone:before {
    padding: 15px 17px;
}

.header .navbar,
.header .navbar.bg-primary {
    padding: .5rem 0;
}

.header .navbar-nav .nav-link.nav-link-cart {
    display: none;
}

.header.has-cart .collapse.justify-content-center {
    justify-content: right !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    .header-container,
    .cw-header-contact {
        background-color: #fff;
    }
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/* Hero ===================================================================================== */
.cw-hero-slideshow {
    position: relative;
    overflow: hidden;
    height: 650px;
    z-index: 3;
}

.cw-hero-slideshow::before {
    background-color: #1d1d1d;
    border-color: var(--color-theme-primary);
    border-style: solid;
    border-width: 6px 0 0 10px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 25px;
    width: 50vw;
    right: -400px;
    -webkit-transform: skewX(50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 2;

}

.cw-hero-slideshow::after {
    border-bottom: 5px solid var(--color-theme-primary);
    bottom: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    z-index: 0;
}

.cw-hero-slideshow .cw-hero-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: cw-slide-anim 12s infinite;
    animation-delay: var(--cw-anim-offset);
}

.cw-hero-slideshow .cw-hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgb(0 0 0 / 0%)); */
    z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cw-hero-main-content {
    position: relative;
    z-index: 3;
}


.cw-hero-slideshow .cw-header-title h1 {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 5px 2px 4px rgb(255 255 255 / 60%);
}

.cw-hero-slideshow h5 {
    text-shadow: 5px 2px 4px rgb(255 255 255 / 60%);
}


@keyframes cw-slide-anim {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    13%,
    25% {
        opacity: 1;
        transform: scale(1.06);
    }

    38% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.cw-main-button {
    position: relative;
    z-index: 0;
    background-color: var(--color-theme-primary);
    height: 100%;
    width: 100%;
    padding: 14px 20px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all .5s;
}

.cw-main-button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: -1;
    transform: skewX(-25deg);
    will-change: all;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background-color: var(--color-theme-primary);
    right: -24px;
}

.cw-main-button-two {
    position: relative;
    z-index: 0;
    background-color: var(--color-theme-highlight);
    height: 100%;
    width: 100%;
    padding: 14px 20px;
    border: none;
    color: #000000;
    margin-left: 3rem;
    font-size: 18px;
    font-weight: 700;
    transition: all .5s;
}

.cw-main-button-two::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: -1;
    transform: skewX(-25deg);
    will-change: all;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background-color: var(--color-theme-highlight);
    left: -12px;
}

.cw-main-button:hover {
    transition: all .5s;
    transform: translateX(10px);
}

.cw-main-button-two:hover {
    transition: all .5s;
    transform: translateX(-10px);
}

/* Inverntory Search =========================================================== */
.page-home .inventory-search-module {
    background: #1d1d1d;
    padding: 3rem 0;
    margin: 0 !important;
}

/* Services Card ========================================================= */
.cw-services {
    margin: 5rem 0 0 0;
}

.cw-buttons {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    right: 0;
    /* left: 0; */
    width: 50%;
    height: 60px;
    padding: 0;
    /* border: 2px solid #fff; */
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    /* border-radius: 30px; */
}

.cw-card {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    /* border-radius: 30px; */
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    z-index: 0;
    z-index: 0;
}

.cw-service-image {
    transition: 0.4s ease;
    overflow: hidden;
    height: 100%;
    width: 100%;
    /* border-radius: 30px; */

}

.cw-card::before {
    content: '';
    background-color: #0a0a0a;
    /* mix-blend-mode: multiply; */
    margin-top: 0 !important;
    padding: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 50%;

}

/* .cw-card-bg {
    position: relative;
} */

.cw-card-bg::before {
    content: '';
    position: absolute;
    background-color: #35ed3d;
    top: -5px;
    clip-path: polygon(20% 0, 100% 0, 95% 100%, 0 100%);
    bottom: 0;
    left: 8px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    opacity: 70%;
}

.cw-card-bg::after {
    content: '';
    position: absolute;
    background-color: #35ed3d;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    bottom: -5px;
    right: 10px;
    z-index: -1;
    width: 100%;
    height: 50%;
    opacity: 70%;
}

.cw-card-bg-hover::before {
    content: '';
    position: absolute;
    background-color: #35ed3d;
    top: -5px;
    clip-path: polygon(-5% 0, 100% 0, 95% 100%, -80% 100%);
    left: 10px;
    z-index: -1;
    width: 90%;
    height: 40%;
    transition: opacity 300ms;
    opacity: 0;
}



.cw-card-bg-hover::after {
    content: '';
    position: absolute;
    background-color: #35ed3d;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    right: 9px;
    bottom: -4px;
    z-index: -1;
    width: 90%;
    height: 50%;
    transition: opacity 300ms;
    opacity: 0;
}

.cw-hover-effect:hover .cw-card-bg::after {
    opacity: 0;
}

.cw-hover-effect:hover .cw-card-bg::before {
    opacity: 0;
}

.cw-hover-effect {
    transition: 0.4s ease;
}

.cw-hover-effect:hover {
    transition: all .5s;
    transform: translateY(-10px);
}


.cw-card-bg-hover::before {
    transition: all 0.3s ease-out;
    opacity: 0;
    /* transition: 0.3s ease-out; */
}

.cw-hover-effect:hover .cw-card-bg-hover::before {
    transition: all .5s;
    opacity: 1;
}


.cw-hover-effect:hover .cw-card-bg-hover::after {
    content: '';
    opacity: 1;
    transition: all .5s;
}


/* Inventory ====================================== */
.card__multi__style3 .item__card {
    flex: 1;
    border: 0px solid var(--inventoryslideshow-border) !important;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #0e0d0d !important;
}

.card__addt__info__wrapper {
    display: none;
}

.inventoryslideshow .card__multi__style3 .card__footer {
    border-top: 0px solid var(--inventoryslideshow-border) !important;
    padding-top: 20px;
    margin: 0 20px 20px;
}

/* ================================================================================ */
.cw-inner-about-us {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    background-color: var(--color-theme-secondary);
}

.img-container {
    box-shadow: 0 0 0 8px var(--color-theme-secondary);
    border: 0;
    width: 100%;
    left: -74px;
    margin: -24px 0 -36px;
    z-index: 1;
    transform: skewX(-8deg);
    /* overflow: hidden; */
    position: relative;
}

.img-container::before {
    content: '';
    position: absolute;
    background-color: #35ed3d;
    /* top: 0; */
    /* transform: skewX(-8deg); */
    bottom: -5px;
    left: 7px;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 70%;
}

.cw-inner-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
}

.cw-about-us-info {
    padding: 4rem 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .cw-inner-about-us {
        display: flex;
        flex-wrap: wrap;
        background-color: var(--color-theme-secondary);
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/* Popular Vehicles =================================================================================== */
.popular-vehicles-sections {
    margin-top: 7rem !important;
}

/* Animation ================================================================================ */
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Internal Pages===================================================================================== */
.title {
    position: relative;
    background: linear-gradient(to right, rgb(20 20 20 / 0%) 0%, rgb(110 110 110 / 0%) 0%, rgb(0 0 0 / 85%) 100%), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A0D80CE29B49E61D85013577DA1C4557.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4rem;
    overflow: hidden;

}

.title::before {
    background-color: #ffffff;
    border-color: var(--color-theme-primary);
    border-style: solid;
    border-width: 4px 0 0 8px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 25px;
    width: 50vw;
    right: -400px;
    -webkit-transform: skewX(50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 2;

}

.title::after {
    border-bottom: 4px solid var(--color-theme-primary);
    bottom: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    z-index: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .title {
        position: relative;
        background: linear-gradient(to right, rgb(20 20 20 / 0%) 0%, rgb(110 110 110 / 0%) 0%, rgb(0 0 0 / 85%) 100%), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A0D80CE29B49E61D85013577DA1C4557.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 1rem;
        color: #ffffff;
        text-align: center;
        margin-bottom: 2rem;
        overflow: hidden;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/*About Us ================================================================================================================= */
.page-about-us .img-container {
    box-shadow: 0 0 0 8px var(--color-theme-secondary);
    border: 0;
    width: 100%;
    left: -74px;
    /* margin: -24px 0 -36px; */
    z-index: 1;
    transform: skewX(-8deg);
    /* overflow: hidden; */
    position: relative;
}

.page-about-us .cw-about-us {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .page-about-us .cw-about-us {
        margin-top: 7rem;
        margin-bottom: 0rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

/* ============================================================================================================================================================================================ */
.inventory .card-header{
    color: #fff;
}
.inventory .btn-link.btn-clear-filter {
    color: #fff;
}