header form.search {
    border: 1px solid #000;
    background-color: #FFF;
    margin: 10px;
    display: inline-block;
}

header form.search input {
    border: none;
    background-color: #FFF;
    padding: 8px 10px;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    color: #000;
    appearance: none;

    vertical-align: top;
}

header form.search button {
    border: none;
    width: 34px;
    height: 34px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #FFF;
    padding: 13px;
    background-image: url('../svg/search-white.svg');
    vertical-align: top;
}

/*header form.search button {
    border: none;
    width: 34px;
    height: 34px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

header form.search .mgErrorTooltip {
    top: 32px;
    left: 0px;
}
*/
/* Mobile */
/*@media all and (max-width: 960px) {
     header form.search {
        display: inline-block;
    }

    header form.search input {
        display: none;
    }

    header form.search button {
        border: none;
        background-color: #EEE;
        background-image: url('../svg/search-black.svg');
        width: 50px;
        height: 50px;
    }
}*/

/* Desktop */
/*@media all and (min-width: 961px) {
    header form.search {
        white-space: nowrap;
        display: inline-block;
        padding: 17px 5px 5px;
        width: 350px;
    }

    header form.search input {
        border: 1px solid #000;
        padding: 7px;
        line-height: 18px;
        width: 310px;
    }

    header form.search button {
        background-color: #000;
        color: #FFF;
        padding: 13px;
        background-image: url('../svg/search-white.svg');
        vertical-align: top;
    }
}
*/