.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #C61F21!important;
}


	/* Big Buttons */
	.cw-main-background {
		background-color: #DF0000;
		padding: 1em 0;
		overflow: hidden;
		-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
	}

	.cw-main-background * {
		-webkit-transition: 200ms;
		-o-transition: 200ms;
		transition: 200ms;
	}

	.cw-main-buttons .cw-btn {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0.4em 0;
		position: relative;
	}

	.cw-main-buttons .cw-btn .cw-text {
		background-color: #333333;
		color: #ffffff;
		padding: 1em 1em;
		border-radius: 0.2em;
		text-align: left;
		position: relative;
		overflow: hidden;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		-webkit-box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.3);
		box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.3);
		border-bottom: 4px solid #df0000;
	}

	.cw-main-buttons .cw-btn .cw-btnText {
		text-transform: uppercase;
		font-family: "Oswald", sans-serif;
		position: relative;
		z-index: 1;
	}

	.cw-main-buttons .cw-btn .cw-btnText h5 {
		font-size: 1.2em;
		font-weight: 500;
		color: #a0a0a0;
		margin-bottom: 0;
	}

	.cw-main-buttons .cw-btn .cw-btnText h6 {
		color: #ffffff;
		font-size: 1.5em;
		margin-top: 4px;
	}

	.cw-main-buttons .cw-btn .cw-text i {
		font-size: 4em;
		right: 0.25em;
		position: absolute;
		-webkit-transform: translateY(-90%);
		-ms-transform: translateY(-90%);
		transform: translateY(-90%);
		color: #999999;
	}

	.cw-main-buttons .cw-btn:hover i{
        color:#fff;    
    }

	.cw-main-buttons .cw-btn:hover .cw-btnText h6 {
		color: #df0000;
	}

	.cw-main-buttons .cw-btn:hover .cw-text {
		border-color: #ffffff;
	}


	/* Hours */
	.cw-dealership-hours {
		width: 90%;
		margin: 1.5em auto;
		color: #ffffff;
	}

	.cw-dealership-hours h6 {
		font-size: 1.5em;
		text-transform: uppercase;
		padding-bottom: 0.2em;
		border-bottom: 2px solid #df0000;
	}

	.cw-dealership-hours .c-table {
		font-size: 1.2em;
		line-height: 1.7em;
		border-bottom: 1px solid #333333;
	}

	.cw-dealership-hours .c-table:last-child {
		border-bottom: none;
	}

	.cw-dealership-hours .cw-openingHours span span {
		font-size: 0.9em;
	}

	/* Custom SM: 440px & Up */
	@media (min-width: 440px) {
		
	}

	/* SM: 768px & Up */
	@media (min-width: 768px) {
		.cw-main-buttons .cw-btn {
			padding: 1em 0;
		}

		.cw-main-buttons .cw-btn .cw-text i {
			font-size: 4em;
		}

		.cw-main-buttons .cw-btn .cw-text {
			padding: 2em 1em;
		}

	}

	/* MD: 992px & Up */
	@media (min-width: 992px) {
		.cw-main-background {
			padding: 2em 0;
		}

		.cw-main-buttons .cw-btn .cw-text i {
			font-size: 4em;
		}

	}

	/* LG: 1200px & Up */
	@media (min-width: 1200px) {
		.cw-main-buttons .cw-btn .cw-btnText h5 {
			font-size: 1.2em;
		}

		.cw-main-buttons .cw-btn .cw-btnText h6 {
			font-size: 1.7em;
		}
	}
