.form-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select2-container {
    width: 300px !important;
}

.btn-search {
    background-color: #ffc107;
    border: none;
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-search:hover {
    background-color: #e0a800;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    width: 28px;
}
.serach_form .form-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

} 

.serach_form .select{
   width: 50%;
} 

.serach_form #search-button{
    width: 30%;
 } 
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}