.bold-currency-picker__wrapper {
    /*z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);*/
    position: relative;
}

.bold-currency-picker__wrapper .currency-dropdown-option {
    border-bottom: 1px solid #e5e5e5;
    width: 125px;
    margin: 0px;
}

.bold-currency-picker__wrapper > .currency-picker > .currency-dropdown-option,
.bold-currency-picker__wrapper > .currency-picker__current-currency {
    padding: 3px 0 3px 27px;
    cursor: pointer;
    text-align: left;
}

.bold-currency-picker__wrapper > .currency-picker > .currency-dropdown-option:hover {
    background: #e5e5e5;
}

.hidden{
    display:none;
}

.bold-currency-picker__wrapper > .currency-picker__current-currency > .current-currency-flag.flag-loading {
    background: gray;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 16px;
    height: 11px;
}

.bold-currency-picker__wrapper > .currency-picker__current-currency{
    position: relative;
    display: inline-block;
    padding-right: 25px;
    width: 80px;
    background: white;
}

.loading {
    visibility: hidden;
}

.bold-currency-picker__wrapper > .currency-picker {
    position: absolute;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #e5e5e5;
    z-index: 111;
    width: auto;
    vertical-align: inherit;
    list-style: none;
}

.bold-currency-picker__wrapper > .currency-picker__current-currency > .current-currency-flag{
    background-image: url("https://static.boldcommerce.com/multicurrency/flags.png");
}

.right-absolute {
    position: absolute;
    right: 2px;
    top: 5px;
}
