@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Global */
.template5 .home_section_headline {
	color: #090B0D;
	text-align: left;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.home-section {
	margin: auto;
	padding: 48px 0;
}

section.banner-action-holder {
	background: #fff;
}

.page-template-home-page section:nth-of-type(2n) {
	background-color: #fff;
}

.page_testimonials .side-bar, .page_reviews .side-bar, .page_about-us .side-bar, .page_about-us .title,.page_reviews .title, .page_reviews hr.divider, .page_about-us hr.divider, .content-block.map .title, .content-block.map hr.divider, .side-bar .info-block-title .fa-clock, .side-bar .side-bar-block.side-bar-contact-form:not(:has(.wt_form_subscribe_blog)), .bottom-section {
	display: none;
}

body:not(.page_about-us):not(.page_contact-us):not(.page_testimonials):not(.page_contact-us):not(.page_reviews) .content-block, body:not(.page_about-us):not(.page_contact-us):not(.page_testimonials):not(.page_contact-us):not(.page_reviews) .side-bar-block {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #F1F2F4;
	padding: 24px;
}

.content-block .title, .side-bar-block .contact-left-title, .side-bar-block .title, .side-bar .info-block-title:has(.fa-clock) span {
	color: #000;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.side-bar .info-block-title:has(.fa-clock) span {
	margin-bottom: 1rem;
}

.side-bar .info-block-title span {
	color: #090B0D !important;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.side-bar-contact-info i {
	color: #090B0D;
}

.divider {
	background-color: #C2C8D1;
	border: none;
	height: 1px;
}

.side-bar .side-bar-operation-info .operation-list .operation-item span {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.info-block p {
	color: #505D6F;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.main-container {
	background-color: #fff;
	padding-bottom: 48px;
	padding-top: 48px;
}

.top-banner {
	color: #fff;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -1px;
}

.content-block.map {
	margin-bottom: 0;
}

.content-holder .content p {
	color: #090b0d;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.side-bar .info-block-title:has(.fa-clock) {
	border-bottom: 1px solid #C2C8D1;
	margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
	.main-container {
		padding: 24px;
	}

	.content-block:not(.map), .side-bar-block {
		margin-bottom: 24px !important;
	}

	.content-block.map {
		margin-bottom: 0 !important;
	}

	.home-section {
		padding: 24px 0;
	}
}

/* Header */
.menu-item a {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 16px;
	height: auto;
	min-height: auto;
}

.website-nav-items {
	justify-content: center;
}

.current-menu-item a {
	background: var(--primary-color);   
	color: #fff;
}

.website-items .menu-item {
	display: flex;
	align-items: center;
}

#menu-main-menu .menu-item a:hover {
	color: #fff !important;
	background: var(--primary-color);
}


#menu-main-menu .sub-menu .menu-item:hover a {
	color: var(--primary-color) !important;
	background: transparent;
}

ul#menu-main-menu {
	gap: 10px;
}

.social-action-icons .social-icons-list .social-icon a {
	border-radius: 100%;
}

div.website-top-bar-list > div:nth-child(3) {
	display: none;
}

.with-top-bar .website-top-bar-list>.website-top-bar-list-item:not(:last-child) {
	border-right: none;
}

.with-top-bar .website-top-bar-list-item>a {
	color: #fff;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.with-top-bar .gtranslate_wrapper {
	margin-left: 24px;
}

.search-header i {
	color: #090B0D;
}

