/*
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
*/
.custom-cat-desc .term-description {
	margin-top: 30px;
}
.search-list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px;
	justify-content: space-between;
	margin-bottom: 45px;
}
.search-list .item {
	display: block;
	width: calc(33.33333% - 30px);
	border: 1px solid #e3e3e3;
    text-align: center;
	padding: 15px;
	color: #15181f;
}
.search-list .item .img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.search-list .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}
.search-list .item bdi {
	font-weight: bold;
}
header .desktopTopFixed.header-navbar-v2 .header-actions {
	height: 68px;
}
.woocommerce ul.products li.product a {
    display: block;
}
@media (max-width: 768px) {
	.search-list {
		gap: 30px;
	}
	.search-list .item {
		width: 100%;
	}
	.search-list .item .img {
		padding-bottom: 0;
		height: 200px;
	}
}