/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Philosopher&display=swap');

body{
	font-family: 'Inter', sans-serif;
}
.container{
	max-width: 1240px;
}
.row{
	margin: 0;
}
.mb__0{
	margin-bottom:0px !important;
}
.mb__0 p{
	margin-bottom:0px !important;
}
.mb__0 div{
	margin-bottom:0px !important;
}
.main-section{
	padding: 75px 0;
}
.listing-main{
	display: flex;
}

.filter-col{
	width: 22%;
	margin: 0 10px;
}
.filter-box{
	background-color: #F0F4F8;
	padding: 20px 15px;
    margin: 24px 0;
    border-radius: 4px;
}

.filter-title h5{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px;
}
.filter-title h5:after{
	content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    right: 5px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid #4A4B57;
    border-left: 2px solid #4A4B57;
}
.check-list{
	height: 205px;
    overflow-y: scroll;
}
.check-list label{
	display: block;
	/*line-height: 34px;*/
	margin-bottom: 12px;
}
.check-list label input{
	margin-right: 15px;
	width: 17px;
	height: 17px;
	margin-top: 0;
	vertical-align: middle;
}
.check-list label span{
	margin-left: 10px;
	font-size: 14px;
	color: #6B7C93;
}
.check-list.last-box{
	height: auto;
	overflow: unset;
}
.select-box select{
    display: block;
    background: transparent;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    border-color: #4A4B57;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    outline: none;
}
.select-box select:first-child{
	margin-bottom: 20px;
}

/*Listing Column Start*/

.listings-col{
	width: 80%;
	margin: 0 10px;
}
.search-container{
	display:flex;
}
.search-container input, select {
    height: 40px;
    padding: 12px;
    vertical-align: middle;
    border: 1px solid #B4B4BB;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    font-family: 'Inter';
    font-size: 14px; 
}

.search-container input:placeholder, select:placeholder{
	color: #787885;
}
.search-container input {
    width: 70%;
    margin-right: 20px;
}
.search-container select {
    width: 30%;
    padding: 0 12px !important;

}
.listing-section{
	font-family: 'Inter';
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border:1px solid #000000;
	border-radius: 4px;
	margin-top: 24px;
}
.listing-image{
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 1px #fff;
}
.listing-image a{
	width: 100%;
}
.listing-image img{
	width: 100%;
	height: 100%;
}
/*.listing-desc{
	padding: 20px;
}*/
.listing-title , .price-title{
	font-size: 24px;
	color: #4D699E;
	font-weight: 600;
	margin-bottom: 15px;
}
.price-title{
	text-align: right;
}
.listing-title a{
	color: #4D699E !important;
	text-decoration: none !important;
	font-weight: 600;
}
.listing-desc .desc-items li{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.listing-desc .desc-items p{
	margin-bottom: 10px;
	color: #19191D;
}
.listing-desc .desc-items span{
	margin-bottom: 10px;
	color: #000;
	font-weight: 500;
	text-align: right;
}
.list_row{
	padding: 26px;
}
.col_padd_left{
	padding-left: 35px;
}
.col_padd_right{
	padding-right: 35px;
}
.lsit_img_box{
    width: 30.8%;
}
.wrap_list_boxes {
    width: 69.2%;
}
/*Listing Column End*/


/** Inventory Details Page Css Start **/
.single-image img{
	width: 100%;
}
.inventory-thumbnail-box{
	padding: 40px 0px;
	display: flex;
	flex-wrap: wrap;
    gap: 25px;
}

.inventory-thumbnail img{
	width: 100%;
	/*object-fit: cover;*/
}
/*.video-section{
	background: red;
	width: 580px;
	height: 490px;
}*/
/*.video-section img{
	width: 100%;
}*/



.inventory-title{
	font-size: 44px;
	font-weight: 600;
	    margin-top: 0px !important; 
}
.inventory-price{
	font-size: 24px;
	font-weight: 600;
	color: #4D699E;
    margin-bottom: 36px;
}
.inventory-desc-lists li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #19191D
}
.inventory-desc-lists li p{
	margin-bottom: 9px;
}
.inventory-desc-lists li span{
	text-align: right;
	font-weight: 500;
}
.apply-btnbox{
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}
.apply-btnbox .apply-btn{
	background: #4D699E;
	box-shadow: none;
	padding: 12px 40px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	width: 300px;
	border-radius: 5px;
}
hr.bottom-line{
	height: 1px;
	background-color: #000;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-title{
	font-size: 24px;
	font-weight: 600;
	color: #5571A6;
	margin:  40px 0 30px 0;
}
.contact--form .form-group{
	margin-bottom: 25px;
}
.contact--form .form-group label{
	color: #000;
}
.contact--form ::placeholder{
	color: #6B7C93;
}
.contact--form .form-group input.form-control{
	height: 45px;
	padding-left: 20px;

}
.contact--form .form-group input.form-control,
.contact--form .form-group textarea.form-control{

	border: 1px solid #D9E2EF;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: none;
	color: #000;
}
.contact--form .form-group textarea.form-control{
	padding-left: 20px;
	padding-top: 10px;
    height: 208px;
    resize: none;
}
.contact--form input[type="submit"]{
    display: block;
    width: 100%;
    background-color: #4D699E;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 12px 40px;
    box-shadow: none;
    border-radius: 5px;
}

