/* Desktopzoekveld: invoer, categoriekeuze en zoekknop op één lijn */
@media(min-width:992px){
 body #header .searchform .searchform-fields{display:flex!important;align-items:stretch;width:100%;height:46px}
 body #header .searchform .searchform-fields>.text{display:block;flex:1 1 0%;width:auto!important;min-width:0}
 body #header .searchform .searchform-fields>.text input[name="s"]{display:block;width:100%!important;max-width:none;height:46px;min-height:46px;box-sizing:border-box;margin:0;padding:0 15px;border:0}
 body #header .searchform .selectric-wrapper{flex:0 0 160px;width:160px;height:46px;margin:0;border-left:1px solid #dceef5}
 body #header .searchform .selectric{height:46px;display:flex;align-items:center;margin:0;padding:0;border:0!important}
 body #header .searchform .selectric .label{height:46px;line-height:46px;margin:0 24px 0 14px;font-size:13px}
 body #header .searchform .button-wrap{display:flex;flex:0 0 52px;width:52px;margin:0}
 body #header .searchform .button-wrap button{display:flex;align-items:center;justify-content:center;width:52px;min-width:52px;height:46px;min-height:46px;margin:0;padding:0;line-height:1;border:0;border-left:1px solid #dceef5;border-radius:0 5px 5px 0}
 body #header .searchform .button-wrap button i{margin:0;line-height:1}
}

