/*
Theme Name: Collecting Motors
Theme URI: https://www.standishservices.com
Template: Divi
Author: Standish Services
Author URI: https://www.standishservices.com
Version: 1.0.1667384342
Updated: 2022-11-02 10:19:02

*/

div#main-content {
    min-height: 80vh;
}

@media (min-width: 1451px) and (max-width: 1800px) {
    #my-cars-container .car-list-account.cars-list-grid-card {
        width: calc(33.33% - 40px);
    }
}

.main-bg, .mid-bg {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-bg .et_pb_row:nth-child(1) {
	margin-bottom: auto !important;
	margin-top: auto !important;
}
@media (max-width: 763px) {
	.main-bg .et_pb_row:nth-child(1) {
	margin-bottom: 0 !important;
	margin-top: 10px !important;
	}
	.main-bg .et_pb_row:nth-child(2) {
		margin-bottom: auto !important;
		margin-top: 10px !important;
	}
}
.end-of-results {
    text-align: center;
    color: #004AAD;
    font-weight: bold;
}
.category-mobile-filter select {
    width: 100%;
    padding: 10px;
}
.read-only select.gfield_select{
    pointer-events: none;
	background: #eee;
}
.suggested-desc {
    display: grid;
    grid-template-columns: repeat(5 , 1fr);
    gap: 20px;
	max-height: 130px; /* Adjust height based on your row height */
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%;
}
.suggested-desc label:nth-child(n+11) {
    display: none;
}
.suggested-desc.expanded label:nth-child(n+11) {
    display: block;
}
@media (max-width: 763px) {
	.suggested-desc {
		grid-template-columns: repeat(2 , 1fr);
		max-height: 100px; /* Adjust height based on your row height */
	}
	.suggested-desc label:nth-child(n+9) {
    display: none;
}
.suggested-desc.expanded label:nth-child(n+9) {
    display: block;
}
}
.suggested-desc.expanded {
    max-height: none; /* Expands to show all rows */
}

a.car-action-btn {
    width: 150px;
    background-color: #38b6ff;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border:  none;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
	transition-duration: 0.25s;
	display: inline-block;
    margin-right: 10px;
}
#field_1_53 label input, #field_8_53 label input {
  position: absolute;
  opacity: 0;
}
#field_1_53 input:checked + span, #field_8_53 input:checked + span {
    background: #03a2a2;
	color: white;
}
div#field_1_53 label, div#field_8_53 label {margin-right: 5px;}
#field_1_53 input+ span, #field_8_53 input+ span {
    color: #000;
    border: 1px solid black;
    padding: 10px;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-weight: 700;
	background-color: white;
}
.myac-edit-form-row {
    display: flex;
    gap: 20px;
}
.woocommerce form .form-row {
	margin: 0;
}
.myac-edit-form-row input.input-text {
    background-color: white;
    border: 2px solid #03a2a2 !important;
    border-radius: 10px !important;
	padding: 10px;
}
.myac-edit-form-row .form-row label , legend.woocommerce-form-row {
    font-size: 16px;
    font-weight: 700;
    padding: 0 !important;
    line-height: 2;
}
.myac-edit-form-row button.woocommerce-Button {
    background-color: #03a2a2!important;
    width: 100%;
    color: white !important;
    border-radius: 5px !important;
    margin-top: 20px;
	border: solid 1px #1f2c34;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
.image-list {
    display: flex;
    gap: 5px;
    flex-flow: wrap;
}
#gform_1 .gfield_description .image-list .img-item img, #gform_8 .gfield_description .image-list .img-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
}
.image-list a.delete-img {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    background: #fff;
    padding: 0px 8px;
    font-size: 20px;
}
.image-list .img-item {
    position: relative;
    margin-right: 3px;
}
.ginput_container_fileupload {
	margin-top: 30px;
}
.careers-form .ginput_container_fileupload  {
	margin-top: 0 !important;
}
.careers-form .gform-footer {
	display: none;
}
@media (max-width: 763px) {
	.gfield--type-fileupload {
		border: none;
	}
}

/* ----------- iPad 1, 2, Mini, Air, 3, 4, Pro 9.7", Pro 10.5", and Pro 12.9" ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape),
  
only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2),

only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .has-img {
        background-color: white !important;
    }
    .has-img:before {
        content: '';
        position: absolute;
        top: -10px;
        bottom :-10px;
        left: -10px;
        right: -10px;
        background-color: white;
    }
    .has-img:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: 0;
        background-image: inherit;
        height: 50vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait),

only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2),

only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  .investing-row .et_pb_text,  .assets-row .et_pb_text,  .concierge-row .et_pb_text,  .marketplace-row .et_pb_text {
     width: 400px !important;
 }
.assets-row .et_pb_column:nth-child(2) {
    transform: translatex(5%) !important;
}
.marketplace-row .et_pb_column:nth-child(2) {
    transform: translatex(15%) !important;
}
		.assets-row .et_pb_row, .concierge-row .et_pb_row, .marketplace-row .et_pb_row, .investing-row .et_pb_row {
    overflow-x: hidden;
}
}





/* Contact Page Form Style */
#cf7sg-form-contact-form .container:nth-child(2) input {
	margin-top: 0 !important;
}
#cf7sg-form-contact-form .wpcf7-spinner, #cf7sg-form-contact-form .info-tip {
	display: none;
}
/* Asset Login Holder */
.login-container {
	margin-bottom: 20%;
}
@media (min-width: 981px) {
	.login-container:after {
		content: '';
		position: absolute;
		top: -6%;
		bottom :-36%;
		left: -4%;
		right: -4%;
		background-image: url(/wp-content/uploads/2023/10/desktop.png);
		background-size: 100% 100%;
		background-position: center;
		overflow: visible;
		z-index: -1;
	}
}
@media (max-width: 763px) {
	.login-container:after {
		content: '';
		position: absolute;
		top: -12%;
		bottom :-10%;
		left: -25%;
		right: -25%;
		background-image: url(/wp-content/uploads/2023/10/mobile.png);
		background-size: 100% 100%;
		background-position: center;
		overflow: visible;
		z-index: -1;
	}
	.login-container {
		margin-top: 40% !important;
		margin-bottom: 40% !important;
	}
}

.login-header {
	text-align: center;
	padding: 5% 2% 0% 2%;
}
.login-body {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5% 5% 5%;
}

.login-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 5%;
}
.login-left h3 {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-top: 20px !important;
}
.login-left input {
	width: 75%;
	border: solid 1px #d9d9d9;
	height: 35px;
	padding: 5px;
}
.login-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 5%;
}
.login-right img {
	width: 75%;
	margin: auto;
}
@media (max-width: 763px) {
	.login-right img {
		padding-top: 30px;
	}
}
.login-right button {
		background-color: rgba(6,95,168,0.61);
	color: white;
	padding: 15px 30px !important;
	font-size: 12px !important;;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	transition-duration: 0.25s;
	width: 50%;
	margin: auto;
	margin-top: 40px !important;
}
.login-right button:hover {
	   background-color: rgba(6,95,168,1);
}
.um-register .um-col-1 {
    display: grid;
   
    gap: 20px 10%;
}
.um-441.um {
	max-width: 100% !important;
}
/*
.um-441 .um-field {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.um-441 .um-field-label {
    width: 50%;
    margin: 0;
}
.um-441 .um-field-area {
    width: 100%;
}*/
.um-441 .um-field-label-icon {
    display: none;
}
.um-register .um-col-1 .um-field {
    padding: 0;
}
.um-register .um-col-1 .gf-input-changed {
    background-color: #f7f9fa !important;
	background-image: url('https://wheelz.ae/wp-content/uploads/2025/01/CircleTick.png');
	background-size: 20px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
}
.password-guide {
	line-height: 1.2;
	color: #000;
}
.password-guide ul {
	padding-bottom: 0;
}
	
.password-guide li {
    font-size: 90%;
    line-height: 1.2;
    font-weight: 700;
}
.password-guide li.active {
    color: #25861b;
}
#um-submit-btn.inactive {
    pointer-events: none;
    filter: opacity(0.5);
}

@media (max-width: 763px) {
	.login-body {
		flex-direction: column;
	}
	.login-header {
		padding: 0 !important;
	}
	.login-right, .login-left {
		width: 100%;
		padding: 0 !important;
	}
	.login-left {
		text-align: center;
	}
	.login-left input {
		margin: auto;
		width: 100% !important;
	}
	.login-right img {
		width: 100% !important;
	}
	.login-right button {
		width: 100% !important;
	}
}




/* Coming Soon Box */
.coming-soon {
	background-image: url('/wp-content/uploads/2023/10/Assets.jpg');
	height: 80vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coming-soon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom :0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.35);
}
.coming-soon h2 {
	font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF!important;
  letter-spacing: 2px;
  text-align: center;
	font-size: 28px;
	z-index: 99;
}

/* Home Text Boxes */
.home-text {
    background-color: rgba(30,44,52,0.2); 
    border-radius: 10px; 
    padding: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
		width: fit-content;
}
@media (max-width: 763px) {
	.home-text {
		width: 100% !important;
	}
	.mob-spacer {
		height: 50vh;
	}
	.mob-spacer-inner {
		height: 40vh;
	}
}
.home-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);
}

.home-text p:nth-child(2) {
	padding-bottom: 40px;
}


/* New Home Btn */
.home-btn {
	background-color: rgba(6,95,168,0.61);
	color: white;
	padding: 15px 30px !important;
	font-size: 12px !important;;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	transition-duration: 0.25s;
}
.home-btn:hover {
	    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);
}
/* Header Styles */
#main-header {
	border-bottom: 2px solid white;
}


/* Asset Grid */
.asset-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.asset-grid .asset {
	width: 30.528%;
	color: white;
	margin-bottom: 5.5%;
}
.asset-grid .thumbnail {
	box-shadow: 0px 5px 10px rgba(255,255,255,0);
    transition-duration: 0.25s;
	border-radius: 10px;
	font-size: 0;
	line-height: 0;
}
.asset-grid .thumbnail:hover {
	box-shadow: 0px 5px 10px rgba(255,255,255,0.1);
	transform: translatey(-2px);
}
.asset-grid .thumbnail img {
	border-radius: 5px;
	height: 240px;
	object-fit: cover;
}

.asset-grid h3 {
	color: white;
	font-size: 12px;
	font-weight: 700;
	margin: 17px 0 0 0;
	text-transform: uppercase;
}
.asset-grid h2 {
	color: white;
	font-size: 18px;
	font-weight: 700;
	margin: 1px 0 10px 0 !important;
	text-transform: uppercase;
}
.asset-grid .meta-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.asset-grid .meta-fields .meta {
	width: 30% !important;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	background-color: #99C2EC;
	border-radius: 20px;
	padding: 5px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	color: black;
	flex-direction: column;
}
.asset-grid .meta-fields .meta .positive {
	color: green;
}
.asset-grid .meta-fields .meta .negative {
	color: red;
}
/* Cars Grid */
.car-search {
	padding: 20px 0 !important;
	transition: ease .3s;
}
.stuck{
  position: fixed;
  top: 0;
	width: 100% !important;;
	background-color: white;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	z-index: 9999 !important;
	left: 0;
	right: 0;
}
.car-search-inner {
    display: inline-block;
    vertical-align: top;
}
.car-search-inner-filters {
	display: inline-block;
	vertical-align: top;
}
.car-search-inner-filters label {
	display: block;
	color: white;
}
.car-search.stuck .car-search-inner {
	max-width:1350px;
	margin: auto;
}
@media (max-width: 763px) {
	.car-search-inner {
		display: inline-block !important;
	}
	.car-search-inner.btn {
		padding: 10px 0 0 0;
	}
	.car-search-inner.btn a {
		margin: auto;
		
	}
	.car-search-status {
		padding-top: 10px !important;
	}
}
.car-search-inner.btn {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 763px) {
.car-search-inner.btn a {
	width: 100% !important;
	margin-bottom: 5px !important;
}
}
.car-search-inner .sell-btn {
	color: #1F2C34!important;
	font-weight: 700;
    text-transform: uppercase;
	line-height: 1.4!important;
	padding: 10px;
	background-color: #A5C4E8;
    font-weight: 700;
    text-align: center;
    border: solid 2px rgba(0,0,0,0);
	width: 25% !important;
}
.car-search-inner .login-btn {
		color: rgba(255,255,255,0.65)!important;
	font-weight: 700;
    text-transform: uppercase;
	line-height: 1.4!important;
	padding: 10px;
	    background-color: #EF464B;
    font-weight: 700;
    text-align: center;
    border: solid 2px rgba(0,0,0,0);
}

.car-search input, .car-search select {
		width: 180px !important;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
		height:45px;
}
.car-search a {
    width: 100px!important;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    background-color: #f5f5f5;
    height: 42px;
    display: block;
    text-align: center;
}
@media (max-width: 763px) {
	.car-search-filters {
		grid-column: 1 / 1 !important;
	}
	.car-search-inner-filters {
		width: 100% !important;
	}
	.car-search input, .car-search select.form-control, 
	.car-search input.form-control  {
		width: 100% !important;
	}
}
div#pagination a {
    background: #ccc;
    padding: 5px 0;
    margin-right: 5px;
    color: #fff;
    min-width: 35px;
    display: inline-block;
    text-align: center;
}
div#pagination a.active {
    background: #1f2c34;
}
.cars-list-pagination .pagination {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
	justify-content: center;
}
.cars-list-pagination .page-numbers {
    padding: 5px 20px;
    border-radius: 3px;
    border: solid 1px #1f2c34;
    color: black;
    font-weight: 800;
    background-color: white;
}
.cars-list-pagination .page-numbers.current {
    background-color: #03A2A2;
	color: white;
}
.cars-list-pagination .page-numbers.next, .cars-list-pagination .page-numbers.prev {
    display: none;
}
@media (max-width: 763px) {
    .cars-list-pagination .pagination {
        justify-content: center;
    }
}
.grid-listing-single-card {
	width: 22.896%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.5%;
	margin-bottom: 5.5%;

}
.grid-listing-single-card .thumbnail {
	box-shadow: 0px 5px 10px rgba(0,0,0,0);
	transition-duration: 0.25s;
}
.grid-listing-single-card .thumbnail img:hover {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
	/*transform: translatey(-2px);*/
}
.grid-listing-single-card:nth-child(4n) {
	margin-right: 0 !important;
}
.grid-listing-single-card h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 17px 0 10px 0;
}
.grid-listing-single-card .post-content {
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.grid-listing-single-card img {
	border-radius: 5px;
	transition-duration: 0.25s;
}
@media (max-width: 763px) {
	.grid-listing-single-card img {
		width: 100%;
	}
}
.grid-listing-single-card .thumbnail {
	position: relative;
	margin-bottom: 20px;
}
.grid-listing-single-card .price-sale-container {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom :0;
	right: 0;
	width: fit-content;
	box-shadow: 0px 0px 10px 0px  rgba(0,0,0,0.2) !important;
	border-radius: 100px;
}
.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    width: 100%;
}
.service-image {
    position: relative;
    display: flex;
	flex-direction: column;
	background-color: #F5D800;
}
.service-image img {
    width: 75%;
    height: 250px;
    object-fit: contain;
	margin: auto;
}
.service-col {
    border: solid 1px #d9d9d9;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-image span {
    background-color: #f5d800;
    font-weight: 900;
    font-size: 24px;
    color: #000;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
	border-bottom: 1px solid black;
}
.service-content-text ul , .listing-preview-text ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
}