/*Similar Listing Section Start*/

.similer-listing-title{
	font-size: 32px;
	font-weight: 600;
	color: #5571A6;
	text-align: center;
	margin-bottom: 39px !important;
	margin-top: 39px;
}
.inventory-images {
    padding-right: 70px;
}


.related-listings .lsit_img_box {
    width: 22.4%;
}
.related-listings .wrap_list_boxes {
    width: 77.6%;
}
.related-listings  .listing-desc {
    width: 30%;
}
.related-listings  .list_row {
    justify-content: space-between;
    padding: 20px 26px 13px 20px;
}
.hr{
	background-color: #000;
	margin-top: 70px;
	height: 1px;
	outline: 0;
}
.prim-btn{
	background: #4D699E;
	box-shadow: none;
	padding: 12px 40px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	width: 300px;
	border-radius: 5px;
	border:none;
	box-shadow:none !important;
}
.prim-btn:hover{
	color: #fff;
}
.prim-btn:focus{
	background: #4D699E;
	outline:none;
}
.lsiting_btn_sec{
	padding-top: 40px;
	padding-bottom: 40px;
}

.share_form label.gfield_label {
    color: #000;
    font-weight: 400 !important;
	margin-bottom:15px !important;
}
.share_form input, textarea {
    border: 1px solid #D9E2EF !important;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: none;
    color: #000;
	padding: 10px 15px!important;
}
.share_form input#gform_submit_button_3 {
    display: block;
    width: 100%;
    background-color: #4D699E;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 12px 40px;
    box-shadow: none;
    border-radius: 5px;
	outline:none;
}
.prim-btn:hover {
    background: #4d699e !important;
}
iframe.inner_iframe {
    height: 1500px !important;
    overflow: unset !important;
}
.side_filters ul {
    padding: 0px;
 height: auto;
}
.side_filters li.sf-field-taxonomy-transmission ul {
    height: auto;
}
.side_filters ul li ul {
    height: 240px;
    overflow-x: auto;
}
.side_filters ul li ul li {
    margin: 0px;
    padding-bottom: 10px;
}
.side_filters ul li {
    background: #F0F4F8;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
	overflow: hidden;
    float: left;
    width: 100%;
}
.search_bar ul {
    padding: 0px;
}
.search_bar ul li label {
    width: 100%;
}
.search_bar ul li input {
    border-color: #ccc;
}
.side_filters ul li h4:before {
    content: "";
    height: 10px;
    width: 2px;
    background: #4A4B57;
    position: absolute;
    right: 0px;
    transform: rotate(
-45deg);
    top: 10px;
}
.side_filters ul li h4:after {
    content: "";
    height: 10px;
    width: 2px;
    background: #4A4B57;
    position: absolute;
    right: 6px;
    transform: rotate( 
45deg);
    top: 10px;
}
.side_filters ul li h4 {
    position: relative;
}
.search_bar li.sf-field-search {
    width: 67%;
    float: left;
    margin-right: 3%;
}
.search_bar li.sf-field-sort_order {
    width: 30%;
    float: left;
}
.search_bar select.sf-input-select {
    height: 43px;
}

