@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

body{
	font-family: 'Helvetica Neue', sans-serif !important;
}
.page-template-home-page section:nth-of-type(odd) {
    background-color: #E1E4E9;
}
.website-nav-button.website-nav-action a{
    width: max-content;
    margin: auto;
	border-radius: 0;
	background: #D1AD36;
	color: #090B0D;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
}
section.search-header {
    margin-left: 15px;
}
/*featured*/
.template5 .inventory-container .inventory-card {
    border-radius: 0;
	background-color: #fff;
}
.template5 .home_section_headline{
	color: #090B0D;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; 
	letter-spacing: -1px;
}
.inventory-container .title-price-holder .price-holder .display-price{
	color: #000;
	text-align: right;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: 0;
	text-transform: capitalize;
}
.inventory-container .icon-info-item span{
	color: #505D6F;
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0;
}
/* Search By Body Type */
.search-by-body-type-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.search-by-body-type-container p.body_type_name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

p.body_type_name span {
	color: var(--primary-color);
}

.content-holder img {
    width: 100%;
}

.search-by-body-type-container .content-holder {
	height: 100%;
}

.search-by-body-type-container a {
	background: transparent;
}
.make-count-holder.make-filter-item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    justify-items: start;
    row-gap: 20px;
}
.search_by_section-col {
    flex: 0 0 100%;
}
.search_by_section-row .search_by_section-col:first-child>div {
    border-right: unset;
}
section.home-global-section.home-search-by-section {
    background-color: #090B0D;
}
ul#menu-footer-menu {
    display: flex;
    gap: 15px;
    justify-content: center;
}
footer > div > div > div{
	display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}
.social-action-icons .social-icons-list .social-icon a {
    background-color: #D1AD36 !important;
}
/*inve*/
.listing-card-6 .vehicle-data-holder {
    flex: 1;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	    border-radius: 0;
	
}
.inventory-listing-layout-6 .info-item-list .info-item-label , .inventory-listing-layout-6 .info-item-list .info-item-value{
	color: #505D6F;
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0;
	display: flex;
    gap: 5px;
    align-items: center;
}
.listing-card-6 {
    background-color: #fff;
    border-radius: 0;
	border: 1px solid #C2C8D1;
}
.listing-card-6 .listing-vehicles-card {
    gap: 0;
	    background-color: #fff;
    border: unset;
}
.listing-card-6 .card-holder-link.image-placeholder , .listing-card-6 .listing-vehicles-card {
	border-radius: 0;
}
.inventory-section .side-bar-filter-holder {
	border: 1px solid #C2C8D1;
}
.budge-actions-holder .listing-actions-holder {
    background-color: #E1E4E9;
	padding: 8px;
}
.inventory-listing-layout-6 .v12-button.listing-button {
    background-color: var(--primary-color);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    color: #090B0D;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
    .header_container_main:has(header) {
        position: unset !important;
    }
}
@media only screen and (max-width: 1024px) {
.social-action-icons, .template10 .social-action-icons {
	display: block;
}
	}