.service-content-text {
    margin: 0 auto 20px;
    font-size: 14px;
    font-weight: 700;
}

.service-content-text li:before , .listing-preview-text li:before{
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%2303A2A2' version='1.1' id='Capa_1' width='30px' height='30px' viewBox='0 0 78.369 78.369' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	 position: absolute;
    top: 5px;
    left: 0;
}

.service-content-text li , .listing-preview-text li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
	position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.listing-preview-text li {
	padding-left: 40px;
}
.comingsoon:before {
    content: "";
    width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://wheelz.ae/wp-content/uploads/2024/07/cs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}



.listing-preview-text {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.listing-preview h2 , .listing-right-preview h2 {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.listing-preview h4 {
    margin-bottom: 10px;
}
@media (max-width: 763px) {
	.grid-listing-single-card .thumbnail {
		position: relative !important;
	}
	.grid-listing-single-card .price-sale-container {
		right: 0 !important;
	}
}
.grid-listing-single-card .price-container {
	background-color: white;
	padding: 2px 10px 2px 10px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	position: relative;
	
}
.grid-listing-single-card .price-container:before {
	color: white;
	position: absolute;
	left:0;
	transform: translatex(-100%);
	padding: 2px 10px 2px 10px;
	top: 0;
border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
		padding-right: 10px;
	box-shadow: 0px 0px 10px 0px  rgba(0,0,0,0.2) !important;
}
.grid-listing-single-card.available .price-container:before {
	content: 'FOR SALE';
	background-color: green;
}
.grid-listing-single-card.sold .price-container:before {
	content: 'SOLD';
	background-color: red;
}

.grid-listing-single-card td {
	padding: 0 !important;
	border: none !important;
	position: relative;
}
.grid-listing-single-card td .location-img, .grid-listing-single-card td .location-text {
	display: inline-block;
}
.grid-listing-single-card td .location-text {
	position: absolute;
	top: 1px !important;
	width: 100%;
}
.grid-listing-single-card td:first-child .location-img {
	margin-top: 3px;
	padding-bottom: 0;
}
@media (max-width: 763px) {
	.grid-listing-single-card td:first-child .location-text {
		top: 2px !important;
		margin-left: 0px !important;
	}
	.grid-listing-single-card td:nth-child(2) .location-text {
		margin-top: -2px !important;
	}

	.grid-listing-single-card td:first-child .location-img {
	margin-top: 5px !important;
	padding-bottom: 0;
}
}

.grid-listing-single-card td:nth-child(3) {
	text-align: right;
}
.grid-listing-single-card td i {
	margin: 0px 10px 0px 0px
}
.grid-listing-single-card table {
	border: none !important;
}
.grid-listing-single-card.sold .thumbnail img {
	position: relative;
}
.grid-listing-single-card:hover .thumbnail {
	transform: translatey(-2px);
	
}
.grid-listing-single-card .country-flag {
	width: 25px;
	border-radius: 0;
}
.grid-listing-single-card td img {
	margin-right: 10px !important;
	width: 16px !important;
}
@media (max-width: 763px) {
	.grid-listing-single-card {
		margin-right: 15px !important;
		width: 100% !important;
	}
	.grid-listing-single-card:nth-child(2n) {
		margin-right: 0 !important;
	}
	.card-grid {
		margin: 15px;
	}
	.location tr td {
		width: 33% !important;
		display: inline-block !important;

	}
	.car-search-status {
		width: 100% !important;
		display: block !important;
	}
	form.car-search {
		grid-template-columns:100% !important;
		margin: 15px;
	}
	ul.status-wrap {
		column-gap: 0 !important;
	}
	.status-wrap li {
		width: calc(100% / 3);
	}
	.status-wrap li label {
		display: block;
		font-size: 4vw;
		text-align: center;
	}
	.status-count {
		display: block !important;;
	}
}

.hidden-lightbox {
	display: none;
}

span.bookmark-status {
    position: absolute;
    bottom: 0;
    right: 25px;
}
/* Garage Form */
.garage-form input {
	position: relative;
	height: 40px;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-file:before {
	border: solid 1px #d9d9d9 !important;
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	border-radius: 10px !important;
	background-color: white !important;
	z-index: 999 !important;
}

input.wpcf7-form-control.wpcf7-file:after {
	content: 'Upload a photo of your car' !important;
	position: absolute !important;
	z-index: 999 !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

input.wpcf7-form-control.wpcf7-file.has-file:after {
	content: 'File uploaded successfully' !important;
	position: absolute !important;
	z-index: 999 !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

input.wpcf7-form-control.wpcf7-file {
	padding: 0px !important;
}

input.wpcf7-form-control.wpcf7-file::-moz-file-upload-button::-moz-file-upload-icon {
	display: none !important;
}

input.wpcf7-form-control.wpcf7-file {
	padding: 0px !important;
}



/* User Pages */
.page-id-450 .um-header, 
.page-id-450 .um-cover, 
.page-id-450 .um-profile-nav, 
#um_account_submit_sellerprof {
	display: none !important;
}
.page-id-450 .um-profile-body {
	max-width: 100% !important;
}
.um-account .um-form form {
	display: block;
}
.um-account-meta,
.um-account-tab-mycars #um_account_submit_mycars, #um_account_submit_mygarage, 
#um_account_submit_myfavs {
	display: none !important;
}
.add-car {
    background-color: #1A3141;
    color: white;
    text-transform: uppercase;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
	padding: 8px 16px;
	margin-left: 20px;
}
.um-form form {
	display: flex;
	flex-direction: column;
}
.um-account-side {
	margin-top: 40px;
}
.um-account-side li {
	padding: 10px 0 !important;
}
#gform_page_1_1 .gform_page_footer.top_label {position: absolute;opacity: 0;}
.confirmation-listing h3 {
    padding: 10px 0;
}
.charleft {
	display: none !important;
}

.confirmation-listing img {
    max-width: 100%;
    width: 100%;
}
.after-buttons {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
}
.after-buttons, .after-buttons a {
    color: #004aad;
}

/* User Listings 
.user-cars {
	display: flex;
		align-items: center;
	margin-bottom: 5.5%;
}
.user-cars .content-container {
	flex: 1;
	margin-left: 2.5%;
}
.content-container #remove-post-btn {
	cursor: pointer;
}
.user-cars h2 {
	font-size: 18px;
	font-weight: 700;
}
.user-cars .image-container img {
	border-radius: 5px;
}
.user-cars .image-container {
	width: 41% !important;
}
*/

.filter-buttons {
    display: inline-block;
	margin-top: 10px;

}
.filter-button {
    padding: 5px 35px;
    margin-right: 5px;
	border: solid 1px #1f2c34;
    background-color: white;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: 600 !important;
	color: rgba(0,0,0,0.6) !important;
	font-size: 14px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .filter-button.active {
    background-color: #03a2a2;
    color: #fff !important;
}

/* Login Forms */
.car-cf .um-login .um-form label {
	color: white;
}
.um-login .um-form label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px !important;
    text-align: left;
    line-height: 1.3em;
    text-align: center;
    margin-top: 20px;
}
.um-login .um-field-label {
    text-align: center;
}
.seller-form .um .um-field-label label {
	color: white;
}
.car-box.insurance .car-box-inner {
	background-color: #F5F5F5;
	padding: 6%;
	text-align: center;
	padding-top: 12% !important;
}
.car-box.finance .car-box-inner {
	background-color: #1F2C34;
	padding: 6%;
	text-align: center;
	color: white;
	padding-top: 12% !important;
}
.car-box .insurance-price, 
.car-box .finance-price {
	font-size: 24px;
	line-height: 1.2em;
}
.fee-with-vat {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}

.fee-with-vat span:last-child {
    font-weight: 500;
}
/* Menu Styling */
@media (min-width: 981px) {
	div#field_1_58 {
    grid-column: 6 span;
    grid-row: 6 span;
}
#field_1_70, #field_1_67, #field_1_62 , #field_1_66 , #field_1_78 {
    grid-column: 7 / 12;
}
	.listing-preview {
    width: 90%;
}
@media (max-width: 763px) {
	#field_1_67 .ginput_container {
		margin-top: 40px;
	}
	#field_1_67 .gfield_label.gform-field-label {
		margin-top: 46px;
	}
}
.cta-btn, .cta-btn-red {
	background-color: #A5C4E8;
    font-weight: 700;
    text-align: center;
    border: solid 2px
 rgba(0,0,0,0);
    padding: 13px 25px 14px 25px!important;
    border-radius: 6px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 41px;
    margin-top: -20px;
	color: #1F2C34 !important;
}
	.cta-btn-red {
		background-color: #EF464B;
		margin-left: 15px;
	}
.marketplace-menu li.cta-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-23 a {
	color: #1F2C34 !important;
}
}
.mobile_menu_bar:before {
	color: #fff !important;
	font-size: 46px;
}
.marketplace-menu li {
	margin-left: 20px !important;
	padding: 10px !important;
	margin-top: 0 !important;
}
.marketplace-menu li a {
	padding: 0 !important;
	line-height: 1.4 !important;
}
.marketplace-menu li:last-child {
	margin-right: 40px !important;
}

#main-header .logo_container {
	padding-left: 80px !important;
}
/* Sell Page */
.whatsapp-button {
	text-align: center;
}
.whatsapp-button a {
	border: solid 1px #d9d9d9;
	padding: 12px 16px;
	border-radius: 10px;
	background-color: #010101;
	color: white;
	font-weight: 800;
	text-transform: uppercase;
	transition-duration: 0.25s;
}
.whatsapp-button a i {
	padding: 10px;
	border-radius: 100%;
	background-color: #A5C4E8;
	color: #1F2C34;
	margin-left: 10px;
	transition-duration: 0.25s;
}
.whatsapp-button a:hover {
	background-color: #A5C4E8;
}
.whatsapp-button a:hover i {
	background-color: #1F2C34;
	color: #A5C4E8
}
@media (max-width: 763px) {
	.whatsapp-button a {
	font-size: 2.9vw !important;
		padding: 8px !important;
	}
	.whatsapp-button i {
		padding: 5px !important	;
		margin-left: 2.5px !important;
	}
}
.selling-points ul {
	padding: 0;
}
.selling-points li {
	padding-left: 30px !important;
	margin-bottom: 5px;
	position: relative;
}
.selling-points li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	background-image: url('/wp-content/uploads/2022/12/CMFIcon.png');
	background-size: cover;
	height: 25px;
	width: 25px;
}
/* Cars Inner */
.car-header {
	display: flex;
}
@media (max-width: 763px) {
	.car-header {
		flex-direction: column;
	}
	.car-header .col {
		margin-bottom: 5.5%;
		text-align: center;
	}
}
.car-header .col {
	flex:1;
	border-bottom: 2px solid white;
	padding-bottom: 20px;
}
.car-header .col:hover {
	border-bottom: 2px solid #A5C4E8;
}
.car-header h3 {
	font-size: 18px;
}

.cf7sg-container .wpcf7-list-item {
	display: block;
}

.cf7sg-container .wpcf7-list-item:first-child {
	margin-top: 10px;
}
.cf7sg-container .checkbox  {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cf7sg-container .container:before {
	display: none !important;
}
.cf7sg-container input, .cf7sg-container .wpcf7-textarea, .wpcf7-number, .wpcf7-select {
	padding: 10px !important;
	text-align: center;
	background-color: rgba(255,255,255,0.8) !important;
	margin: 5px 0 !important;
	border: 1px solid #d9d9d9;
	color: #777;
}


#cf7sg-form-sell-car .wpcf7-submit {
	background-color: #1F2C34 !important;
	color: white;
}

.meta-boxes h2 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.meta-boxes .et_pb_code, .meta-boxes .et_pb_text {
	padding: 20px 40px !important;
}
.meta-boxes .et_pb_column {
	padding: 0 !important
}

 .seller-overview i {
	font-size: 24px;
	color: #000;
	margin-right: 10px;
}
.seller-overview {
	text-align: center;
}
.seller-overview li{
	list-style: none;
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	color: #000;
}

.seller-overview li a {
		color: #000;
}
.seller-overview .seller-logo {
	    text-align: center;
    width: 100%;
    font-weight: 900;
    color: #000;
    font-size: 18px;
}
.seller-overview .seller-logo img {
	max-width: 200px;
}
.wp-polls {
	background-color: #1F2C34;
	background-image: url('https://collectingmotors.standishservices.com/wp-content/uploads/2023/01/CMBG.jpg') !important;
	background-position: center;
	padding: 60px 20px 20px 20px;
	color: white;
	z-index: 0;
}
.wp-polls ul {
	margin: 20px;
	margin-top: 20px;
	padding: 10px;
}
.wp-polls .Buttons {
	background-color: #A5C4E8;
    font-weight: 700;
    text-align: center;
    border: solid 2px rgba(0,0,0,0);
    padding: 9px 20px 12px 20px !important;
    border-radius: 6px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 41px;
    color: #1F2C34!important;
	text-transform: uppercase;
}
.top-gallery {
	display: flex;
	flex-direction: row;
	line-height: 0;
	gap: 3%;
}
.top-gallery .main-col {
	width: 58.8%;
}
.top-gallery .small-col {
	width: 38.2%;
}
.gfield_html_formatted h3 {
    font-size: 24px;
    width: 100%;
}
.std-title {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
	gap:10px
}
#gform_page_1_3 .gfield--type-stripe_creditcard {
    padding: 30px;
}

.preview-car , .preview-car img {
    width: 100%;
}
.car-details-payment h4 {
    font-weight: 700;
    font-size: 24px;
	line-height: 1.2;
}