.mb__20{
	margin-bottom:20px;
}
.images_boxes {
    margin-top: 34px;
}
.form_img__box {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.form_img__box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
/*Responsive Start*/
@media(max-width: 1200px){
	.inventory-thumbnail-box {
		gap: 20px;
	}
}

@media(max-width: 1170px){
	
	.list_row {
	    padding: 20px;
	}
	.col_padd_right {
	    padding-right: 25px;
	}
	.col_padd_left {
	    padding-left: 25px;
	}
	.listing-desc .desc-items li{
		font-size: 15px;
	}
	.listing-desc .desc-items p{
		margin-bottom: 5px !important;
	}
	.inventory-title{
	    font-size: 38px;
	}
	.inventory-thumbnail-box {
	    gap: 16px;
	}
	.video-section iframe {
	    width: 520px;
	    height: 440px;
	}
}
@media(max-width: 1100px){
	.video-section iframe {
	    width: 480px;
	}
}

@media(max-width: 1024px){
	.search-container input{
		width: 66%;
	}
	.search-container select{
		width: 32%;
	}
	.listing-title, .price-title{
		font-size: 20px;
	}
	.video-section iframe {
	    width: 450px;
	    height: 380px;
	}
	.inventory-images {
	    padding-right: 50px;
	}
	.inventory-thumbnail-box {
	    gap: 31px;
	}
	.related-listings .listing-desc {
	    width: 34%;
	}
	.related-listings .wrap_list_boxes {
	    width: 75%;
	}
	.related-listings .lsit_img_box {
	    width: 25%;
	}
	.apply-btnbox .apply-btn {
	    font-size: 18px;
	    width: 190px;
	}
	.form_img__box {
		width: 28%;
	}
	.form_img__box span {
		display: block;
		height: 45px;
	}
}
@media(max-width: 991px){
	.inventory-thumbnail-box {
	    gap: 0;
	    justify-content: space-between;
	    row-gap: 20px;
	}
	
}
@media(max-width: 768px){
	.filter-col{
		width: 23%;
	}

}
@media(max-width: 767px){
	.listing-main{
		display: unset !important;
		/*flex-direction: column;*/
	}
	.filter-col{
		width: 100%;
		padding-right: 10px;
	}
	.search-container{
		padding: 0;
	}
	.search-container input{
		width: 65%;
	}
	.listings-col{
		width: 100%;
		padding-right: 10px;
	}
	.listing-title{
		font-size: 20px;
		margin-bottom: 12px;
	}
/* 	.listing-desc .desc-items p, span{
		font-size: 14px;
		margin-bottom: 10px;
	} */
	.lsit_img_box {
	    width: 100%;
	}
	.wrap_list_boxes {
	    width: 100%;
	}
	.listing-image{
		box-shadow:none;
	}
	.video-section iframe {
	    width: 100%;
	    height: 480px;
	}
	.inventory-thumbnail-box {
	    gap: 20px;
	    justify-content: space-between;
	    row-gap: 20px;
	}
	.inventory-desc {
	    margin-top: 30px;
	}
	.related-listings .lsit_img_box {
	    width: 100%;
	}
	.related-listings .wrap_list_boxes {
	    width: 100%;
	}
	.inventory-images {
	    padding-right: 0;
	}
	.inventory-thumbnail-box {
    gap: 44px;
    justify-content: unset;
    row-gap: 30px;
	}
	iframe.inner_iframe {
    height: 1800px !important;
	}
}
@media(max-width:640px){
	.related-listings .listing-desc {
	    width: 42%;
	}
	.inventory-thumbnail-box {
	    gap: 43px;
	    justify-content: unset;
	}
	.inventory-title {
	    font-size: 32px;
	}
}
@media(max-width:600px){
	.search-container input{
		width: 100%;
		margin-bottom: 10px;
	}
	.search-container select{
		width: 100%;
	}
	.listing-image{
		box-shadow: unset;
		padding-bottom: 20px;
	}
	.listing-desc{
		padding: 6px;
	}
	.listing-desc:first-child{
		/*margin-top: 20px;*/
	}
}
@media(max-width:480px){
	.price-title{
		text-align: left;
	}
	.related-listings .listing-desc {
	    width: 100%;
	}
	.inventory-thumbnail-box {
	    gap: 32px;
	}
	.video-section iframe{
	    height: 240px;
	}
	.apply-btnbox {
	    display: table;
	    text-align: center;
	}
	.apply-btnbox .prim-btn{
		margin-top: 20px;
	}
	iframe.inner_iframe {
		height: 2500px !important;
	}
}
@media(max-width:400px){
	.inventory-thumbnail-box {
		gap:20px;
	    justify-content: space-around;
	}
	.similer-listing-title {
	    font-size: 26px;
	    margin-bottom: 32px !important;
	    margin-top: 32px;
	}
	

}
@media(max-width:320px){
	.apply-btnbox .prim-btn {
	    margin-top: 20px;
	    width: auto;
	}
	.inventory-thumbnail-box {
	    gap: 0;
	    justify-content: space-around;
	}
}

.listing_single_box .elementor-price-list-price {
    text-align:right;
}

ul.elementor-price-list {
    pointer-events: none !important;
}
.gform_button_select_files {
    color: #4d699e;
    border-color: #4d699e;
}
.gform_button_select_files:hover {
    background: #4d699e;
}
.gform_button_select_files:focus {
    background: #4d699e;
}
.gform_delete_file {
    color: #4d699e;
}
.gform_delete_file:hover {
    color: #fff;
	background-color:#4d699e;
}
.gform_delete_file:focus {
    color: #fff;
	background-color:#4d699e;
}


/* Header */
.header__logo a{
    width: 100%;
}


/* Contact Form */
.contact__form form {
    font-family: 'Inter';
}
.contact__form form label {
    font-size: 16px;
    font-weight: 400 !important;
    color: #000 !important;
    margin-top: 14px;
		margin-bottom:17px !important;
}
.contact__form form input,
.contact__form form textarea {
    border-color: #D9E2EF;
    border-radius: 6px;
    height: 50px;
    padding-left: 20px !important;
}
.contact__form form textarea{
	padding-top: 15px !important;
}
.contact__form form textarea {
    height:208px;
}
.contact__form form input:focus,
.contact__form form textarea:focus {
    border-color: #4D699E !important;
}
.contact__form form ::placeholder {
    color: #6B7C93;
}
.contact__form input[type="submit"] {
    width: 100%;
    background: #5571A6;
    display: block !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 20px;
    height: 60px;
    outline: none !important;	
}
.contact__form input[type="submit"]:hover{
	background: #253551;
}


/* Trade-in Vehicle Form */

.vehicle__form form {
    font-family: 'Inter';
}

.vehicle__form form input, .vehicle__form form select {
    height: 50px;
    padding-left: 15px !important;
    border-radius: 6px;
    border-color: #D9E2EF;
}
.vehicle__form form input:focus, .vehicle__form form select:focus
{
	border-color:#4D699E !important;
}
.vehicle__form form input::placeholder, .vehicle__form form select::placeholder {
    color: #6B7C93;
}
.vehicle__form label {
    font-weight: 400 !important;
    font-size: 16px !important;
		color:#000;
}
.vehicle__form label[for=input_2_2] {
    margin-bottom: 15px !important;
}
.vehicle__form p {
    color: #000;
    margin-top: 25px;
		margin-bottom:0px;
}
.vehicle__form h3 {
    color: #5571A6;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}
.choice-btns .gfield_radio {
/*     background: red; */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
		margin-bottom:30px;
}

.choice-btns input[type="radio"]:checked+label
{
    background: #4d699e;
    color: #fff;
}

.choice-btns .gfield_radio input {
    /* display: none !important; */
    width: 1px;
    opacity: 0;
}
.choice-btns .gchoice {
		 width: 50%;
    padding-right: 0 !important;
}
.choice-btns .gfield_radio label {
    padding: 15px 63px;
    border-radius: 6px;
    border: 1px solid #D9E2EF;
    font-size: 17px !important;
		width: 95% !important;
    text-align: center;
		cursor:pointer;
}

.choice-btns .gfield_radio {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.vehicle__form label[for=input_2_6] {
    visibility: hidden;
}

.chklists .gchoice {
    height: 40px;
}
.chklists label {
    padding-left: 14px;
}
.chklists input {
    width: 18px;
}
.chklists {
    margin-top: 10px !important;
}

/* bottom image checkBOxes */
.img__boxes {
    margin-top: 35px !important;
}
.img__boxes span {
    margin-top: 15px !important;
    display: block;
}
.img__boxes input {
/*     visibility: hidden; */
/*     position: absolute; */
		opacity: 0;
    width: 0px;
	
}
.img__boxes .gchoice {
    margin-bottom: 50px;
}
.img__boxes img{
	width:187px;
	height:187px;
	object-fit:cover;
	border: 4px solid transparent;
	cursor:pointer;
}

.img__boxes input[type="checkbox"]:checked+label img{
	border: 4px solid #4d699e;
}
input[type="checkbox"]:checked+label:before{
	display:block;
}
.img__boxes label{
	position:relative;
}
.img__boxes label:before{
	display:none;
	content:'';
	background-image:url('https://davewall.ca/wp-content/uploads/2021/11/tick-ico.png');
	background-size:30px 30px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	width:30px;
	height:30px;
	top:50%;
	left:50%;
	transform:translate(-50%,-90%);
/* 	filter:brightness(0) invert(1); */
}

.vehicle__form input[type="submit"] {
    display: block;
    margin: auto;
    width: 244px;
    font-size: 17px;
    background: #4D699E;
    color: #fff;
    border-color: #4D699E;
    border-radius: 6px;
}
.vehicle__form input[type="submit"]:hover{
	background:#253551;
}
@media(min-width:1024px){
	.vehicle__form .speedBox {
    width: 80px;
    margin-left: 65px;
}
.vehicle__form .meterBox {
    width: 111%;
}
}
.bottom-heading {
    margin-top: 20px;
}
.gf__sec{
	display:none !important;
}

/* Vehicle Post Loop */
.vehicle__img__col .elementor-widget-wrap.elementor-element-populated {
    background-size: cover;
}
.vehicle_post_title a{
	font-weight:600;
}

/* Vehicle Single  */
@media screen and (min-width:768px) and (max-width:800px){
	.share__form__bottom{
		display:block !important;
	}
	.share__form__bottom textarea{
		height:180px !important;
	}
	.share__form__top{
		display:none;
	}
	.video-section iframe {
    height: 220px;
	}
}
@media (max-width:767px){
	#gallery-1 {
			display: flex;
			flex-wrap: wrap;
	}
	#gallery-1 .gallery-item {
			width: 33.33%;
	}
	#gallery-1 .gallery-item img {
    width: 100%;
	}
	.vehicle__lists .elementor-price-list-header {
    margin-bottom: 4px !important;
	}
	
}

