@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?fne4y');
	src: url('../fonts/icomoon.eot?fne4y#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?fne4y') format('truetype'),
		url('../fonts/icomoon.woff?fne4y') format('woff'),
		url('../fonts/icomoon.svg?fne4y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-co2-inside-cloud:before {
	content: "\e906";
}

.icon-co2:before {
	content: "\e907";
}

.icon-zero-emission-badge:before {
	content: "\e908";
}

.icon-piston-alt:before {
	content: "\e90a";
}

.icon-credit-card:before {
	content: "\e90b";
}

.icon-bar-chart:before {
	content: "\e90c";
}

.icon-pie-chart:before {
	content: "\e90d";
}

.icon-price-tag-alt:before {
	content: "\e90e";
}

.icon-car-engine:before {
	content: "\e90f";
}

.icon-engine-alt:before {
	content: "\e910";
}

.icon-engine:before {
	content: "\e911";
}

.icon-child-seat-for-the-car:before {
	content: "\e909";
}

.icon-eye-dropper:before {
	content: "\e905";
}

.icon-success:before {
	content: "\e900";
}

.icon-dashboard:before {
	content: "\e901";
}

.icon-gearbox:before {
	content: "\e902";
}

.icon-gasoline-pump:before {
	content: "\e903";
}

.icon-calendar:before {
	content: "\e904";
}

.aw-detail-page {
	padding-top: 50px;
	padding-bottom: 50px;
}

.aw-detail-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.aw-detail-header {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.aw-detail-header .aw-left {
	flex: 0 0 60%;
	max-width: 60%;
}

.aw-detail-header .aw-right {
	flex: 0 0 35%;
	max-width: 35%;
}

.aw-detail-header .aw-right h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px
}

.aw-detail-header .aw-right h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.aw-car-spec-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}

.aw-car-spec-container > div {
	width: 50%;
}

.aw-car-spec {
	padding: 4px;
	min-height: 34px;
	margin-bottom: 15px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}

.aw-car-spec span {
	font-size: 22px;
	color: #666;
	top: 3px;
	position: relative;
	margin-right: 5px;
}

.aw-additional-content {
	background-color: #f7f9f9;
	padding: 20px;
	margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9990px;
    padding-right: 9990px;
}

.aw-additional-content > div {
	padding: 40px;
	border: 1px rgba(128, 128, 128, .4) solid;
	background-color: #ffffff;
	margin: 20px !important;
}

.aw-pricing .aw-price {
	font-size: 24px;
	font-weight: 600;
}

.aw-vehicle-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.aw-vehicle-filters {
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 20px;
}

.aw-vehicle-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
}

.aw-vehicle-list .aw-vehicle {
	width: 30%;
	margin: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.aw-vehicle-image img{
	width: 100%;
	max-width: 100%;
}

.aw-vehicle-image {
	position: relative;
	overflow: hidden;
}

.aw-vehicle-image .aw-vehicle-sold {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(255, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.single-aw-vehicle .aw-vehicle-sold {
	background-color: rgba(255, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}

.aw-vehicle-list .aw-vehicle > a {
	min-height: 60px;
}


.aw-vehicle-list .aw-vehicle h2 {
	font-size: 20px !important;
	color: black;
	margin-bottom: 5px;
	margin-top: 10px;
}

.aw-vehicle-list .aw-vehicle .description {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.1;
}

.aw-vehicle-list .aw-vehicle .price {
	font-size: 14px;
	font-weight: bold;
}

.aw-vehicle-list .aw-vehicle .bottom {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.aw-vehicle-list .aw-vehicle .aw-detail-button {
	padding: 5px 10px;
	background-color: #000;
	font-size: 14px;
	color: #fff;
}
.aw-vehicle-list .aw-vehicle .aw-vehicle-meta {
	font-size: 13px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aw-additional-content .aw-content-block-title {
	font-size: 1.5rem;
	text-decoration: underline;
	text-decoration-color: red;
	margin: 0;
	font-weight: bold;
}

.aw-default-button {
	padding: 5px 10px;
	background-color: #000;
	font-size: 14px;
	color: #fff;
}

.aw-vehicle-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	padding: 0;
	list-style: none;
}

.aw-vehicle-gallery li {
	overflow: hidden;
}

.aw-vehicle-gallery img {
	width: 100%;
	height: auto;
	display: block;
}

#vehicle-filters > div {
	margin-bottom: 10px;
}

#vehicle-filters .filter-group > label {
	margin-bottom: 30px;
}

#vehicle-filters .filter-group .noUi-tooltip {
	font-size: 13px;
	padding: 0 5px;
}

#vehicle-filters .filter-group .noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	right: -10px;
	top: -2px;
}

#vehicle-filters .filter-group .noUi-handle:after,
#vehicle-filters .filter-group .noUi-handle:before {
	height: 9px;
	width: 1px;
	left: 6px;
	top: 5px;
}

#vehicle-filters .filter-group .noUi-handle:after {
	left: 11px;
}

#vehicle-filters .filter-group .noUi-target {
	width: 92%;
}

#vehicle-filters .filter-group {
	margin-bottom: 25px;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: rgba(0, 0, 0, .75);
	color: white !important;
}

.wpc-filter-title {
	margin-bottom: 0;
}

.aw-vehicle-list-wrapper.home-loop .aw-vehicle {
	width: calc(25% - 20px);
}

.aw-specifications-table td {
	padding: 0;
}

.aw-split-content {
  display: flex;
}