#gform_page_1_3 .gform_page_footer {justify-content: space-between;}
@media (max-width: 763px) {
	#gform_page_1_3 .gfield--type-html, #gform_page_1_3 .gfield--type-stripe_creditcard {
		padding: 20px;
	}
	.std-title {
		flex-wrap: wrap;
		font-size: 18px;
	}
	.car-details-payment h4 {
		font-size: 16px;
	}
	.car-details-payment ul {
		font-size: 14px;
	}
	.top-gallery {
		flex-direction: column !important;
		height: auto !important;
	}
	.car-header .col  {
		text-align: left !important;
		padding-bottom: 0 !important;
	}
	.top-gallery .main-col {
		width: 100%;
	}
	.car-name-box.mobile {
		text-align: center;
	}
}
.gpfup__files {
	border: solid 1px #d9d9d9 !important;
	box-shadow: none !important;
}

.gpfup__droparea {
    border-top: 1px solid #d9d9d9;
	background-color: #e9eaeb !important;
}


/* General Styles */
@media (min-width: 981px) and (max-width: 1350px) {
	.et_pb_row {
		/*max-width: calc(100% - 30px) !important;*/
	}
}
/* Footer Styles */
.footer ul {
	padding: 0;
}
#footer-credits {
	color: white;
}
@media (max-width: 763px) {
	#footer-credits {
		text-align: center;
	}
	#footer-credits a {
		display: block;
	}
}
#footer-credits a {
	color: rgba(255,255,255,0.8);
	font-weight: 800;
}
/* Newsletter */
#cf7sg-form-newsletter .wpcf7-email {
	height: 42px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 10px;
}
#cf7sg-form-newsletter .wpcf7-submit {
	background-color: #1A3141;
	color: white;
	text-transform: uppercase;
	height: 42px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0px;
	font-weight: bold;
	font-size: 18px;
}
.cf7sg-container .container {
	padding-top: 0 !important;
}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
div#heroes {
    max-width: 1350px;
    margin: 60px auto 0;
}
@media (max-width: 763px) {
	div#heroes {
    
    margin: 20px auto 0 !important;
}
	#pagination {
		text-align: center;
	}
}
form.car-search {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 0% !important;
}
.car-search-filters {
    grid-column: 1 / 3;
    padding: 30px 20px;
    background-color: #A5C4E8;
    margin-top: 10px;
}

input#cartitle {
    width: 100%!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 68' d='M12.5 11h-.79l-.28-.27a6.51 6.51 0 10-.7.7l.27.28v.79l5 4.99L17.49 16zm-6 0A4.5 4.5 0 1111 6.5 4.494 4.494 0 016.5 11z' fill='%23dedede'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: transparent;
	padding: 11px 15px 11px 40px;
}
a.filter-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z' fill='%231f2c34'/%3E%3C/svg%3E");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    padding: 11px 10px 10px 20px;
}
.car-search-status {
    color: #A5C4E8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-top: 20px;
}
ul.status-wrap {
    display: flex;
    list-style: none;
    padding: 0;
    column-gap: 20px;
}
input.satus-input {
    display: none;
}
span.status-count {
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
}
label.status-label {
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #A5C4E8;
	transition: 0.1s;
	color: #1F2C34;
}
span.status-count:before {
    content: "(";
}

span.status-count:after {
    content: ")";
}
input.satus-input:checked + label.status-label, label.status-label:hover {
    background-color: #A5C4E8;
    color: #1F2C34;
} 

/* Ultimate Member */
/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #1F2C34 !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #A5C4E8 !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover
{
    background: #1F2C34 !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover{
    background: #A5C4E8 !important;
}

/* Button alt colors */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;	
}

.single-cars .um input[type=submit].um-button {
background-color: #A5C4E8!important;
transition-duration: 0.25s;
}
.single-cars .um input[type=submit].um-button:hover {
background-color: rgba(165, 196, 232, 0.5);
}
div.um .g-recaptcha {
	margin-bottom: 0 !important;
}
.single-cars .um-row._um_row_1 {
	margin-bottom: 0 !important;
}
.cf7sg-container  .wpcf7-submit {
	background-color: #1F2C34 !important;
	transition-duration: 0.25s;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
}
.cf7sg-container  .wpcf7-submit:hover {
	background-color: #A5C4E8 !important;
}
/* CF7 Heading */
.wpcf7 h3 {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.user-icon {
    /*background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80px' height='80px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472 c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z'/%3E%3Cpath d='M325.906,306.188c-16-2.734-37.906-18.25-37.906-24.984v-17.016c0-6.344,8.594-18.219,12.25-29.156 c0.344-1.031,2.547,0.156,4.688-2.453c4.031-4.969,4.625-12.516,5.547-15.953c1.469-5.406-5.094-5.625-5.094-5.625 s4.891-28.375,0.547-46.297c-5.875-24.406-37.5-36.703-49.875-36.703c-12.391,0-43.969,12.297-49.875,36.703 c-4.344,17.922,0.656,46.297,0.656,46.297s-6.328,0.219-4.875,5.625c0.938,3.438,1.969,10.984,6.031,15.953 c2.125,2.609,3.406,1.422,3.75,2.453c3.656,10.938,12.25,22.812,12.25,29.156v17.016c0,6.734-21.922,22.25-37.922,24.984 c-20.547,3.5-30.703,17.703-25.891,53.125c2.406,17.688,49.094,25.297,95.344,24.641c46.25,0.656,93.641-6.953,96.047-24.641 C356.406,323.891,346.469,309.688,325.906,306.188z'/%3E%3C/g%3E%3C/svg%3E");
    */
	background-image: url('/wp-content/uploads/2024/06/profile-user.png');
	height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 10px;
}
.sell-car-form .gform_next_button , .sell-car-form .gform_button, .gform_next_button.gform-theme-button.button {
    background-color: #03a2a2 !important;
    color: white !important;
    font-size: 18px !important;
    padding: 10px 40px !important;
    border: none !important;
	border-radius: 5px !important;
	text-transform: uppercase !important;
	transition-duration: 0.25s !important;
	border: solid 1px #1f2c34 !important;
}
.sell-car-form .gform_next_button:hover , .sell-car-form .gform_button:hover {
    background-color: #03A2A2 !important;
}
.gfield .gform_next_button {
	font-size: 18px !important;
	width: 100% !important;
	margin-left: 40px !important;
	margin-right: 20px !important;
}
input#gf_coupon_button {
    background-color: #004aad;
    color: #fff;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 40px;
}
input#gform_submit_button_2 {
    background-color: #03a2a2 !important;
    color: white !important;
    font-size: 18px !important;
    padding: 10px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    transition-duration: 0.25s !important;
    border: solid 1px #1f2c34 !important;
	margin: auto;
}
@media (max-width: 763px) {
    .listing-right-preview {
        display: none;
    }
}
    .ginput_container_coupon input.gf_coupon_code {
    border: solid 1px #1f2c34 !important;
    color: #000;
    font-weight: 700;
	border: none;
	border-radius: 3px;
	background-color: white;
}
#gform_submit_button_1 {
    background-color: #004AAD !important;
    color: white !important;
}
.gf_coupon_item td {
    padding: 0 !important;
    width: 50%;
    vertical-align: bottom !important;
}
.gf_coupon_name_container a {
    color: #004AAD;
    font-weight: 700;
}
.gf_coupon_name, .gf_coupon_discount{
    font-weight: 800 !important;
    color: black !important;
     font-size: 18px !important;
}
.gform_page_footer {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}
.gform_page_footer.top_label {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}
.gform_page_footer.top_label input {
    min-width: 15% !important;
}
.gform-theme--foundation #gform_fields_1_4.gform_fields {
    grid-template-columns: repeat(11, 1fr) !important;
}
.gform_page_footer input {
    min-width: 25% !important;
}
.sell-car-form .gfield:not(.gform_hidden) {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
#gform_page_1_4 #gform_submit_button_1 {
    grid-column: 10 / 12;
    background-color: #03a2a2 !important;
    color: #fff !important;
	border: solid 1px #1f2c34;
	border-radius: 5px;
}

#gform_page_1_4 #gform_previous_button_1 {
    grid-column: 7 / 9;
}
.careers-form .gfield .gfield_label {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.sell-car-form .gfield .gfield_label {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
	text-transform: capitalize;
	margin-left: 40px;
	margin-bottom: 5px;
}
.sell-car-form #gform_fields_1_4 .gfield .gfield_label, 
.careers-form #gform_fields_1_4 .gfield .gfield_label {
	margin-left: 0;
}
.sell-car-form .gfield >  .ginput_container,
.careers-form .gfield >  .ginput_container
 {
	 width: calc(100% - 65px);
	 }
#gform_submit_button_10 {
	background-color: #03a2a2 !important;
    color: white !important;
    font-size: 18px !important;
    padding: 10px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    transition-duration: 0.25s !important;
    border: solid 1px #1f2c34 !important;
	width: calc(100% - 60px) !important;
}
	
.sell-car-form .gf_page_steps {
	display: none !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 763px) {
	.sell-car-form .gf_page_steps {
		margin-bottom: 30px;
	}
}
.sell-car-form .gf_step_label {
    font-size: 18px;
    color: #000 !important;
    text-transform: initial;
}
.sell-car-form .gfield.gfield--type-fileupload , .sell-car-form .gfield.gfield--type-textarea, .careers-form .gfield.gfield--type-fileupload , .sell-car-form .gfield.gfield--type-textarea {
    flex-direction: column;
    align-items: flex-start;
}
.sell-car-form .gfield.gfield--type-fileupload .gfield_label , .sell-car-form .gfield.gfield--type-fileupload > .ginput_container , .sell-car-form .gfield.gfield.gfield--type-textarea .gfield_label , .sell-car-form .gfield.gfield.gfield--type-textarea > .ginput_container {
    width: 100%;
}
.sell-car-form .gf_step {
    flex-direction: column;
    width: 100%;
}

.sell-car-form .gf_step:not(:last-child):before {
    content: "";
    width: calc(100% - 12px);
    height: 6px;
    position: absolute;
    left: calc(50% + 18px);
    background-color: #eee;
    top: 13px;
}
.sell-car-form .gf_step.gf_step_completed .gf_step_number:after {
    display: none;
}
.sell-car-form .gf_step.gf_step_completed::before {
    background-color: #cccccc;
}
.sell-car-form .gf_step .gf_step_number:before {content: "";width: 120%;height: 120%;position: absolute;z-index: -1;background-image: url(https://wheelz.ae/wp-content/uploads/2024/04/Make-Model-Variant.png);background-position: center;background-repeat: no-repeat;background-size: contain;opacity: 0.4;left: -10%;top: -10%;}

.sell-car-form .gf_step .gf_step_number {
    position: relative;
    border: none;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

.sell-car-form .gf_step_active.gf_step .gf_step_number , .sell-car-form .gf_step.gf_step_completed .gf_step_number {
    background: transparent;
}

.sell-car-form .gf_step_active.gf_step .gf_step_number::before , .sell-car-form .gf_step.gf_step_completed .gf_step_number:before {
    opacity: 1;
    filter: invert(300%) sepia(5%) saturate(6504%) hue-rotate(1deg) brightness(150%) contrast(106%);
}
.sell-car-form .gf_step_active.gf_step .gf_step_number::after {
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #888;
    content: "";
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

.gform-loader {
    position: absolute !important;
}
#gform_page_1_2 .gform_page_footer {
    justify-content: space-between;
}
#gform_page_1_1 .gform_page_footer {
    justify-content: center;
}

.sell-car-form .gform_previous_button {
    background-color: #1f2c34 !important;
    color: white !important;
    font-size: 18px !important;
    padding: 10px 40px !important;
	border-radius: 5px !important;
	border: solid 1px #03a2a2 !important;
}
.gform_page_footer.top_label .button, .gform_footer.top_label .gform_button {
    font-weight: 700 !important;
    padding: 10px 60px !important;
    font-size: 16px !important;
}
.sell-car-form #field_1_30 .gfield_label {
	margin: 0;
}
@media (max-width: 763px) {
	#gform_2 button.gform_next_button.gform-theme-button.button.filled {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#gform_fields_2 {
		width: 80%;
		margin: auto;
	}
}
.service-content {
    padding: 20px 30px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-content h2 {
    text-align: center;
    border-bottom: 3px solid #ddd;
    width: fit-content;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}

.service-action {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
}

.service-action span, .listing-right-preview .listing-amount , input#input_1_66 {
    width: 100%;
    background-color: #000000;
    color: white;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #03a2a2;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}

a.service-btn {
    width: 100%;
    background-color: #38b6ff;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border:  none;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
	transition-duration: 0.25s;
}
a.service-btn:hover {
	background-color: #38b6ffbd;
}
.comingsoon .service-image img , .comingsoon .service-content {
    opacity: 0.4;
    pointer-events: none;
}
form#gform_2 {
    margin-top: 20px;
	margin: 0px 55px 0 45px;
}
.lemon-logo {
    max-width: 240px !important;
    margin-bottom: 20px;
}
.term-links {
    width: 100%;
    display: flex;
    gap: 10px;
}

.term-links a {
    color: #000;
}
.listing-right-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	margin-bottom:20px;
}
@media (max-width: 763px) {
	.listing-right-preview {
		margin-top: 20px;
	}
}
div#gform_fields_1_4 {
    row-gap: 0;
}
.listing-right-preview .listing-amount {
    width: auto;
}
#field_1_67 {
    flex-wrap: nowrap;
    align-items: flex-start;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #a3a3a3;
}
div#gfield_description_1_67 {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 16px;
}
div#field_1_67 .ginput_container_coupon {
    flex-direction: column;
    align-items: self-end;
}
input#gf_coupon_code_1 {
    width: 100%;
}
#gform_page_1_4 .gform_page_footer {
    justify-content: flex-end;
    display: grid !important;
    grid-template-columns: repeat(11,1fr);
}
#field_1_66 .gform-field-label {font-size: 28px;}

#field_1_66 {
    flex-wrap: nowrap;
    margin-top: 40px;
}
.sell-form-step-title-wrap {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

.step-title-wrap {
    display: none;
}
.step-title-wrap.active {
    display: flex;
    align-items: center;
    gap: 10px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}
.step-title-wrap img {
    max-width: 40px;
}
.step-title-wrap b {
    font-weight: 700;
}
.step-title-wrap span:not(.grey-step) {
    font-weight: 700;
}
#gf_coupon_info table {
    border: none !important;
}
#gf_coupon_info td {
    vertical-align: middle;
}
.thank-msg-wrap h2 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #42a148;
    gap: 10px;
}

.thank-msg-wrap h2 img {
    max-width: 35px;
}

.thank-msg-wrap br {
    display: none;
}