@media (max-width:500px){
	.search_bar li.sf-field-search,
	.search_bar li.sf-field-sort_order{
		width:100%;
		float:none;
	}
	.choice-btns .gfield_radio{
		display:block !important;
	}
	.choice-btns .gchoice{
		width: 100% !important;
	}
	.choice-btns label{
		max-width: 100% !important; 
	}
	label#label_2_4_0 {
    margin-bottom: 10px;
}
	.vehicle__form form h3{
		font-size: 18px;
		margin-top:8px !important;
		margin-bottom:8px !important;
	}
	.vehicle__form form p{
		font-size:14px;
	}
	.vehicle__form label[for=input_2_6]{
		display:none !important;
	}
	.form_img__box{
		width:100%;
		margin-right:0;
	}
	.form_img__box span {
    margin-top: 5px;
    text-align: center;
	}
	
}


[type=button], [type=submit], button {
    color: var( --e-global-color-primary );
    background-color: transparent;
    border: 1px solid var( --e-global-color-primary );
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: var( --e-global-color-secondary );
}

.form__img__box .ginput_complex .ginput_full span.ginput_preview{
	display:block;
}

/*Trade In Form Upload Files Boxes  */

.form__img__box {
	position:relative;
    width: 98%;
    margin: auto;
}

.form__img__box .ginput_complex .ginput_full{
	padding-bottom: 50px;
    margin-bottom: 20px;
}

