@charset "utf-8";
/* CSS Document */

span.SerSpan {
    color: white;
    border: 1px solid #999595;
    padding: 6px;
}

.sidebar-post {
    xxheight: 1374px;
    xxoverflow: scroll;
}

.single-news .news-content {
    padding-top: 0px;
}

.single-dealership-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.news-image img{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.single-dealership-thumb img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}


.single-dealership-gallery {
    XXheight: 981px;
    overflow: hidden;
}

.single-dealership-thumb {
    XXheight: 220px;
    overflow: hidden;
}

.slider-content {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}



.TextWhite {
	color:#fff !important;
}

#SearchForm {
    display: flex;
    gap: 20px;
}

.search-btn {
    width: 15%;
    padding: 0 10px;
    margin-top: 0 !important;
}

select {
    word-wrap: normal;
    height: auto;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
}

option {
    color: white;
    background-color: black;
}


.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size:1.3rem;
}

img.CarImag {
    width: 100%;
}

.collapse:not(.show) {
    display: block !important;
}


img.kate {
    aspect-ratio: 1 / 1;
    max-width: 64px;
    object-fit: cover;
}

img.brand-hover, img.brand {
    aspect-ratio: 1 / 1;
    max-width: 100px;
    object-fit: cover;
}

.footer-newsletter .newsletter-wrapper .newsletter-form button {
    width: 48px;
    height: 44px;
    position: initial;
    top: 0;
    right: 0;
    background-color: #ab0e0f;
    color: #fff;
    padding: 0;
    font-size: 20px;
    border: 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
 	color: #ab0e0f !important; 
    font-size: 40px !important;

}

.single-choose .choose-icon .material-icons {
    font-size: 60px !important;
    line-height: 0.8;
   display: flex;
    align-items: flex-start;
}


h2.form-title {
    margin-bottom: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #ab0e0f;
    border-color: #ab0e0f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #293957;
    border-color: #293957;
}

h3.footer-title {
  	letter-spacing: 0.5px;
}

.about-banner-area {
    background-position: top;
}

.single-content-block {
    display: flex;
    align-items: center;
}

.header-dark .header-main-content .single-content-block .block-content .text {
  	font-size: 16px !important;
}	

.header-main-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
}

.header-menu-dark .header-social-menu::before {
    display: none;
}


.slider-content .main-title {
    width: max-content;
    white-space: nowrap;
  	letter-spacing: -2px;
}

.entry-title {
    font-size: 36px;
    font-weight: 700;
    color: #293957;
}

.title-price .title-excerpt .entry-title i {
    color: #ab0e0f;
    font-size: 30px;
    line-height: 35px;
}

.title-price .price .price-amount {
    font-size: 40px;
    line-height: 45px;
    color: #ab0e0f;
    font-weight: 700;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
}

.single-car-item .car-image a img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    height: 100%;
}
    


























