.thank-msg {
    padding: 20px 0;
    font-size: 18px;

}


.show-more-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 45px auto 0 auto;
    color: #03A2A2;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.expanded+.show-more-btn i {
    transform: rotate(180deg);
}

.expanded+.show-more-btn {
    margin-top: 20px;
}
@media all and (min-width: 980px) {
	div#gform_fields_1 {
		gap: 60px;
	}
}
@media all and (max-width: 980px) {
	#gform_page_1_4 #gform_submit_button_1 {
    grid-column: 8 / 13;
    padding: 10px !important;
}

#gform_page_1_4 #gform_previous_button_1 {
    grid-column: 1 / 6;
    padding: 10px !important;
}
div#field_1_53 {grid-template-columns: repeat(4 , 1fr);padding: 0 !important;gap: 5px;}

#field_1_53 input+ span {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 1.4;
	background-color: white;
}
.service-list {
    grid-template-columns: 100%;
    gap: 40px;
}
.sell-car-form .gf_step .gf_step_number {
    font-size: 16px;
}
	.listing-preview h2, .listing-right-preview h2 {
    font-size: 18px;
}

.listing-preview-text {
    padding: 10px 0;
    margin: 10px 0;
}
	.listing-preview {
    width: 100%;
}
.sell-car-form .gf_step:not(:last-child):before {
    height: 3px;
}
.sell-car-form .gf_step .gf_step_number:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sell-car-form .gf_step_active.gf_step .gf_step_number::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #888;
}
.sell-car-form .gf_step_label {
    font-size: 12px;
}
.service-image span {
    font-size: 18px;
    min-width: 70px;
    padding: 3px;
    left: -10px;
    top: -15px;
}
.service-col {
    display: grid;
    grid-template-columns: 50% 50%;
}

.service-image {
    width: 100%;
    min-height: 180px;
}

.service-content {
    width: 100%;
    flex-grow: initial;
    padding: 20px 15px 20px;
}



.service-content-text li, .listing-preview-text li {
    line-height: 1.4;
}

.service-image img {
    height: 100%;
}
.sell-car-form .gfield.gfield--input-type-stripe_creditcard .gfield_label {
    font-size: 18px !important;
}
.service-action {
    gap: 8px;
}
.listing-right-preview .listing-amount {
    padding: 0 10px;
    font-size: 14px;
}
.service-action span , a.service-btn  {
    font-size: 12px;
    padding: 6px 2px;
    line-height: 1.2;
}
.sell-car-form .gfield.gfield--input-type-stripe_creditcard .ginput_container_creditcard {
    margin-top: 10px !important;
}
.comingsoon:before {
    height: 100%;
    width: 50%;
}
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

@media(max-width:567px){
	div#gform_page_1_4 {
		padding: 20px 10px;
		border: none;
	}
	.preview-car img {
		max-width: 350px;
		max-height: 180px;
		object-fit: contain;
	}
	.service-content h2 {
    font-size: 14px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
	.service-content-text {
    font-size: 10px;
}

.service-content-text li:before, .listing-preview-text li:before {
    width: 14px;
    height: 14px;
}
		.sell-form-step-title-wrap {
    font-size: 12px;
    line-height: 1.2;
}
	.thank-msg-wrap h2 {
    font-size: 18px;
}

.thank-msg {
    font-size: 14px;
    line-height: 1.4;
}
} 	



h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
/* Homepage */
@media (max-width: 763px) {

.home-hero .et_pb_column:nth-child(1), .home-hero .et_pb_column:nth-child(3) {
	display: none;
}
}
.home-hero .et_pb_column:nth-child(1) {
	position: relative;
	border-right: solid 2px #c9c9c9;
	border-radius: 0;
}
.home-hero .et_pb_column:nth-child(3) {
	border-left: solid 2px #c9c9c9;
	border-radius: 0;
}
.home-hero .et_pb_column:nth-child(2) {
	margin: 0 40px;
}

/* Login page */
.create-acct a, .back-acct a {
	position: relative;
}
.back-acct a {
	padding-left: 20px;
}
.create-acct a:before {
	content: '\f054';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-150%, -50%);
	font-size: 18px;
	color: #03a2a2;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
}
.back-acct a:before {
	content: '\f053';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-150%, -50%);
	font-size: 18px;
	color: #03a2a2;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
}
#um-submit-btn.um-button {
                background-color: #03a2a2 !important;
                color: #fff !important;
				transition-duration: 0.25s;
				border: solid 1px #1f2c34;
            }
.um-login #um-submit-btn.um-button {
	color: white !important;
	border: solid 1px #1f2c34;
}
#um-submit-btn.um-button:hover {
	background-color: #1f2c34 !important;
}
.um-password .um-field-block{

} 
/* FAQ Box */
.faqbox .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 0;
}
.faqbox .et_pb_column .et_pb_text {
	width: 100%;
}
.faqbox .et_pb_column .et_pb_accordion {
	width: calc(50% - 20px);
}


/* Landing Page Search */

.lp-search {
	width: 100%;
}
.lp-search input[type=text] {
	padding: 10px 25px; 
	width: 100%; 
	height: 40px; 
	border-radius: 1000px;
	border: solid 2px #03a2a2;
}
@media (max-width: 763px) {
	.lp-search-form {
		margin: auto !important;
		display: block !important;
		width: 100%;
	}
	.lp-search input[type=text] {
	padding: 10px 25px; 
	width: 100%; 
	height: 40px; 
	border-radius: 5px;
	border: solid 2px #03a2a2;
	}
}

/* Landing Page Dropdown */
.lp-dropdown-form {
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lp-dropdown select , .saved-search-dropdown select, .cars-list-category select{
	appearance: none; /* Remove default dropdown arrow */
	background-color: white;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%226%22 viewBox=%220 0 10 6%22 fill=%22none%22%3E%3Cpath d=%22M1 1L5 5L9 1%22 stroke=%22%23545454%22 stroke-width=%222%22 stroke-linecap=%22round%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 10px !important;
}
 .cars-list-sortby select {
	appearance: none; /* Remove default dropdown arrow */
   background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2224%22 viewBox=%220%200%2012%2024%22%3E%3Cpolygon points=%226,2%2011,10%201,10%22 fill=%22%23009688%22/%3E%3Cpolygon points=%226,22%201,14%2011,14%22 fill=%22%23009688%22/%3E%3C/svg%3E")
              no-repeat right 15px center;
   
 }

#saved-search-dropdown-placeholder a {
	color: #03a2a2;
}
@media (min-width: 981px) {
	#saved-search-dropdown-placeholder img {
		display: none;
	}
}
@media (max-width: 981px) {
	#saved-search-dropdown-placeholder {
		display: flex;
		flex-direction: row;
		gap: 10px;
		flex-wrap: wrap;
	}
	#saved-search-dropdown-placeholder a, #saved-search-dropdown-placeholder .myAccount-dropdown, #saved-search-dropdown-placeholder p {

		width: calc(80% - 10px);
	}
	#saved-search-dropdown-placeholder img {
		width: 20%;
		object-fit: contain;
		background-color: white;
		border-radius :5px;
		border: solid 1px #1f2c34;
		padding: 2% 4%;
	}
	.disabled-search {
		opacity: 0.5;
		cursor: none;
	}
}
.lp-dropdown {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lp-dropdown-make, .lp-dropdown-model {
	width: 100%;
}
.lp-dropdown select {
		width: 100% !important;
	height: 40px;
	padding: 10px;
	border: solid 2px #1f2c34;
	border-radius: 5px;
}
.lp-dropdown-form button {
	width: 100%;
	height: 40px;
	background-color: #03a2a2;
	border-radius: 5px;
	border: solid 2px #1A3141 !important;
	color: white;
	font-weight: 800;
	border: none;
	transition-duration: 0.25s;
	cursor: pointer;
}
.lp-dropdown-form button:hover {
	color: #1A3141;
}
/* Landing Page Newest Listings */
.newest-cars-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.newest-cars-grid .cars-list-grid-card {
	width: calc(33.33% - 27px);
}

@media (max-width: 763px) {
	.newest-cars-grid .cars-list-grid-card {
		width:100% !important;
	}
	.car-column .car-meta-label {
		font-size: 6px;
	}
}
/* Registration Page */
.account-features {
    list-style: none !important;
    padding-left: 0; 
}

.account-features li {
    position: relative;
    padding: 10px 0px 10px 35px;
	font-weight: 800;
}

.account-features li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    color: #03a2a2;
    font-weight: bold;
	font-size: 24px;
	font-family: 'Font Awesome 6 Free';
}

/* Car Form */
form#gform_8 {
    margin-bottom: 40px;
}
#gform_1 .gfield_description img,  #gform_8 .gfield_description img {
	 height: 38px;
	 margin-right: 10px;
	 display: block;
	 width: auto;
	 width: 30px;
	 object-fit: contain;
	 filter: brightness(0);
}
.gfield_description {
	margin-bottom: 0 !important;
}
#field_1_51 .gfield_description.instruction {
	display: none;
}
.gform_page_footer .button, .gform_footer .button {
	font-weight: 1000 !important;
	font-size: 18px !important;
}
#field_2_5 small {
	text-align: left;
	width: 100%;
	display: block;
	font-weight: 800;
	font-size: 20px;
	margin-top: 30px;
}
#cf7sg-form-car-form .container.hidden {
	height: 0;
	font-size: 0;
	margin-top: -20px;
	opacity: 0;
}
.gpfup__droparea, #field_1_32 textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
}
.gpfup__select-files-container .gpfup__select-files {

    background-color: #004aad !important;
    border: 1px solid black !important;
    text-transform: uppercase !important;
	border-radius: 5px !important;
	transition-duration: 0.25s !important;
}
.gpfup__select-files-container .gpfup__select-files:hover {
	background-color: #03a2a2 !important;
}
.gpfup__file-actions {
    position: relative;
}
.gpfup__file-actions .gpfup__delete:before {
    content: 'Delete';
    position: absolute;
    top : 48%;
    left: 0;
    transform: translate(-100%, -50%);
}
/* Stripe */
.sell-car-form .gfield.gfield--input-type-stripe_creditcard {
    flex-direction: column;
    justify-content: center;
}

.sell-car-form .gfield.gfield--input-type-stripe_creditcard .gfield_label {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    gap: 10px;
    width: 100% !important;
}
.sell-car-form .gfield.gfield--input-type-stripe_creditcard .ginput_container_creditcard {
    width: 100%;
    margin-top: 30px;
}

.mobile-seperator {
    display: none;
}
#field_1_55 {
	display: flex !important;
	position: relative;
}

#field_1_55 {
	opacity: 0.5;
}
#field_1_55.enabled-btn {
	opacity: 1;
}
/* iPad Media Fix */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {
    .option-groups li {
        text-align: center;
        box-sizing: border-box;
        width: calc(50% - 5.4px);
    }
    .option-groups li.location-divider {
    display: block;
    width: 100%;
    }
    .mobile-seperator {
    border-top:1px solid #d9d9d9;
    margin: 10px 0;
    display: block;
    grid-column: 1 / -1; 
    width: 100%; 
}
    .cars-list-status {
        grid-template-columns: repeat(3, calc(33% - 7px));
    }
	.cars-list-status img {
		display: none;
	}
	.cars-list-status .nav-menu span, .cars-list-status label > span  {
		font-size: 0.8vw !important;
	}
	.bottom-border {
	    margin-bottom: 5px !important;
	    padding-bottom: 5px !important;
	}
	.main-header .et_pb_column:nth-child(2) {
    width: 30% !important;
	}
	.main-header .et_pb_column:nth-child(3) {
    width: 40% !important;
	}
	.myac-edit-form-row .form-row label, legend.woocommerce-form-row {
		font-size: 14px !important;
	}
}
@media only screen 
  and (min-device-width: 767px) 
  and (max-device-width: 834px)  {
		.cars-list-grid-card {
		width: calc(50% - 20px) !important;
		}
}
@media (max-width: 763px) {
	.cars-list-status img {
		display: none;
	}
}

/* File Upload Edit */
.gpfup__filesize {
    display: none;
}
.gpfup__filename:after {
    font-size: 14px;
}
.gpfup__file:first-child .gpfup__filename:after {
   content: 'MAIN IMAGE';
}
.gpfup__filename {
    font-size: 0;
}
.gpfup__file:nth-child(2) .gpfup__filename:after {
   content: '1st GALLERY IMAGE';
}
.gpfup__file:nth-child(3) .gpfup__filename:after {
   content: '2nd GALLERY IMAGE';
}
.gpfup__file:nth-child(4) .gpfup__filename:after {
   content: '3rd GALLERY IMAGE';
}
.gpfup__file:nth-child(5) .gpfup__filename:after {
   content: '4th GALLERY IMAGE';
}
.gpfup__file:nth-child(6) .gpfup__filename:after {
   content: '5th GALLERY IMAGE';
}
.gpfup__file:nth-child(7) .gpfup__filename:after {
   content: '6th GALLERY IMAGE';
}
.gpfup__file:nth-child(8) .gpfup__filename:after {
   content: '7th GALLERY IMAGE';
}
.gpfup__file:nth-child(9) .gpfup__filename:after {
   content: '8th GALLERY IMAGE';
}
.gpfup__file:nth-child(10) .gpfup__filename:after {
   content: '9th GALLERY IMAGE';
}
.gpfup__file:nth-child(11) .gpfup__filename:after {
   content: '10th GALLERY IMAGE';
}
.gpfup__file:nth-child(12) .gpfup__filename:after {
   content: '11th GALLERY IMAGE';
}



div#gfield_description_1_30 {
    display: block !important;
}
/* Popup */
#genericPopup {
	background-color: rgba(0,0,0,0.5);
}
.popupInner {
	background-color: #1F2C34;
	border-radius: 10px;
	padding: 20px 45px;
}
.popupInner h2 {
	font-weight: 800;
	text-align: center;
	font-size: 24px;
	color: white;
}
.popupInner {
	font-weight: 800;
	text-align: center;
	font-size: 34px;
	color: white;
}
#closePopupButton {
	display: block;
	border-radius: 10px;
	border: none;
	background-color: #03a2a2;
	text-align: center;
	margin: auto;
	width: 33%;
	padding: 5px 10px;
	margin-top: 20px;
	font-weight: 800;
	cursor: pointer;
	color: white;
}

