.ct-top-bar{
    background:#041b34;
    min-height:48px;
}
.phil-topbar-tools{
    display:flex;
    align-items:center;
    justify-content: flex-end;
    gap:16px;
    font-size:15px;
    font-weight:500;
    line-height:1;
    background: #000f1d;
}

.phil-langs,
.phil-currency{
    display:flex;
    align-items:center;
    gap:12px;
}

.phil-langs a{
    color:rgba(255,255,255,.65);
    text-decoration:none;
    transition:.2s ease;
}

.phil-langs a:hover,
.phil-langs a.active{
    color:#fff;
}

.sep{
    color:rgba(255,255,255,.25);
}

/* CURCY */
.woo-multi-currency.wmc-shortcode .wmc-currency {
    background-color: #ffffff00;
}

.phil-currency .wmc-current-currency,
.phil-currency .wmc-currency{
    color:rgba(255,255,255,.65);
    text-decoration:none;
    transition:.2s ease;
}

.phil-currency .wmc-current-currency{
    color:#fff;
}

.phil-currency .wmc-currency:hover{
    color:#fff;
}

/* прибрати стандартне оформлення */

.phil-currency ul{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    gap:12px;
    list-style:none;
}

.phil-currency li{
    margin:0;
    padding:0;
}

/* якщо CURCY виводить dropdown */

.phil-currency select{
    background:transparent;
    border:none;
    color:#fff;
    font-size:15px;
    outline:none;
    cursor:pointer;
}

.phil-currency option{
    color:#000;
}