.form__img__box .ginput_complex .ginput_full:before{
	content: '';
	/*background-image: url('https://davewall.ca/wp-content/uploads/2021/12/woman-summer-autumn-driving-car-right-hand-drive-left-traffic-parking-reversing-looking-rearview-mirror-outside-city-nature-165132006.jpg');*/
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	display: block;
}

.form__img__box .ginput_complex .ginput_full span {
    display: none;
}

.form__img__box .ginput_complex .ginput_full input {
    padding-left: 2px !important;
	margin-top: 10px;
	font-size: 14px;
}
.form__img__box .ginput_complex .ginput_full input{
	position: absolute;
    bottom: auto;
    width: 100%;
    height: 100%;
    text-align: end;
    top: 0;
    margin: auto;
    padding-top: 76%;
	font-size: 14px;
}


/* Boxes Images */

/* Box-1 */
 .form__img__box.box-1 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-Front-Driver.jpg');
} 

/* Box-2 */
.form__img__box.box-2 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-Front-Driver-Corner.jpg');
}

/* Box-3 */
.form__img__box.box-3 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-Front-Middle.jpg');
}

/* Box-4 */
.form__img__box.box-4 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Console.jpg');
}

/* Box-5 */
.form__img__box.box-5 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-from-Console-Angle.jpg');
}