/* Submenu Style */
.classifieds, .auctions, .competitions {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.classifieds:before {
	background-image: url('/wp-content/uploads/2024/05/classifieds.png');
}
.auctions:before {
	background-image: url('/wp-content/uploads/2024/05/auction.png');
}
.competitions:before {
	background-image: url('/wp-content/uploads/2024/05/trophy.png');
}
.classifieds:before, .auctions:before, .competitions:before {
	content: '';
	background-size: contain;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	top :30%;
	left: -25px;
	transform: translatey(-50%);
	height: 30px;
	width: 30px;
}

/* Filter */
.empty-holder {
	margin-top: 40px;
}
.saved-search-dropdown {
	margin-top: 10px;
}
.saved-search-dropdown select {
	border: solid 1px #1f2c34 !important;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	width: 100%;
	border-radius: 3px;
	padding: 8px 10px;
	background-color: white;
	color: #737373;
}
.no-searches-login {
    line-height: 1.2em;
    font-size: 14px;
    padding-top: 10px;
}
.no-searches-login a {
    color: #004AAD;
    font-weight: 800;
}
#keyword-form input {
	border: solid 2px #F5D800;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
}
.clr-inner {
	position: relative;
	padding-left: 20px;
}
.clr-circle {
	margin-left: 0;
	margin-right: auto;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translatey(-50%);
}

.range-filter ::placeholder {
	font-weight: 500 !important;
	font-size: 15px;
}
.body-type-option li {
	cursor: pointer;
	position: relative;
	height: 80px;
}
.body-type-option li label {
	position: absolute;
	top :0;
	bottom :0;
	left: 0;
	right: 0;
	cursor: pointer;
}
#gform_2 {
	display: none;
}
#gform_2.step-1 {
	display: block;
}
#gform_confirmation_message_2 {
	text-align: center;
}
.gf_coupon_name_container a {
    display: block;
}


.filter-popup-link .filter-name {
	filter: grayscale(1) brightness(73%)
}
/* Form Style */
.read-only input {
    pointer-events: none !important;
    background: #eee !important;
	cursor: pointer !important;
}

/* Sell Car Form */
.gform_required_legend {
	display: none;
}
.gform-body {
	margin-top: 30px;
}
.gform-body ::placeholder, .gform-body select{
	text-transform: uppercase !important;
	font-weight: 800;
	color: #aaa;
}

.gf-input-changed {
    background-color: #f7f9fa !important;
	background-image: url('https://wheelz.ae/wp-content/uploads/2025/01/CircleTick.png');
	background-size: 20px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
}
.lp-dropdown select.gf-input-changed, .saved-search-dropdown select.gf-input-changed, .cars-list-sortby select.gf-input-changed, .cars-list-category select.gf-input-changed {
	border: solid 1px #03A2A2;
}
.gfield label {
	margin-bottom: 0 !important;
}

/* Lemons Header */
@media (min-width: 981px) {
	.main-header .et_pb_column:nth-child(1) {
		width: 25%;
	}
	.main-header .et_pb_column:nth-child(2) {
		width: 50%;
	}
	.main-header .et_pb_column:nth-child(3) {
		width: 25%;
	}
}

/* Save Search Form */
#save-search-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}

/* My Account Searches */
.myAccount-searches {
	display: flex;
	flex-direction: row;
	gap: 0 60px !important;
	flex-wrap: wrap;
}
.search-inner {
	width: calc(100% / 3 - 40px);
	position:relative;
	padding: 15px 0;
}
@media (min-width: 981px) {
	.search-inner:after {
	content: '';
    width: 1px;
    background-color: #a6a6a6;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
}
}
@media (max-width: 763px) {
	.myAccount-searches {
		flex-direction: column;
	}
	.search-inner {
		width: 100%;
	}
}
.search-name {
	   width: 100%;
    border: 1px solid #a6a6a6;
    padding: 10px 20px 10px 40px;
    border-radius: 10px;
		background-image: url(/wp-content/uploads/2025/03/search-glass.png);
	background-color: #f7f9fa;
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 10px;
}
.search-inner a {
	color: #5977FF;
	font-weight: 700;
}
/* My Account Logout */
.exit {
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: center;
}
.exit a {
	border: 2px solid #F5D800;
	border-radius: 10px;
	width: 20%;
	padding: 20px 20px 10px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #737373;
	font-weight: 700;
}
.exit a:before {
	content: '';
    display: block;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.exit a:nth-child(1):before {
    background-image: url(/wp-content/uploads/2024/03/base_icon_transparent_background.png);
}
.exit a:nth-child(2):before {
    background-image: url(/wp-content/uploads/2024/05/logout-link.png);
}
/* My Account Page */
@media (max-width: 763px) {
	.myaccount-section {
		justify-content: start;
		min-height: 75vh !important;
	}
	.myaccount-section .et_pb_row_0 {
		margin-top: 0;
	}
}
@media (min-width: 981px) {
		.mob-filter-btn {
		display: none;
	}
}
.listing-amount .vat-text {
    font-size: 10px;
}
	.account-header {
		margin: 10px 0 20px 0;
		padding: 0 0 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-bottom: solid 1px #d9d9d9;
	}

.account-header h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #1f2c34;
	font-size: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content a.create-ad-button {
	background-color: #03a2a2;
	text-transform: uppercase;
	border-radius: 10px;
	color: white !important;
	padding: 6px 35px 4px 35px;
	font-size: 16px;
}
.woocommerce form .form-row input.input-text {
	background-color: white;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: row;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
  height: 100%;
  gap: 20px !important;

}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border: solid 1px white;
	width: 100%;
	padding: 20px 20px 10px 20px;
	position: relative;
	background-color: rgba(255,255,255,0.8);
	flex-grow: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition-duration: 0.25s;
	min-height: 60px !important;
	max-height: 60px !important;
	height: 60px !important;
	border-radius: 10000px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
	border: solid 1px #03a2a2;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #03a2a2;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	filter: brightness(0) invert(1);
}

@media (min-width: 981px) {
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
		content: '\f054';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translatey(-50%);
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: #1f2c34;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after {
		content: '\f054';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translatey(-50%);
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: white !important;
	}
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding-left: 40px;
	display: block;
	margin-top: -10px;
	font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	content: '';
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translatey(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 80%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	background-color: rgba(255,255,255,0.8);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background-image: url('/wp-content/uploads/2025/01/profile.png'); 
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-cars a:before {
    background-image: url('/wp-content/uploads/2025/01/listings.png'); 
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favourites a:before {
    background-image: url('/wp-content/uploads/2025/01/saved.png'); 
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-searches a:before {
    background-image: url('/wp-content/uploads/2025/03/search.png'); 
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--exit a:before {
	background-image: url('/wp-content/uploads/2025/01/logout.png'); 
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--classifieds a:before {
	background-image: url('/wp-content/uploads/2025/03/classifieds-1.png'); 
}
.woocommerce {
	background-color: white;
}
.woocommerce form .form-row label {
	line-height: 1em;
	font-size: 12px;
	margin-bottom: 5px;
}
.myac-edit-form-row {
	flex-wrap: nowrap;
	display: flex;
	gap: 15px;
}
.myac-edit-form-row input {
	padding: 10px !important;
}
.myac-edit-form-row-one .myac-edit-form-col:nth-child(1) {
	width: 25%;
	display: flex;
}
.profile-photo-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.profile-photo-box label {
	font-weight: 700;
	text-align: center;
}
.myac-edit-form-row-one .myac-edit-form-col:nth-child(2) {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.myac-edit-form-row-one .myac-edit-form-col:nth-child(2) .woocommerce-form-row {
	width: calc(100% / 3 - 20px) !important;
}
#custom-upload-link, #delete-profile-picture {

    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}
@media (max-width: 763px) {
	.myac-edit-form-row.myac-edit-form-row-two .myac-edit-form-col.blank-col {
		display: none;
	}
}


.woocommerce-account .woocommerce-MyAccount-content a {
	color: #1f2c34 !important;
	font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .search-inner a {
	color: #004aad !important;
}	
.myac-edit-form-row-two {
	border-top: solid 1px #d9d9d9;
	margin-top: 30px;
	padding-top: 30px;
	display: block !important;
}
@media (max-width: 763px) {
	.myac-edit-form-row-two {
		padding-top: 0 !important;
	}
}
.myac-edit-form-row-two .myac-edit-form-col {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.myac-edit-form-row-two .myac-edit-form-col .woocommerce-form-row {
	width: calc(100% / 4 - 23px)
}
.myac-edit-form-row-three  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-top: 20px;
	padding-left: 26%;
}
@media (max-width: 763px) {
	.myac-edit-form-row-three {
		padding-left: 0 !important;
	}
}
.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-save {
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.myac-edit-form-row-three .form-row-save {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
/* Menu Styles */
@media (max-width: 763px) {
	.sell-car {
		display: none !important;
	}
}
.sell-car {
	border-radius: 1000px;
	border: none;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-top: 0px !important;
	padding-top: 3px;
	background-color: #03a2a2;
	padding-left: 20px !important;
	padding-right: 20px !important;
	transition-duration: 0.25s;
}
.sell-car:hover {
	color: #1F2C34 !important;
}
.sell-car:hover a {
	color: #1F2C34;
}
.sell-car a {
	padding: 0 !important;
	margin:0 !important;
	line-height: 1em;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: 800;
}
.account-btn a {
	padding: 0 !important;
	margin:0 !important;
	line-height: 1em;
	color: white;
	font-weight: 500;
	text-decoration: underline;
}
.account-btn a:before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
	transform: translatey(-2px) scale(1.1);
	background-image: url('https://wheelz.ae/wp-content/uploads/2025/01/NewAccount.png');
}
.account-btn-reg a {
	padding: 0 !important;
	margin:0 !important;
	line-height: 1em;
	color: white;
	font-weight: 500;
	text-decoration: underline;
}
.account-btn-reg a:before {
	content: 'or';
    display: inline-block;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
	transform: translatey(8px) scale(1);
	background-image: none !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.et_pb_menu_page_id-3642, li.account-btn.et_pb_menu_page_id-3642.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3811 {
	margin-top: 8px !important;
}
li.account-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3856, li.et_pb_menu_page_id-447.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-6698 {
	margin-top: 4px !important;
}
li.account-btn.et_pb_menu_page_id-446.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3856, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.et_pb_menu_page_id-3642 {
    margin-top: 8px !important;
}
li.account-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3856 {
	padding-right: 5px;
}
li.account-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3856 a:before {
	border: solid 1px white;
	border-radius: 100%;
}
.account-btn.mobile a {
	font-size: 0 !important;
}
li.account-btn-reg.et_pb_menu_page_id-447.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-6698 {
	padding-left: 0;
}


/*.account-btn.menu-item-3811 a:before {
	background-image: url('https://wheelz.ae/wp-content/uploads/2025/01/AccountWheelz.png');
}*/
.account-btn {
	margin-left: 12px !important;
}
.logged-out .profile-icon-logged-in {
display: none;
}
.logged-in .profile-icon-logged-out {
display: none;
}
/* Cars Page */

.car-name-box h2 {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
	text-transform: capitalize;
	font-size: 28px;
	color: black !important;
	display: inline-block;
}
.car-name-box h3 {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 28px;
	color: black !important;
	display: inline;
	margin-left: 5px;
}
.cars-box-title .et_pb_column:nth-child(2) {
	background-color: #1f2c34;
	border: solid 1px #03a2a2;
	color: white;
}
.car-name-box .variant-mobile {
		text-transform: capitalize !important;
		font-weight: 500;
		font-size: 20px;
		color: black;
	}
@media (max-width: 763px) {
	.car-name-box h2 {
		text-transform: capitalize !important;
		font-size: 24px !important;
	}
	.car-name-box h3 {
		text-transform: capitalize !important;
		font-size: 24px !important;
	}
	.car-name-box .variant-mobile {
		text-transform: capitalize !important;
		font-weight: 500;
		font-size: 22px;
		color: black;
	}
	.car-name-box .variant-mobile-remove {
		display: none;
	}	
	.car-inner-holder .et_pb_row{
		width: 100%;
	}
	.car-name-box {
		padding: 20px 10%;
	}
}
.car-price h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	margin-bottom: -5px !important;
}
.seller-overview .user-icon {
	margin: 15px 0;
}
.seller-overview .seller-logo img {
	max-width: 200px;
}

.seller-overview {
	color: #1f2c34 !important;
	background-color: #f7f9fa;
	font-weight: 500 !important;
	text-transform: capitalize;
	font-size: 16px;
	border: solid 1px #03a2a2;
	border-radius: 3px;
	overflow: hidden;
	padding: 30px 0;
}
.seller-overview .seller-icons {
	padding-top: 10px !important;
	border-bottom: 1px solid #e9eaeb;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.seller-overview i {
	font-size: 14px;
}
.seller-overview h3 {
	color: #1f2c34;
	font-weight: 600 !important;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.seller-overview h6 {
	color: #004AAD;
	font-weight: 500 !important;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
}

.seller-overview h4 {
	color: #1f2c34;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 18px;
	margin-bottom: 10px;
}

.seller-overview-sold {
	min-height: 200px;
	position: relative;
	color: #1f2c34 !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 16px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    overflow: hidden;
	background-color: #f7f9fa;
	height: 100%;
}

.seller-overview-sold .sold-banner {
	position: absolute;
	text-transform: uppercase;
	font-weight: 1000;
	color: red;
	border: solid 4px red;
	line-height: 1em;
	padding: 6px 10px 5px 10px;
	border-radius: 10px;
	font-size: 74px;
	transform: translate(-50%, -50%) rotate(-20deg);
	top: 50%;
	left: 50%;
}
.car-status-sold .seller-contact .cf7sg-container{
    opacity: 0.6;
    pointer-events: none; 
    cursor: not-allowed;
}

.seller-contact {
	padding: 30px;
	color: #1f2c34 !important;
	font-weight: 500 !important;
	text-transform: capitalize;
	font-size: 16px;
	border: solid 1px #03a2a2;
	border-radius: 3px;
	overflow: hidden;
	background-color: #f7f9fa;
}
.car-status-sold .seller-contact {
	border: solid 1px #d9d9d9 !important;
}
.car-status-sold .seller-contact .wpcf7 input {
	height: 20px;
	border: solid 1px #545454;
	background-color: #e9eaeb;
	text-align: left;
}
.car-status-sold .seller-contact .wpcf7 .wpcf7-textarea {
	height: 70px;
	border: solid 1px #545454;
	background-color: #e9eaeb;
	text-align: left;
	height: 80px;
}
.car-status-sold .seller-contact .wpcf7 .wpcf7-submit {
	background-color: #1f2c34 !important;
	color: #545454 !important;
	height: 40px;
	border: solid 1px #03a2a2 !important;
	border-radius: 5px;
	transition-duration: 0.25s;
	cursor: pointer;
	border: solid 1px #03a2a2;
	text-align: center;
}
.seller-contact .cf7sg-container {
	width: 100%;
	margin: auto;
	margin-top: 10px;
}
.seller-contact .wpcf7 input {
	height: 20px;
	border: solid 1px #03a2a2;
	background-color: white;
	text-align: left;;
}
.seller-contact .wpcf7 .wpcf7-textarea {
	height: 70px;
	border: solid 1px #03a2a2;
	background-color: #f7f9fa;
	text-align: left;
	height: 80px;
}
.seller-contact .wpcf7 .wpcf7-submit {
	background-color: #1f2c34;
	color: white;
	height: 40px;
	border: none;
	border-radius: 5px;
	transition-duration: 0.25s;
	cursor: pointer;
	border: solid 1px #03a2a2;
	text-align: center;
}
.seller-contact .wpcf7 .wpcf7-submit:hover {
	background-color: #03a2a2 !important;
}
.car-cf .et_pb_code_inner {
	height: 100%;
}

/* Cars List */
.selling-box {
	border: 1px solid #d9d9d9;
    padding: 0px 35px !important;
    border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFC62D;
	height: 100%;
}
.selling-box h2 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.3em;
	text-align: center !important;
}
.selling-box h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3em;
	text-align: center;
}
.selling-box img {
	width: 75%;
	margin: 0 auto;
	padding: 40px 0;
}

/* Lemons Page */
#cf7sg-form-lemons-form input {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left;
}
#cf7sg-form-lemons-form .wpcf7-submit {
	background-color: #006CBC !important;
	text-align: center;
}
#cf7sg-form-lemons-form .intl-tel-input input {
	padding-left: 50px !important;
}
.page-id-3580 , .page-id-3580  #page-container, .page-id-3580 .et_pb_section {
	background-color: #F5D800 !important;
}

#lightboxed--container {
	z-index: 999999 !important;
}

.menu-item a {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
	padding: 0 !important;
}

/* Concierge Page */
@media (min-width: 981px) {
	.concierge-spacer {
	min-height: 13vw;
	}
	.lancia-spacer {
		min-height: 13vw;
	}
}
@media (max-width: 763px) {
	.concierge-spacer, .investing-spacer {
		min-height: 30vh;
	}
	.kishan-spacer {
		height: 50vh;
	}
	.lancia-spacer {
		min-height: 41vh;
	}
}
/* ----------- iPad 1, 2, Mini, Air, 3, 4, Pro 9.7", Pro 10.5", and Pro 12.9" ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape),
  
only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2),

only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .has-img {
        background-color: white !important;
    }
    .has-img:before {
        content: '';
        position: absolute;
        top: -10px;
        bottom :-10px;
        left: -10px;
        right: -10px;
        background-color: white;
    }
    .has-img:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: 0;
        background-image: inherit;
        height: 50vh;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait),

only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2),

only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  .investing-row .et_pb_text,  .assets-row .et_pb_text,  .concierge-row .et_pb_text,  .marketplace-row .et_pb_text {
     width: 400px !important;
 }
.assets-row .et_pb_column:nth-child(2) {
    transform: translatex(5%) !important;
}
.marketplace-row .et_pb_column:nth-child(2) {
    transform: translatex(15%) !important;
}
		.assets-row .et_pb_row, .concierge-row .et_pb_row, .marketplace-row .et_pb_row, .investing-row .et_pb_row {
    overflow-x: hidden;
}
}





/* Contact Page Form Style */
#cf7sg-form-contact-form .field {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
#cf7sg-form-contact-form label {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cf7sg-form-contact-form .wpcf7-form-control-wrap {
	width: 100%;
}
#cf7sg-form-contact-form input, #cf7sg-form-contact-form select, #cf7sg-form-contact-form textarea {
	background-color: white !important;
	text-align: left;
	border-radius: 0 !important;
	border: solid 1px #a6a6a6;
}
#cf7sg-form-contact-form .container:nth-child(2) input {
	margin-top: 0 !important;
}
#cf7sg-form-contact-form .wpcf7-spinner, #cf7sg-form-contact-form .info-tip {
	display: none;
}
#cf7sg-form-contact-form .wpcf7-submit {
	width: 60%;
	border: none;
	margin: auto !important;
	display: block !important;
	color: white;
	border-radius: 5px !important;
	text-align: center;
	background-color: #03a2a2 !important;
	border: solid 1px #a6a6a6;
}
/* Asset Login Holder */
.login-container {
	margin-bottom: 20%;
}
@media (min-width: 981px) {
	.login-container:after {
		content: '';
		position: absolute;
		top: -6%;
		bottom :-36%;
		left: -4%;
		right: -4%;
		background-image: url(/wp-content/uploads/2023/10/desktop.png);
		background-size: 100% 100%;
		background-position: center;
		overflow: visible;
		z-index: -1;
	}
}
@media (max-width: 763px) {
	.login-container:after {
		content: '';
		position: absolute;
		top: -12%;
		bottom :-10%;
		left: -25%;
		right: -25%;
		background-image: url(/wp-content/uploads/2023/10/mobile.png);
		background-size: 100% 100%;
		background-position: center;
		overflow: visible;
		z-index: -1;
	}
	.login-container {
		margin-top: 40% !important;
		margin-bottom: 40% !important;
	}
}

