.hero-section .owl-carousel .owl-item img {
    height: 300px!important;
}
.hero-section .hero-single {    padding-top: 77px!important;}

nav.navbar.navbar-expand-lg {
    height: 80px;
}

.py-80 {
    padding: 70px 0;
}

ul.dropdown-menu.dropdown-menu-dark.show {
    min-width: 30px;
    margin-top: 0;
    padding: 0;
}

.site-breadcrumb {
    padding-block: 20px;
}

.car-single-author img {
    border-radius: 0%;
    width: 100px;
}

.car-single-widget.custom {
    border-radius: 0;
    border: 1px solid #ccc;
}

.car-single-widget.custom i {
    font-size: 28px;
}

div#main_nav {
    text-align: center;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
    border-bottom: none;
}

.accordion-button:not(.collapsed),
.accordion-body {
    background-color: #f4f6f9;
}

.accordion-button:not(.collapsed) {
    color: #0b0c0c;
}

button.accordion-button.collapsed {
    border: 1px solid #ddd;
}

ul#myTab.cars-information {
    display: flex;
    justify-content: space-around;
}

.car-key-content {
    width: 100%;
}

.report-arrow {
    transform: rotateY(180deg);
}

.site-breadcrumb.report::before {
    background: #fff;
}

.site-breadcrumb.report {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar-wrapper {
    width: 370px;
    padding: 0px;
    overflow: auto;
}

.sidebar-content {
    padding: 20px;
}

/* div#main_nav {
    text-align: center;
} */

@media (min-width: 992px) {
    .nav-right {
        margin-left: 0;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ef1d26;
}

.nav-link,
.nav-link:hover,
.icon-sidebar {
    color: #ef1d26;
}

.nav {
    --bs-nav-link-color: #ef1d26;
    --bs-nav-link-hover-color: #ef1d26;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 25px;
    }
    .navbar-brand img {
        width: 220px;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar-content {
    position: relative;
    overflow: inherit;
    height: 100vh;
}

.login-form input[type="radio"] {
    width: 30px;
    height: 30px;
}

.car-btns a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    margin-bottom: 8px;
    display: block;
}

.car-single-slider img {
    height: 350px !important;
    object-fit: cover;
    width: 100% !important;
}

.flex-control-thumbs img {
    height: 180px !important;
}

.years-home ul.list {
    height: 300px;
    overflow: scroll !important;
}

.brand-slider.owl-carousel .owl-item img {
    display: inline-block !important;
    object-fit: contain;
}

div#main_nav {
    /* height: 1px; */
    padding-block: 20px;
}

.car-single-overview .showroom_img {
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: 0% 0%;
}

.filter-box-container {
    border: none;
    padding: 0;
    background-color: #fff !important;
    color: #000 !important;
    margin-bottom: 20px;

    display: grid;
    grid-template-rows: auto 0fr;
    overflow: hidden;
    max-height: 350px;
    transition: 0.3s all ease-in-out;
}

.filter-box-container:has(button.show) {
    grid-template-rows: auto 1fr;
}

.filter-box-container:has(button.show) > div {
    padding: 10px 20px;
}

.filter-box-container > div {
    overflow: auto;
}

.filter-box-container .headBTN {
    background-color: #ef1d26;
    border: none;
    outline: none;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.spinner-style-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.284);
}

@media (min-width: 992px) {
    div#main_nav {
        height: 1px;
    }
}
@media (max-width: 560px) {
    div#main_nav {
        height: auto;
    }
    .navbar-brand img {
        width: 135px !important;
        height: auto !important;
    }
    .custom_column {
        padding: 0;
    }
    .hero-single .hero-img {
        /* position: absolute;
        top: 90px; */
        /* max-height: 330px;
        height: 100%; */
    }
    .hero-section .owl-carousel .owl-item img {
        height: 200px!important;
    }

    .hero-single .hero-content {
        position: relative;
        z-index: 9;
    }
    .hero-single .hero-content .hero-title {
        font-size: 30px;
    }
    .hero-single .hero-content .hero-btn {
        margin-top: 0;
    }
    .custom_theme_btn {
        padding: 8px 16px;
    }
}
.preloader_ {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #ffffff54;
}
.preloader-inner_ {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}
.icon-2 {
    position: fixed;
    bottom: 50px;
    left: 30px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}
.icon-2 img {
    width: 40px;
    height: 40px;
}
.icon-3 {
    position: fixed;
    bottom: 100px;
    left: 30px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}
.icon-3 img {
    width: 40px;
    height: 40px;
}

.hero-section {
    height: 70svh;
}

.hero_slider_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}

.dealer-item .dealer-img img,
.car-item .car-img img {
    width: 100%;
    height: clamp(200px, 20svh, 250px);
}

.car-single-meta {
    margin-top: 10px;
}

.car-single-author img {
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.sell_replace_car_form .form-group label {
    margin-block: 10px 5px;
    margin-inline-start: 5px;
}

.sell_replace_car_form .form-group select,
.sell_replace_car_form .form-group input {
    padding: 10px 10px;
}

.sell_replace_car_form .select2-container--default .select2-selection--single {
    height: 50px;
    display: flex;
    align-items: center;
}

.sell_replace_car_form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    translate: 0 -50%;
}

.custom_share a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    margin-bottom: 8px;
    display: block;
}
.custom_share {
    position: absolute;
    left: 0;
    top: 0;
}


@media (width <= 1000px) {
    .hero-section {
        margin-block: 5svh 20svh;
        height: 80svh;
    }

    .hero_slider_container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .hero-single .hero-content .hero-btn {
        justify-content: center;
    }
}

@media (width <= 600px) {
    .hero-section {
        margin-block: 5svh 10svh;
        height: 70svh;
    }

    .flex-control-thumbs li {
        width: calc(100% / 2) !important;
    }
}
