@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*-- Global --*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    line-height: 1em;
    font-size: 2em;
}


body,
p,
span {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 1rem;
    line-height: 1.62em;
}

/*@media (min-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .page-home h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1160px) {
    .page-home h2 {
        font-size: 4rem;
    }
}*/

/*@media (min-width: 1200px) {
    h2 {
        font-size: 8rem;
    }
}

@media (min-width: 1800px) {
    h2 {
        font-size: 3.167em;
    }
}*/


/*------------- VDP ---------------*/
.vdp-module-canvas-razor-wrapper .p-veh-card .dollar-symbol {
    left: 0 !important;
}

.vdp-module-canvas-razor-wrapper .veh__desc {
    color: var(--color-theme-text) !important;
}

.btn-secondary {
    background-color: var(--color-theme-secondary) !important;
    color: #ffffff !important;
    border-color: var(--color-theme-secondary) !important;
}

.btn-secondary:hover {
    background-color: var(--color-theme-highlight) !important;
    color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important;
}

.btn-secondary:before {
    background-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: var(--color-theme-primary) !important;
    color: var(--color-theme-primary) !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 {
    color: #fff !important;
    background-color: var(--color-theme-primary) !important;
    border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
    background: var(--color-theme-highlight) !important;
}

.btn-outline-secondary,
.btn-outline-secondary:focus {
    background-color: var(--color-theme-trans) !important;
}

.vdp-module-canvas-razor-wrapper .btn-check:hover+.btn-outline-secondary {
    color: var(--color-theme-text) !important;
}

/*----------------------------*/


/* -------------------- Navbar & Header ---------------------- */
/* header and navbar */
.header .navbar-nav .nav-link {
    font-weight: 700 !important;
    text-transform: uppercase;
}

.header .navbar-brand:hover {
    color: var(--header-navigationbartext);
}

.header .navbar .nav-link {
    transition: all 150ms 50ms ease-in-out;
}

.header .navbar .active>.nav-link,
.header .navbar .nav-link:hover {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
}

.header .badge {
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

/* custom bar */
.cw-header-bar {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    padding: 0.5rem 0;
    display: none;
}

.header .navbar-toggler {
    border-color: #fff;
}

.header .toggle .icon-bar {
    background-color: #fff;
}

@media (min-width: 992px) {
    .cw-header-bar {
        display: block;
    }
}

.cw-header-bar .cw-bar-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}

.cw-header-bar a {
    color: inherit;
}

.cw-header-bar a:hover {
    opacity: 0.85;
}

.cw-header-bar .cw-address,
.cw-header-bar .cw-phone,
.cw-header-bar .cw-hours {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0.25rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.cw-header-bar .cw-hours {}

.cw-header-bar .cw-address:before,
.cw-header-bar .cw-phone:before,
.cw-header-bar .cw-hours:before {
    font-family: FontAwesome;
    content: "\f3c5";
    left: 0;
    padding-right: 0.5rem;
}

.cw-header-bar .cw-address:before {
    font-family: FontAwesome;
    content: "\f3c5";
}

.cw-header-bar .cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
}

.cw-header-bar .cw-hours:before {
    font-family: FontAwesome;
    content: "\f017";
}

/* Logo section */
.header {
    --cw-logo-width: 300px;
}

.cw-header-logo .cw-logo-box {
    text-align: center;
    max-width: var(--cw-logo-width);
    margin: auto;
}

.cw-header-logo .cw-logo-box img {
    padding: 5px;
    width: 165px;
    max-width: 400px;
    position: relative;
    right: 17px;
}

@media (min-width: 992px) {
    .header .navbar.bg-primary {
        padding: 1rem 0;
    }

    .header .container,
    .cw-header-logo .container {
        max-width: 1140px;
        position: relative;
    }

    .cw-header-logo .cw-logo-box {
        position: absolute;
        z-index: 1031;
        text-align: left;
        /* margin-top: 2px; */
    }

    .cw-header-logo .cw-logo-box img {
        right: 0rem;
        top: 2.5rem;
    }

    nav.navbar .container {
        min-height: 93px;
    }

    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        justify-content: flex-end !important;
    }

    .header .navbar-nav:not(.navbar-cart) {
        max-width: calc(100% - var(--cw-logo-width));
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .cw-header-logo .cw-logo-box img {
        width: 300px;
        max-width: 400px;
        right: 6.5rem;
    }

    .cw-header-logo .cw-logo-box img {
        right: 0rem;
        top: 2rem;
    }
}

@media (min-width: 1400px) {

    .header .container,
    .cw-header-bar .container {
        max-width: 1400px;
    }
}

.title+.text {
    margin-top: 0;
}

.wow {
    /* visibility: hidden */
}

.btn {
    font-weight: 400 !important;
}

/*---------- Hero -----------*/

.cw-hero-wrapper {
    position: relative;
    width: 100%;
    height: 25vh;
    overflow: hidden;
    max-height:700px;
}

.cw-hero-bg {
    background-image: 
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
  url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1B7394EB1EEBE0FA76A747F1392E6523.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: kenburns 3s ease-out forwards;
    animation: kenburns 3s ease-out forwards;
}

@-webkit-keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.cw-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
    color: white;
}

