/*Global*/

@import url('https://fonts.cdnfonts.com/css/inter');

body{
	font-family: 'Inter', sans-serif;
	background-color:#F4F7FA !important;
}
.page-template-home-page section:nth-of-type(2n) , .page-template-home-page section:nth-of-type(odd){
	background-color:#F4F7FA !important;
}
.v12-button {
    background-color: var(--primary-color) !important;
    color: #fff !important;
	border-radius: 16px;
}

@media(min-width:1024px){
#menu-main-menu > li > a {
  padding: 0 16px;
  position: relative;
  color: #fff;
  text-decoration: none;
	color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
letter-spacing: 0;
text-transform: capitalize;
}

#menu-main-menu > li > a:hover {
  background: #093;
  color: #fff !important;
}

#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li.current_page_item > a,
#menu-main-menu > li.current_page_parent > a,
#menu-main-menu > li.current-menu-ancestor > a {
  background: #093;
  color: #fff !important;
  padding: 2px 16px;
}

#menu-main-menu li li > a:hover {
  background: none;
  color: inherit;
}

.website-items > .current-menu-item > a::before,
.website-items > .menu-item:not(:has(.current-menu-item)) > a:hover::before,
.website-items > .current-menu-item > a::after,
.website-items > .menu-item:not(:has(.current-menu-item)) > a:hover::after {
  content: none !important;
  display: none !important;
  all: unset;
}
}
/*hero*/
.hero-slider {
    height: 100%;
	align-self: stretch;
	aspect-ratio: 1440.00/187.50;
}
/*search*/
.home-search-section {
    margin-top: 24px;
}
.home-search-section .search-slide-section #search-field , .home-search-section select#price-select{
	display: none;
}
.search-slide-section #search-button {
    border-radius: 12px;
    border: 1px solid #C2C8D1 !important;
    background: #DD231D;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
	display: flex;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:auto;
}
.home-search-section .search-slide-section {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #C2C8D1;
    background: #FFF;
}
.home-search-section .search-slide-section select#year-select , .home-search-section .search-slide-section select#make-select{
    border-right: 1px solid #DD231D !important;
	opacity: 0.5;
}
.featured_inventory {
    width: 100%;
}
.home_section_sub_title {
    text-align: left;
}
/*featured inventory*/
.col-inv-btn {
    display: flex;
    flex-direction: column;
}
.inventory-container .inventory-info-holder {
    background-color: #fff;
}
.inventory-container .title-price-holder .title-holder .title{
	overflow: hidden;
	color: var(--primary-color);
	text-overflow: ellipsis;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 26px !important; 
	letter-spacing: 0;
	text-align: left !important;
}
.inventory-container .inventory-info-trim p{
	overflow: hidden;
	color: #505D6F;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
	text-align: left !important;
}
.inventory-price-holder{
	padding:24px 0;
}
.inventory-container .inventory-info-holder {
    gap: 0 !important;
}
p.display-price{
	color: #093;
text-align: right;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
letter-spacing: 0;
}
.col-inv-btn > div:first-child a {
  border-radius: 16px !important;
  background: #DD231D;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.col-inv-btn > div:last-child a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 16px;
  border: 1px solid #fff704;
  background: #093;
}
.col-inv-btn > div:last-child a svg {
    fill: #fff;
}

.footer-col #acf-form #submit-form {
    background-color: #01A650 !important;
    border-radius: 16px;
    color: #fff;
    width: 100%;
}
.footer-col #acf-form #submit-form:hover {
    background-color: transparent;
	    border: 2px solid #01A650 !important; 
}
.vehicles-data-info .title-price-holder {
    background-color: #fff;
}
.vehicles-data-info .title-price-holder {
    flex-direction: column;
}
.title-stock-vin-holder+a {
    max-width: 100%;
    width: 100%;
}
p.short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	overflow: hidden;
	color: #505D6F;
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
}
.become_grid .vehicle-title{
	overflow: hidden;
	    color: var(--primary-color);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; 
	letter-spacing: 0;
}
.layout-1-listing-holder .become_grid .vehicles-data-info .price-holder .display-price{
	color: #093;
	text-align: right;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; 
	letter-spacing: 0;
	}
