/*Input Btns*/
.toogleButtonFilter {
    background-color: var(--used-cars);
    margin-bottom: -1rem;
    padding: 1rem 2rem;
}

.w-100 {
    border-radius: 0px !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.buttons-more-filters {
    width: 18rem;
    border-style: none;
    background-color: transparent !important;
    color: black !important;
    display: flex;
    justify-content: left;
    margin-top: -1.1rem;
}

.input-buttons button {
    background-color: white;
    color: #131313;
    border: none;
    padding: 10px 30px;
    flex: 0 0 auto;
    font-size: 1.6rem;
    width: fit-content;
    font-weight: 700;
}

    .input-buttons button:hover {
        cursor: pointer;
    }

.input-buttons img:hover {
    cursor: pointer;
}

.input-buttons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5rem;
    font-size: 1.5rem;
}

    .input-buttons button:last-child {
        /*  margin-left: 2rem;
  margin-right: 1rem;*/
        /*  padding: 10px 50px;*/
        font-weight: 700;
        /*  margin-top: 20px;
  margin-bottom: 20px;*/
        width: fit-content;
    }

#car-bodyStyle, #car-doors, #car-fuel, #car-engineSize, #car-transmission, #car-powerHP {
    /*  margin-left: 2rem;*/
    margin-right: 5rem;
}

.specialOffers {
    transform: scale(1.5);
}

/*Vehicle Listings*/
.vehicle-card {
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: box-shadow 0.1s ease-in-out 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: transform .1s ease-in-out
}

.text-truncate {
    font-size: 14px;
}

.vehicle-card:hover {
    -webkit-box-shadow: 6px 6px 20px #d0d0cd, -6px -6px 20px #d0d0cd;
    box-shadow: 6px 6px 20px #d0d0cd, -6px -6px 20px #d0d0cd;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.carousel-control-next, .carousel-control-prev {
    padding: 10px;
    height: 100%;
    cursor: auto !important;
    align-items: center;
}

.slide-arrow {
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

#btn_comparer {
    display: none;
}
/*------------------------------------------------*\
Sonar
\*------------------------------------------------*/
@-webkit-keyframes sonar {
    from {
        box-shadow: 0 0 0 0 #ff93df, 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
}

@keyframes sonar {
    from {
        box-shadow: 0 0 0 0 #A7C712, 0 0 8px 3px rgba(0, 0, 0, 0.4);
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 147, 223, 0), 0 0 8px 3px rgba(0, 0, 0, 0.4);
    }
}

.sonar {
    width: 10em;
    height: auto;
    padding: 0.4rem;
    border-radius: 2rem;
    background-color: #A7C712;
    border: 2px solid #A7C712;
    -webkit-animation: sonar 800ms ease-out infinite;
    animation: sonar 800ms ease-out infinite;
}

.btn-comparer {
    display: flex;
    justify-content: center;
    float: right;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
    background-color: transparent;
    border: none;
}

    .btn-comparer > a {
        text-decoration: none;
        display: inline-block;
        color: white;
        text-align: center;
    }

.vehicle-card-images {
    overflow: hidden;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 3/2;
}

    .vehicle-card-images:hover .slide-arrow {
        opacity: 1;
    }

.slide-arrow img {
    width: 25px;
    aspect-ratio: 1/1;
}

.carousel-control-next span, .carousel-control-prev span {
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
    border-radius: 500px;
}

.vehicle-card-information span {
    padding-left: 10px;
}

.vehicle-card-information .small-heading {
    margin-left: .25rem !important;
    margin-bottom: -20px;
    line-height: 22px;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--bravoauto-mid-gray);
    text-transform: uppercase;
    font-size: 2rem;
}

.small-heading-2 {
    margin-left: .25rem !important;
    margin-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 0px;
    color: var(--used-cars);
    font-size: 2rem;
    line-height: 25px;
}