.with-top-bar .website-top-bar-list {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.header-layout-2 .website-header-container, .header-layout-3 .website-header-container {
	box-shadow: 0px 3px 17px #e9e9e9eb;
}

/* Advanced search */
.home-section:has(.home-search-section ) {
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
	height: auto;
	margin-top: -6rem;
	border-radius: 12px;
	background: #F1F2F4;
	box-sizing: border-box;
	padding: 16px;
}


.search_buttons_block .search_block {
	width: 100%;
	border-radius: 12px;
	background: #F1F2F4;
	box-sizing: border-box;
	padding: 16px;
}

.search-form-price-buttons-holder {
	gap: 16px;
}

@media screen and (max-width: 1024px) {
	.tab-button {
		min-width: auto;
	}
}

/* Hero */
.hero-slider .slide-title {
	text-align: center;
	font-family: 'Roboto';
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: -1px;
	text-transform: capitalize;
	text-wrap: pretty;
}

.hero-slider .slide-content {
	width: var(--layout-width);
	margin: auto;
}

.slide-actions .v12-button {
	border-radius: 16px;
	width: auto;
	padding: 16px 32px;
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.hero-slider .slide-text-holder {
	gap: 48px;
}

.second-cta {
	color: #000 !important;
	border: 1px solid #C2C8D1;
	background-color: #fff !important;
}

.slide-actions {
	gap: 16px;
}

@media screen and (max-width: 1024px) {
	.hero-slider .slide-content {
		width: auto;
	}

	.hero-slider .slide-title {
		font-size: 45px;
	}
}

/* Body type */
.search-by-body-type-container a {
	background-color: transparent;
}

p.body_type_name {
	color: #090B0D;
	text-align: center;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.search-by-body-type-container {
	gap: 24px;
	align-items: flex-start;
}

/* Custom Section (after search) */
.section-after-search .first-col, .section-after-search .second-col {
	text-align: left;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 8PX;
	border-radius: 16PX;
	background: #F1F2F4;
	color: #000;
}

.section-after-search .first-col img, .section-after-search .second-col img {
	width: 42px;
	height: 42px;
}

.section-after-search .first-col h4, .section-after-search .second-col h4 {
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

.section-after-search .first-col p, .section-after-search .second-col p {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.section-after-search .first-col a, .section-after-search .second-col a {
	border-radius: 12px;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 24px;
	box-sizing: border-box;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	margin-top: 16px;
}

.section-after-search tr {
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.section-after-search tr {
		flex-direction: column;
	}
}

/* User Car Section */
.used-cars {
	padding: 80px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(https://cdn-websites.autodealersdigital.com/images/111831/editor/KgGSbxK9hT.webp) lightgray 50% / cover no-repeat;	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title-used-cars {
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.txt-used-cars {
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.used-cars a {
	color: #fff;
	border-radius: 16px;
	background: var(--primary-color);
	width: max-content;
	margin: auto;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}

@media screen and (max-width: 1024px) {
	.used-cars {
		padding: 40px;
	}
}

/* Testimonials / Reviews */
.template5 .reviews-1-container .swiper-slide, .template5 .testimonials-1-container .swiper-slide {
	display: flex;
	font-size: 18px;
	justify-content: flex-start;
	text-align: center;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #F1F2F4;    
	box-shadow: none;
	height: auto;
	padding: 24px;
}

.reviews-1-container .review, .testimonials-1-container .testimonials {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
	padding: 24px;
	width: 100%;
	align-items: flex-start;
	box-sizing: border-box;
}

.template5 .reviews-1-container .review>p, .template5 .testimonials-1-container .review>p {
	text-align: left;
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	width: 100%;
}

.template5 .reviews-1-container .name, .template5 .testimonials-1-container .name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -.5px;
	width: 100%;
}

.reviews-1-container .infos, .testimonials-1-container .infos {
	gap: 6px;
	display: flex;
	flex-direction: column;
	text-align: start;
}

.reviews-1-container .user-holder img, .testimonials-1-container .user-holder img {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	margin-right: 1em;
	border: 1px solid var(--primary-color);
}

.testimonials-swiper-pagination, .reviews-swiper-pagination {
	display: block;
}

.swiper-pagination-bullet-active-main {
	background: #323945;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: var(--primary-color) !important;
}

.featured-navigation.swiper-button-next, .featured-navigation.swiper-button-prev, .reviews-navigation.swiper-button-next, .reviews-navigation.swiper-button-prev, .testimonials-navigation.swiper-button-next, .testimonials-navigation.swiper-button-prev {
	position: relative;
	top: 0;
	border-radius: 16px;
	border: 1px solid #C2C8D1;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: none;
}

.featured-navigation.swiper-button-next:after, .featured-navigation.swiper-button-prev:after, .reviews-navigation.swiper-button-next:after, .reviews-navigation.swiper-button-prev:after, .testimonials-navigation.swiper-button-next:after, .testimonials-navigation.swiper-button-prev:after {
	color: #090B0D;
}

.main-testimonials-navigation, .main-reviews-navigation {
	display: flex;
	gap: 12px;
	width: 100%;
}

.reviews-1-container .swiper-container, .testimonials-1-container .swiper-container {
	gap: 24px;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	display: flex;
}

.testimonials-title, .reviews-title, .brand-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

#read-reviews, #read-testimonials, #view-featured, #read-brand {
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 0;
	background: transparent;
	border: none;
	margin: 0;
	width: auto;
	display: flex;
	gap: 8px;
	flex-direction: row;
}

.reviews-holder, .testimonials-holder {
	gap: 24px;
	display: flex;
	flex-direction: column;
}

.testimonials-1-swiper-container .swiper-wrapper, .reviews-1-swiper-container .swiper-wrapper {
	margin-bottom: 2rem;
}

.reviews-1-container .user-holder, .testimonials-1-container .user-holder {
	align-items: center;
	display: flex;
	justify-content: start;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.testimonials-title, .reviews-title, .brand-title {
		flex-direction: column;
	}

	.reviews-1-container .user-holder img, .testimonials-1-container .user-holder img {
		margin-right: 0;
	}
}

/* Featured Inventory */
.inventory-container .inventory_home_slider .title-price-holder {
	justify-content: start;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.inventory-action-holder {
	flex-direction: column;
	gap: 24px;
}

.inventory-card {
	border-radius: 12px !important;
	border: 1px solid #C2C8D1 !important;
	background: #fff !important;
	box-shadow: none !important;
}

.template6 .inventory-container .inventory-info-holder {
	padding: 16px;
	gap: 24px;
}

.inventory-container .icons-list-info {
	width: 100%;
	display: grid !important;
	gap: 10px;
	grid-template-columns: repeat(1, 1fr);
}

.inventory-container .icons-list-info span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #505D6F;
}

.inventory-container .icons-list-info li {
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	justify-content: space-between;
}

.inventory-container .list-icon-info .price-holder .display-price {
	color: #000 !important;
	text-align: right;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.inventory-container .title-price-holder .title-holder .title {
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.inventory-container .title-price-holder .title-holder p {
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.inventory-container .view-more {
	border-radius: 16px !important;
	background: var(--primary-color) !important;
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center !important;
	padding: 10px;
}

.inventory_title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.inventory_infos_title {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.featured-navigation.swiper-button-next {
	right: 93%;
}

.pagination_container {
	margin-top: 52px;
}

.infos-title {
	display: flex;
	align-items: center;
	gap: 5px;
}

p.text-price {
	color: #fff;
	text-overflow: ellipsis;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
}

.inventory-container p.home_section_sub_title {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}

.featured_inventory_title {
	color: #050B20;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

@media screen and (max-width: 1024px) {
	.home-block-inventory .image-placeholder {
		min-height: auto;
	}

	.featured-navigation.swiper-button-next {
		right: 70%;
	}
}

/* Testimonials page / Reviews */
.reviews-section, .testimonials-section {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #F1F2F4;
	padding: 24px;
	margin-bottom: 0;
}

.flex-reviews, .flex-testimonials {
	margin-bottom: 24px;
	align-items: center;
}

.data-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.reviews .comment-testimonials p, .testimonials .comment-testimonials p {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.reviews .rating .fa-star.active, .testimonials .rating .fa-star.active {
	color: #FC0;
}


.flex-reviews .right .name, .flex-testimonials .right .name {
	color: #000;
	font-family: 'Roboto';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
}

.title-testimonials {
	color: #050B20;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

#see_more {
	width: auto;
	margin: auto;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 24px;
	border-radius: 999px;
}

.testimonials-container.content-block, .page_reviews .content-block {
	gap: 24px;
	padding: 0;
}

.flex-reviews .left img, .flex-testimonials .left img {
	height: 56px;
	width: 56px;
	border: 1px solid var(--primary-color);
}

.testimonials-tagline {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

@media screen and (max-width: 750px) {
	.data-testimonials {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Blog page */
.post-title {
	color: #2D3748;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -.5px;
}

.page_blog  .content-block {
	background-color: #fff !important;
	padding: 0 !important;
	margin-bottom: 24px;
}

.post-excerpt {
	color: #718096;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.card-action {
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.post-info-holder {
	padding: 16px;
	width: 100%;
}

img.post-featured-image {
	width: 269px;
	border-radius: 12px 0 0 12px;
}

.wt_form_subscribe_blog input {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
}

.wt_form_subscribe_blog button#submit-form {
	border-radius: 16px;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.post-date-published {
	color: #718096;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: auto;
}

.post-info-holder .card-action-holder {
	align-items: center;
	justify-content: space-between;
}

.blog-head {
	width: var(--layout-width);
	margin: 0 auto 24px;
	gap: 24px;
	display: flex;
	flex-direction: column;
}

.blog-tagline {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.title-blog {
	color: #050B20;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.post-text-content h1 {
	text-align: left;
}

@media screen and (max-width: 1024px) {
	img.post-featured-image {
		width: 100%;
		border-radius: 12px 12px 0 0;
	}

	.post-text-content h1 {
		font-size: 20px;
	}

	.blog-head {
		width: auto;
	}

	.main.main-single-blog, .other-post-grid {
		padding: 0;
	}
}

/* Contact page */
.page_contact-us .main-container form {
	padding: 0;
}

.page_contact-us .side-bar, .page_contact-us .title, .page_contact-us .divider, .page_contact-us .bottom-section {
	display: none;
}

.page_contact-us .page-content {
	display: grid;
	grid-template-columns: 36% 60.5%;
	gap: 3rem;
}

.page_contact-us .content-block {
	background-color: transparent;
	padding: 0;
}

.page_contact-us .content-block:has(form) {
	border-radius: 12px;
	background: #F1F2F4;
	padding: 24px;
	margin: 0;
	border: 1px solid #C2C8D1;
}

.page_contact-us .content-block input, .page_contact-us .content-block textarea {
	border-radius: 12px !important;
	border: 1px solid #C2C8D1 !important;
	color: #5A687D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.page_contact-us .content-block input::placeholder, .page_contact-us .content-block textarea::placeholder {
	color: transparent;
}

.page_contact-us .content-block .agreement .floating_label_checkbox {
	color: #5A687D;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
}

.page_contact-us .content-block .checkbox label {
	color: #090B0D;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.page_contact-us .content-block .acf-form_grouped_fields>span {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
}

.page_contact-us .content-block .wt_form_contact .submit-form-wt_form_contact {
	max-width: 100%;
	border-radius: 16px !important;
	background: var(--primary-color);
	color: #fff !important;
	text-align: center !important;
	font-family: Inter;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	text-transform: capitalize;
}

.page_contact-us .contact-title {
	color: #000;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -1px;
}

.page_contact-us .content-block p {
	color: #011334;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.page_contact-us .content-holder .content {
	gap: 24px;
}

.page_contact-us .content-holder table td {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
}

.page_contact-us .content-holder table p, .page_contact-us .content-holder table a {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

@media screen and (max-width: 1024px) {
	.page_contact-us .page-content {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}

	.page_contact-us .content-holder table {
		width: 100%;
	}

	.page_contact-us .content-holder .acf-form_grouped_fields:has(.checkbox) {
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: left
	}

	.page_contact-us .content-block .acf-form_grouped_fields>span {
		flex: 0 0 100%;
	}

	.page_contact-us .content-block:has(form) {
		padding: 0;
		background: transparent !important;
	}

	.page_contact-us .main-container form {
		padding: 20px;
	}
}

/* About page */
.page_about-us .content-block {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
}

.page_about-us .about-title {
	color: #000;
	font-family: 'Roboto';
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px !important;
	letter-spacing: -1px;
}

.page_about-us .first-col p {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.page_about-us td.first-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 55%;
}

.page_about-us td.first-col a {
	border-radius: 16px;
	background: var(--primary-color);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 24px;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.page_about-us tr {
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: space-between;
}

.page_about-us .home-section {
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.page_about-us tr {
		flex-direction: column;
		gap: 2rem;
	}

	.page_about-us .home-section {
		padding: 0;
	}

	.page_about-us td {
		width: auto !important;
	}

	.page_about-us .about-title {
		font-size: 40px;
	}
}

/* Financing Page */
a.v12-button.finance-pre-approved-btn, #calc_button {
	background-color: var(--primary-color);
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	border-radius: 999px;
	width: 100%;
}

a.v12-button.finance-pre-approved-btn .icon-check {
	display: none;
}

/* VDP page */
body.transparent-bg {
	background-color: #fff;
}

.sec-vdp-1 .sec-title {
	background: transparent;
	padding: 0 !important;
}

.sec-vdp-1 .col-1-vdp-1 .sec-media, .sec-vdp-1 .wt_form_ask h2, .col-3-vdp-1 {
	display: none !important;
}

.sec-vdp-1 .sec-title .title .title-vhs {
	color: #000;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.sec-vdp-1 .sec-title .col-id-vin p {
	align-items: center;
	color: #323945;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
}

.sec-vdp-1 .sec-title .price {
	flex-direction: column;
	color: #505D6F;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.sec-vdp-1 .display-price {
	text-align: end;
	color: #000;
	font-family: Roboto;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 36px;
	letter-spacing: 0;
}

.sec-vdp-1 .col-2-vdp-1 section, .sec-vdp-1 .side-bar-contact-info {
	border-radius: 12px !important;
	margin-bottom: 32px !important;
	padding: 24px !important;
	border: 1px solid #C2C8D1;
	background: #fff;
}

.sec-vdp-1 .col-vdp-1 {
	gap: 48px;
}

.sec-vdp-1 .col-vdp-1 p {
	color: #000;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
}

.sec-vdp-1 .col-1-vdp-1 section, .sec-vdp-1 .content-block.media {
	border-radius: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.sec-vdp-1 .col-1-vdp-1 .sec-slide {
	background-color: transparent;
	padding: 0 !important;
	border: none;
}

.sec-vdp-1 .sec-slide img {
	border: 1px solid #E1E4E9;
	border-radius: 12px;
	width: -webkit-fill-available;
}

.sec-vdp-1 .col-1-vdp-1 .sec-slide > div {
	gap: 0 !important;
}

.sec-vdp-1 .col-1-vdp-1 .sec-slide .swiper-slide .img-slide, .sec-vdp-1 .col-1-vdp-1 .sec-slide .swiper-slide-thumb img {
	border-radius: 12px;
}

.sec-vdp-1 .title-section-vdp, .sec-vdp-1 .content-block.media:not(:has(.left-column-finance)) .title, .sec-vdp-1 .sec-equipment .title-equipment, .sec-vdp-1 .sec-vhs-report .title-vhs-report {
	color: #000 !important;
	font-family: 'Roboto';
	font-size: 24px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 32px;
	letter-spacing: -0.5px;
	margin: 0 !important;
	text-transform: capitalize !important;
}

.sec-vdp-1 .col-1-vdp-1 section hr.solid, .sec-vdp-1 .col-2-vdp-1 section hr.divider, .sec-vdp-1 .side-bar-contact-info hr.divider, .sec-vdp-1 .content-block.media hr.divider {
	background: #C2C8D1;
	border: none;
	margin: 0 !important;
}

.col-1-vdp-1 hr {
	height: 4px;
}

.sec-vdp-1 .col-1-vdp-1 section > div, .sec-vdp-1 .side-bar-block, .sec-vdp-1 .content-block.media, .sec-vdp-1 .sec-vhs-report {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sec-vdp-1 .subtitle-equipment, .sec-vdp-1 .content-block.media:has(.left-column-finance)  {
	background: #fff !important;
}

.sec-vdp-1 .sec-vhs-info .title-data-vhs-info {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: capitalize;
	white-space: normal;
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

.sec-vdp-1 .sec-vhs-info .subtitle-data-vhs-info {
	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.sec-vdp-1 .data-vhs-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	align-items: center;
	background: #F1F2F4;
	padding: 16px;
}

.sec-vdp-1 .sec-vhs-info .grid-vhs-info {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sec-vdp-1 .side-bar-contact-form .contact-left-title, .sec-vdp-1 .side-bar-block .title, .sec-vdp-1 .side-bar .info-block-title.opening-hours span {
	color: #323945;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0;
}

.sec-vdp-1 .side-bar-block.side-bar-contact-form {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.sec-vdp-1 .sec-title.sticky {
	background: #fff !important;
	padding: 24px 0 !important;
}

.sec-vdp-1 .side-bar .info-block-title span {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.sec-vdp-1 .side-bar .info-block p, .side-bar .side-bar-operation-info .operation-list .operation-item span {
	color: #505D6F;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
}

.side-bar .side-bar-operation-info .operation-list .operation-item span.operation-range {
	text-align: end;
}

.sec-vdp-1 #acf-form button#submit-form {
	color: #fff;
	background: var(--primary-color);
	text-transform: capitalize;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 12px;
}

.sec-vdp-1 .sec-btn-sidebar .btn-sidebar, .sec-vdp-1 .sec-btn-sidebar .btn-check {
	border-radius: 16px;
	color: var(--primary-color);
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	padding: 12px 24px;
	text-decoration: none;
	text-transform: capitalize;
	background: #fff;
}

.sec-vdp-1 .sec-btn-sidebar .btn-check svg, section.col-2-vdp-1 > div > div > div.title, section.col-2-vdp-1 > div > div > .divider {
	display: none;
}

.buttons_check_vdp a:nth-child(2), .sec-vdp-1 .sec-btn-sidebar .btn-check:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.sec-vdp-1 #acf-form label.floating_label {
	color: #5A687D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.sec-vdp-1 .left-column-finance .card-list-estimates-credit {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
	margin: .75rem 0 35px;
}

.sec-vdp-1 .left-column-finance .card-list .card-estimates-credit, .sec-vdp-1 .left-column-finance .card-list .card-term-month {
	border-radius: 16px;
	border: 1px solid #C2C8D1;
	background: #fff;
	box-shadow: none;
}

.sec-vdp-1 .card-list .selected {
	border: 1px solid #C2C8D1 !important;
	background: #E1E4E9 !important;
}

.sec-vdp-1 .right-column-finance {
	margin-top: 35px;
}

.image-icon {
	text-align: center;
	margin-bottom: 25px;
}

.sec-vdp-1 .block-range span {
	color: #323945;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.sec-vdp-1 .block-range .group input {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #fff;
	padding: 12px 16px;
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.sec-vdp-1 .left-column-finance .title {
	color: #000 !important;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 26px;
	letter-spacing: 0;
	margin: 0 !important;
	text-transform: capitalize !important;
}

.sec-vdp-1 #acf-form input, .sec-vdp-1 #acf-form textarea {
	border-radius: 8px !important;
	border: 1px solid #C2C8D1 !important;
}

.sec-vdp-1 #acf-form .agreement label {
	color: #5A687D;
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
}

.sec-vdp-1 .calculator-container {
	flex-direction: column;
	align-items: center;
	border: none;
}

.sec-vdp-1 .left-column-finance, .sec-vdp-1 .right-column-finance {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 0;
}

.sec-vdp-1 .right-column-finance .price-estimate-bottom span span {
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
}

span.ir:before {
	content: '%';
}

.sec-vdp-1 .right-column-finance .price-estimate-bottom span {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	padding: 12px;
	align-items: center;
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.right-column-finance .price-estimate-bottom span:nth-child(2) {
	border-top: 1px solid #C2C8D1;
	border-bottom: 1px solid #C2C8D1;
}

a.v12-button.finance-calc-btn:hover img {
	filter: invert(1);
}

.left-column-finance .card-list .card-estimates-credit, .left-column-finance .card-list .card-term-month {
	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}

.right-column-finance .price-estimate-top .calc-monthly-payment, .right-column-finance .price-estimate-top .price-estimate-prefix, .right-column-finance .price-estimate-top .price-estimate-suffix {
	font-family: 'Roboto';
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -1px;
}

.right-column-finance .price-estimate-top .price-estimate-suffix {
	font-size: 20px;
}

.card-estimates-credit.selected {
	background: #f4f4f4;
}

a.v12-button.finance-calc-btn {
	padding: 12px 25px;
	border-radius: 16px;
	background: #fff;
	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	border: 1px solid #C2C8D1;
}

.side-bar .info-block-title path, .side-bar .info-block-title span, .side-bar .info-block-title svg {
	fill: transparent;
	color: transparent;
}

.side-bar .info-block:has(.opening-hours) {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.title-data-vhs-info svg {
	width: 25px;
	height: 25px;
}

.sec-vdp-1 .pop-up .swiper-button-next, .sec-vdp-1 .pop-up .swiper-button-prev, .sec-vdp-1 .sec-slide .swiper-button-next, .sec-vdp-1 .sec-slide .swiper-button-prev {
	background-color: #fff;
}

.sec-vdp-1 .pop-up .swiper-button-next:after, .sec-vdp-1 .pop-up .swiper-button-prev:after, .sec-vdp-1 .sec-slide .swiper-button-next:after, .sec-vdp-1 .sec-slide .swiper-button-prev:after {
	color: #000;
}

@media screen and (max-width: 1024px) {
	.sec-vdp-1 .sec-vhs-info .grid-vhs-info {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.sec-vdp-1 .sec-title .price, .sec-vdp-1 .display-price, .sec-vdp-1 .sec-title .price, .sec-vdp-1 .sec-title .title .title-vhs {
		max-width: 100%;
		width: 100%;
		font-size: 25px !important;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.sec-vdp-1 .sec-title .infos-title {
		display: grid;
		width: 100%;
		max-width: 100%;
	}

	.sec-vdp-1 .sec-title .col-title, .sec-vdp-1 .col-2-vdp-1 section {
		flex-direction: column;
		display: flex;
	}

	.col-3-vdp-1, .sec-vdp-1 {
		padding: 20px;
	}

	.sec-vdp-1 .sec-title {
		padding: 0 !important;
	}

	.sec-vdp-1 .sec-title.sticky {
		padding: 1rem !important;
	}

	.sec-vdp-1 .sticky-sidebar {
		display: block;
	}

	.sec-vdp-1 .col-vdp-1 {
		gap: 0;
	}

	.side-bar .operation-item span.operation-range {
		min-width: auto;
	}

	.sec-vdp-1 .col-2-vdp-1 section hr.divider, .sec-vdp-1 .side-bar-contact-info hr.divider {
		flex: auto;
	}
}

/* Inventory page */
.vehicles-data-info .price-holder .display-price {
	color: #000;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://d1rcedcg4i52v4.cloudfront.net/website/ui_resources/pwa/template-settings/down_select.svg);
	background-position: calc(100% - 12px);
	background-repeat: no-repeat;
	background-size: 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	color: hsla(0, 0%, 47%, .541);
	display: block;
	height: auto;
	min-width: 27%;
	padding: 10px 5px;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	min-width: 38%;
	padding: 10px;
}

.block-top-title > div {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.inventory-section.inventory-listing-layout-1 .count-sort-holder {
	border-radius: 12px;
	border: 1px solid #E1E4E9;
	background: #F1F2F4;
	width: 100%;
}

.inventory-section.inventory-listing-layout-1 .count-sort-holder {
	padding: 1rem;
	margin: 0 auto;
}

.inventory-section .count-holder {
	color: #000;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 17px;
}

.inventory-listing-holder.layout-1-listing-holder .search_form_holder {
	border: 1px solid #C2C8D1 !important;
	background-color: #fff !important;
	display: flex;
	align-items: center;
	padding: 12px 16px;
}

.inventory-listing-holder.layout-1-listing-holder .search_form_holder input::placeholder, .inventory-listing-holder.layout-1-listing-holder .search_form_holder input {
	color: #5A687D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.search_form_holder input {
	background-color: transparent !important;
	text-transform: capitalize;
	padding-left: 1.5rem;
}

body .search_form_holder input:not([type=checkbox]):not([type=range]):not([type=radio]) {
	background-color: transparent !important;
}

.search_form_holder button {
	background-color: transparent !important;
	color: #748297;
	right: auto;
	top: 13px;
	padding: 0 !important;
}

.inventory-listing-layout-1 .sort-holder .sort-input {
	color: #000;
	border-radius: 4px;
}

.inventory-section.inventory-listing-layout-1 .listing-vehicles-card {
	border: 1px solid #C2C8D1;
	flex-direction: column;
}

.inventory-section.inventory-listing-layout-1 .vehicle-top-info {
	padding: 0;
	display: flex;
	gap: 0;
	width: 100%;
}

.inventory-section.inventory-listing-layout-1 .listing-other-info {
	background-color: #fff;
	justify-content: flex-start;
	padding: 16px;
	gap: 16px;
}

.inventory-section.inventory-listing-layout-1 .vehicle-title {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -.5px;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder {
	width: 100%;
	gap: 1rem;
	flex-direction: row;
	flex: 1;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder .info-price {
	margin-left: auto;
}

.inventory-section.inventory-listing-layout-1 .title-stock-vin-holder .title-holder {
	line-height: 1;
}

.info-price-mileage {
	width: 100%;
	display: flex;
	gap: 4rem;
}

.info-mileage {
	display: flex;
	flex-direction: column;
}

.info-price span, .info-mileage span {
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.vehicles-data-info .info-price-mileage .price-holder .display-price, .info-mileage p {
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inventory-section .listing-inventory-container {
	gap: 2rem;
	margin-top: 1rem;
}

.info-trim {
	line-height: 1;
	color: #E1E4E9;
	font-family: 'Roboto', Poppins, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inventory-section.inventory-listing-layout-1 .listing-other-info .icons-list-info {
	gap: 14px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.inventory-section.inventory-listing-layout-1 .listing-other-info .icon-info-item {
	width: auto;
	gap: 0.5rem;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.short-description-holder .short-description {
	color: #050B20;
	white-space: normal;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: horizontal;
}

.listing-other-info .icon-info-item svg {
	height: auto;
	width: 20px;
}

.info-vehicle-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

nav.pagination .next.page-numbers, nav.pagination .prev.page-numbers {
	font-size: 20px;
	color: #090B0D;
	border-radius: 8px;
	border: 1px solid #E1E4E9;
	background: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-vehicle-content span, .info-vehicle-content p {
	color: #505D6F;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder, .inventory-section.inventory-listing-layout-1 .vehicles-data-info .title-price-holder {
	background: #F1F2F4;
	padding: 16px;
	justify-content: space-between;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .listing-actions-holder {
	margin: 0;
	gap: 8px;
	justify-content: end;
	flex: 1 0 70%;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button {
	background-color: var(--primary-color);

}

.inventory-section.inventory-listing-layout-1 .custom_button_inventory {
	display: flex;
	gap: 7px;
	align-items: center;
}

.inventory-section.inventory-listing-layout-1 .custom_button_inventory a, .inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button {
	border-radius: 16px;
	border: 1px solid var(--primary-color);
	background: #fff;
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 12px 24px;
}

.search-form-holder {
	min-width: 350px;
}

.info-vehicle-img path {
	stroke: #505D6F;
}

.info-vehicle-img {
	height: 100%;
}

.listing-actions-holder a:first-of-type {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button:hover {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.inventory-section.inventory-listing-layout-1 {
	background: #fff;
	padding: 48px;
}

.inventory-listing-holder .pagination {
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	padding-top: 0;
	margin: 0;
}

nav.pagination .page-numbers.current, nav.pagination a.page-numbers {
	display: flex;
	width: 32px;
	border-radius: 100%;
	height: 32px;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.filter-title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -.5px;
}

.search_form_holder {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
	height: 100%;
	padding: 0.45rem 1rem;
}

.sort-holder {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.search_form_holder button {
	padding: 0.25rem;
}

.search_form_holder input {
	border: none;
}

.search_form_holder img {
	width: 20px;
}

label.floating-label {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	position: relative;
	margin: 0;
}

.filter-options label.floating-label {
	top: 0 !important;
}

.filter-input-holder {
	position: relative;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.inventory-head {
	width: var(--layout-width);
	margin: 0 auto 24px;
	gap: 8px;
	display: flex;
	flex-direction: column;
}

.inventory-tagline {
	color: #090B0D;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.title-inventory {
	color: #050B20;
	font-family: 'Roboto';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}


/* Filter */

.filter-promotion-holder{
	width:100%;
	height: 100%;
}

a#clear {
	background-color: #fff;
	border-radius: 16px;
	margin: 0 16px 24px;
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	box-sizing: border-box;
	width: auto;
}

a#clear:hover path {
	stroke: #fff;
}

.inventory-filter-container {
	max-width: 100%;
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #F1F2F4;
	padding: 0;
}

.inventory-title {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.head-filter {
	border-bottom: 1px solid #C2C8D1;
	display: flex;
	gap: 1rem;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
}

.filter-accordion-item.active {
	background: #fff;
	border-radius: 12px;
	margin: 16px;
}

.filter-accordion-container {
	width: 100%;
}

.filter-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s;
}

.head-filter label.cursor-pointer {
	color: var(--primary-color);
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	width: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dropdown-icon {
	transition: transform 0.3s;
}

.filter-accordion-item.active .dropdown-icon {
	transform: rotate(180deg);
}

.filter-accordion-content {
	display: none;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.filter-accordion-item.active .filter-accordion-content {
	display: block;
	max-height: 500px;
	transition: max-height 0.3s ease-in;
}

.filter-option {
	padding: 10px 20px;
	border-top: 1px solid #f0f0f0;
}

.filter-option:first-child {
	border-top: none;
}

.filter-link {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 14px;
	cursor: pointer;
}

.filter-link:hover {
	color: var(--primary-color);
}

.search-button-container {
	background-color: var(--primary-color);
	border-radius: 16px;
	margin: 24px 16px;
	color: #fff;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

#filter-search-button {
	width: 100%;
	padding: 12px;
	background-color: transparent;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

@media (max-width: 1024px) {
	.inventory-title {
		font-size: 20px;
	}

	.inventory-section.inventory-listing-layout-1 .listing-other-info .icons-list-info {
		grid-template-columns: repeat(2, 1fr);
	}

	.listing-other-info .icon-info-item span {
		width: 100%;
	}

	.inventory-section.inventory-listing-layout-1 .budge-actions-holder {
		margin: 0;
	}

	.inventory-section.inventory-listing-layout-1 .vehicle-top-info {
		flex-direction: column;
	}

	.inventory-section.inventory-listing-layout-1 .count-sort-holder {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.inventory-section .sort-holder, .inventory-section .count-holder, .inventory-head, .inventory-section.inventory-listing-layout-1 .custom_button_inventory a, .inventory-section.inventory-listing-layout-1 .budge-actions-holder .v12-button.listing-button, .search-form-holder {
		min-width: 100%;
		width: auto;
	}

	.head-filter {
		padding: 16px;
	}

	.inventory-section.inventory-listing-layout-1 {
		padding: 24px;
	}

	.filter-accordion-header {
		padding: 12px 15px;
		font-size: 15px;
	}

	.filter-option {
		padding: 8px 15px;
	}

	.filter-link {
		font-size: 13px;
	}
}