.cw-hero-left {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .cw-hero-left.fade-in {
    opacity: 1;
  }

.cw-hero-left h1 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 1px 3px #000;
}

/*.cw-hero-left .btn-primary {
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 8px !important;
    cursor: pointer;
}*/

.cw-hero-right {
    text-align: right;
    opacity: 0;
    -webkit-animation: fadeInDown 1.2s ease-out 1s forwards;
            animation: fadeInDown 1.2s ease-out 1s forwards;
    position: relative;
}

.cw-hero-right h2 {
    font-size: 8px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif !important;
    text-shadow: 0px 1px 3px #000;
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate(-50px, 50px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate(-50px, 50px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 440px) {
    .cw-hero-left h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .cw-hero-wrapper {
        height: 33vh;
    }

    .cw-hero-content {
        padding: 40px;
    }

    .cw-hero-left h1 {
        font-size: 2.5rem;
    }

    .cw-hero-left .btn-primary {
        padding: 12px 24px;
        font-size: 15px !important;
    }

    .cw-hero-right h2 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .cw-hero-wrapper {
        height: 36vh;
    }
    .cw-hero-left h1 {
        font-size: 4rem;
    }

    .cw-hero-left .btn-primary {
        font-size: 1rem !important;
    }

    .cw-hero-right h2 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1160px) {
    .cw-hero-wrapper {
        height: 50vh;
    }
    .cw-hero-left h1 {
        font-size: 5rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .cw-hero-wrapper {
        height: 45vh;
    }
    .cw-hero-content {
        padding: 0px 40px 68px;
    }
}

@media (min-width: 1400px) {
    .cw-hero-wrapper {
        height: 45vh;
    }
}

@media (min-width: 1600px) {
    .cw-hero-wrapper {
        height: 65vh;
    }
    .cw-hero-left h1 {
        font-size: 6rem;
    }
}

@media (min-width: 1800px) {
    .cw-hero-wrapper {
        height: 76vh;
    }

    .cw-hero-right {
        right: 6rem;
    }
}

@media (min-width: 1900px) {
    .cw-hero-wrapper {
        height: 80vh;
    }
}

/* -------------------- Homepage ---------------------- */
.page-home .inventory-search-module {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cw-font {
    font-size: 4em;
}

.page-home .inventory-search-module>.container {
    max-width: 1320px;
    background-color: #F70000;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.page-home .inventory-search-module label {
    color: #0f0f0f;
}

.page-home .inventory-search-module .form__wrapper {
    background-color: transparent;
    border: none;
    padding: 30px 0;
}

.page-home .inventory-search-module .btn-primary {
    background-color: var(--color-theme-primary);
    border: 1px solid var(--color-theme-primary);
    color: var(--color-theme-text-btn) !important;
}

.page-home .inventory-search-module .btn-primary:hover {
    background-color: var(--color-theme-highlight) !important;
    border: 1px solid var(--color-theme-highlight) !important;
    color: var(--color-theme-text-btn) !important;
}

.inventory__bg {
    position: relative;
}

.inventory__bg .bg__parallax {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;

    background-position: center bottom;
    background-color: var(--color-theme-primary);
    padding: 300px 0;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/584FFC766C4C346CF761B7EE497E7D17.jpg);
}

.cw-shop-inventory-title {
    font-family: secular one, sans-serif;
}

@media (max-width: 1400px) {
    .cw-shop-inventory-title {
        display: none !important;
    }
}

.cw-btn-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
}

.cw-card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 1320px;
    width: 100%;
}

.cw-services-card {
    background-color: #ffffff;
}

@media (min-width: 576px) {
    .cw-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .cw-card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cw-services-card {
    list-style: none;
    position: relative;
}

.cw-services-card:before {
    content: "";
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.cw-card-bkg {
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    bottom: 0;
    -webkit-filter: brightness(0.75) saturate(1.2) contrast(0.85);
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: transform 200ms linear, -webkit-filter 200ms linear;
    transition: filter 200ms linear, transform 200ms linear;
    transition: filter 200ms linear, transform 200ms linear, -webkit-filter 200ms linear;
    transition: filter 200ms linear, transform 200ms linear,
        -webkit-filter 200ms linear;
}

.cw-services-card:hover .cw-card-bkg {
    transform: scale(1.05) translateZ(0);
}

.cw-card-grid:hover>.cw-services-card:not(:hover) .cw-card-bkg {
    -webkit-filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.cw-card-content {
    left: 0;
    padding: 24px;
    position: absolute;
    top: 0;
}

.cw-card-category {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cw-card-head {
    color: #ffffff;
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}

/*.cw-custom-bg {
	padding: 16.2rem 0 !important;
	margin-top: -24rem;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BE982D1ECCF174901CCB1DCD97DC3A41.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.cw-custom-bg {
		position: relative;
		padding: 18rem 0 !important;
		margin-top: -30rem 0 !important;
		z-index: -1;
	}
}*/

/*---- Search By ----*/

.cw-style-search {
    text-align: center;
    position: relative;
    border-radius: 1vw;
    background: #F70000;
    color: var(--color-theme-text)
}


.cw-style-search h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: .5rem 0 1.5rem;
    background-color: var(--color-theme-primary)
}

.cw-style-search h2::after {
    margin-right: auto;
    margin-left: auto
}

.cw-style-search .cw-bs-button-text {
    color: var(--color-theme-text);
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    height: auto;
    transition: .25s ease-in;
    transition-delay: .1s;
    z-index: 5;
    font-weight: 700
}

.cw-style-search .cw-bs-link {
    position: relative;
    display: block
}

.cw-style-search .cw-bs-link .cw-bs-link-img {
    position: relative;
    z-index: 5;
    max-width: 200px;
    margin: auto
}

.cw-style-search .cw-bs-button {
    margin-top: -45px;
    padding: 43px .5rem .5rem;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    background: var(--color-theme-background);
    border: 1px solid var(--color-theme-border);
    border-radius: .5vw;
    transition: .3s ease-in-out;
    transition-delay: .35s;
    overflow: hidden;
    z-index: 1
}

.cw-style-search .cw-bs-button:before {
    content: "";
    display: block;
    background: var(--color-theme-primary);
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: .8s cubic-bezier(.4, 0, 1, 1);
    z-index: 3
}

.cw-style-search .cw-bs-button:after {
    content: "";
    display: block;
    background: var(--color-theme-highlight);
    position: absolute;
    width: 300%;
    height: 600%;
    border-radius: 100%;
    transition: .4s cubic-bezier(.4, 0, 1, 1);
    z-index: 2
}

.cw-style-search .cw-bs-link:hover .cw-bs-button .cw-bs-button-text {
    color: var(--color-theme-text-btn)
}

.cw-style-search .cw-bs-link:hover .cw-bs-button {
    color: transparent
}

.cw-style-search .cw-bs-link .cw-bs-button:before {
    transform: translate(-110%, -80%) translateZ(0)
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:before {
    transform: translate(-45%, -34%) translateZ(0)
}

.cw-style-search .cw-bs-link .cw-bs-button:after {
    transform: translate(-110%, -80%) translateZ(0)
}

.cw-style-search .cw-bs-link:hover .cw-bs-button:after {
    transform: translate(-55%, -54%) translateZ(0)
}

@media(max-width:300px) {}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .cw-style-search .cw-bs-button {
        margin-top: -50px;
        padding: 45px 2rem .7rem;
    }
}

/*---- Popular Vehicles ----*/

.popular-vehicles-sections {
    position: relative;
    min-height: 200px;
    background: #F70000;
    z-index: 2;
    background-size: cover;
    width: 100%;
    max-width: 1320px;
    padding: 50px 0;
    margin-top: 8rem;
    text-align: center;
}

a.popular-vehicle-link {
    color: #ffffff;
}

a.popular-vehicle-link:hover {
    color: #222;
}

.popular-vehicles-section {
    margin-bottom: 0 !important;
    font-size: 0.85rem;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.popular-vehicle-link::first-line {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.popular-vehicles-section-panel {
    display: none;
    padding: 1rem;
    text-align: left;
}

.popular-vehicles-section-heading {
    cursor: pointer;
    position: absolute;
    top: -92px;
    left: 0;
    width: calc(100% - 3rem);
    height: 25px;
    padding: 0.5rem 0.5rem 1.5rem;
    line-height: 1rem;
    font-size: 0.9rem;
    background: #000;
    color: #F9F5EA;
    border: none;
}


.popular-vehicles-section-heading:after {
    display: none;
}

.popular-vehicles-section:nth-of-type(2) h2 {
    top: -60px;
}

.popular-vehicles-section:nth-of-type(3) h2 {
    top: -28px;
}

.popular-vehicles-section-panel a {
    margin: 0.5rem 0;
}

h2.selected {
    background: #F70000;
    color: var(--color-theme-text);
    border-top: 4px solid var(--color-theme-primary);
}

h2.selected~.popular-vehicles-section-panel {
    display: flex;
}

h2.selected:after {
    content: "\f06e";
    color: var(--color-theme-primary);
}

.popular-vehicles-sections ::-webkit-scrollbar {
    width: 10px;
}

.popular-vehicles-sections ::-webkit-scrollbar-thumb {
    background-color: var(--color-theme-highlight);
    outline: none;
}

@media (max-width: 767px) {
    .popular-vehicles-section-heading {
        left: 0;
        right: 0;
        width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .popular-vehicles-section-heading {
        top: -32px;
        width: 30%;
        font-size: 1rem;
    }

    .popular-vehicles-section:nth-of-type(2) h2 {
        left: 34%;
        top: -32px;
        width: 32%;
    }

    .popular-vehicles-section:nth-of-type(3) h2 {
        top: -32px;
        right: 0;
        left: unset;
    }
}
@media (min-width: 1400px) {
    .popular-vehicles-section-heading {
        font-size: 1.5rem;
    }
}

/*--- HP footer banner ---*/
.cw-foot-ban {
    padding: 6rem 0 6rem;
}

.cw-foot-ban-cols {
    flex-direction: column;
}

.cw-foot-ban h2 {
    color: #fff;
    font-size: 3rem;
    padding-bottom: 2rem;
}

.cw-foot-ban a.btn {
    border-color: #fff;
    font-size: 1.25rem;
}

.cw-foot-ban a.btn:hover {
    background-color: #FA7A03;
    color: #fff !important;
}

.cw-f-b-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .cw-foot-ban-cols {
        flex-direction: row
    }

    .cw-f-b-txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cw-foot-ban h2 {
        font-size: 2rem;
        padding-bottom: 0rem;
    }
}


@media (min-width: 992px) {
    .cw-foot-ban {
        padding: 7rem 0 6rem;
    }
    .cw-foot-ban h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .cw-foot-ban h2 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1400px) {
    .cw-foot-ban h2 {
        font-size: 4rem;
    }
}

/*-----------------------------------------------------------------------------*/

.map-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


.inventoryslideshow-container {
    max-width: 1320px !important;
}

.inventoryslideshow-btn {
    display: none !important;
}

.inventoryslideshow-title-heading {
    margin-top: 1rem;
}

section#module_e7d577b9-20fb-4b8b-bc90-9569650f43cb {
    padding-top: 4em !important;
}

.inventoryslideshow {
    margin-top: 3em !important;
}

.inventoryslideshow .btn-primary:hover {
    color: #fff !important;
}

.finance__section .finance__content__wrapper {
    padding: 50px 0;
}

.finance__section .finance__content__img {
    margin-top: 50px;
}

.finance__section .blurb__title {
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 10px;
}

.finance__section .blurb__copy {
    margin-bottom: 20px;
}

.finance__section .blurb__wrapper {
    margin-bottom: 20px;
}

.finance__section .blurb__wrapper:last-of-type {
    margin-bottom: 0;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper {
    padding: 10px;
    min-width: 80px;
    min-height: 80px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background-color: var(--color-theme-primary);
}

.finance__section .blurb__wrapper .blurb__icon__wrapper i {
    font-size: 2em;
}

.finance__section .blurb__wrapper img {
    width: 50px;
    margin-right: 10px;
}

.finance__section .blurb__wrapper .blurb__title {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .finance__section .finance__content__wrapper {
        padding-top: 0;
    }
}

.cw-footerCustom {
    background-color: #eeeeee !important;
}

.cw-footerCustom {
    padding: 25px 0;
    margin-top: 0 !important;
}

.cw-footerCustom img {
    max-width: 75%;
    margin: 0 auto;
    display: table-cell;
}

.cw-footerCustom h2 {
    font-size: 2rem;
    color: var(--color-theme-text);
    text-transform: uppercase;
    color: #000;
}

.cw-footerCustom p {
    margin: auto;
    font-size: 1em;
    line-height: 2rem;
    color: #000;
    text-transform: none;
    margin-top: 15px;
    text-align: center;
}

.cw-footerCustom .cw-contactInfo {
    line-height: 2.15rem;
}

.cw-footerCustom ul i {
    color: var(--color-theme-background);
}

.cw-footerCustom a:link,
.cw-footerCustom a:active,
.cw-footerCustom a:visited {
    color: #000;
}

.business-hours .bh-title {
    padding-left: 0;
    border: none;
}

.business-hours li {
    border-color: #444;
    color: #000;
    font-size: 0.85rem;
}

.business-hours .today {
    font-weight: 800;
    text-shadow: 0.5px 0.5px 0.5px #000000, 0px 0px 0.5px #000000;
    color: #222;
    margin: 0.3em auto;
    /* font-size: 115%; */
}

@media (min-width: 440px) {
    .business-hours li {
        font-size: 1rem;
    }
}


@media (min-width: 1200px) {
    .cw-footerCustom p {
        font-size: 1.15em;
    }

    .business-hours li {
        font-size: 1.15rem;
    }
}

.card__multi__style5 .item__flex {
    border-top: 1px solid var(--color-theme-highlight) !important;
}

.card__multi__style5 .item__flex .item__data:first-of-type {
    border-right: 1px solid var(--color-theme-highlight) !important;
}

.card__addt__info__wrapper {
    display: none !important;
}

.card__multi__style5 .item__card__details__wrapper__upper {
    min-height: unset !important;
}

.inventoryslideshow {
    padding-top: 2em !important;
}

.inventoryslideshow h3.line__clamp2 {
    -webkit-line-clamp: 1;
}

section:not(.page-home) .header .navbar,
section:not(.page-home) .header .navbar.bg-primary {
    background: #F0E9D7 !important;
}

section:not(.page-home) .header .cart-count,
section:not(.page-home) .header .nav-link,
section:not(.page-home) .header .navbar-brand,
section:not(.page-home) .header .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
}

section:not(.page-home) .header .dropdown-item,
section:not(.page-home) .header .dropdown-item.active {
    color: #000 !important;
}

section:not(.page-home) .header .navbar .active>.nav-link,
section:not(.page-home) .header .navbar .nav-link:hover {
    background-color: transparent;
    color: #000;
}


.header .navbar .active>.nav-link,
.header .navbar .nav-link:hover {
    background: transparent;
    color: #000;
}

.header .active .nav-link-cart::after,
.header .nav-link-cart:focus::after,
.header .nav-link-cart:hover::after,
.header .navbar .active .dropdown-toggle::before,
.header .navbar .active .nav-link::before,
.header .navbar .nav-link:focus::before,
.header .navbar .nav-link:hover::before {
    background: var(--color-theme-primary);
    border-color: var(--color-theme-primary);
}

.header .navbar .active>.nav-link, 
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
    background-color: #F70000;
    color: #ffffff !important;
}

section:not(.page-home) .header .dropdown-item, section:not(.page-home) .header .dropdown-item.active {
    color: #ffffff !important;
}
.header .navbar .navbar-nav .dropdown-item, .header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

 .header .navbar .nav-link:hover {
    color: #666666 !important;
}

section:not(.page-home) .title {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1B7394EB1EEBE0FA76A747F1392E6523.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--color-theme-text-btn);~
    position: relative;
}

section:not(.page-home) .title .title-heading {
    margin: auto;
    padding: 4.5rem 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 4px var(--color-theme-text);
    text-align: center !important;
}

section:not(.page-home) .title-heading .title-heading-container {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1em;
}

.hp__contentBlurb .blurb__wrapper {
    border: 1px solid var(--color-theme-highlight);
    padding: 50px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.hp__contentBlurb .blurb__wrapper:last-of-type {
    margin-bottom: 0;
}

.hp__contentBlurb .blurb__wrapper .blurb__pre__title {
    font-size: 1em;
    margin-bottom: 5px;
}

.hp__contentBlurb .blurb__wrapper .blurb__title {
    font-size: 1.5em;
    font-weight: 700;
}

.hp__contentBlurb .blurb__wrapper .blurb__img__wrapper img {
    padding: 20px 0;
}

@media (max-width: 576px) {
    .hp__contentBlurb .blurb__wrapper {
        padding: 25px;
    }
}

@media (min-width: 440px) {
    section:not(.page-home) .title-heading .title-heading-container {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    section:not(.page-home) .title-heading .title-heading-container {
        font-size: 2.5rem;
    }
}
@media (min-width: 1400px) {
    section:not(.page-home) .title-heading .title-heading-container {
        font-size: 3rem;
    }
}

.card__button {
    padding: 15px;
    border-radius: 8px;
    background: var(--color-theme-secondary);
    border: none;
    color: var(--color-theme-text);
}

.cw-button {
    padding: 0.8em 1.8em;
    border: 2px solid var(--color-theme-primary);
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
    z-index: 1;
    font-family: secular one, sans-serif;
    color: var(--color-theme-primary);
}

.cw-button::before {
    content: "";
    width: 0;
    height: 650%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--color-theme-primary);
    transition: 0.5s ease;
    display: block;
    z-index: -1;
}

.cw-button:hover::before {
    width: 105%;
}

.cw-button:hover {
    color: #ffffff;
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary {
    background-color: var(--color-theme-primary) !important;
}

.btn-primary:hover {
    background-color: var(--color-theme-highlight);
    border: 1px solid var(--color-theme-highlight);
    color: #fff !important;
}

.btn-primary::before {
    background: 0 0 !important;
}

.cw-about-us {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.cw-about-us .container {
    background-color: #ffffff;
}

.cw-about-us .cw-about-us-button {
    width: 100%;
}

@media (min-width: 576px) {
    .cw-about-us .cw-about-us-button {
        width: unset;
    }
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
    border-bottom-color: var(--color-theme-primary);
}

.businessinfo .contact-title.contact-businessname {
    color: var(--color-theme-primary);
}

.form-forms-header {
    color: var(--color-theme-primary) !important;
}

.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%;
}

a.vehicle-picker-title {
    color: var(--color-theme-primary) !important;
}

a.vehicle-picker-title:hover {
    color: var(--black) !important;
}

.loan-app-module .vehicle-picker-container {
    background-color: #F0E9D7 !important;
    border: 1px solid #666 !important;
}

.loan-app-module .vehicle-picker-container .veh__price {
    color: var(--color-theme-primary) !important;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5em;
}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: var(--color-theme-text);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border: 1px solid var(--color-theme-text);
}

.social-button:hover {
    background-color: var(--color-theme-text);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.5);
}

.financing a {
    color: var(--black) !important;
}

.inventory .flex-card-item .inventory-title:hover {
    color: var(--color-theme-primary);
}

.inventory .card {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
    font-weight: 400 !important;
}

.inventory .inventory-cta .btn:hover {
    color: var(--inventory-buttontext) !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
    background-color: var(--inventorydetails-primary) !important;
    color: var(--inventorydetails-text-btn);
    border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
    background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
    background-color: var(--inventorydetails-primary) !important;
    color: var(--inventorydetails-text-btn);
    border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
    background-color: var(--inventorydetails-primary) !important;
}

section.page-inventory-details .btn.btn-primary:hover {
    background-color: var(--color-theme-highlight) !important;
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-highlight) !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
    margin-top: 10px !important;
}

.creditQualifyPage {
    margin-top: 4rem;
}

.btn-outline-secondary:hover {
    color: #fff !important;
}
.page-inventory-details .btn-secondary:hover {
    color: #fff !important;
}
.btn-secondary:hover {
    color: #fff !important;
}

.cw-about-us .container {
    background-color: #F70000;
}


.card__multi__style5 .item__card {
    background-color: #F70000!important;
    box-shadow: 0.25rem .25rem 0.25rem rgba(0, 0, 0, .15) !important;
    border: none;
}

.cw-about-top {
    padding: 1em 2em 1em 2em;
}


@media (min-width: 1200px) {
.cw-about-top {
    padding: 4em 6em 2em 3em;
}
}

@media (min-width: 1400px) {
    .cw-about-top {
        padding: 8em 6em 2em 3em;
    }
    }

.cw-about-top h3 {
    font-size: 3em;
}

.form-forms-header {
    color: var(--color-theme-text) !important;
}

 .loan-app-module h2 {
    display: none!important;
}

.header .toggle .icon-bar {
 background-color: #000; 
}

.header .navbar-toggler {
    border-color: #000;
}