/*
Theme Name:  CarDealer Child
Theme URI:   https://cardealer.potenzaglobalsolutions.com/
Author:      TeamWP @Potenza Global Solutions
Author URI:  http://www.potenzaglobalsolutions.com/
Description: Car Dealer - Automotive Solution, Car Dealership Responsive WordPress Theme.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cardealer-child
Template:    cardealer
*/
#main .section-title span {
    font-size: 22px;
    margin-bottom: 22px;
}

.car-item:hover .car-list {
    height: 0;
    border: none;
}

.car-item .car-image > a {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.car-item .car-image img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}

.car-item .car-overlay-banner {
    position: static;
}

.car-item .car-overlay-banner ul {
    position: absolute;
    z-index: 6;
    top: 45%;
}

.car-item:hover .car-image img {
    transform: scale(1.05);
    opacity: .8;
}

.car-item:hover .car-overlay-banner ul li a {
    background: #fff;
    color: #db2e2d;
}

.car-item .car-overlay-banner ul li a:hover {
    background: #db2e2d;
    color: #fff;
    border: 2px solid #db2e2d;
}

.car-details #tab-accordion .panel-heading .panel-title a:after {
    display: none;
}
