div#input_1_56 {
    width: 100%;
}
div#field_1_58 {
    align-items: start;
}
.page-id-3700 div#main-content > .container {
	max-width: 100%;
}
.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.filter-name {
    background-position:  0 center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 10px 0 10px 35px;
	font-weight: 600;
}

.icon-cat {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23737373' width='80px' height='80px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 448H32c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-17.664-14.336-32-32-32zm896 32H320c-17.664 0-32 14.336-32 32s14.336 32 32 32h672c17.664 0 32-14.336 32-32s-14.336-32-32-32zM96 704H32c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-17.664-14.336-32-32-32zm896 32H320c-17.664 0-32 14.336-32 32s14.336 32 32 32h672c17.664 0 32-14.336 32-32s-14.336-32-32-32zM96 192H32c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-17.664-14.336-32-32-32zm224 96h672c17.664 0 32-14.336 32-32s-14.336-32-32-32H320c-17.664 0-32 14.336-32 32s14.336 32 32 32z'/%3E%3C/svg%3E");
}

.active .arrow-icon {
    transform: rotate(0deg);
}
.color-selection input[type="checkbox"] + span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}


.option-groups span.clr-circle {
    width: 16px !important;
    height: 16px;
    display: inline-block;
    border-radius: 20px;
    min-width: 16px;
	border: solid 1px #d9d9d9;
}

.clr-Bronze span.clr-circle {
    background-color: #CD7F32 !important;
}
.clr-Burgundy span.clr-circle {
    background-color: #800020 !important;
}
.body-type-option .option-groups,
.body-type-option .option-groups li {
  overflow: visible;
}

.body-type-option .option-groups input[type="checkbox"] + span {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    font-weight: 500;
    color: black;
}
.body-type-option input[type="checkbox"] + span > span {
    background-repeat: no-repeat;
    height: 50px;
    display: block;
    background-position: center;
    background-size: contain;
}
.body-type-option .option-groups input[type="checkbox"]:checked+ span {
    background-color: transparent;
    border: none;
    font-weight: 500;
    filter: drop-shadow(2500px 0 0 #03a2a2);
	-webkit-filter: drop-shadow(2500px 0 0 #03a2a2);
    transform: translateX(-2500px);
}
.body-Hatchback 	{background-image: url("/wp-content/uploads/2025/02/Hatchback-Icon.png");}
.body-Coupe			{background-image: url("/wp-content/uploads/2025/02/Coupe-Icon.png");}
.body-Sedan			{background-image: url("/wp-content/uploads/2025/02/Sedan-Icon.png");}
.body-SUV 			{background-image: url("/wp-content/uploads/2025/02/SUV-Icon.png");}
.body-Convertible 	{background-image: url("/wp-content/uploads/2025/02/Convertible-Icon.png");}
.body-Pickup.Truck 	{background-image: url("/wp-content/uploads/2025/02/Pickup-Truck-Icon.png");}
.body-Wagen 		{background-image: url("/wp-content/uploads/2025/02/Wagen-Icon.png");}
.body-4x4 			{background-image: url("/wp-content/uploads/2025/02/4x4-Icon.png");}
.body-Exotic 		{background-image: url("/wp-content/uploads/2025/02/Exotic-Icon.png");}

@media only screen and (max-width: 763px) {
  /* 1) Kill the desktop-only drop-shadow/translate hack */
  .body-type-option .option-groups input[type="checkbox"]:checked + span {
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
  }

  /* 2) Tint the entire tile, not just the icon */
  .body-type-option .option-groups input[type="checkbox"]:checked + span {
    background-color: #03a2a2 !important;
    color: #fff;               /* white text for contrast */
  }

  /* 3) Optionally invert the icon to white */
  .body-type-option .option-groups input[type="checkbox"]:checked + span > span {
    background-color: #03a2a2 !important;
  }
}





@media (max-width:1023px) {
	.page-id-3700 div#main-content > .container {
		width: 90%;
	}
}
form#save-search-form {
    background: #fff;
    padding: 40px;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
input.sr-name, input.sr-link {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
}
form#save-search-form input.btn {
    background-color: #03a2a2;
    color: white;
    padding: 4px 20px;
    font-weight: bold;
	border: solid 1px #1F2C34;
}


