@media (min-width: 956px) {
	#car-table .nowrap {
		white-space: nowrap;
	}
}

table.dataTable > tbody > tr.child ul.dtr-details > li::before {
	display: none;
}

.car-models {
	padding: 40px 0;
}

.car-models select {
	width: auto;
	cursor: pointer;
}

.car-models ul {
	list-style: none;
	margin: -5px -5px 25px !important;
	padding: 0;
	font-size: 0;
}

.car-models ul li {
	display: inline-block;
	padding: 5px;
	margin: 0;
}

.car-models ul li::before {
	display: none;
}

.car-models ul li a {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	width: 100px;
	line-height: 18px;
	padding: 5px;
	border: 2px solid #ff0f00;
	color: #ff0f00;
	vertical-align: top;
	word-wrap: break-word;
	font-weight: 700;
	border-radius: 5px;
}

.car-models ul li.active a,
.car-models ul li a:hover {
	background-color: #ff0f00;
	color: #fff;
}

.car-feed #car-table_filter {
	width: 50%;
}

@media (max-width: 640px) {
	.car-feed #car-table_filter {
		width: 100%;
	}
}

.cgs-body .page-title-bg {
    background-color: #fff;
    background-image: url(../img/banner.jpg) !important;
    background-size: contain !important;
}

@media (max-width: 768px) {
	
	.cgs-body .page-title-bg {
    background-image: url(http://www.tst.designworkshop.com.tr/wp-content/uploads/2023/02/mbaner.jpeg) !important;
    background-size: cover !important;
    height: 297px !important;
    margin-top: 31px;
    z-index: 4;
}
	.page-title-container .page-title-row {
    z-index: 99 !important;
}
		
	
}
@media only screen and (min-width: 992px) {
.page-title-container, .edit-post-visual-editor__post-title-wrapper {
    min-height: 339px !important;
}
}

.page-title-container, .page-title-container.page-title-decorated:after, .edit-post-visual-editor__post-title-wrapper {
    background-color: #fff !important;
}

emre altuğ