.small-heading-3 {
    margin-left: .25rem !important;
    margin-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 0px;
    color: var(--bravoauto-mid-gray);
    text-decoration-line: line-through;
    font-size: 1.5rem;
}

hr {
    border: 1px solid var(--bravoauto-mid-gray);
}

.vehicle-card-spec span {
    font-size: 1.4rem;
}

.vehicle-card-spec svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.vehicle-card-footer span {
    margin-top: .5em;
    color: #65A1D7;
    font-size: 14px;
}

.vehicle-card-footer label {
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.vehicle-card-footer svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.vehicle-card-store {
    color: #262F33;
    font-size: 1.6rem;
    margin-left: 4px;
    font-weight: 600;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: #65A1D7;
    border-color: #65A1D7;
}

.vehicle-card-information a {
    text-decoration: none;
}

.finance-legal-text {
    font-size: 12px;
    color: #7d8281;
    text-align: justify;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1040;
}

.modal-open {
    padding-right: 0px !important;
}

.text-center {
    font-size: 1.1rem;
    margin: 0rem !important;
    text-align: center !important;
    font-family: var(--font-family-1);
}

.text-center span {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0px;
}

.banner-buttons {
    margin: 2rem;       
}

.finance-legal-text {
    font-size: 12px;
    color: #7d8281;
    text-align: justify;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .carousel-indicators li {
        background-color: var(--bravoauto-light-gray) !important;
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        margin: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
    }

        .carousel-indicators li.active {
            background-color: var(--used-cars) !important;
            transform: scale(1.3);
        }

/*.search-results {
    color: var(--used-cars);
    font-weight: 700;
    font-size: 4rem;
    text-align: justify;
    transform: translateX(50px);
    margin-top: 3rem;
}*/

.car-page {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 20px;
    height: 44px;
    background-color: #FFFFFF;
    width: 106px;
    border: 1px solid var(--bravoauto-mid-gray);
    color: var(--bravoauto-mid-gray);
    cursor: pointer;
    appearance: none;
    background-image: url(/img/chevron-down-solid.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    margin: 2vw auto;
    justify-items: center;
}

#pagination .page-item:first-child .page-link {
    border: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    appearance: none;
    background-image: url(/img/chevron-left.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1em;
    cursor: pointer;
}

#pagination .page-item:last-child .page-link {
    border: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    appearance: none;
    background-image: url(/img/chevron-right.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    cursor: pointer;
}

#pagination .page-link {
    color: var(--bravoauto-mid-gray);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    border: none;
    outline: none;
}

    #pagination .page-link:hover {
        background-color: none;
        color: var(--used-cars);
        outline: none;
    }

    #pagination .page-link.active {
        background-color: var(--used-cars);
        color: #fff !important;
        outline: none;
    }

.pagination-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination {
    flex-grow: 0.1;
}

.col-11 {
    flex: 0 0 auto;
    width: 100%;
}

.px-1 {
    padding: 0px;
}

/*Media Queries starts here*/
@media (max-width: 767px) {
    .input-banner {
        margin-bottom: 10rem;
        height: 24rem;
    }

    .container-buttons {
        height: 100% !important;
    }

    .column-button {
        padding: 1rem 1rem 0;
    }

    #car-button {
        width: 100%;
        height: 53px;
        margin-top: 5rem;
    }

    .car-brands {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .input-banner {
        height: 23rem;
    }
}

