/* vpages css */
.vcontainer {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.themeVPagesSection .dynamic-content.bottom {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}

.themeVPagesSection .container-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.themeVPagesBannerCard {
	position: relative;
}

.themeVPagesBannerContent {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1250px) {
    .themeVPagesBannerContent {
    	padding-left: 15px;
        padding-right: 15px;
    }
}

.themeVPagesBannerImage {
	background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    position: relative;
    background-position: 70% center;
}

@media screen and (max-width: 767px) {
    .themeVPagesBannerImage {
    	height: 250px;
    }
}

.themeVPagesBannerImage::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}

.themeVPagesBannerText h1,
.themeVPagesBannerText h3 {
	color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .themeVPagesBannerText h1,
    .themeVPagesBannerText h3 {
    	font-size: 24px;
        margin-bottom: 10px;
    }
}

.themeVPagesBannerText ul li {
	color: #fff;
}

.themeVPagesBannerText p {
	color: #fff;
    margin-bottom: 0;
}

.themeVPagesContentSection {
	padding: 50px 0;
}

@media screen and (max-width: 1250px) {
    .themeVPagesContentSection {
    	padding-left: 15px;
        padding-right: 15px;
    }
}

.themeVPagesContentBox h2 {
	margin-bottom: 15px;
}

.themeVPagesContentBox p {
	margin-bottom: 0;
}

.themeVPagesContentBox {
	margin-bottom: 20px;
}

.themeAccordionContent {
	display: none;
    padding: 15px 20px;
    background-color: #efefef;
}

.themeVPagesSection .themeAccordionContent ul {
	display: flex !important;
    padding-left: 20px;
    flex-direction: column;
    gap: 5px !important;
}

.themeVPagesSection .themeAccordionContent ul li {
	list-style: disc;
}

.themeAccordion {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.themeAccordionTitle h3 {
	margin-bottom: 0;
    display: block;
    padding: 15px 20px;
    box-shadow: 0 0 20px rgba(153, 0, 0, 0.05);
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.themeAccordionTitle h3::before {
    content: "\F105";
    font-family: FontAwesome\ 4;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    color: #990000;
}

.themeVPagesSection #vehicle-data-lists {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1250px) {
    .themeVPagesSection #vehicle-data-lists {
    	padding-left: 15px;
        padding-right: 15px;
    }
}

.themeVPagesSection .oem-vehicle-picker-module .vehicle-column.non-year {
	min-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}

.themeVPagesSection .oem-vehicle-picker-module .vehicle-column ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .themeVPagesSection .oem-vehicle-picker-module .vehicle-column ul {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeVPagesSection .oem-vehicle-picker-module .vehicle-column li {
	margin-bottom: 0;
}

.themeVPagesSection .oem-vehicle-picker-module .vehicle-column a {
	padding: 10px 15px;
    display: block;
    border: 0;
    background-color: #990000;
    color: #fff;
    border-radius: 3px;
}

.store-logo-module .store-logo-link img {
    margin: 10px 0;
    max-height: 60px;
    max-width:64%
}

.custom-html22 {
color: white; 
}