/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2025 | 11:53:17 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Style for the reset icon displayed next to each select field */
.reset-filter {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    color: #d00;  /* red color for the cross */
    font-weight: bold;
    font-size: 0.9em;
	position:absolute;right: 20px;
    top: 12px;
	
}



/* Hide the default dropdown arrow when the select has a value */
.vehicles-filter-form select.has-selection, .filter-bottom-row select.has-selection{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}


.custom-caret {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1em;
    color: #555;
}

.vehicles-filter-form select.has-selection + .custom-caret,
.filter-bottom-row select.has-selection + .custom-caret {
    display: none;
}

.vehicles-filter-form .reset-filter{}

.filter-bottom-row .reset-filter{}


