/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.filter-panel{
    background: #f6f6f6;
    border: 0.5px solid rgba(0,0,0,0.2);
    color:#000;
    border-radius: unset;
}
.filter-panel input,.filter-panel select, .filter-panel .multiselect{
    color:#000;
    border-radius: unset;
}
.filter-panel label{
    font-size: 1rem;
}
.car-card{
    border: 0.5px solid rgba(0,0,0,0.2);
    margin-bottom: 2rem;
    padding-bottom:1rem;
    color: #000;
    background: #fbfbfb;
    transition: 0.3s box-shadow;
    overflow: hidden;
}
.car-card .car-description{
    padding-top: 1rem;
}
.car-card:hover{
    box-shadow: 0px 5px 13px rgba(0,0,0,0.2);
}
.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-card .dealer-info, .car-card .dealer-info a{
    text-transform: uppercase;
    font-weight: bold;
}
.car-card .lead-buttons a.btn{
    font-size:1.0rem;
    width: 100%;
}

.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;
    }
}
.text-bages:not(:last-child):after{
    content: ', ';
}
@media(max-width: 450px){
    h1.long{
        font-size: 2rem;
    }
}
[v-cloak] { display: none; }

nav .pagination .page-item.active .page-link{
    background: #303030;
    border-color: #303030;
    color:#fff;
}
nav .pagination .page-item .page-link{
    color: #303030;
}
a.change-filter{
    height: 60px;
    width: 60px;
    display: none;
    background: #000;
    justify-content: center;
    align-items: center;
    border-radius: 20vh;
    position: fixed;
    right: 25%;
    bottom: 5%;
    color: #fff;
    font-size: 30px;
}
a.change-filter:hover{
    text-decoration: none;
}
a.change-filter:focus,a.change-filter:active{
    text-decoration: none;
}
@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%;
    }
}
a.btn.btn-danger{
    cursor: pointer;
}