.my-aelia-cs-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    width: 54px;
    overflow: hidden;
    background: #1a1a2e;
    border-radius: 8px 0 0 8px;
    box-shadow: -3px 0 20px rgba(0,0,0,0.3);
    transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-aelia-cs-wrap:hover {
    width: 260px;
}

.my-aelia-cs-title {
    display: none;
    padding: 14px 20px 13px;
    background: #111122;
    color: rgba(255,255,255,0.45);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    box-sizing: border-box;
}
.my-aelia-cs-wrap:hover .my-aelia-cs-title {
    display: block;
}

.my-aelia-cs-wrap .widget_wc_aelia_currencyswitcher_widget,
.my-aelia-cs-wrap .currency_switch_form {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.my-aelia-cs-wrap .currency_button {
    display: flex !important;
    align-items: center !important;
    width: 260px !important;
    min-width: 260px !important;
    height: 46px;
    padding: 0 18px !important;
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
    border-radius: 0 !important;
    background: #1a1a2e !important;
    color: #fff !important;
    cursor: pointer;
    box-sizing: border-box !important;
    white-space: nowrap;
    text-align: left;
    outline: none;
    box-shadow: none !important;
    transition: background 0.15s ease;
    font-family: inherit;
}
.my-aelia-cs-wrap .currency_button:first-of-type {
    border-top: 0 !important;
}
.my-aelia-cs-wrap .currency_button:hover {
    background: #222244 !important;
}

.my-aelia-cs-wrap .currency_button.active {
    background: #1f2f73 !important;
    color: #fff !important;
}
.my-aelia-cs-wrap .currency_button.active:hover {
    background: #253680 !important;
}

.my-aelia-cs-wrap .cs-code {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    flex-shrink: 0;
    min-width: 32px;
}

.my-aelia-cs-wrap .cs-name {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    margin-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity 0.2s ease 0.08s;
}
.my-aelia-cs-wrap:hover .cs-name {
    opacity: 1;
}

.my-aelia-cs-wrap:not(:hover) .currency_button {
    width: 54px !important;
    min-width: 54px !important;
    height: 46px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
}
.my-aelia-cs-wrap:not(:hover) .currency_button:first-of-type {
    border-top: 0 !important;
}
.my-aelia-cs-wrap:not(:hover) .cs-code {
    min-width: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .my-aelia-cs-wrap {
        top: auto;
        bottom: 30px;
        transform: none;
    }
}
.my-aelia-cs-wrap:hover{
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #ffffff00 !important;
}
.my-aelia-cs-wrap .widget_wc_aelia_currencyswitcher_widget, .my-aelia-cs-wrap .currency_switch_form{
    gap:2px;
    background-color: white;
}
.my-aelia-cs-wrap:hover .my-aelia-cs-title {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
}
.my-aelia-cs-wrap:hover .cs-name {
    opacity: 1;
    color: white;
}
.my-aelia-cs-wrap{
    border-radius: 0 !important;
}
.my-aelia-cs-wrap .cs-name{
    margin: 0 !important;
}
.my-aelia-cs-wrap:hover .cs-name{
    display: block !important;
}
.my-aelia-cs-wrap .cs-name {
    display: none;
}