.promotional-banner-wrap {
background-color: red !important;
}
 
.promotional-banner-text {
color: white !important;
font-size: 18px !important;
}
 
.promotional-banner-link {
color: white !important;
}

#mobile-header #mobile-menu .mobile-sub-nav.open .mobile-sub-list {
	height: auto !important;
}

.themeBrandModel .links-list li {
	text-align: center;
    
}

.themeBrandModel {
	overflow: hidden;
}

.themeBrandModel .owl-carousel.owl-loaded {
	display: block;
}

.themeBrandModel .links-list li a {
	color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}

.themeBrandModel .links-list li a::before {
	content: "";
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.themeBrandModel .links-list .owl-item:nth-child(1) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/200.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(2) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/300.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(3) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/challanger.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(4) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/charger.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(5) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/durango.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(6) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/journey.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(7) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/grand_cherokee.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(8) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/wrangler.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(9) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/1500_classic_copy.webp);
}

.themeBrandModel .links-list .owl-item:nth-child(10) a::before {
	background-image: url(https://cdn.revolutionparts.io/aa28a71812455a9c1955cce1ce8b8aa5/design/models/all_models.webp);
}

.themeBrandModel .links-list li a:hover,
.themeBrandModel .links-list li a:focus {
	text-decoration: none;
    color: #000;
}