.cck-body #pagination a,
.cck-body #pagination span {
    border-radius: unset;
}

.cck-body #pagination li.active a {
    background: #ff1920;
}

.cck-body #pagination li>a:hover {
    background: #ad3100;
    color: #000000 !important;
}

.title-menu-used-cars {
    text-align: center;
    color: #000;
    margin: 15px 0 20px;
    text-transform: capitalize;
    font-size: 40px;
}

#os_navigation a {
    background: #ff1920 !important;
    border-radius: 30px !important;
    color: #fff !important;
    width: auto !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 10px 30px !important;
    margin-top: 10px !important;
    border: 2px solid #ff1920;
    display: inline-block;
}

#os_navigation a:hover {
    background: #ffffff !important;
    color: #000 !important;
}

.wrapper-show-post-used-cars {
    background: #333333 !important;
    border-radius: 20px !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 10px 10px 20px;
}

.wrapper-show-post-used-cars .resizable {
    padding: 0 !important;
}

.title-show-post-used-cars {}

.title-show-post-used-cars a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    color: #3174ff;
    font-weight: bold !important;
    font-size: 28px;
    margin: 15px 20px 5px;
    text-transform: capitalize;
}

.category-show-post-used-cars {
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 20px 10px;
}

.category-show-post-used-cars a {
    color: #3174ff;
}

.category-show-post-used-cars a:hover,
.title-show-post-used-cars a:hover {
    color: #fff;
}

.category-show-post-used-cars .fa,
.date-show-post-used-cars .fa {
    color: #ff1920;
}

.date-show-post-used-cars {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 20px 10px;
}

.descriptions-show-post-used-cars {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    margin: 5px 20px 15px;
}

.date-show-post-details-used-cars {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0px 0 0;
}

.category-show-post-details-used-cars {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 20px 20px 0 0;
}

.category-show-post-details-used-cars a {
    color: #3174ff;
}

.category-show-post-details-used-cars a:hover {
    color: #ff1920;
}

.title-show-post-details-used-cars {
    text-align: center;
    color: #000;
    font-size: 40px;
}

.category-show-post-details-used-cars .fa,
.date-show-post-details-used-cars .fa {
    color: #ff1920;
}

@media (max-width: 767px) {
    .descriptions-show-post-used-cars {
        padding: 0 20px;
        margin: 5px 0px 15px;
    }
}

@media (max-width: 600px) {
    .wrapper-show-post-used-cars {
        margin: 10px 0 20px;
    }
    .wrapper-show-post-details-motorhomes{
        padding: 0 !important;
    }
    .wrapper-show-post-details-motorhomes .resizable{
        padding: 0 !important;
    }
}

