/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#menu-main-menu .specials-menu > a,
#menu-main-menu .specials-menu > a:hover,
#menu-main-menu .specials-menu.current-menu-item > a {
	color: var(--awb-color5) !important;
}

.top-menu ul .specials-menu > a,
.top-menu ul .specials-menu > a:hover,
.top-menu ul .specials-menu.current-menu-item > a,
.top-menu ul .specials-menu > a i,
.top-menu ul .specials-menu > a:hover i,
.top-menu ul .specials-menu.current-menu-item > a i {
	color: var(--awb-color1) !important;
}

.larger-font {
	font-size: 18px !important;
}

.larger-font a {
	color: var(--awb-color1) !important;
	font-weight: 600;
}

.larger-font a .menu-text {
	text-decoration: underline;
}

.title-seperator {
	width: 20px !important;
	margin-right: 15px !important;
	/* 	align-self: center !important; */
}

.awb-swiper:not(.swiper-fade):not([data-slide-effect='swipe_vert']):not(
		[data-slide-effect='slide_vert']
	)
	.swiper-wrapper {
	padding: 0 !important;
}

.slider-nav-btn {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}

.slider-nav-btn.prev {
	left: -8px;
}

.slider-nav-btn.next {
	right: -8px;
}

.modal-box {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
.modal-content-box {
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 0;
	background-color: #fefefe;
	width: 100%;
	max-width: 800px;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
	transform: translateX(-50%);
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	overflow-x: hidden;
}
.close {
	color: #aaaaaa;
	float: right;
	margin-right: 20px;
	font-size: 28px;
	font-weight: bold;
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.modal-info {
	padding: 20px;
	text-align: center;
}
.modal-info h3 {
	margin-bottom: 20px;
	text-align: center;
}

#pre_owned #loading {
	padding: 10%;
}
#pre_owned .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#pre_owned {
	margin-bottom: 60px;
}
#pre_owned .vehicle-info {
	margin-bottom: 30px;
}
#pre_owned .vehicle-info .vehicle-container {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 100%;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-image {
	position: relative;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-image span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-description {
	padding: 0 15px;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-description h5 {
	margin: 15px 0;
	min-height: 66px;
}
#pre_owned
	.vehicle-info
	.vehicle-container
	.vehicle-description
	.vehicle-details {
	font-size: 13px;
	line-height: 18px;
}
#pre_owned .vehicle-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#pre_owned .vehicle-info .vehicle-container > * {
	vertical-align: bottom;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-view-more {
	padding: 15px;
}
#pre_owned .vehicle-info .vehicle-container .vehicle-view-more a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
}
#pre_owned .total-count {
	margin-bottom: 15px;
}
#pre_owned .vehicle-filter-form {
	position: relative;
	width: 100%;
	display: inline-block;
}
#pre_owned form {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	background: rgba(0, 0, 0, 0.05);
	transition: all 0.2s;
}
#pre_owned form select {
	margin-bottom: 15px;
}
#pre_owned form label {
	margin-bottom: 0;
}
#pre_owned form .reset-btn {
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
#pre_owned .paginate ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pre_owned .paginate ul li {
	display: inline-block;
	margin-right: 15px;
}
#pre_owned .paginate ul li a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	transition: all 0.2s;
}
#pre_owned .paginate ul li a:hover,
#pre_owned .paginate ul li a.current {
	background: #333;
	color: #fff;
}
#pre_owned .show-filter-form {
	display: none;
}
#pre_owned_details {
	margin: 60px 0;
}
#pre_owned_details h1 {
	font-size: 28px;
	color: #000;
}
#pre_owned_details .vehicle-price {
	text-align: right;
	font-weight: bold;
}
#pre_owned_details #extra_details form {
	text-align: left;
}
#pre_owned_details #extra_details form span.wpcf7-radio input {
	width: auto;
	-webkit-appearance: radio;
}
#pre_owned_details .vehicle-description .features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pre_owned_details .vehicle-description .features ul li {
	display: inline-block;
	width: 49%;
	text-transform: capitalize;
}
#pre_owned_details .vehicle-description {
	margin-top: 30px;
}
#pre_owned_details .vehicle-description .features {
	margin-bottom: 30px;
}
#pre_owned_details .vehicle-slider {
	margin-top: 30px;
}
#pre_owned_details .vehicle-specs {
	padding: 9px 15px;
	background: var(--awb-color3);
	margin-bottom: 30px;
	margin-top: 30px;
}
#pre_owned_details .vehicle-specs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pre_owned_details .vehicle-specs ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 6px 0;
}
#pre_owned_details .vehicle-specs ul li:last-child {
	border-bottom: 0;
}
#pre_owned_details .vehicle-specs ul li span:first-child {
	font-weight: bold;
}
#pre_owned_details .vehicle-specs ul li span:last-child {
	text-align: right;
}
@media (max-width: 767px) {
	#pre_owned .total-count {
		text-align: center;
	}
	#pre_owned .show-filter-form {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	#pre_owned #SearchFormModule {
		display: none;
		margin-bottom: 30px;
	}
	#pre_owned_details h1 {
		text-align: center;
	}
	#pre_owned_details .vehicle-price {
		text-align: center;
	}
	#pre_owned_details .vehicle-description {
		margin-bottom: 30px;
	}
}

