#store-switcher-form{
    background-color:transparent;
    border:0;
    padding: 10px;
}

#store-switcher-form select{
    background-color:transparent;
    border:0;
    color: #d2c3ad;
    transition: color .2s;
    font-size:14px;
    font-weight:bold;
    height:30px;
    padding:0;
    width:120%;
    opacity:0.8;
}

#store-switcher-form option{
   color:#333;
    background-color:transparent;
}