.so-currency-switch {
    float: right !important;
    padding-left: 15px;
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-right: 15px;
}
.so-currency-switch-sub li {
    position: relative;
}
.so-currency-switch-sub li:hover .so-currency-dropdown {
    display: block;
}
.so-currency-switch-sub > li > span {
    color: #FFF;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}
.so-currency-dropdown {
    display: none;
    position: absolute;
    width: 110px;
    background-color: #FFF;
    padding: 20px;
    line-height: 2;
    margin-left: -15px;
}
.so-currency-dropdown a {
    cursor: pointer;
    font-weight: bold;
}
.so-currency-dropdown a:hover {
    color: #000;
}

/* HIDE TAX INFO ON US */
.usd .wc-gzd-additional-info.tax-info {
    display: none;
}

@media screen and (max-width: 1010px) {
    .so-currency-switch {
        float: none !important;
        border-left: none;
        text-align: center;
        padding: 10px 0;
    }
    .so-currency-dropdown {
        display: block;
        position: relative;
        width: auto;
        background-color: transparent;
        padding: 0;
        line-height: 2;
        margin-left: 0;
    }
    .so-currency-switch-sub > li > span {
        line-height: 1.5em;
    }
    .so-currency-dropdown a:hover {
        color: #FFF;
    }
}