.aw-title-block {
  flex: 0 0 25%;
}

.aw-content-block {
  flex: 0 0 75%;
}

.aw-detail-page-alt {
	padding-top: 50px;
}

.aw-detail-page-alt .vehicle-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

.aw-detail-page-alt .vehicle-header h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	width: 70%;
}

.aw-detail-page-alt .vehicle-header h1 a{
	pointer-events: none;
}

.aw-detail-page-alt .vehicle-header > div {
	max-width: 30%;
	align-items: start;
	justify-content: end;
	display: flex;
}

.aw-detail-page-alt .aw-pricing {
	margin-top: 25px;
}

.aw-detail-page-alt .aw-pricing .aw-price {
	line-height: 1;
}

.aw-detail-page-alt .aw-pricing .vat-included {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.aw-detail-page-alt .image-divider {
	width: 100%;
	height: 150px;
	background-color: #1b2531;
	margin-top: -50px;
	margin-bottom: 100px;
	margin-left: -9999px;
	margin-right: -9999px;
	padding-left: 9990px;
	padding-right: 9990px;
}

.aw-detail-page-alt .spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.aw-detail-page-alt .spec-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 106px;
	background: #F6F6F6 0% 0% no-repeat padding-box;
	border-radius: 20px;
}
.aw-detail-page-alt .spec-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.aw-detail-page-alt .spec-value {
  color: #333;
}

.aw-detail-page-alt .aw-detail-content {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
.aw-detail-page-alt .aw-detail-left {
  flex: 0 0 65%;
  max-width: 65%;
}
.aw-detail-page-alt .aw-detail-left > div {
	margin-bottom: 100px;
}
.aw-detail-page-alt .aw-detail-right {
  flex: 0 0 30%;
  max-width: 30%;
position: -webkit-sticky;
	position: sticky;
	top: 150px;
	align-self: flex-start;
}
.aw-detail-page-alt .fusion-button {
	border-radius: 30px;
}
.aw-detail-page-alt .aw-contact {
	padding: 20px 40px;
	border-radius: 20px;
	box-shadow: 0 1.5rem 4rem rgba(25, 25, 30, .1);
	margin-bottom: 40px;
	background-color: #ffffff;
}

.aw-detail-page-alt .main-image {
	width: 100%;
	margin-bottom: 1rem;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
}

.aw-detail-page-alt .thumbnails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.aw-detail-page-alt .thumbnails img {
	width: calc(50% - 10px);
	/* height: 250px; */
	object-fit: cover;
	cursor: pointer;
}

.aw-detail-page-alt .thumbnails img:hover {
	border-color: #666;
}

.aw-detail-page-alt .thumbnails img.active {
	border-color: #000;
}

.aw-detail-page-alt .options-grid {
	display:flex;
	flex-wrap: wrap;
}
.aw-detail-page-alt .options-grid .option-item {
	padding: 10px 20px;
	flex: 0 0 auto;
	width: 50%;
}
.aw-detail-page-alt .options-grid .option-item:not(:nth-child(-n + 2)) {
	border-top: 1px solid #EDEDED;
}
.aw-detail-page-alt h2 {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.aw-vehicle-list-wrapper {
		flex-direction: column;
	}

	.aw-vehicle-filters,
	.aw-vehicle-list {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.aw-vehicle-list-wrapper.home-loop .aw-vehicle,
	.aw-vehicle-list .aw-vehicle{
		width: calc(100% - 20px) !important;
	}

	.wpc-filters-widget-content {
		display: none;
	}
	.aw-detail-header .aw-left,
	.aw-detail-header .aw-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.aw-detail-page {
		max-width: 100%;
	}

	.aw-additional-content {
		padding: 10px 0;
		margin: 0
	}

	.aw-split-content {
		display: block;
	}

	.aw-additional-content>div {
		margin: 10px;
		padding: 15px;
	}

	.aw-detail-page-alt {
		max-width: 100%;
	}

	.aw-detail-page-alt .vehicle-header {
		flex-direction: column;
		align-items: start;
		margin: 35px 0;
	}

	.aw-detail-page-alt .vehicle-header h1 {
		width: 100%;
		font-size: 28px;
		word-wrap: break-word;
			overflow-wrap: break-word;
			word-break: break-word;
			white-space: normal;
	}

	.aw-detail-page-alt .vehicle-header>div {
		max-width: 100%;
		justify-content: start;
		margin-top: 20px;
	}

	.vehicle-gallery.grid {
			grid-template-columns: 1fr !important;
		margin-top: 50px;
	}

	.aw-detail-page-alt .main-image {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-left-radius: 0;
	}

	.aw-detail-page-alt .aw-detail-content {
		flex-direction: column;
	}

		.aw-detail-page-alt .aw-detail-left {
		flex: 0 0 100%;
		max-width: 100%;
}

	.aw-detail-page-alt .aw-detail-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.aw-detail-page-alt .spec-item{
		padding: 15px;
		text-align: center;
		line-height: 1.2;
	}
}





.vehicle-gallery.grid {
	display: grid;
	grid-template-columns: 2fr 2fr;
	gap: 1rem;
	align-items: start;
	margin-top: 100px;
}

.vehicle-gallery .main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.vehicle-gallery .thumbnails-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.vehicle-gallery .thumbnails-grid img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
}
.vehicle-gallery .thumbnails-grid a {
	position:relative;
}
.vehicle-gallery .thumbnails-grid .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.2rem;
}