.login-header {
	text-align: center;
	padding: 5% 2% 0% 2%;
}
.login-body {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5% 5% 5%;
}

.login-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 5%;
}
.login-left h3 {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-top: 20px !important;
}
.login-left input {
	width: 75%;
	border: solid 1px black;
	height: 35px;
	padding: 5px;
}
.login-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 5%;
}
.login-right img {
	width: 75%;
	margin: auto;
}
@media (max-width: 763px) {
	.login-right img {
		padding-top: 30px;
	}
}
.login-right button {
		background-color: rgba(6,95,168,0.61);
	color: white;
	padding: 15px 30px !important;
	font-size: 12px !important;;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	transition-duration: 0.25s;
	width: 50%;
	margin: auto;
	margin-top: 40px !important;
}
.login-right button:hover {
	   background-color: rgba(6,95,168,1);
}
@media (max-width: 763px) {
	.login-body {
		flex-direction: column;
	}
	.login-header {
		padding: 0 !important;
	}
	.login-right, .login-left {
		width: 100%;
		padding: 0 !important;
	}
	.login-left {
		text-align: center;
	}
	.login-left input {
		margin: auto;
		width: 100% !important;
	}
	.login-right img {
		width: 100% !important;
	}
	.login-right button {
		width: 100% !important;
	}
}




/* Coming Soon Box */
.coming-soon {
	background-image: url('/wp-content/uploads/2023/10/Assets.jpg');
	height: 80vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coming-soon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom :0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.35);
}
.coming-soon h2 {
	font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF!important;
  letter-spacing: 2px;
  text-align: center;
	font-size: 28px;
	z-index: 99;
}

/* Home Text Boxes */
.home-text {
    background-color: rgba(30,44,52,0.2); 
    border-radius: 10px; 
    padding: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
		width: fit-content;
}
@media (max-width: 763px) {
	.home-text {
		width: 100% !important;
	}
	.mob-spacer {
		height: 50vh;
	}
	.mob-spacer-inner {
		height: 40vh;
	}
}
.home-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);
}

.home-text p:nth-child(2) {
	padding-bottom: 40px;
}


/* New Home Btn */
.home-btn {
	background-color: rgba(6,95,168,0.61);
	color: white;
	padding: 15px 30px !important;
	font-size: 12px !important;;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	transition-duration: 0.25s;
}
.home-btn:hover {
	    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);
}




/* Cars Grid New */


