
#jomdirectory-search-hero {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background: #fff; /* fallback for browsers that don't understand rgba */
    border: solid 8px #000; /* fallback for browsers that don't understand rgba */
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(0,0,0,0.2); /*Very transparent black*/
}
#jomdirectory-product-search-hero .form-row > div:last-child {
    background-color: rgba(0, 0, 0, 0.2); /*Very transparent black*/
}
#jomdirectory-search-hero  form {
    margin: 0;
    padding: 0;
}


#jomdirectory-search-hero input,
#jomdirectory-search-hero select,
#jomdirectory-search-hero .select2-container--bootstrap4 .select2-selection {
    height: 50px!important;
    border: none;
    border-right: 1px solid #f1f1f1;
    margin: 0;
    border-radius: 0!important;
    background: #fff;
}

#jomdirectory-search-hero input:focus,
#jomdirectory-search-hero select:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

#jomdirectory-search-hero .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0!important;
}

#jomdirectory-search-hero .btn:not(.js-btn) {
    padding: 12px 25px;
    height: 50px;
    border-radius: 0!important;
}

#jomdirectory-search-hero .select2-container--bootstrap4 .select2-selection {
    line-height: 50px !important;
    height: 50px !important;
    padding: 0 0 0 20px;
}

#jomdirectory-search-hero .select2-container {
    width: 100%!important;
}