.become_grid .listing-actions-holder a[data-text="Call now"]{
	border-radius: 16px;
	background: #DD231D;
	color:#fff;
}
.become_grid .listing-actions-holder a#text-us {
    border-radius: 16px;
    border: 1px solid #fff704;
    background: #093 !important;
    color: #fff !important;
}
.v12-button.listing-button svg {
    fill: #fff !important;
    color: #fff !important;
}
.inventory-section .count-sort-holder {
    background-color: #DD231D;
}
.inventory-section .count-holder{
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; 
	letter-spacing: 0;
}
.inventory-section .grid-holder {
    align-items: center;
    background-color: transparent;
    display: flex;
    gap: 1em;
    padding: 0 0 0 1em;
}
.top-banner {
    height: 13vw;
}
.sec-vdp-1 .sec-slide {
	display: flex;
	background-color: unset;
    padding: 0;
}
.sec-vdp-1 .sec-titlee {
    background-color: transparent;
    border-radius: 18px;
    padding: 30px;
}
.col-titlee {
    display: flex;
    justify-content: space-between;
}
.sec-vdp-1 .sec-desc {
    background-color: unset;
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 0px 30px;
}
.vdp_page .col-2-vdp-1 #acf-form > h2 , .vdp_page .mobile-sidebar #acf-form > h2{
	display:none
}
.vdp_page .col-2-vdp-1 #acf-form .input_group.checkbox{
	color:#090B0D;
	cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
.sec-vdp-1 .sec-btn-sidebar .btn-sidebar{
	padding: 8px 16px;
	height:44px;
	border-radius: 16px;
	    gap: 8px;
}

.sec-vdp-1 .sec-btn-sidebar .btn-sidebar[data-type="11"]{
	background-color:var(--primary-color);
	color:#fff;
	padding: 8px 16px;
	height:44px;
}
.sec-vdp-1 .sec-btn-sidebar .btn-sidebar[data-type="11"]:hover{
	background-color:var(--primary-color);
	color:#fff;
}

.sec-vdp-1 .sec-btn-sidebar .btn-sidebar:hover {
    background-color: #fff;
    color: var(--primary-color);
}
.sec-vdp-1 .sec-btn-sidebar a#text-us{
	color:var(--primary-color);
}
.sec-vdp-1 .sec-btn-sidebar , .vdp_page .side-bar-block{
    border-radius: 12px;
    border: 1px solid #C2C8D1;
    background: #F1F2F4;
}
.page_testimonials .side-bar {
    display: none;
}
.footer-top  .agreement .floating_label_checkbox {
	color: #fff !important;
}
ul#menu-footer-menu {
    justify-content: center;
}
.page_testimonials .bottom-section {
	display: none !important;
}
section.col-3-vdp-1 , .bottom-section {
    display: none;
}

.finance-pre-approved-btn-holder a .icon-check{
	background-color:#fff !important;
}
@media(max-width:486px){
		.hero-slider {
		height: calc(23vh - 145px) !important;
	}
		.home-search-section .search-slide-section select#year-select, .home-search-section .search-slide-section select#make-select {
    border-right: 0;
}
	.home-search-section .search-slide-section select#year-select, .home-search-section .search-slide-section select#make-select {
		border-right: unset !important;
	}
	.home-search-section {
		padding: 0;
	}
		.featured_inventory {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
			.home_section_sub_title {
		text-align: center;
	}
		.sec-vdp-1 .sec-slide {
		padding: 10px;
	}
}
@media (max-width: 768px) {
    .home-block-inventory .image-placeholder {
        min-height: auto;
    }
	.drawer-open span, .drawer-open span:after, .drawer-open span:before {
		background-color: #FFF704;
	}
	.sec-vdp-1 .sec-titlee {
    padding: 10px;
}

}

/* Global */
p.display-price:after {
    content: 'Down';
    text-transform: capitalize;
}