@media only screen and (max-width: 991px) {

    .vehicle-card-information .small-heading {
        font-size: 1.8rem !important;
    }

    #fromSlider {
        margin-top: 12px !important;
    }

    .container {
        position: relative;
        width: 100%;
        /* height: 100px; */
        margin-top: 30px;
    }

    #fromSlider, #toSlider {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        width: 100%;
        outline: none !important;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        background-color: transparent !important;
        pointer-events: none !important;
    }

    .slider-track {
        width: 100%;
        height: 5px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 0px;
    }

    .range_container {
        width: 80vw !important;
        padding-bottom: 0px !important;
    }

    #fromSlider, #toSlider {
        width: 80vw !important;
    }

    #fromSlider::-webkit-slider-runnable-track, #toSlider::-webkit-slider-runnable-track {
            width: 80vw !important;
        }

    .range_container .rangeValues {
        padding-bottom: 0px;
    }

    .vehicle-card {
        width: 50%;
    }

    .banner .banner-content h2 {
        font-size: 3vw;
        max-width: 90%;
    }

    .banner-title {
        font-size: 4vw;
        max-width: 70%;
    }

    .search-results {
        font-size: 3rem;
        transform: translateX(30px);
    }

    .pagination-content {
        flex-direction: column;
    }

    .car {
        margin-bottom: 10px;
    }

    #pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin: 0 5px;
    }

    .banner-buttons {
        width: 100%;
        margin: 2rem 0 0;
        padding: 0;
        height: 53px;
    }
}

@media only screen and (max-width: 1125px) {

    .vehicle-card-information .small-heading {
        font-size: 1.8rem !important;
    }

    .vehicle-card {
        width: 25%;
    }

    .range_container {
        width: 80vw !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 1024px) {

    .vehicle-card-information .small-heading {
        font-size: 1.8rem !important;
    }

    .slide-arrow {
        opacity: 0.5;
        transition: opacity .1s ease-in-out
    }
}


.hidden {
    display: none;
}

.buttons-space {
    display: flex;
}

.icons-space {
    margin-left: 2rem;
}

ul {
    list-style: none;
}

.input-buttons form:hover {
    cursor: pointer;
}

.more-filters-item {
    color: black;
}

.popup-make {
    display: none;
    width: 300px;
    height: 28rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
    overflow-y: scroll;
}

.popup-model {
    display: none;
    width: 255px;
    height: 28rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
    overflow-y: scroll;
}

.popup-price {
    display: none;
    width: 500px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
    padding-right: 30px;
}

.popup-age {
    display: none;
    width: 500px;
    background-color: #f9f9f9;
    padding: 15px;
    padding-top: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
    height: 180px;
    padding-right: 20px;
}

.popup-odemeter {
    display: none;
    width: 500px;
    background-color: #f9f9f9;
    padding: 15px;
    padding-top: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
    height: 180px;
    padding-right: 20px;
}

.popup-moreFilters {
    display: none;
    width: 300px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) -2px 2px 36px 0px;
}

