.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: #fff !important;
    color: #fff !important;
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
    background-color: var(--color-theme-primary) !important;
}

/*custom header*/

.cw-custom-header {
    background-image: linear-gradient(45deg, #000, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A1A7F4ACFE1E52023899B79D7A915EA7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (min-width: 992px) {
    .cw-custom-header {
        background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E1F5BA40691B31BF13E1B0233BC9D507.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


.cw-custom-header h4 {
    font-weight: 200;
}




/*hero*/

.cw-main {
    background-image: url('https://post.carsforsale.com/CustomTemplatePhotos/382510/photos/rs_demo520_carbg.jpg');
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
    overflow: hidden;
    border-bottom: 8px solid #D6A728;
    box-shadow: 0 2px 5px #000;
}

.cw-main:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.cw-top-section {
    padding: 1em 0;
}


@media (max-width: 768px) {
    .cw-top-section {
        justify-content: center;
    }
}

.cw-top-section a i {
    font-size: 4em;
    color: #fff !important;
    margin: 0 .1em;
    text-align: center;
}

.cw-top-btns {
    padding: 1em 0;
    position: relative;
    z-index: 5;
}



.cw-btn p {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
    color: #000 !important;
}

.cw-btn img {
    width: 60px;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: .3s;
}

.cw-side-btns {
  width: 76%;
}

@media (max-width: 768px) {
    .cw-side-btns {
        width: 108%;
        justify-content: center;
    }
}

.cw-price {
    width: 100%;
    background: #D6A728;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: .25em 0;
    box-shadow: 3px 3px 10px #000;
}

.cw-price:hover {
    box-shadow: inset 0 0 20px #000, 3px 3px 10px #000;
}

.cw-price h5 {
    font-size: 2em;
    font-weight: 500 !important;
    font-style: italic !important;
    color: #000 !important;
    font-family: 'Anton', sans-serif;
    /*    text-shadow: 2px 2px 5px #000;*/
}

.cw-finance {
    width: 100%;
    background: #D6A728;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: 1em 0;
    box-shadow: 3px 3px 10px #000;
    overflow: hidden;
}

.cw-finance:hover {
    box-shadow: inset 0 0 50px #000, 3px 3px 10px #000;
}


.cw-finance h5 {
    font-size: 3em;
    font-weight: 500 !important;
    font-style: italic !important;
    color: #000 !important;
    font-family: 'Anton', sans-serif;
    /*    text-shadow: 2px 2px 5px #000;*/
    letter-spacing: 2px;
}

.cw-finance h5 span {
    font-size: 2.2em;
    font-weight: 500 !important;
    font-style: italic !important;
    color: #000 !important;
    font-family: 'Anton', sans-serif;
    /*    text-shadow: 2px 2px 5px #000;*/
}

.cw-finance h6 {
    color: #000 !important;
    width: 100%;
    background-color: #dddddd;
    margin: 0;
    padding: 5px 0;
    font-size: 1.5em;
    letter-spacing: 3px;
}




/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {
    .cw-top-btns {
        position: relative;
        z-index: 5;
    }

    .cw-btn {
        background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
        background: -webkit-linear-gradient(top, #ffffff 0%, #aaaaaa 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #aaaaaa 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #aaaaaa 100%);
        padding: 1em;
        width: 100%;
        float: left;
        display: block;
        position: relative;
        transform: skewX(30deg);
        border: 1px solid #777777;
        margin-bottom: 1em;
    }

    .cw-top-btns a:nth-child(1) .cw-btn {
        border-radius: 10px 0 0 10px;
    }

    .cw-top-btns a:nth-child(4) .cw-btn {
        border-radius: 0 10px 10px 0;
    }

    .cw-btn p {
        font-weight: 700;
        line-height: 1.2em;
        margin: 0;
        transform: skewX(-30deg);
    }

    .cw-btn p span {
        margin-left: 1.2em;
    }

    .cw-btn img {
        width: 5vw;
        position: absolute;
        top: 25px;
        right: 0;
        transform: skewX(-30deg);
    }
}

/* MD: 992px & Up */
@media (min-width: 992px) {
    .cw-top-btns {
        padding: 1em 0 0;
    }

    .cw-top-section a i {
        padding: .5em 0 0;
    }

    .cw-btn p {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.2em;
        margin: 0;
        transform: skewX(-30deg);
    }

    .cw-btn img {
        width: 55px;
        position: absolute;
        top: 22px;
        right: 5px;
        transform: skewX(-30deg);
    }

    .cw-price h5 {
        font-size: 1.2em;
    }

    .cw-finance h5 {
        font-size: 1.5em;
    }

    .cw-finance h6 {
        font-size: .9em;
    }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
    .cw-btn {
        padding: 1em 1em 0em;
    }

    .cw-btn p {
        font-size: 1.3em;
    }

    .cw-btn img {
        width: 25%;
        position: absolute;
        top: 20px;
        right: 5px;
        transform: skewX(-30deg);
    }

    .cw-price h5 {
        font-size: 1.5em;
    }

    .cw-finance h5 {
        font-size: 2.2em;
    }

    .cw-finance h6 {
        font-size: 1.4em;
    }
}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {
    .cw-price h5 {
        font-size: 2em;
    }

    .cw-finance h5 {
        font-size: 3em;
    }

    .cw-finance h6 {
        font-size: 1.4em;
    }
}



	/* -------------------- Footer ---------------------- */
	.cw-footer {
		background: #111;
		color: #fff;
		padding: 1.5rem 0;
	}

	.cw-footer .cw-foot-logo {
		display: block;
		text-align: center;
	}

	.cw-footer .cw-foot-logo img {
		width: 300px;
	}

	.cw-footer a {
		color: #fff;
	}

	.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 p,
	.cw-foot-info li {
		font-size: 0.9rem;
	}

	.cw-foot-info li {
		color: #fff;
		line-height: 30px;
		border-bottom: 1px solid #555;
	}

	/* Token hours coloring */
	.cw-foot-info li.today {
		color: var(--color-theme-primary);
		font-weight: 700;
	}

	.cw-foot-info .business-hours {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.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: 768px) {
		.cw-foot-info p,
		.cw-foot-info li {
			font-size: 1rem;
		}
	}

	/* -------------------- default footer & footer nav ---------------------- */
	footer.footer {
		padding-top: 0.5rem;
	}

	.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;
	}

	.footer .dropdown-menu {
		border-radius: 0;
	}



    .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
        border-color: #CA9F1B !important;
        color: #CA9F1B !important;
    }


    .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
        color: #000 !important;
    }