#shopSwitcher {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

#shopSwitcher a.active  {
    background: white;
}

#shopSwitcher a {
    padding: 10px;
    margin: 10px 0;
    line-height: 12px;
    font-size: 11px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    #shopSwitcher {
        margin-top: -24px;
        margin-left: 18px;
    }
}