<style>
    .mainSearchForm,
    .mainSearchForm fieldset {
        height: 10px;
    }

    .mobileGlobal,
    .mobileGlobalShip {
        display: none;
        height: 0;
    }

    .desktopGlobal {
        background-color: #490c66;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        font-size: 11px;
    }

    .desktopGlobal a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        font-family: Montserrat, sans-serif
    }

    .desktopGlobal a.disclaimer {
        font-size: 11px;
        color: #fff;
        text-decoration: underline;
        font-family: Montserrat, sans-serif
    }

    .mobileGlobalShip {
        background-color: #FFF;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #490c66;
        font-size: 11px;
    }

    .mobileGlobalShip a {
        font-weight: 300;
        font-size: 10px;
        color: #490c66;
        text-decoration: none;
        font-style: normal;
    }

    @media only screen and (max-width: 479px) {
        header {
            height: 65px!important;
        }
        .mobileGlobal,
        .mobileGlobalShip {
            display: block;
            height: auto;
        }
        .desktopGlobal {
            display: none;
            height: 0;
        }
        .mobileGlobal {
            background-color: #490c66;
            text-align: center;
            padding-top: 6px;
            padding-bottom: 6px;
            color: #fff;
            font-size: 11px;
        }
        .mobileGlobal a {
            font-size: 11px;
            color: #fff;
            text-decoration: none;
            font-family: Montserrat, sans-serif;
        }
        .mobileGlobal a.disclaimer {
            font-weight: 300;
            font-size: 9px;
            color: #fff;
            text-decoration: underline;
            font-style: normal;
        }
    }
</style>