/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.car-card{
    /*border: 0.5px solid rgba(0,0,0,0.2);*/
    /*margin-bottom: 2rem;*/
    /*padding-bottom:1rem;*/
    color: #000;
    background: #f5f5f5;
    /*transition: 0.3s box-shadow;*/
    /*border-radius: 0.5rem;*/
    overflow: hidden;
}
.car-card h2{
    font-weight: bold;
}
.car-card .car-description{
    padding-top: 1rem;
}
.car-card .car-description .car-head .car-title{
    color:#000;
    text-transform: uppercase;
}
.car-card .car-description .car-head .car-price h4{
    color: #f32317;
    text-transform: uppercase;
    font-weight: 600;
}
.car-price {
    font-weight: bold;
    font-size: 2rem;
    white-space: nowrap;
    text-align: center;
}
.car-card .dealer-info{
    font-size: 95%;
}
.car-card .dealer-info a span.text-dark{
    color:#000 !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.car-card .lead-buttons a.btn{
    font-size:1.0rem;
    width: 100%;
}
.car-data{
    padding-left: 0px;
}
.car-data:not(.small) {
    font-size: 1.2rem;
}

.car-data.data-value {
    font-weight: bold;
}
h1.long{
    text-transform: none;
    color:#000100;
    font-weight: bold;
}
.start-image{
    max-width: 500px;
}
.order-first{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-middle {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-last{
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
@media(max-width: 1200px){
    .order-xl-first{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-middle {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-last{
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}
.car-tags{
    border: 2px solid #2e2e2e;
    border-right: none;
    border-left: none;
    overflow: hidden;
}
.car-tags .badge, .modal-body .badge{
    font-size: 90%;
    text-transform: uppercase;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-bages:not(:last-child):after{
    content: ', ';
}
@media(max-width: 450px){
    h1.long{
        font-size: 2rem;
    }
}
@media(max-width: 1200px){
    a.change-filter {
        right: 1% !important;
        bottom: 2%;
        /*height: 10vh;*/
        /*width: 10vh;*/
        /*font-size: 5vh;*/
    }
}
@media(max-width: 768px){
    a.change-filter {
        bottom: 12%;
    }
    .car-data:not(.small){
        font-size: 1rem;
    }
}
a.btn.btn-danger{
    cursor: pointer;
}
.modal-body h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0rem;
}
a[data-target="#grouped-tags-modal"]{
    font-weight: 700;
    line-height: 1;
    width: 100%;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
a[data-target="#grouped-tags-modal"]:hover{
    text-decoration: none;
}