#pre_owned_details .more-info {
	margin-top: 30px;
	padding: 30px;
	background-color: var(--awb-color3);
}

#pre_owned_details .more-info form,
#pre_owned_details .btn-area {
	margin-top: 30px;
}

/* TRADE IN */
.clearfix {
	clear: both;
}
#trade-in-form fieldset {
	width: 100%;
}
.wizard,
.tabcontrol {
	margin-bottom: 80px;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #000;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	background: #000;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	background: #555555;
}
.wizard > .content > .body .form-control {
	margin-bottom: 15px;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
}
.wizard > .content > .body input {
	color: #000000;
	background-color: #ffffff;
}
.wizard > .content {
	min-height: unset;
}
.wizard > .content > .body {
	height: auto;
}
.wizard > .content > .current {
	position: relative;
}
@media screen and (max-width: 768px) {
	.wizard > .steps > ul > li {
		width: 100%;
	}
}

#used_vehicles #loading {
	text-align: center;
	margin-bottom: 30px;
}

.col-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.form-group {
	margin-bottom: 15px;
}

#priceSlider {
	margin: 30px auto 0;
	width: 85%;
	background: 0 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 6px;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.loadMore {
	width: var(--pagination_width_height);
	height: var(--pagination_width_height);
	margin-left: calc((var(--pagination_width_height)) / 10);
	margin-right: calc((var(--pagination_width_height)) / 10);
	display: inline-flex;
	position: relative;
	float: none;
	margin: 0 4px;
	padding: 0;
	border: 1px solid;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pre-owned-btn {
	--awb-margin-top: 0px;
	--awb-margin-right: 0px;
	--awb-margin-bottom: 0px;
	--awb-margin-left: 0px;
	--awb-padding-top: var(--button_padding-top, 13px);
	--awb-padding-right: var(--button_padding-right, 29px);
	--awb-padding-bottom: var(--button_padding-bottom, 13px);
	--awb-padding-left: var(--button_padding-left, 29px);
	padding-top: var(--awb-padding-top);
	padding-right: var(--awb-padding-right);
	padding-bottom: var(--awb-padding-bottom);
	padding-left: var(--awb-padding-left);
	line-height: var(--button_line_height, 1);
	font-size: var(--button_font_size, 14px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	font-family: var(--button_typography-font-family);
	font-weight: var(--button_typography-font-weight);
	font-style: var(--button_typography-font-style, normal);
	letter-spacing: var(--button_typography-letter-spacing);
	border-width: var(--button_border_width-top, 0)
		var(--button_border_width-right, 0) var(--button_border_width-bottom, 0)
		var(--button_border_width-left, 0);
	border-style: solid;
	border-radius: var(--button-border-radius-top-left, 0)
		var(--button-border-radius-top-right, 0)
		var(--button-border-radius-bottom-right, 0)
		var(--button-border-radius-bottom-left, 0);
	text-transform: var(--button_text_transform);
	transition:
		color 0.2s,
		font-size 0.2s,
		background-color 0.2s,
		background-image 0.2s,
		border-color 0.2s,
		border-width 0.2s,
		border-style 0.2s,
		border-radius 0.2s,
		box-shadow 0.2s,
		opacity 0.2s,
		transform 0.2s;
	margin: var(--awb-margin-top) var(--awb-margin-right)
		var(--awb-margin-bottom) var(--awb-margin-left);
	background: var(--awb-color6);
	color: var(--button_accent_color);
	border-color: var(--button_border_color);
	width: 100%;
}

.filter-output .col-lg-4 {
	margin-bottom: 30px;
}

.vehicle-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.vehicle-card .inner {
	border-radius: 6px;
	background-color: var(--awb-color2);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.vehicle-card .vehicle-image {
	position: relative;
}
.vehicle-card .vehicle-image .vehicle-price {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.noUi-connect {
	background: var(--awb-color6);
}
.noUi-tooltip {
	border: 0;
	border-radius: 0;
	background: transparent;
}
.vehicle-card .vehicle-title {
	margin-bottom: 15px;
}
.vehicle-card .vehicle-info {
	display: flex;
	flex-direction: column;
	padding: 15px;
	flex-grow: 1;
}
.vehicle-card .vehicle-info .pre-owned-btn {
	background: var(--awb-color3);
	color: var(--awb-color1);
}
.vehicle-card .vehicle-info .meta-data {
	display: grid;
	grid-template-columns: 1fr 1fr; /* Two equal fractional units */
	gap: 8px; /* Optional space between columns */
	margin-bottom: 15px;
	margin-top: auto;
}
.vehicle-card .vehicle-info .location {
	font-size: 13px;
	margin-bottom: 15px;
}
.vehicle-card .vehicle-info .meta-data .meta-info {
	text-align: right;
}

.btn-secondary {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #6c757d;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #6c757d;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 480px) {
	.wpcf7-select-parent .select-arrow {
		width: 28px !important;
	}
	.wpcf7-captchar,
	.wpcf7-form .wpcf7-date,
	.wpcf7-form .wpcf7-number,
	.wpcf7-form .wpcf7-quiz,
	.wpcf7-form .wpcf7-select,
	.wpcf7-form .wpcf7-text,
	.wpcf7-form textarea {
		font-size: 11px !important;
	}
}

.acf-price-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 12px; /* space between rows */
	font-family: Arial, sans-serif;
	background-color: var(--awb-color6);
	overflow: hidden;
}

.acf-price-table thead {
	background-color: var(--awb-color8);
}
.acf-price-table tfoot {
	background-color: var(--awb-custom_color_2);
}
.acf-price-table thead th {
	font-weight: 700;
	text-align: left;
	padding: 15px;
	font-size: 1.25rem;
	color: var(--awb-color1);
}
.acf-price-table tfoot th {
	text-align: left;
	padding: 15px;
	font-size: 1rem;
	font-weight: 300;
	font-family: var(--awb-typography4-font-family);
}
.acf-price-table tfoot th p:last-child {
	margin-bottom: 0;
}

.acf-price-table td {
	padding: 15px;
	font-size: 1rem;
}

.acf-price-table tbody tr td {
	text-align: left;
}

/* Rounded "card row" effect */
.acf-price-table thead tr th:last-child,
.acf-price-table tbody tr td:last-child {
	text-align: right;
}

/* Add spacing between cells like blocks */
.acf-price-table tbody tr:not(:last-child) {
	border-bottom: 1px solid var(--awb-custom_color_2);
}
.acf-price-table tbody td:not(:last-child),
.acf-price-table thead th:not(:last-child) {
	border-right: 1px solid var(--awb-custom_color_2);
}

.top-menu .button-default {
	background: var(--awb-color1);
	color: var(--awb-color7);
	border-color: var(--awb-color5);
}

.accessory-cards-filter {
	background-color: #101010;
	color: white;
	padding: 10px 30px;
	margin-bottom: 30px;
}

.accessory-cards-filter label {
	margin: 0;
}

.accessory-cards-type-filter {
	display: flex;
	align-items: center;
	gap: 40px;
}

.accessory-cards-type-filter select {
	border: 0;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	background-color: transparent;
	outline: none !important;
	color: #fff;
	letter-spacing: 0.05px;
	line-height: 19px;
	transition: border 0.3s;
	font-size: 15px;
	font-weight: 500;
}

.filter-select option {
	background-color: #101010;
	color: #fff;
}

.accessory-card {
	background-color: #eeeeee;
	padding: 40px;
	height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
	margin-bottom: 30px;
}

.accessory-card p {
	margin: 0;
}

.accessory-card h4 {
	color: white;
}

.accessory-card-bottom {
	display: flex;
	justify-content: space-between;
	opacity: 0.3;
}