.popup-body_style {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-doors {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 9rem;
}

.popup-fuel {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-engine_size {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-transmission {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-seat {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-power_hp {
    display: none;
    width: 300px;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: scroll;
    height: 15rem;
}

.popup-sortBy {
    display: none;
    width: 300px;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: auto;
}

.popup-location {
    display: none;
    width: 300px;
    margin-left: -19rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 29rem;
}

.button-apply {
    background-color: var(--used-cars) !important;
    color: white !important;
    margin: auto;
}

.input-buttons .icons {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: currentcolor;
    transition: transform 0.3s ease;
}

.rotate-90 {
    transform: rotate(-180deg) !important;
}

#options-list-fuel label,
#options-list-fuel span {
    display: contents;
    font-size: 1.5rem;
}

.finance-slider {
    width: 40rem;
    -webkit-appearance: none;
    appearance: none;
    background: var(--used-cars);
    border-radius: 3px;
    height: 6px;
    border: none;
    margin: 11px 0px;
    cursor: pointer;
}

    .finance-slider:hover {
        background: var(--used-cars);
    }


    .finance-slider::-webkit-slider-thumb {
        appearance: none;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
        background-image: url(/img/icons8-grip-lines-vertical-22.png);
        background-size: 28px;
    }

    .finance-slider::-moz-range-thumb {
        appearance: none;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.18) -3px 0px 8px 0px;
        background-image: url(/img/icons8-grip-lines-vertical-22.png);
        background-size: 28px;
    }

.finance-choices {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    margin: 0px;
    width: fit-content;
    height: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    background-color: #e6e6e6;
    color: var(--used-cars);
}

    .finance-choices.active {
        background-color: #FFFFFF;
        color: #262F33;
        border: 1px solid #d0d0d0;
    }

.hidden {
    display: none;
}

.finance-options .choices-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    height: 100%;
    border-radius: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
}

.finance-options {
    gap: 18px;
    height: fit-content;
    width: fit-content;
    align-items: center;
    padding: 6px 10px;
    border-radius: 28px;
    margin-left: 3rem;
    margin-top: 3rem;
}

    .finance-options input[type=radio] {
        position: fixed;
        opacity: 0;
    }

.range-space {
    display: flex;
    justify-content: center;
}

.original-placement {
    display: flex;
}

.new-placement {
    display: none;
}

.car-sort-dropdown {
    background-color: transparent !important;
    color: #212529 !important;
    margin: auto;
}

/* Styling for the range slider and number input controls */
.range_container {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: 30px auto;
}

.sliders_control {
    position: relative;
    min-height: 25px;
}

#toSlider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    pointer-events: all;
    width: 35px;
    height: 30px;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cg filter='url(%23filter0_d_461_2714)'%3E%3Crect x='11.0728' y='8' width='28.9272' height='28' rx='8' fill='white' shape-rendering='crispEdges'/%3E%3Crect x='22.0728' y='18' width='2' height='8' rx='1' fill='%23C40303'/%3E%3Crect x='26.0728' y='18' width='2' height='8' rx='1' fill='%23C40303'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_461_2714' x='0.0727539' y='0' width='44.9272' height='44' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-3'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_461_2714'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_461_2714' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") !important;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateX(20%);
    box-shadow: none !important;
}

#fromSlider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    pointer-events: all;
    width: 35px;
    height: 30px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cg filter='url(%23filter0_d_461_2714)'%3E%3Crect x='11.0728' y='8' width='28.9272' height='28' rx='8' fill='white' shape-rendering='crispEdges'/%3E%3Crect x='22.0728' y='18' width='2' height='8' rx='1' fill='%23C40303'/%3E%3Crect x='26.0728' y='18' width='2' height='8' rx='1' fill='%23C40303'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_461_2714' x='0.0727539' y='0' width='44.9272' height='44' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-3'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_461_2714'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_461_2714' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translate(-20%, -0.2vw);
    box-shadow: none !important;
}


#fromSlider, #toSlider {
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 6px;
    width: 100%;
    position: absolute;
    background-color: var(--used-cars) !important;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
    margin-top: 6px;
}

.static_display {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px !important;
    color: #8a8383;
    margin-top: 10px;
    padding: 10px 0px;
    padding-left: 10px;
}

.range_display {
    color: #000;
    font-size: 14px;
    border-radius: 0px;
}

/*mobile view filters*/
.car {
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    height: 50px;
    background-color: #FFFFFF;
    width: 15vw;
    border: #999999;
    color: var(--used-cars);
    cursor: pointer;
    appearance: none;
    background-image: url('/img/chevron-down-solid.png');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    border: none;
    width: 80vw;
    font-size: 19px;
    padding: 0px 9px;
}

.input-buttons .reset-button {
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    height: 50px;
    background-color: var(--used-cars);
    width: 15vw;
    border: #999999;
    color: white;
    cursor: pointer;
    border: none;
    width: 40vw;
    font-size: 19px;
    padding: 15.5px 9px;
}

    .input-buttons .reset-button:hover {
        color: #fff !important;
        background-color: black !important;
    }

.close-button {
    position: relative;
    bottom: 10px;
    right: 10px;
    font-size: x-large;
    color: var(--used-cars);
    border: none;
    cursor: pointer;
    justify-content: flex-end;
}

.font--14, .font--14 span {
    font-size: 16px !important;
}
.vehicle-card-spec span {
    font-size: 16px !important;
    font-family: var(--font-family-1);
}
