 body:not(.home).template10 .vehicle-title {
    color: #fff;
}
body:not(.home).template10 .title-price-holder .price-holder .display-price {
    color: #fff;
    font-size: clamp(1.875rem, 1.8019rem + 0.3247vw, 2.1875rem);
   text-align: center;
}
body:not(.home).template10  .price-holder .display-price {
    color: #fff;
    font-size: clamp(1.875rem, 1.8019rem + 0.3247vw, 2.1875rem);
   text-align: center;
}
.title-stock-vin-holder {
    display: flex;
    flex: 0 0 65%;
    flex-direction: column;
    gap: 5px;
}
.price-caption-holder p{
    color: red !important;
    font-size: clamp(1.875rem, 1.8019rem + 0.3247vw, 2.1875rem);
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.card-listing-banner {
     background-color: transparent;
}
body:not(.home).template10 .listing-vehicles-card .listing-button:hover {
    color: #000 !important;
}
.inventory-section .price-holder {
    background-color: transparent;
   color: #fff;
}
.info-holder .item-row:nth-child(odd) {
    background-color: transparent;
    color: white;
}
.info-holder .item-row:nth-child(2n) {
    background-color: transparent;
   color: white;
}
.card-holder, .inventory-ly-2 .vehicles-data-info .title-price-holder, .listing-vehicles-card-3 .vehicles-data-info .title-price-holder {
    background-color: transparent;
}
body:not(.home).template10 input:not([type=checkbox]):not([type=range]):not([type=radio]), body:not(.home).template10 select {
    background-color: rgba(0, 0, 0, .1) !important;
}
.website-top-bar .website-nav-button.website-nav-action {
    box-sizing: border-box;
    flex: 0 0 20%;
    margin-left: auto;
    overflow: hidden;
    margin-right: 15px;
    max-width: 250px;
}
.website-top-bar .website-nav-button.website-nav-action .v12-button {
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px;
}
.v12-button:hover {
    color: #000 !important;
}
.website-header-container .btn-hide {
	display: none;
}
@media(width <= 1500px) {
     .inventory-section .inventory-listing-holder.flex-100 {
          padding: 0 1rem;
          box-sizing: border-box;
       }
}
@media(width <= 1024px) {
     .website-header-container .btn-hide {
		display: block;
	}
	.website-header-container .btn-hide .website-nav-action {
		display: block;
	}
	.website-header-container .website-nav-button a {
		font-size: 12px;
        padding: 5px;
        box-sizing: border-box;
		min-width: 190px;
	}
}

/**/

.hero-slider .swiper-slide {
    position: relative;
}

.hero-slider .swiper-slide::before {
   	content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    z-index: 1;
    pointer-events: none;
    opacity: 0.35;
}

.hero-slider .slide-content {
    position: relative;
    z-index: 2;
}
.template10 .hero-slider .slide-title {
	font-size: clamp(25px,2.5vw,40px);
}
   .hero-slider .slide-text-holder {
        gap: 1rem;
    }
	.template10 .hero-slider .slide-tag-line {
    margin-top: -10px;
}
@media (max-width: 1024px) {
    .hero-slider .slide-text-holder {
        gap: 10px;
    }
	.template10 .hero-slider .slide-tag-line {
    margin-top: -15px;
}
}