@media (min-width: 768px) and (max-width: 1450px) {
	.cars-list-grid-card {
	width: calc(50% - 30px);
	}
}
@media (min-width: 1451px) and (max-width: 1800px) {
	.cars-list-grid-card {
	width: calc(33.33% - 27px);
	}
}
@media (min-width: 1801px) and (max-width: 2200px) {
	.cars-list-grid-card {
	width: calc(25% - 30px);
	}
}
@media (min-width: 2200px) and (max-width: 3200px) {
	.cars-list-grid-card {
	width: calc(20% - 32px);
	}
}
@media (min-width: 3200px) {
	.cars-list-grid-card {
	width: calc(15% - 60px);
	}
}
.cars-list-grid-card {
	
	border-radius: 5px;
	overflow: hidden;
	background-color: #F7F9FA;
	line-height: 0;
	transition-duration: 0.25s;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
@media (max-width: 763px) {
	.cars-list-grid-card:last-child {
		margin-bottom: 35px;
	}
	.cars-list-grid-card {
		width: 100% !important;
	}
}
.cars-list-grid-card:hover {
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
	transform: translatey(-5px);
}
.cars-list-grid-card .thumbnail {
	line-height: 0;
	position: relative;
}
.cars-list-grid-card .thumbnail img{
	height: 240px;
	width: 100%;
	object-fit: cover;

}
.no-data-found a , .woocommerce-account .woocommerce-MyAccount-content .no-data-found a {
    color: #004AAD !important;
}
/* No Data Found */
.no-data-found h2 {
    font-weight: 600;
    color: #545454;
    margin-bottom: 20px;
}
.no-data-found h3 {
    margin-bottom: 20px;
    color: #545454;
    font-size: 16px;
}
.no-data-found-btns {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
}
.no-data-found .save-search, .no-data-found .clear-search, .no-data-found .save-search-btn {
    border: solid 1px #676767;
    padding: 10px 20px;
    border-radius: 3px;
    color: #545454;
    font-weight: 700;
    background-color: #E9EAEB;
    background-image: none !important;
}
.no-data-found .save-search a, .no-data-found .save-search-btn a {
	color: #545454;
	font-weight: 700;
}
.post-header {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background-color: white;
	border-top: solid 1px #d9d9d9;
	line-height: 1.3em;

}
.post-header .car-column {
	width: 100%;
	position: relative;
}
.listed-on-box {
    flex-grow: 1;
    font-size: 12px;
    text-align: right;
    color: #545454;
    font-weight: 800;
	margin-top: 10px;
}
.post-header .car-column:nth-child(3) {
	padding: 10px 0;
}
.post-header .car-column:nth-child(3):before {
	content: '';
	position: absolute;
	top :0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
}
.post-header .car-column:nth-child(3):after {
	content: '';
	position: absolute;
	bottom :0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
}
.post-header .car-column:nth-child(1) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
	gap: 10px;
}
.fa-solid.fa-heart.add_bookmark_post {
	color: #03a2a2;
}
.thumbnail .add_bookmark_post {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: white;
	border-radius: 100%;
	padding: 3px;
	font-size: 12px;
	border: solid 1px #03a2a2;
	color: #03a2a2;
}
.add_bookmark_post {
	cursor: pointer;
}
.car-column .left-group {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjusts space between status-box and heart icon */
}
.left-group i:before {
	color: #03a2a2;
}
.make-model-title-container {
	background-color: rgba(31, 44, 52, 0.7);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
	
.make-model-title {
    width: calc(100% / 1.5);
    padding: 10px;
}
.make-model-title .make-text,
.make-model-title .model-text, 
.make-model-title .variant-text {
	line-height: 1.3em !important;
	color: white;
}

.car-column .location-box {
    margin-left: auto; /* Aligns the location box to the right */
}

.car-column .location .car-meta {
	position: relative;
}
.car-column .car-meta.car-gearbox img {
    max-width: 26px !important;
}
.car-column .location .car-meta:after {
	background-color: #d9d9d9;
	width: 1px;
	position: absolute;
	top :0;
	bottom :0;
	content: '';
	right: -11px;
}
.car-column .location .car-meta:last-child:after {
	display: none;
}

.status-box {
	padding: 12px 20px;
	text-align: center;
	color: white;
	font-size: 12px;
	border-radius: 0;
	background-color: white;
	border: solid 1px #03a2a2;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 700;
	color: black;
}
.available .status-box {
	background-color: white;
}

.sold .price-container {
	background-color: #fd0201 !important;
	text-transform: uppercase;
	border: none !important;
}
.location-box {
	color: #1f2c34;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	margin-top: 13px;
}

.location-box img {
	width: 20px;
	margin-right: 10px;
}
.make-text {
	color: black;
	text-transform: capitalize !important;
	font-weight: 800 !important;
	font-size: 16px !important;
}
.model-text {
	color: black;
	text-transform: capitalize !important;
	font-weight: 500;
	font-size: 16px;
	color: black;
	margin-left: 5px;
}
.variant-text {
	color: #090909;
	text-transform: capitalize !important;
	font-weight: 500;
	font-size: 13px;
	color: black;
}
.car-column .model-text {
	margin-top: 5px;
	margin-bottom: 5px;
}
.car-column .location {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 20px;
}
.car-column .car-meta {
	font-weight: 500;
	align-items: center;
	width: 100% !important;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.car-column .car-meta img {
	display: block;
	max-width: 20px;
	max-height: 30px;
	margin-right: 5px;
	object-fit: contain;
}
.car-column .car-meta-label {
	display: block;
	line-height: 1em;
	font-weight: 500;
	color: #1f2c34;
	font-size: 11px;
}
.car-list-account.cars-list-grid-card {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background: white;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.car-list-account .post-header {
    background: white;
    border: none;
}

.car-list-account .car-column {
    justify-content: center !important;
}
.car-list-account .car-column:nth-child(1) {
	flex-wrap: wrap;
	gap: 0;
}
.car-list-account .car-column .make-text {
	width: 100%;
	text-align: center;
}

	

.car-list-account .price-container {
    position: relative;
    transform: none;
    bottom: initial;
    right: initial;
	border-radius: 0;
	background-color: #1f2c34 !important;
	border: solid 1px #03a2a2;
	padding: 10px 25px;
}

.car-list-account .my-cars-links {
    font-size: 16px;
}

.car-list-account .thumbnail {
    border: 1px solid #d9d9d9;
}
.price-container-holder {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.price-container {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	background-color: #03a2a2 !important;
	border-radius: 1000px;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Nunito';
	font-weight: 700;
	border: solid 1px #03a2a2;
	line-height: 1;
	text-align: center;
}
.price-container.sold-price {
	background-color: #FE3230 !important;
	color: white !important;
	border: solid 1px #03a2a2 !important;
}
.car-list-account.cars-list-grid-card .price-container {
	transform: translateY(0) !important;
	width: fit-content !important;
	margin: auto;
	border: solid 1px #03a2a2;
}
/* Garage Form */
.garage-form input {
	position: relative;
	height: 40px;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-file:before {
	border: solid 1px #ccc !important;
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	border-radius: 10px !important;
	background-color: white !important;
	z-index: 999 !important;
}

input.wpcf7-form-control.wpcf7-file:after {
	content: 'Upload a photo of your car' !important;
	position: absolute !important;
	z-index: 999 !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

input.wpcf7-form-control.wpcf7-file.has-file:after {
	content: 'File uploaded successfully' !important;
	position: absolute !important;
	z-index: 999 !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

input.wpcf7-form-control.wpcf7-file {
	padding: 0px !important;
}

input.wpcf7-form-control.wpcf7-file::-moz-file-upload-button::-moz-file-upload-icon {
	display: none !important;
}

input.wpcf7-form-control.wpcf7-file {
	padding: 0px !important;
}



/* User Pages */
.page-id-450 .um-header, 
.page-id-450 .um-cover, 
.page-id-450 .um-profile-nav, 
#um_account_submit_sellerprof {
	display: none !important;
}
.page-id-450 .um-profile-body {
	max-width: 100% !important;
}
.um-account .um-form form {
	display: block;
}
.um-account-meta,
.um-account-tab-mycars #um_account_submit_mycars, #um_account_submit_mygarage, 
#um_account_submit_myfavs {
	display: none !important;
}
.add-car {
    background-color: #1A3141;
    color: white;
    text-transform: uppercase;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
	padding: 8px 16px;
	margin-left: 20px;
}
.um-form form {
	display: flex;
	flex-direction: column;
}
.um-account-side {
	margin-top: 40px;
}
.um-account-side li {
	padding: 10px 0 !important;
}


/* User Listings */
.user-cars {
	width: 33%;
}

.user-cars .remove-post-btn {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 0;
	background-color: #F5D800;
	cursor: pointer;
}
/* My Cars */
#my-cars-container {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.my-cars {
	width: calc(33.33% - 40px) !important;
	position: relative;
}
@media (min-width: 981px) {
.my-cars:nth-child(3n+3):after, .my-cars:nth-child(3n+2):after {
	content: '';
	width: 1px;
	background-color: black;
	height: 100%;
	position: absolute;
	top :0;
	right: -30px;
}
}
.my-cars-thumb {
	position: relative;
	line-height: 0;
}
.my-cars-thumb img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.my-cars .sold .my-cars-thumb:after {
	content: '';
	top:0;
	bottom :0;
	left: 0;
	right: 0;
	position: absolute;
	background-image: url('/wp-content/uploads/2024/05/soldsignCM.png');
	background-color: rgba(255,255,255,0.75);
	z-index: 9999;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.my-cars .my-cars-column {
	display: flex;
	gap: 5px;
	margin-top: 10px;
}
.my-cars .my-car-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 15%;
	font-size: 9px;
	font-weight: 800;
	border: solid 2px black;
}
.my-cars .my-car-price {
	width: 50%;
	font-size: 14px;
	border: solid 2px black;
	background-color: #F5D800;
}
.my-car-meta img {
	height: auto !important;
	width: 50% !important;
	margin: 10px 0 0 0 !important;
}
.my-cars-links, .my-cars-links a, .woocommerce-account .woocommerce-MyAccount-content .my-cars-links a, .woocommerce-account .woocommerce-MyAccount-content .my-cars-links {
	margin-top: 5px;
	text-align: center;
	color: #1A5CB3 !important;
	font-weight: 700 !important;
	margin-top: 30px !important;
	width: 100%;
	font-size: 14px !important;
}
.edit-post, .delete-post, .remove-post-btn, .mark-as-sold {
	cursor: pointer !important;
}
/* Login Page */
.login-section {
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.login-section .et_pb_row {
	margin: 0;
}
/* Login Forms */
.car-cf .um-login .um-form label {
	color: white;
}
.um-login .um-form label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px !important;
    text-align: left;
    line-height: 1.3em;
    text-align: center;
    margin-top: 20px;
}
.um-login .um-field-label {
    text-align: center;
}
.seller-form .um .um-field-label label {
	color: white;
}
.car-box.insurance .car-box-inner {
	background-color: #F5F5F5;
	padding: 6%;
	text-align: center;
	padding-top: 12% !important;
}
.car-box.finance .car-box-inner {
	background-color: #1F2C34;
	padding: 6%;
	text-align: center;
	color: white;
	padding-top: 12% !important;
}
.car-box .insurance-price, 
.car-box .finance-price {
	font-size: 24px;
	line-height: 1.2em;
}

/* Sell Page */
.whatsapp-button {
	text-align: center;
}
.whatsapp-button a {
	border: solid #1F2C34;
	padding: 12px 16px;
	border-radius: 10px;
	background-color: #010101;
	color: white;
	font-weight: 800;
	text-transform: uppercase;
	transition-duration: 0.25s;
}
.whatsapp-button a i {
	padding: 10px;
	border-radius: 100%;
	background-color: #F5D800;
	color: #1F2C34;
	margin-left: 10px;
	transition-duration: 0.25s;
}
.whatsapp-button a:hover {
	background-color: #F5D800;
}
.whatsapp-button a:hover i {
	background-color: #1F2C34;
	color: #F5D800
}
@media (max-width: 763px) {
	.whatsapp-button a {
	font-size: 2.9vw !important;
		padding: 8px !important;
	}
	.whatsapp-button i {
		padding: 5px !important	;
		margin-left: 2.5px !important;
	}
}
.selling-points ul {
	padding: 0;
}
.selling-points li {
	padding-left: 30px !important;
	margin-bottom: 5px;
	position: relative;
}
.selling-points li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	background-image: url('/wp-content/uploads/2022/12/CMFIcon.png');
	background-size: cover;
	height: 25px;
	width: 25px;
}
/* Cars Inner */
.car-header {
	display: flex;
}
@media (max-width: 763px) {
	.car-header {
		flex-direction: column;
	}
	.car-header .col {
		margin-bottom: 5.5%;
		text-align: center;
	}
}
.car-header .col {
	flex:1;
	border-bottom: 2px solid white;
	padding-bottom: 20px;
}
.car-header .col:hover {
	border-bottom: 2px solid #3B3F40;
}
.car-header h3 {
	font-size: 18px;
}

.cf7sg-container .wpcf7-list-item {
	display: block;
}

.cf7sg-container .wpcf7-list-item:first-child {
	margin-top: 10px;
}
.cf7sg-container .checkbox  {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cf7sg-container .container:before {
	display: none !important;
}
.cf7sg-container input, .cf7sg-container .wpcf7-textarea, .wpcf7-number, .wpcf7-select {
	padding: 10px !important;
	text-align: center;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.8) !important;
	margin: 5px 0 !important;
	border: 1px solid #ccc;
	color: #777;
}


#cf7sg-form-sell-car .wpcf7-submit, #cf7sg-form-newsletter .wpcf7-submit {
	background-color: #F5D800 !important;
	color: black;
}
#cf7sg-form-newsletter .wpcf7-submit {
	padding-top: 7px !important;
}
.meta-boxes h2 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.meta-boxes .et_pb_code, .meta-boxes .et_pb_text {
	padding: 20px 40px !important;
}
.meta-boxes .et_pb_column {
	padding: 0 !important
}



.wp-polls {
	background-color: #1F2C34;
	background-image: url('https://lemons.standishservices.com/wp-content/uploads/2023/01/CMBG.jpg') !important;
	background-position: center;
	padding: 60px 20px 20px 20px;
	color: white;
	z-index: 0;
}
.wp-polls ul {
	margin: 20px;
	margin-top: 20px;
	padding: 10px;
}
.wp-polls .Buttons {
	background-color: #F5D800;
    font-weight: 700;
    text-align: center;
    border: solid 2px rgba(0,0,0,0);
    padding: 9px 20px 12px 20px !important;
    border-radius: 6px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 41px;
    color: #1F2C34!important;
	text-transform: uppercase;
}
.top-gallery .mobile-price-share {
		display: none;
	}
@media (max-width: 763px) {
	.top-gallery {
		flex-direction: column !important;
		height: auto !important;
	}
	.main-col {
		position: relative;
		margin-bottom: 20px !important;
	}
	.small-col {
		width: 100% !important;
	}
	.car-header .col  {
		text-align: left !important;
		padding-bottom: 0 !important;
	}
	.top-gallery .mobile-price {
		text-align: center;
		font-weight: 800;
		line-height: 1.3em;
		background-color: #F5D800;
		padding: 3px 15px;
		margin-bottom: 20px;
	}
	.cars-box-title .et_pb_column:nth-child(1) {
		margin: 0;
	}
	.cars-box-title {
		padding: 10px 0;
	}
	.cars-box-title .et_pb_column:nth-child(2) {
		display: none;
	}
	.et_pb_tabs_controls li {
		padding: 20px 0 !important;
		height: 50px !important;
	}
	.car-overview li {
		padding: 0 !important;
	}
	.seller-overview h2 {
		display: none;
	}
	.seller-overview {
		border: none !important;
	}
	.top-gallery .mobile-price-share {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 5%;
	}
	.top-gallery .mobile-price {
		text-align: center;
		font-weight: 800;
		line-height: 1.3em;
		background-color: #1f2c34;
		border-radius: 5px;
		padding: 10px 15px;
		width: 100%;
		color: white;
	}
	.top-gallery .mobile-icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		align-items: center;
		width: 100%;
	}
	.top-gallery .mobile-icons i {
		color: white;
		margin-right: 10px;
	}
	.top-gallery .mobile-icons .saver-btn, .top-gallery .mobile-icons .sharer-btn {
		width: calc(50% - 5px);
		background-color: #03a2a2;
		padding: 10px 15px;
		text-align: center;
		border-radius: 5px;
		line-height: 1.3em;
		font-weight: 800;
		color: white;
	}
	.main-col {
		margin-bottom: 0 !important;
	}
	.cars-gallery-row .et_pb_column {
		margin-bottom: 0 !important;
	}
}
@media (min-width: 981px) {
	.mobile-price {
		display: none;
	}
}
.main-col {
	margin-bottom: 4px;
}
.main-col a {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-col a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}


.one-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 0;
	gap: 4px;
}
.one-row a {
	width: calc(50% - 3.2px);
}
.one-row a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.one-row a:nth-child(n+7) {
    display: none;
}

@media (max-width: 763px) {
	.one-row a {
		width: calc(25% - 3px) !important;
	}
	.one-row a:nth-child(5) {
		display: none;
	}
}
.overview {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.overview h2 {
	width: 50%;
	font-weight: 800;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.overview-listed {
	margin-top: 40px;
}
.overview-listed-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.overview-listed h4 {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
}
.overview-listed h4 i {
	font-size: 18px;
	margin-left: 10px;
	color: #F5D800;
}
.overview-listed h3 {
	font-size: 24px;
	font-weight: 800;
}
.overview p {
	width: 100%;
	margin-top: 20px;
}
/* Hide desktop content on mobile */
@media (max-width: 980px) {
    .desktop-content {
        display: none;
    }
}
.et_pb_module.et_pb_text.et_pb_text_3_tb_body.sell-box.et_pb_text_align_center.et_pb_bg_layout_light,
.et_pb_module.et_pb_text.et_pb_text_2.sell-box.et_pb_text_align_center.et_pb_bg_layout_light,
.et_pb_module.et_pb_text.et_pb_text_1.sell-box.et_pb_text_align_center.et_pb_bg_layout_light {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* Hide mobile content on desktop */
@media (min-width: 981px) {
    .mobile-content {
        display: none;
    }
}

/* Car Overview Styles */
.overview-listed {
    margin-bottom: 20px;
}

.car-overview {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    border: solid 1px #d9d9d9;
    padding: 10px 0;
}

.car-overview li {
    list-style: none;
    font-size: 12px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border-right: 1px solid #d9d9d9;
    gap: 10px;
}

.car-overview li:last-child {
    border-right: none !important;
}

.car-overview img {
	
    max-width: 20%;
}

.car-overview li b {
    font-size: 14px !important;
    font-weight: 700;
    color: #545454;
    text-align: center;
}

/* Tabs Container */
.car-tabs {
    width: 100%;
}

/* Tabs Header */
.tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.tabs-header h2, .car-tabs h2 {
	font-weight: 800;
}

/* Tabs Navigation */
.tabs-nav {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}

.tabs-nav li {
    margin-right: 20px;
    cursor: pointer;
    padding: 10px 40px !important;
    list-style: none;
    text-align: left;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition-duration: 0.25s;
	border: solid 1px #d9d9d9;
	border-radius: 5px;
}

.tabs-nav li.current, .tabs-nav li.current:hover {
	background-color: #F5D800;
	border: solid 1px rgba(0,0,0,0);
}

.tabs-nav li:hover {
    background-color: rgba(245,216,0, 0.5);
}


/* Tabs Icons */
.tabs-icons {
    display: flex;
    align-items: center;
}

.tabs-icons i {
    margin-left: 15px;
    cursor: pointer;
    color: #03a2a2;
}

/* Tabs Content */
#tab-description {
	margin-top: 30px;
}
.tabs-content {
    margin-top: 20px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

/* Style for the car-details-table */
.car-details-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;;
}

.car-details-table td {
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9;
}

.car-details-table td:nth-child(1),
.car-details-table td:nth-child(3) {
    text-align: left;
	font-weight: 800;
}

.car-details-table td:nth-child(2),
.car-details-table td:nth-child(4) {
    text-align: left;
}

/* Accordion Styles */
@media (max-width: 763px) {
	.seller-icon-name {
		width: 100%;
	}
}

.car-accordion .accordion-header {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.car-accordion .accordion-header::after {
    content: '\f078';
	font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 20px;
    font-size: 12px;
	color: #03a2a2;
}

.car-accordion .accordion-header.active::after {
    content: '\f077'; 
}


.car-accordion .accordion-content {
    display: none;
    padding: 0 15px 15px;
}

.car-accordion .accordion-content.active {
    display: block;
}

/* Style for the car-details-table in accordion */
.car-accordion .car-details-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.car-accordion .car-details-table td {
    padding: 8px;
    border-bottom: 1px solid #d9d9d9;
}
.car-accordion .car-details-table tr:last-child td {
	border-bottom: 0 !important;
}

.car-accordion .car-details-table td:nth-child(1) {
    width: 50%;
    text-align: left;
    font-weight: 800;
}

.car-accordion .car-details-table td:nth-child(2) {
    width: 50%;
    text-align: right;
}


/* General Styles */
@media (min-width: 981px) and (max-width: 1350px) {
	.et_pb_row {
		/*max-width: calc(100% - 30px) !important;*/
	}
}
/* Footer Styles */
.footer ul {
	padding: 0;
}
#footer-credits {
	text-align: right;
	font-size:12px;
	line-height: 1em;
	color: #a6a6a6;
}
@media (max-width: 763px) {
	#footer-credits {
		text-align: center;
	}
	#footer-credits a {
		display: block;
	}
}
.et-l--footer .et_pb_section .et_pb_column td img {
	filter: brightness(0);
}
#footer-credits a {
	color: rgba(255,255,255,0.8);
	font-weight: 800;
}
/* New Footer */
.new-footer {
	padding: 0 1% !important;
	justify-content: space-between;
}
.new-footer .et_pb_column:nth-child(1){
	width: 45%;
	margin-left: 0;
	margin-right: auto;
}
.new-footer .et_pb_column:nth-child(2) {
	width: 36%;
	margin-right: 0;
}
.footer-left table tr, .footer-right table tr{
	display: flex;
	flex-direction: row;
}
.footer-left table, .footer-right table {
    width: 100% !important;
}
.footer-left td{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 0;
	font-size: 0.8vw;
	font-weight: 800;
	line-height: 1em;
}
.footer-left a, .footer-right a {
	width: 100% !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.footer-right a:nth-child(1) {
	width: 25% !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footer-left a:nth-child(2), .footer-right a:nth-child(2) {
	width: 100% !important;
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin-left: 5px;
}
.footer-left img, .footer-right img {
	width: 80%;
	height: auto !important;
	object-fit: contain;
}

.footer-left td:first-child {
	flex-direction: column;
	text-align: center;
	gap: 0;
	margin-right: 20px;
	min-width: 160px;
	font-size: 10px;
}
.footer-left td:first-child a {
	width: 100% !important;
}
.footer-left td:first-child img {
	width: 80%;
	margin: auto;
	padding-bottom: 5px;
}
.footer-left td a, .footer-right td a {
	color: black;
}
.footer-right td{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 0;
	font-size: 22px;
	font-weight: 800;
	font-size: 0.7vw;
	line-height: 1em;
	justify-content: center;
}
.footer-guest, .logged-out .footer-guest-icon {
	opacity: 0.5 !important;
}
.mobile-footer .et_pb_row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.mobile-footer .et_pb_column {
	width: 20% !important;
}
.mobile-footer .et_pb_column img {
	width: 50% !important;
}
/* Newsletter */
#cf7sg-form-newsletter .wpcf7-email {
	height: 42px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 10px;
}
#cf7sg-form-newsletter .wpcf7-submit {
	background-color: #1A3141;
	color: white;
	text-transform: uppercase;
	height: 42px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0px;
	font-weight: bold;
	font-size: 18px;
}
.cf7sg-container .container {
	padding-top: 0 !important;
}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
div#heroes {
    max-width: 1350px;
    margin: 60px auto 0;
}
@media (max-width: 763px) {
	div#heroes {
    
    margin: 20px auto 0 !important;
}
	#pagination {
		text-align: center;
	}
}
form.car-search {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 0% !important;
}
.car-search-filters {
    grid-column: 1 / 3;
    padding: 30px 20px;
    background-color: #F5D800;
    margin-top: 10px;
}

