.select2-container .select2-selection--single {
    width: 100%;
    padding: 7px 10px 7px 10px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    font: 400 13px 'Open Sans',sans-serif;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
    height: auto;
    line-height: normal;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   top: 10px;
   right: 10px;
}

.select2-dropdown {
     border: 1px solid #eeeeee;
}

.brand-search {
    height: auto !important;
    background: none !important;
    padding: 25px 0 0 0;
    margin: 0;
}

.brand-search .b-search__main {
   box-shadow:none;
   padding: 0 0 0 0;
   background: none;
   margin: 0;
}

.brand-search .b-search__main-form-submit {
    position: relative;
    top: 23px;
}

@media only screen and (max-width: 768px) {
    
.brand-search .b-search__main-form-submit {
    position: static !important;
    top: 0;
    margin: -50px 0 0 0 !important;
    clear: both !important;
    }
}