﻿.ma-header-desk {
    right: 12%;
    position: absolute;
    top: 0;
    padding: 0 15px;
}

.ma-header-desk-wrapper, .b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1 {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom-left-radius: 20px;
    min-height: 43px;
    border-bottom-right-radius: 20px;
    z-index: 2;
    position: relative;
}

    .ma-header-desk-wrapper .ma-lbl {
        font-size: 14px;
        letter-spacing: 0.65px;
        text-align: center;
        margin: 0 0 0 6px;
        color: #fff;
    }

.dd-country-v1 img {
    margin-left: 20px;
    margin-right: 14px;
}

.b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1 {
    max-width: fit-content;
    border-radius: 0 0 5px 5px;
    min-width: unset;
}

    .b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1.-dropdownopen {
        max-width: fit-content;
        border-radius: 0 0 5px 5px;
        min-width: unset;
        margin-bottom: 7px;
    }

.ma-header-desk-wrapper:hover span {
    color: #111;
}

.ma-header-desk:has(>.ma-header-desk-wrapper:hover) {
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.ma-header-desk-wrapper:hover svg path {
    fill: #00C0B5;
}

.b-header.-desktop-only .b-header-content__dropdown-menu-wrapper {
    min-width: unset;
}

.b-header.-desktop-only .b-header-content__dropdown-menu-list {
    margin-left: 0;
    padding: 8px;
}

.b-header.-desktop-only .b-header-content__dropdown-menu-list-item {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    padding: 4px 0;
    border-radius: 5px;
}

    .b-header.-desktop-only .b-header-content__dropdown-menu-list-item:last-child {
        padding-bottom: 4px;
    }

    .b-header.-desktop-only .b-header-content__dropdown-menu-list-item:hover, .b-header.-desktop-only .b-header-content__dropdown-menu-list-item.a-active {
        color: #fff;
        background: #00c0b5;
    }

.b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1:hover, .b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1.-dropdownopen {
    background: #fff;
}

    .b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1:hover span, .b-header.-desktop-only .b-header-content__dropdown-wrapper.dd-country-v1.-dropdownopen span {
        color: #111;
    }