/* Box-6 */
.form__img__box.box-6 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-Front-Passenger.jpg');
}

/* Box-7 */
.form__img__box.box-7 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Interior-Top.jpg');
}

/* Box-8 */
.form__img__box.box-8 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Driver-rear-Corner.jpg');
}

/* Box-9 */
.form__img__box.box-9 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Passenger-Corner.jpg');
}

/* Box-10 */
.form__img__box.box-10 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Passenger-rear-Corner.jpg');
}

/* Box-11 */
.form__img__box.box-11 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Gauges-while-running.jpg');
}

/* Box-12 */
.form__img__box.box-12 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Front-View.jpg');
}


/* Box-13 */
.form__img__box.box-13 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Front-Side.jpg');
}


/* Box-14 */
.form__img__box.box-14 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Back-Side.jpg');
}


/* Box-15 */
.form__img__box.box-15 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Driver-Side.jpg');
}


/* Box-16 */
.form__img__box.box-16 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Driver-Corner-Side.jpg');
}


/* Box-17 */
.form__img__box.box-17 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Passenger-Side.jpg');
}


/* Box-18 */
.form__img__box.box-18 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterrior-Passenger-front-Corner.jpg');
}


/* Box-19 */
.form__img__box.box-19 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterior-Passenger-Corner-Side.jpg');
}


/* Box-20 */
.form__img__box.box-20 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Exterrior-Back-Cabbin.jpg');
}


/* Box-21 */
.form__img__box.box-21 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Shocks.jpg');
}


/* Box-22 */
.form__img__box.box-22 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Wheels-Tire.jpg');
}


/* Box-23 */
.form__img__box.box-23 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Wheels-Side.jpg');
}


/* Box-24 */
.form__img__box.box-24 .ginput_complex .ginput_full:before{
	background-image:url('https://davewall.ca/wp-content/uploads/2021/12/Damage.jpg');
}

@media(max-width:567px){
	.form__img__box .ginput_complex .ginput_full input{
		padding-top:55%;
	}
}

.sf-field-taxonomy-stock_number .chosen-container .chosen-results{
	display: none !important;
}


.side_filters ul li.search-field {
   background: transparent !important;
}