input#cartitle {
    width: 100%!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 68' d='M12.5 11h-.79l-.28-.27a6.51 6.51 0 10-.7.7l.27.28v.79l5 4.99L17.49 16zm-6 0A4.5 4.5 0 1111 6.5 4.494 4.494 0 016.5 11z' fill='%23dedede'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: transparent;
	padding: 11px 15px 11px 40px;
}
a.filter-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z' fill='%231f2c34'/%3E%3C/svg%3E");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    padding: 11px 10px 10px 20px;
}
.car-search-status {
    color: #F5D800;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-top: 20px;
}
ul.status-wrap {
    display: flex;
    list-style: none;
    padding: 0;
    column-gap: 20px;
}
input.status-input {
    display: none;
}
span.status-count {
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
}
label.status-label {
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #F5D800;
	transition: 0.1s;
	color: #1F2C34;
}
span.status-count:before {
    content: "(";
}

span.status-count:after {
    content: ")";
}
input.satus-input:checked + label.status-label, label.status-label:hover {
    background-color: #F5D800;
    color: #1F2C34;
} 


.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #1F2C34 !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #F5D800 !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover
{
    background: #9EC3E8 !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	color: #1F2C34;
	width: 100% !important;
	border: none !important;
	border-radius: 5px !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover{
    background: #F5D800 !important;
}

/* Button alt colors */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;	
}

.single-cars .um input[type=submit].um-button {
background-color: #F5D800!important;
transition-duration: 0.25s;
}
.single-cars .um input[type=submit].um-button:hover {
background-color: rgba(165, 196, 232, 0.5);
}
div.um .g-recaptcha {
	margin-bottom: 0 !important;
}
.single-cars .um-row._um_row_1 {
	margin-bottom: 0 !important;
}
/* UM Fields */
.um .um-form input[type=text],
.um .um-form input[type=password], 
.um .um-form input[type=tel]{
	border: solid 1px #03a2a2 !important;
	border-radius: 5px;
	height: 50px !important;
	padding: 0 20px !important;
}
.um-field .select2.select2-container .select2-selection {
    border: solid 1px #03a2a2 !important;
	border-radius: 5px;
	height: 50px !important;
	padding: 5px 20px !important;
}
.cf7sg-container  .wpcf7-submit {
	background-color: #03a2a2 !important;
	transition-duration: 0.25s;
	font-weight: 800;
	text-transform: uppercase;
	color: white;
}
.cf7sg-container  .wpcf7-submit:hover {
	background-color: #1f2c34 !important;
}
/* CF7 Heading */
.wpcf7 h3 {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.search_term_list input[type="radio"] {
    opacity: 0;
}

.search_term_list input[type="radio"] + span:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: -25px;
    border: 1px solid #d9d9d9;
    top: 2px;
    border-radius: 2px;
}

.search_term_list input[type="radio"] + span {
    position: relative;
    margin-left: 5px;
}

.search_term_list input[type="radio"]:checked + span:before {
    background-color: #03A2A2;
}
@media all and (max-width: 763px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
.woocommerce-account .woocommerce-MyAccount-navigation {
	max-height: 75vh !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    gap: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: none;
    border-radius: 0;
	min-height: 80px !important;
	max-height: 80px !important;
	height: 80px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {min-width: 30px;margin: 0;height: 22px;}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.myac-edit-form-row {
    flex-direction: column;
}

.myac-edit-form-row .myac-edit-form-col:nth-child(1) {
    width: 100%;
}

.woocommerce-page .profile-photo-box img {
    max-width: 80px !important;
}

.myac-edit-form-row .myac-edit-form-col:nth-child(2), .myac-edit-form-row .myac-edit-form-col:nth-child(3) {
    width: 100%;
}

.et_pb_section:has(.woocommerce-MyAccount-navigation) {
    padding-top: 0;
}
}

.location table td:nth-child(1) {
	width: 45% !important;
}
.location table td:nth-child(2) {
	width: 45% !important;
}
.location table td:nth-child(3) {
	width: 10% !important;
}

.et_pb_accordion .et_pb_toggle_title:before {
    transition-duration: 0.25s !important;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    transform: rotate(180deg);
}




.gfield--type-coupon .gf_coupon_invalid {
    color: red;
    font-weight: 700;
    font-size: 18px;
    margin-top: -30px !important;
}
@media (min-width: 768px) and (max-width: 981px) {
	.home-hero .et_pb_column:nth-child(2) {
		width: 90%;
	}
	.newest-cars-grid .cars-list-grid-card, .cars-list-grid-card {
		width: 47% !important;
	}
	.car-name-box {
		padding: 0 !important;
	}
	.car-name-box.mobile {
		padding: 30px 0;
	}
    .top-gallery .mobile-price-share {
		padding: 0 !important;
	}
	.car-inner-holder {
		padding: 2% 10% !important;
	}
	.cars-list-grid-card:last-child {
		margin-bottom: 0 !important;
	}
}

.um-col-alt-b a.um-link-alt {
    color: #004aad !important;
    font-weight: 700;
}

@media (max-width: 763px) {
	.already-registered {
		display: none;
	}
}



.gfield input.filled,
.gfield textarea.filled,
.gfield select.filled {
    background-color: #f7f9fa; 
    color: #000000;
	border: solid 1px #03a2a2;
}

.gfield input.filled::placeholder,
.gfield textarea.filled::placeholder {
    color: #000000;
}

.gfield select.filled option {
    color: #000000;
}

/* Confirmation */
.confirmation-listing {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.confirmation-info {
	width: calc(100% / 3);
}
.confirmation-info-img {
	height: 320px;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.confirmation-info-title {
	text-align:center;
	padding: 20px 0;
	border: solid 1px #1f2c34;
}
.confirmation-buttons {
	width: calc(100% / 1.5);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 15px;
}
.confirmation-button {
	border: solid 1px #d9d9d9;
	width: calc(100% / 3 - 20px);
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	transition-duration: 0.25s;
	background-color: white;
}
.confirmation-button:hover {
	transform: translatey(-5px);
}
.confirmation-button img {
	width: 50% !important;
	display: block;
	margin: auto;
}
.confirmation-button h2 {
	color: #1f2c34;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-top: 20px;
	display: block;
}
.confirmation-button a {
	display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
}



/* Filter Sell Ad */
.filter-sell-ad {
    background-image: url('/wp-content/uploads/2025/04/NewSell.jpeg');
    background-size: cover;
    background-position: center;
    padding: 30px;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.filter-sell-ad-inner {
    background-color: rgb(31,44,52, 0.7);
	text-align: center;
	padding: 20px 10px;
	color: white;
	border-radius: 10px;
}
.filter-sell-ad-inner h2 {
	color: white;
	font-family: 'Horizon', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 40px;
	color: #FFFFFF !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.filter-sell-ad h3 {
	    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
	color: white;
	margin: 10px 0 28px 0;
}
.filter-sell-ad a {
	border-color: #03a2a2;
    border-radius: 5px;
    background-color: #02a2a3;
	color: white;
	font-weight: 700;
	padding: 8px;
	
}

/* Logo Bar */
.horizontal-logo-selector {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
}

.logo-item {
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
	border-radius: 10px;
    padding: 5px;
	flex-shrink : 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1% 3%;
	order: 0;
	
}

.logo-item.active {
    border-color: #03a2a2; /* Active state border color */
	order: -1 !important;
}

.logo-item img {
    max-height: 50px; /* Adjust as needed */
    display: block;
	width: 64px;
	object-fit: contain;
}

/* Row Alignment */
.row-alignment {
	display: flex;
	flex-direction: row;

}
.row-alignment .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* For WebKit-based browsers (Chrome, Safari, Edge) */
.horizontal-logo-selector::-webkit-scrollbar {
    height: 10px; /* Adjust height as needed for visibility */
}

.horizontal-logo-selector::-webkit-scrollbar-track {
    background: #d9d9d9; /* Structural background */
	border-radius: 5px;
}

.horizontal-logo-selector::-webkit-scrollbar-thumb {
    background-color: #03a2a2; /* Interactive element color */
    border: 1px solid #d9d9d9; /* Structural border */
    border-radius: 5px;
}

/* Scrollbar Changes */
/* For WebKit-based browsers (Chrome, Safari, Edge) */
.ppbox::-webkit-scrollbar {
    width: 10px; /* Adjust height as needed for visibility */
}

.ppbox::-webkit-scrollbar-track {
    background: #d9d9d9; /* Structural background */
	border-radius: 5px;
}

.ppbox::-webkit-scrollbar-thumb {
    background-color: #03a2a2; /* Interactive element color */
    border: 1px solid #d9d9d9; /* Structural border */
    border-radius: 5px;
}
/* TC Box */
.tcbox {
	min-height: 100vh;
}
.ppbox {
	height: 60vh !important;
	overflow-y: scroll !important;
}



/* =======================================
   Mobile Modal Styles
========================================== */
#wheelz-mobile-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1); /* Dark overlay */
    z-index: 9999999 !important;
    overflow-y: auto;
    padding: 20px;
	-webkit-overflow-scrolling: touch;   
	overscroll-behavior: contain;      
}

.wheelz-mobile-modal-header {
    text-align: center;
    padding: 30px 0;
}

.wheelz-mobile-modal-close {
    cursor: pointer;
    color: #03a2a2;
    font-size: 18px;
    font-weight: bold;
}

.wheelz-mobile-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wheelz-mobile-modal-image img {
    max-width: 100%;
    height: auto;
    display: block;
	touch-action: pan pinch-zoom;
}


/* Hide Classifieds on desktop */
.woocommerce-MyAccount-navigation-link--classifieds {
    display: none !important;
}

@media (max-width: 763px) {
    .woocommerce-MyAccount-navigation-link--classifieds {
        display: block !important;
    }
}


/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 99999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Modal Content */
.modal-content {
	background-color: rgba(31, 44, 52, 0.8);
    margin: 10% auto;
    padding: 20px 60px;
    border: 1px solid #d9d9d9;
    width: fit-content;
    position: relative;
    border-radius: 10px;
}
.modal-content .um-6971.um {
	max-width: 600px !important;
	width: 100% !important;
}
.modal-content .um-col-alt-b a.um-link-alt {
	color: white !important;
}

/* The Close Button */
.close-modal {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.car-list-account.cars-list-grid-card.final-payment {
	width: 100% !important;
	max-width: 300px;
    margin: auto;
    text-align: center;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.car-list-account.cars-list-grid-card.final-payment .make-text, 
.car-list-account.cars-list-grid-card.final-payment .model-text {
	font-size: 22px !important;
}
.car-list-account.cars-list-grid-card.final-payment .price-container {
	font-size: 16px !important;
}

@media (max-width: 763px) {
	.cars-list-filters .pre-title {
		display: none;
	}
}


.cf7sg-container .cf7-smart-grid.has-grid .container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}


@media (min-width: 981px) {
	.inner-profile-header {
		display: none;
	}
}
.inner-profile-header {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.inner-profile-header h2 {
	text-transform: uppercase;
    font-size: 14px;
    color: white;
    background-color: #03a2a2 !important;
    border-radius: 1000px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Nunito';
    font-weight: 700;
    border: solid 1px #03a2a2;
    line-height: 1;
    text-align: center;
	width: 50%;
	margin: auto;
}


@media (max-width: 763px) {
		.et_pb_menu .et_pb_menu__wrap  {
		justify-content: start !important;
	}
}

.car-grid-row {
	overflow: visible !important;
}

.cf7sg-response-output {
	display: none !important;
}
#gform_confirmation_wrapper_2 {
	margin-top: 80px;
}