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

/* Add your custom styles here */

form#car-part-finder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    padding: 34px;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.filter-parts select {
    min-width: 340px;
    width: 100%;
    border-radius: 7px;
    height: 50px;
    border: 1px solid gainsboro;
    -webkit-appearance: none;
  -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.filter-button button {
    height: 50px;
    padding: 10px 31px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
}

.enquiry-now-btn{
    display:inline-block;
    background:#000;
    color:#fff !important;
    padding:12px 25px;
    font-size:16px;
    text-decoration:none;
    border-radius:4px;
}

.enquiry-now-btn:hover{
    background:#333;
}