.search-page .theme-form .input-group .form-control-plaintext {
    background: transparent;
}
.search-page .theme-form input {
    border: 1px solid #582900;
    padding-left: 20px;
    border-radius: 10px 0 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select {
    border-color: #EAEAEA;
    background-color: #fff;
    font-size: 14px;
    color: #9B9B9B;
    padding: 12px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-page .theme-form .input-group .btn {
    line-height: 32px;
    font-size: 20px;
}
.btn {
    padding: 0.375rem 1.75rem;
}
.btn-primary {
    background-color: #582900 !important;
    border-color: #582900 !important;
}
.btn-primary {
    background-color: #582900 !important;
    border-color: #582900 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