.filter-popup-content {
    display: none;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cars-list-top  {
	display: flex;
	align-items: flex-start;
}
.cars-list-top-left {
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	position: sticky;
	top: 100px;
	overflow: auto;
	height: calc(100vh - 130px);
	overscroll-behavior: contain;
}
.cars-list-top-right {
	width: 79%;
	padding-left: 0;
	padding-right: 0;
	background-color: #f2f2f2;
}

.cars-list-top-right::-webkit-scrollbar {
  display: none;
}

.cars-list-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 20px;
	background-color: #f2f2f2;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
@media (max-width: 763px) {
	.cars-list-grid {
		background-color: white !important;
	}
}
input.search_term {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 40px 10px 20px;
    border-radius: 8px;
    color: #737373;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='magnifier' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cpath class='st0' d='M233.282,208.297l-48.609-48.609c-5.379-5.381-13.218-6.731-19.866-4.146l-7.795-7.796 c11.205-13.655,17.947-31.099,17.947-50.1c0-43.636-35.502-79.138-79.134-79.138c-43.641,0-79.142,35.502-79.142,79.138 c0,43.64,35.493,79.142,79.142,79.142c19.31,0,37.001-6.974,50.751-18.488l7.744,7.745c-2.604,6.648-1.242,14.495,4.139,19.875 l48.609,48.592c3.623,3.635,8.359,5.432,13.104,5.432c4.746,0,9.492-1.797,13.104-5.432 C240.521,227.264,240.521,215.527,233.282,208.297z M95.826,153.536c-30.833,0-55.909-25.067-55.909-55.891 c0-30.829,25.076-55.917,55.909-55.917c30.824,0,55.908,25.08,55.908,55.917C151.734,128.469,126.65,153.536,95.826,153.536z'%3E%3C/path%3E%3C/svg%3E");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: white;
}

input.search_term::placeholder {
    color: #000;
}
.cars-list-status label > span {
    border: 1px solid #d9d9d9;
    padding: 10px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 90%;
}
.filter-list-sticky-wrap .cars-list-status label > span  {
	padding: 10px !important;
	border: solid 1px #d9d9d9;
	border-radius: 10px;
}
.filter-list-sticky-wrap .cars-list-status input[type="radio"]:checked + span {
	border: solid 1px #1f2c34;
}

.cars-list-status input[type="radio"]:checked + span , .cars-list-status label > span:hover {
    background-color: #03a2a2;
	color: white;
}

.cars-list-status label > span:hover img, .nav-menu input[type="checkbox"]:checked + span img {
    filter: brightness(0) invert(1);
}
.cars-list-status input[type="radio"]:checked + span:hover img {
    filter: none !important;
}
.cars-list-search .cars-list-status input[type="radio"]:checked + span , .cars-list-search .cars-list-status label > span:hover, .nav-menu input[type="checkbox"]:checked + span {
    background-color: #03a2a2;
	color: white;
}
.cars-list-sortby select, .cars-list-category select {
    font-weight: 700;
    border: 1px solid #d9d9d9;
    background-color: white;
    border-radius: 3px;
    padding: 8px 10px;
	color: #737373;
}
 .cars-list-category select {
	 padding: 8px 35px 8px 10px;
 }
.cars-list-status input[type="radio"] {
    display: none;
}
.cars-list-status .nav-menu img {
	width: 40%;
	margin-bottom: 10px;
}
.cars-list-status .nav-menu span {
	font-size: 14px !important;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
	
.cars-list-status {
    display: grid;
    grid-template-columns: repeat(3 , calc(33.33% - 7px));
    gap: 10px;
}
.insights-btn a {
    display: inline-flex;
    background-color: #1f2c34;
    align-items: center;
    gap: 10px;
    padding: 6px 40px;
	color: white;
	border: solid 1px #03a2a2;
	text-transform: uppercase;
}

.cars-list-search .cars-list-status {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    max-width: 400px;
}
.cars-list-tophead {
	background-color: #fff;
	padding: 15px 20px;
	position: sticky;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #d9d9d9;
}
.cars-list-top-head-one {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
@media (max-width: 763px) {
	.cars-list-top-head-one {
		padding-bottom: 0 !important;
	}
}
.cars-list-category.hide-phone {
	margin-right: 40px;
}
.cars-list-tophead.logged-in {
	 padding: 22px 20px 5px;
}
.cars-active-filters {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding-right: 20px;
	-ms-overflow-style: none; 
	scrollbar-width: none;
    width: 100%;
	margin: 20px 0;
}
.cars-active-filters::-webkit-scrollbar {
  display: none;
}
.cars-active-filter {
    background-color: #03A2A2;
    font-weight: 700;
    border: 1px solid #1f2c34;
    border-radius: 20px;
}

.cars-active-filter a {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    white-space: nowrap;
    line-height: 28px;
}

.cars-active-filter i {
    background-color: white;
    border: 1px solid #1f2c34;
	color: #1f2c34;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: -2px;
}
.cars-active-filter-name {
	text-transform: capitalize;
}
.nav-menu input[type=checkbox] {
	display: none;
}
.cars-list-sortby h3, .cars-list-category h3 {
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
	color: black;
}
.cars-list-sortby h3 img{
    max-width: 26px;
}
@media (min-width: 763px) {
.cars-list-sortby, .cars-list-category {
    display: flex;
    align-items: center;
    gap: 10px;
}

	.cars-list-search {
		flex-grow: 1;
		position: relative;
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: space-between;
	}
}
.search-btn-submit {
    position: absolute;
    top: 0;
    left: calc(70% - 40px);
    width: 40px;
    height: 100%;
    z-index: 99;
}


.filter-popup-link {
    font-weight: 900;
    cursor: pointer;
    color: #737373;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.cars-list-filter {
    position: relative;
}
ul.search_term_list {
    padding: 10px  !important;
    list-style: none !important;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #1f2c34;
    margin: 10px 0px;
}

ul.search_term_list::-webkit-scrollbar {
  width: 10px;
}

ul.search_term_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
	padding:5px;
}

ul.search_term_list::-webkit-scrollbar-thumb {
  background: #03A2A2; 
  border-radius: 10px;
}

.filter-popup-close {
    background-color: #9DC2EA;
    border: 1px solid #d9d9d9;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin-left: auto;
    max-width: 60px;
    text-align: center;
    margin-top: 15px;
}
.arrow-icon {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M233.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200l192%20192c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L256%20173.3%2086.6%20342.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l192-192z%22/%3E%3C/svg%3E");    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: 0.4s;
}
.filter-popup-close:hover {
    background-color: #F5D800;
}
.save-search, .save-search-btn {
	background-image: url('https://wheelz.ae/wp-content/uploads/2024/06/Save.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 0 0 0 20px;
    cursor: pointer;
	color: black;
	font-weight: 500;
}
@media (max-width: 763px) {
	.save-search, .save-search-btn {
	background-image: url('https://wheelz.ae/wp-content/uploads/2024/11/SaveSearch-1.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    padding: 0 0 0 20px;
    cursor: pointer;
	color: black;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
}
.more-filter-section {
	margin-bottom: 2vw;
}
.filter-sell-ad {
	margin-bottom: 35vw !important;
}
}
.save-search a, .save-search-btn a {
	color: #545454;
}
.clear-search {
    background-image: url(https://wheelz.ae/wp-content/uploads/2025/01/clear.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 0 0 0 20px;
    cursor: pointer;
	color: black;
	font-weight: 500;
}
@media (max-width: 763px) {
	.clear-search {
		width: 100%;
	}
	.save-search-btn {
		display: none;
	}
}
.clear-search a {
    color: #545454;
}

input.inner-search-bar {
    width: 100%;
    padding: 8px 40px 8px 15px;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='magnifier' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cpath class='st0' d='M233.282,208.297l-48.609-48.609c-5.379-5.381-13.218-6.731-19.866-4.146l-7.795-7.796 c11.205-13.655,17.947-31.099,17.947-50.1c0-43.636-35.502-79.138-79.134-79.138c-43.641,0-79.142,35.502-79.142,79.138 c0,43.64,35.493,79.142,79.142,79.142c19.31,0,37.001-6.974,50.751-18.488l7.744,7.745c-2.604,6.648-1.242,14.495,4.139,19.875 l48.609,48.592c3.623,3.635,8.359,5.432,13.104,5.432c4.746,0,9.492-1.797,13.104-5.432 C240.521,227.264,240.521,215.527,233.282,208.297z M95.826,153.536c-30.833,0-55.909-25.067-55.909-55.891 c0-30.829,25.076-55.917,55.909-55.917c30.824,0,55.908,25.08,55.908,55.917C151.734,128.469,126.65,153.536,95.826,153.536z'%3E%3C/path%3E%3C/svg%3E");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #1f2c34;
}

/* .cars-list-grid.loading-cars:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0005;
    z-index: 1;
}

.cars-list-grid.loading-cars:after {
	content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 150px;
    left: 50%;
	background-image: url(/wp-content/uploads/2025/02/2Make.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px;
    z-index: 2;
    border-radius: 100px;
    background-color: #03A2A2;
    transform: translateX(-50%);
	transform-origin: 50% 50%;
	animation: spinFast 3s infinite ease-in;
}
@keyframes spinFast {
    from {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(3600deg);
    }
} */
.loader-overlay.initially-hidden {
  display: none !important;
}

.loader-overlay {
  display: none;
  position: fixed;           /* Covers the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;             /* Ensure it sits above other elements */
  display: flex;             /* Center the loader-wrapper */
  justify-content: center;
  align-items: center;
}

.loader-wrapper {
  width: 150px;
  height: 150px;
  background-color: #03A2A2;
  border-radius: 50%;        /* Makes it a perfect circle */
  display: flex;             /* Center the spinning image */
  justify-content: center;
  align-items: center;
}

.loader {
  width: 65px;               /* Adjust as needed for your image size */
  height: 65px;              /* Maintain aspect ratio or use auto if preferred */
  background-image: url(/wp-content/uploads/2025/02/2Make.png);
  background-size: contain;  /* Ensure the image fits well */
  background-repeat: no-repeat;
  background-position: center;
  animation: spinFast 3s ease-in-out infinite;
}

@keyframes spinFast {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3600deg);
  }
}


.less-filter-text, .active-more .more-filter-text, .option-groups input[type="checkbox"], .option-groups input[type="radio"]{
    display: none;
}
.active-more .less-filter-text {
    display: inline-block;
}
.more-filter a {
    cursor: pointer;
    text-align: center;
    color: #2ea3f2;
    display: block;
    font-weight: 700;
}
.range-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.range-filter input{
	width: 100%;
	border: 1px solid #d9d9d9;
	background-color: white;
	border-radius: 4px;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	}
.range-filter-from, .range-filter-upto {
    width: 100%;
}
.range-filter input::placeholder {
    color: #000;
    font-weight: 700;
}

span.range-flip {
    font-size: 24px;
}
.range-flip a {
	color: #03a2a2;
}

.filter-popup-label {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}
ul.option-groups {
	list-style: none !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.option-groups input[type="checkbox"]:checked + span, .option-groups input[type="radio"]:checked + span  {
    background-color: #03A2A2;
    font-weight: 700;
    border: 1px solid #03A2A2;
	color: white;
}
.option-groups input[type="checkbox"] + span, .option-groups input[type="radio"] + span {
    border: 1px solid #1f2c34;
    background-color: white;
    padding: 5px;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 90%;
}
.option-groups {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.option-groups li {
    text-align: center;
    box-sizing: border-box;
    width: calc(33.33% - 5.4px);
}
.option-groups span {
    width: 100% !important;
}
input.keyword-field {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

input.keyword-field::placeholder {
    color: #000;
}
li.location-divider {width: 100%;border-top: 1px solid #d9d9d9;margin: 10px 0;}
.disable-filter {
    opacity: 0.5;
    pointer-events: none;
}
.filter-active div#et-main-area {
    position: relative;
    z-index: 99;
}

div#main-content {
    position: relative;
    z-index: 2;
}
@media (min-width: 763px) {
	.mob-filter-btn , .filter-close-btn-mob{
		display: none;
	}
}
.cars-list-search input {
	width: 70%;
}


@media (max-width:981px) {
	.cars-list-status .save-search-btn {
    border: 1px solid #d9d9d9;
    background-position: center;
	}
	.cars-list-status {
		
	grid-template-columns: repeat(4 , calc(25% - 8px));
	}
	.cars-list-status .save-search-btn {
		
	}
    .cars-list-top {flex-wrap: wrap;}
	.cars-filter-btns {
		display: flex;
		flex-direction: column-reverse;
		gap: 15px;
	}
	.cars-filter-btns a {
		width: fit-content;
	}
	.cars-list-top-left {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		position: fixed;
		top: 182px;
		left: 0;
		z-index: 99;
		background-color: #ede9e8;
		display: none;
		padding: 20px;
		overflow: auto;
		height: calc(100vh - 80px);
	}

	.cars-list-top-right {
		width: 100%;
	}
}

@media (min-width:982px) {
	header.et-l--header {
    position: sticky;
    top: 0;
    z-index: 3;
}
    .hide-desk {display: none !important;}
    .cars-list-top-right {
        overflow: auto;
        height: calc(100vh - 130px);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .filter-list-sticky-wrap {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 99;
        padding-top: 20px;
    }
    .cars-filter-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-weight: 700;
        font-size: 14px;
        position: sticky;
    }
}
@media (max-width:981px) {
	.cars-list-status.bottom-border.hide-mobile {
		display: none;
	}
	.cars-list-sortby select {
		padding: 0 10px;
        border: 1px solid #d9d9d9;
        height: 36px;
        border-radius: 3px;
        color: black;
        font-size: 12px;
        font-weight: 700;
        display: block;
		width: 100%;
	}
	.cars-list-sortby select option {
		font-size: 1px;
	}
    .cars-list-tophead {
        position: relative;
        padding: 15px 10px;
        gap: 10px;
    }
	.cars-list-sortby {
		width: 100%;
	}
    

    
    ul#mobile_menu1 li {
        position: relative;
    }
    .hide-desk.cars-list-status label > span {
        font-size: 14px;
        border: 1px solid #d9d9d9;
    }
    
    .cars-list-status.bottom-border.hide-desk {
        display: flex;
		justify-content: space-between;
        gap: 10px;
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        order: -1;
    }
	.cars-list-status.bottom-border.hide-desk label {
		width: 100%;
	}
	
	 label span {
		background-color: white !important;
		color: black !important;
		border-radius: 5px !important;
	}
	
	.option-groups input[type="checkbox"]:checked + span, .option-groups input[type="radio"]:checked + span {
		background-color: #03A2A2 !important;
		color: white !important;
	}
	
	.cars-list-status label span {
		border: solid 1px #88898a !important;
	}
	
	.filter-list-sticky-wrap .cars-list-status.bottom-border.hide-desk input[type="radio"]:checked + span {
		background-color: #03a2a2 !important;
		color: white !important;
	}
    
    .hide-desk .cars-list-sortby select {
        width: 100%;
        border: 1px solid #d9d9d9;
		color: black;
        background-image: url(https://wheelz.ae/wp-content/uploads/2024/06/row-height.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px;
        font-size: 0;
        height: 36px;
        appearance: none;
        min-width: 40px;
    }
	.hide-desk .cars-list-sortby select option{
    font-size: 12px;
}
    .hide-phone {display: none !important;}
    .cars-list-search input {
        width: 100%;
        border-radius: 5px;
    }
	.search-btn-submit {
	left: calc(74% - 40px);
	}
	.cars-list-search {
	display: flex;
    gap: 10px;
	width: 100%;
	justify-content: space-between;
}
    .filter-close-btn-mob {
        display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        position: absolute;
        top: 23px;
        right: 55px;
        width: 24px;
        height: 24px;
		gap: 10px;
    }
	.filter-close-btn-mob img {
		width: 16px;
	}
    .mob-filter-btn {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        padding: 0 10px;
        border: 1px solid #d9d9d9;
        height: 36px;
        border-radius: 3px;
		width: 100%;
		color: black;
		font-size: 12px;
		font-weight: 700;
		
    }
    
    .mob-filter-btn img {
        height: 3vw;
    }
     .cars-list-grid {
        grid-template-columns: 100%;
        gap: 20px;
    }
	/*.cars-list-top-right {
		min-height: 79vh;
	}*/
    .main-header .et_pb_column {max-width: max-content;}
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-menu .et_mobile_nav_menu {
    display: none;
}
.btn-menu .et_pb_menu__menu {
    display: block;
}

.sell-car a, .account-btn a {
    font-size: 12px;
}

.sell-car , .account-btn {
    height: auto;
    width: auto;
    padding: 8px !important;
}

.btn-menu .et-menu {flex-wrap: nowrap !important;margin: 0 !important;}

.main-header.et_pb_row:after {
    display: none;
}
.footer-mob {
    display: flex;
}
.footer-mob h2 {font-size: 14px!important;}
.et_pb_row_1_tb_footer {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
.et_pb_row_0_tb_footer {border: none;border-top: 2px solid;}


button.gpfup__delete {
    position: relative;
}

button.gpfup__delete:before {
    content: "Delete";
    position: absolute;
    right: 100%;
    color: #38b6ff;
    font-weight: 700;
}
@media (max-width: 763px) {
	button.gpfup__delete:before {
	display: none;
	}
}
#gf_coupon_info .gfield_description td {padding-left: 0;padding-right: 0;font-size: 16px;width: 50%;align-content: flex-end;}

#gf_coupon_info .gfield_description td.gf_coupon_discount_container {
    text-align: right;
}

div#gf_coupon_info a.remove-coupon {
    display: block;
    color: #004AAD;
    font-weight: 700;
}
div#gf_coupon_info span.gf_coupon_name , div#gf_coupon_info span.gf_coupon_discount {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
span.gf_coupon_discount {
    display: block;
}

.gf_coupon_item.gfield_description {
    display: flex;
    align-items: stretch;
}
.sell-car-form .gfield.gfield--type-coupon .gfield_label {
    color: #004AAD;
}

.ginput_container_coupon input.gf_coupon_code {
    border: solid 1px #38B6FF;
    color: #000;
    font-weight: 700;
	border: none;
	border-radius: 3px;
}
.gfield.payment-overlay , .gfield.payment-overlay + .gfield {
    display: none !important;
}
.cars-active-filters {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
@media (max-width: 763px) {
	.cars-active-filters {
			margin: 20px 0 0 0 !important;
	}
}
