.header.content .switcher.website {
    display: block !important;
    flex: 0 0 auto;
    margin: 0;
    order: 29;
    position: relative;
    visibility: visible !important;
}

.switcher.website > .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.switcher.website .switcher-options {
    margin: 0;
}

.switcher.website .switcher-trigger {
    align-items: center;
    background: #f5f5f7;
    border: 1px solid #dedee3;
    border-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    min-height: 36px;
    min-width: 44px;
    padding: 5px 22px 5px 7px;
    position: relative;
    white-space: nowrap;
    width: auto;
}

.switcher.website .switcher-trigger strong {
    align-items: center;
    display: flex;
    gap: 7px;
    padding-right: 6px;
}

.switcher.website .switcher-trigger:after {
    border: solid #555;
    border-width: 0 1px 1px 0;
    content: '';
    height: 5px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    width: 5px;
}

.switcher.website .switcher-dropdown {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    display: none;
    list-style: none;
    margin: 0;
    min-width: 165px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 1002;
}

.switcher.website .switcher-dropdown li {
    margin: 0;
}

.switcher.website .switcher-dropdown a {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    white-space: nowrap;
}

.switcher.website .switcher-options.active .switcher-dropdown,
.switcher.website .switcher-dropdown[aria-hidden='false'] {
    display: block;
}

.switcher.website .website-switcher-icon {
    align-items: center;
    border-radius: 4px;
    color: transparent;
    display: inline-flex;
    flex: 0 0 18px;
    font-size: 0;
    height: 18px;
    justify-content: center;
    line-height: 0;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 18px;
}

.switcher.website .website-switcher-icon.is-dutyfree {
    background: #d93025;
}

.switcher.website .website-switcher-icon.is-normal {
    background: #1f3ea8;
}

.switcher.website .website-switcher-icon.is-dutyfree:before,
.switcher.website .website-switcher-icon.is-normal:before {
    color: #fff;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 18px;
}

.switcher.website .website-switcher-icon.is-dutyfree:before {
    content: 'DT';
}

.switcher.website .website-switcher-icon.is-normal:before {
    content: 'EU';
}

.header.content .switcher.website .website-switcher-name {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media only screen and (max-width: 767px) {
    .header.content .switcher.website .switcher-trigger {
        padding-left: 7px;
    }
}
