.blog-sidebar .widget-link ul li a.active, .blog-sidebar .widget-link ul li span.active, #header.light .mega-menu .menu-links > li.active .drop-down-multilevel li a.active {
    color: #ED2923;
    border-color: #ED2923;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.pagination li a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0;
    color: #626262;
    border-radius: 0;
}

.car-item .car-list {
    top: 114px;
    bottom: auto;
}

.product-listing .car-grid .car-title a {
    color: #363636;
}

.product-listing .car-grid .car-title a:hover {
    color: #ED2923;
}

.product-listing .car-grid .car-title a {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
}

.product-listing .car-grid .car-title h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #363636;
}

.product-listing .car-grid .car-title h5:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #ED2923;
    left: 0;
    bottom: 0;
}

.tab-content ul li a {
    color: #363636;
}

.tab-content ul li a:hover {
    color: #ED2923;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index:99;
}

.offcanvas-btn {
    left: 20px;
    top: 70px;
    position: fixed;
    display: inline-block;
    z-index: 99;
}

.blog-sidebar .widget-search button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 12px;
    font-size: 14px;
    color: #626262;
    border: none;
    cursor: pointer;
}

.blog-sidebar .widget-search input {
    padding-right: 40px;
}