.page-wrapper .page-header .header.content .dalactive-currency-switcher {
    flex: 0 0 auto;
    height: 45px;
    order: 3 !important;
    position: relative;
    width: auto;
    z-index: 10030;
}

@media (min-width: 1024px) {
    .page-wrapper .page-header .header.content .block-search {
        order: 2 !important;
    }

    .page-wrapper .page-header .header.content .dalactive-currency-switcher {
        order: 3 !important;
    }

    .page-wrapper .page-header .header.content .dalactive-header-wishlist {
        order: 4 !important;
    }
}

.page-wrapper .page-header .header.content .dalactive-currency-switcher__button {
    align-items: center;
    background: transparent;
    border: 1px solid #d1d1d1;
    color: #0b6fff;
    cursor: pointer;
    display: inline-flex;
    gap: 6px;
    height: 45px;
    justify-content: center;
    line-height: 43px;
    min-width: 45px;
    padding: 0 10px;
    text-decoration: none;
    transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
}

.page-wrapper .page-header .header.content .dalactive-currency-switcher__button:hover,
.page-wrapper .page-header .header.content .dalactive-currency-switcher__button:focus {
    border-color: #d1d1d1;
    color: #061a33;
    outline: 0;
}

.page-wrapper .page-header .header.content .dalactive-currency-switcher__icon {
    fill: none;
    height: 23px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 23px;
}

.page-wrapper .page-header .header.content .dalactive-currency-switcher__label {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.dalactive-currency-switcher__dropdown {
    background: #fff;
    border: 1px solid #dbe6f1;
    box-shadow: 0 18px 42px rgba(6, 26, 51, 0.18);
    box-sizing: border-box;
    display: none;
    min-width: 284px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 10040;
}

.dalactive-currency-switcher.is-open .dalactive-currency-switcher__dropdown {
    display: block;
}

.dalactive-currency-switcher__section {
    border-bottom: 1px solid #eef3f8;
    padding: 9px 14px 11px;
}

.dalactive-currency-switcher__title {
    color: #061a33;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.dalactive-currency-switcher__note {
    color: #5c6b7d;
    display: block;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.dalactive-currency-switcher__list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.dalactive-currency-switcher__list li {
    margin: 0;
    padding: 0;
}

.dalactive-currency-switcher__option {
    align-items: center;
    background: transparent;
    border: 0;
    color: #27364a;
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 40px;
    padding: 8px 14px;
    text-align: left;
    width: 100%;
}

.dalactive-currency-switcher__option:hover,
.dalactive-currency-switcher__option:focus,
.dalactive-currency-switcher__option.is-active {
    background: #f4f8ff;
    color: #061a33;
    outline: 0;
}

.dalactive-currency-switcher__option:disabled {
    color: #9aa7b5;
    cursor: not-allowed;
    opacity: 0.68;
}

.dalactive-currency-switcher__code {
    color: #0b6fff;
    flex: 0 0 42px;
    font-size: 12px;
    font-weight: 800;
}

.dalactive-currency-switcher__name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.dalactive-currency-switcher__language {
    border-bottom: 0;
    border-top: 1px solid #eef3f8;
}

.dalactive-currency-switcher__stores {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.dalactive-currency-switcher__store {
    border: 1px solid #dbe6f1;
    color: #27364a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
}

.dalactive-currency-switcher__store:hover,
.dalactive-currency-switcher__store.is-current {
    border-color: #0b6fff;
    color: #0b6fff;
    text-decoration: none;
}

.dalactive-price-original,
.dalactive-checkout-vnd-note {
    color: #5c6b7d;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 4px;
}

.dalactive-checkout-vnd-note {
    background: #f4f8ff;
    border: 1px solid #dbe6f1;
    color: #27364a;
    margin: 0 0 12px;
    padding: 10px 12px;
}

@media (max-width: 767px) {
    .page-wrapper .page-header .header.content .dalactive-currency-switcher {
        height: 45px;
        width: 45px;
    }

    .page-wrapper .page-header .header.content .dalactive-currency-switcher__button {
        gap: 0;
        height: 45px;
        padding: 0;
        width: 45px;
    }

    .page-wrapper .page-header .header.content .dalactive-currency-switcher__label {
        display: none;
    }

    .dalactive-currency-switcher__dropdown {
        min-width: 0;
        right: -49px;
        width: min(292px, calc(100vw - 20px));
    }
}
