
.cars_list .car_list_item .car_image a {
    background-size: 280px !important;
}

.filter-box div select {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
select:focus, select:active,.btn:focus, .btn:active {
    box-shadow: none !important;
    outline: 0px !important;
}

.filter-button {
    background-color: #f2f2f2;
}
.filter-button:hover {
    background-color: #E4E4E4;
}

.cat_title {
    margin-bottom: 0px !important;
}




@media (min-width: 992px) { 

 .base_information ul li {

    text-align: right;
}
}

.base_information ul {
    display: block !important;
}



#big-adv {
    display: none !important;
}

#downbutt {
    display: none;
}


@media (max-width: 900px) {

    .hideonsmall {
        display: none;
    }

    #downbutt {
        display: block !important;
    }
    
    .spacer {
        margin-top: 100px !important;
    }    

    .ddd {
        display: none;
    }

    #sonlg {
        display: none !important;
    }

    #big-adv {
        display: flex !important;
    }

}

.new-label {
    position: absolute;
    padding: 5px;
    background-color:#FBA026;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    right: 25px;
    top: 10px;    
}


.loader {

    display: none;

    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid black;
    animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
 0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
 12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
 25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
 50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
 62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
 75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
 100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}


.page-item.active span.page-link {
   background-color: #000000;
}

.page-link:focus, 
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.page-link:hover {
   color: black !important;
}




.page-item.active .page-link {
   
    border-color: black;
}



ul.pagination {
    flex-wrap: wrap;   
}

.page-item.active .page-link:hover {
   
    color: white !important;
}

img.shadow {
   object-fit: cover;
}



