/*// ----------------------------------------------------------------------------------------------------
//         _________     _____                 _____       _____   _____
//        /   ___   \   /____/                /____/      /    /  /    /
//       /   /  /   /  _____   ___________   _____       /    /_/    /    ___________   _____  _____
//      /   /  /   /  /    /  /   __     /  /    /      /          /     /   ___    /  /    / /    /
//     /   /  /   /  /    /  /   /  /   /  /    / ___  /         /      /   /__/   /  /    / /    /
//    /   /  /   /  /    /  /   /  /   /  /    / /__/ /    /\    \     /   _______/  /    /_/    /
//   /   /__/   /  /    /  /   /__/   /  /    /      /    / \     \   /   /______   /           /
//  /__________/  /____/  /_____     /  /____/      /____/   \_____\ /__________/  /______     /
//                       ______/    /                                             ____   /    /
//                      /          /                                             /   /__/    /
//                     /__________/                                             /___________/
//
// ----------------------------------------------------------------------------------------------------
// DIGI-KEY ELECTRONICS HEADER.CSS - ENAVUPDATE VERSION FLYMENU MASHUP
// ----------------------------------------------------------------------------------------------------*/

@charset "utf-8";
/* CSS Document */

body,
#header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    background-repeat: no-repeat;
    background-size: 100% 193px;
}

body.gdpr {
    background-position: 0px 110px;
}

#header,
#header__storage {
    min-width: 300px;
    width: 100%;
    height: 120px;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
        180deg,
        #000 0px,
        #000 42px,
        #222 42px,
        #222 140px,
        #ffffff 140px,
        #ffffff 192px,
        #dddddd 193px
    );
    background: -webkit-linear-gradient(
        180deg,
        #000 0px,
        #000 42px,
        #222 42px,
        #222 140px,
        #ffffff 140px,
        #ffffff 192px,
        #dddddd 193px
    );
    background: linear-gradient(
        180deg,
        #000 0px,
        #000 42px,
        #222 42px,
        #222 140px,
        #ffffff 140px,
        #ffffff 192px,
        #dddddd 193px
    );
}

#header {
    max-width:1200px;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.header__links {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 120px !important;
        background-image: none;
    }

    header.nav-up {
        top: -100px;
    }

    header {
        position: fixed;
        top: 0px;
    }
}

.header__text-separator {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin: 0 5px;
    width: 2px;
    background-color: #ccc;
}

.flymenu__hide-mobile {
    display: none !important;
}

#header__storage {
    position: absolute;
    top: 0px;
    z-index: 99 !important;
}


@media screen and (min-width:1025px) {
    .gdpr #header__storage {
        top: 110px;
    }
}

body.flymenu-body {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    position: unset;
}

@media print {
    /* Fix for IE/Edge print issues due to absolute position */
    body.flymenu-body {
        position: static;
    }
}

body.flymenu-body.flymenu-toggle {
    overflow: hidden;
}

body.flymenu-body.flymenu-toggle .menu-backdrop {
    display: block;
}

body.flymenu-body.flymenu-toggle .flymenu .header__bottom {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
    z-index: 100;
    left: 0;
}

body.rtl.flymenu-body.flymenu-toggle .flymenu .header__bottom {
    right: 0;
    left: auto;
}

.flymenu .menu-backdrop {
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s 0.1s ease;
    background: rgba(0, 0, 0, 0.75);
    z-index: 15;
    pointer-events: none;
    cursor: default;
    height: 100vh;
}

.flymenu-toggle .flymenu .menu-backdrop,
.flymenu-toggle.flymenu .menu-backdrop {
    display: block;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.flymenu .header__top,
.flymenu .header__bottom {
    padding: 0px !important;
    border: none !important;
}

.flymenu .header__top {
    background: #222222;
    position: relative;
    text-align: center;
    height: 50px;
}

@media (max-width: 1024px) {
    .flymenu .header__top .header__clc {
        display: none;
    }

    .flymenu-toggle ~ #header__storage {
        z-index: 100 !important;
        width: 0px !important;
        margin: 0;
    }
}

.flymenu .header__top .header__searchbar {
    margin: auto;
    display: flex;
    padding: 20px;
    padding-top: 10px;
}

.flymenu .searchbox-inner input[type="text"],
.flymenu .searchbox-inner select {
    appearance: none;
    /*    border-radius: 0px;*/
}

.flymenu #header-search-type {
    display: inline-block !important;
    font-size: 12px !important;
    font-family: sans-serif !important;
    font-weight: normal !important;
    color: #444 !important;
    line-height: 1.3 !important;
    padding: 0.6em 0.4em 0.5em 0.8em !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODQuOTI5IDI4NC45Mjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEgICBMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIgICBjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcgICBjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right 0.7em top 50%, 0 0 !important;
    background-size: 12px auto, 100% !important;
    height: 36px !important;
    border-radius: 100px !important;
}

.rtl .flymenu #header-search-type {
    background-position: left 0.7em top 50%, 0 0 !important;
}

.flymenu #header-search-type::-ms-expand {
    display: none !important;
}

.flymenu #header-search-type:hover {
    border-color: #888 !important;
}

.flymenu #header-search-type option {
    font-weight: normal !important;
}

.flymenu .header__searchtype-wrapper:focus {
    background-image: none;
}

.flymenu .header__top .header__searchbar input.search-textbox {
    outline: none;
    padding: 0 5px;
    flex: 1;
}

.flymenu .header__bottom {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: calc(300px * -1);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}

.rtl .flymenu .header__bottom {
    left: auto;
    right: calc(300px * -1);
}

body.flymenu-body.flymenu-toggle .flymenu .header__bottom {
    transition: all 225ms;
}

.flymenu .header__top img {
    display: none;
}

.flymenu .flymenu__tray {
    height: 44px;
    padding: calc(20px / 2);
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    left: 0;
    width: calc(300px - 20px);
    background: #222222;
    z-index: 20;
}

.rtl .flymenu .flymenu__tray {
    left: auto;
    right: 0;
}

.flymenu .flymenu__tray img {
    height: 44px;
}

.flymenu .flymenu__tray .flymenu__trigger {
    height: 20px;
    padding: 12px;
    float: right;
    margin: 0 10px;
    font-size: 28px;
    padding: 10px 5px;
    cursor: pointer;
    color: #fff;
}

.rtl .flymenu .flymenu__tray .flymenu__trigger {
    float: left;
}

.flymenu .flymenu__container div[class$="-tray"] {
    padding: 20px;
    box-sizing: border-box;
    left: 0;
}

.rtl .flymenu .flymenu__container div[class$="-tray"] {
    left: auto;
    right: 0;
}

.flymenu .flymenu__container div[class$="-tray"] label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.flymenu .flymenu__container div[class$="-tray"] .additional-link {
    display: block;
    color: #777;
    line-height: 30px;
}

.flymenu .flymenu__container div[class$="-tray"].flymenu__my-account-tray div {
    position: relative;
    padding-top: 40px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.flymenu .flymenu__container div[class$="-tray"] .flymenu__cta-button {
    background: #cc0000;
    line-height: 44px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 44px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.flymenu .flymenu__container div[class$="-tray"] .flymenu__cta-button.flymenu__link {
    background: transparent;
    color: #221abb;
    cursor: pointer;
}

.flymenu .flymenu__container div[class$="-tray"] form {
    margin-bottom: 20px;
}

.flymenu .flymenu__container div[class$="-tray"] p {
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}

.rtl .flymenu #trayAuto p {
    text-align: right;
}

.flymenu .flymenu__nav-bar .flymenu__clc-locale {
    margin-bottom: 10px;
}

.flymenu .country-dropdown {
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.flymenu .header__top .country-dropdown > div:not(#country-drawer) {
    position: relative;
    padding-right: 23px;
}

.flymenu .country-dropdown div:not(#country-drawer):after {
    right: 3px;
    top: 2px;
}

.rtl .flymenu .country-dropdown > div:not(#country-drawer) {
    padding-right: 4px;
    padding-left: 23px;
}

.rtl .flymenu .country-dropdown div:not(#country-drawer):after {
    right: auto;
    left: 3px;
}

.flymenu .country-dropdown .country-drawer {
    top: 25px;
    min-width: 243px;
}

.flymenu .flymenu__nav-bar .country-dropdown .country-drawer {
    position: initial;
    width: 100%;
    border-color: #ccc;
    max-height: initial;
    box-shadow: none;
}

.flymenu .flymenu__nav-bar .country-dropdown .country-drawer a {
    padding: 2px 0 3px 0;
    display: inline-block;
    text-decoration: none;
}

.flymenu .flymenu__nav-bar .country-dropdown > div:first-child,
.flymenu .flymenu__nav-bar .country-dropdown > span:first-child {
    height: auto;
    line-height: 24px;
    width: 100%;
    margin-left: 25px;
}

.rtl .flymenu .flymenu__nav-bar .country-dropdown > div:first-child,
.rtl .flymenu .flymenu__nav-bar .country-dropdown > span:first-child {
    margin-right: 25px;
    margin-left: 24px;
}

.flymenu .flymenu__nav-bar .country-dropdown > div:first-child:after {
    font-family: "dk" !important;
    content: "\f0d7";
    font-size: 12px;
    padding: 0 5px;
}

.flymenu .flymenu__nav-bar .country-dropdown > div:first-child,
.flymenu .flymenu__nav-bar .country-dropdown > span:first-child {
    padding: 0 !important;
    border: none;
}

.flymenu .country-dropdown .closed {
    display: none;
}

.flymenu .country-dropdown img {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 26px;
}

.rtl .flymenu .country-dropdown img {
    left: auto;
    right: 0px;
}

.flymenu .disabled-country-dropdown div {
    margin: -2px 8px 0 0;
}

.flymenu .disabled-country-dropdown {
    font-size: 12px;
    text-transform: uppercase;
}

.flymenu .disabled-country-dropdown img {
    height: 12px;
    padding: 0 5px 0 0;
    width: auto;
}

.rtl .flymenu .disabled-country-dropdown img {
    padding: 0 0 0 5px;
}

.flymenu label.flymenu__radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize !important;
    display: inline-block !important;
    font-weight: normal !important;
}

.rtl .flymenu label.flymenu__radio-container {
    padding-left: 0;
    margin-right: 0;
    padding-right: 30px;
    margin-left: 15px;
}

.flymenu label.flymenu__radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.flymenu label.flymenu__radio-container .flymenu__radio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #777777;
}

.rtl .flymenu label.flymenu__radio-container .flymenu__radio {
    left: auto;
    right: 0;
}

.flymenu label.flymenu__radio-container input:checked ~ .flymenu__radio {
    border-color: #cc0000;
}

.flymenu label.flymenu__radio-container .flymenu__radio:after {
    content: "";
    position: absolute;
    display: none;
}

.flymenu label.flymenu__radio-container input:checked ~ .flymenu__radio:after {
    display: block;
}

.flymenu label.flymenu__radio-container .flymenu__radio:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cc0000;
}

.rtl .flymenu label.flymenu__radio-container .flymenu__radio:after {
    left: auto;
    right: 2px;
}

.flymenu a.currency-link {
    text-decoration: none;
    color: #221abb;
}

.flymenu .flymenu__nav-bar {
    position: absolute;
    top: 61px;
    left: 0;
    bottom: 0;
    width: 300px;
    transition: all 225ms;
}

.rtl .flymenu .flymenu__nav-bar {
    left: auto;
    right: 0;
}

.flymenu .flymenu__nav-bar[data-menu-level="1"] {
    left: calc(300px * -1);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="1"] {
    right: calc(300px * -1);
    left: auto;
}

.flymenu .flymenu__nav-bar[data-menu-level="2"] {
    left: calc(300px * -2);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="2"] {
    right: calc(300px * -2);
    left: auto;
}

.flymenu .flymenu__nav-bar[data-menu-level="3"] {
    left: calc(300px * -3);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="3"] {
    right: calc(300px * -3);
    left: auto;
}

.flymenu .flymenu__nav-bar[data-menu-level="4"] {
    left: calc(300px * -4);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="4"] {
    right: calc(300px * -4);
    left: auto;
}

.flymenu .flymenu__nav-bar[data-menu-level="5"] {
    left: calc(300px * -5);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="5"] {
    right: calc(300px * -5);
    left: auto;
}

.flymenu .flymenu__nav-bar[data-menu-level="6"] {
    left: calc(300px * -6);
}

.rtl .flymenu .flymenu__nav-bar[data-menu-level="6"] {
    right: calc(300px * -6);
    left: auto;
}

.flymenu .flymenu__container {
    background: #fff;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
}

.flymenu .flymenu__sections {
    margin: 0;
}

.flymenu .flymenu__sections,
.flymenu ul {
    display: block;
    list-style-type: none;
    padding: 0;
}

.flymenu .flymenu__section {
    line-height: 44px;
    cursor: pointer;
}

.flymenu .flymenu__pin {
    display: none;
}

.flymenu .flymenu__section-title {
    font-size: 16px;
    color: #222;
}

.flymenu .flymenu__section > [data-level] {
    display: block;
    background-size: 7px 11px;
    border-bottom: 1px solid #dedede;
    padding: 0 20px;
}

.flymenu .flymenu__section .flymenu__section-contents {
    display: none;
    position: absolute;
    left: 300px;
    width: 300px;
    top: 0;
}

.rtl .flymenu .flymenu__section .flymenu__section-contents {
    left: auto;
    right: 300px;
}

.flymenu .flymenu__section.flymenu__open > .flymenu__section-contents {
    display: block;
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1025px) {
    .flymenu .flymenu__section .flymenu__section-title[data-open] + .flymenu__section-contents {
        display: block;
    }
}

.flymenu .flymenu__column {
    width: 300px;
    background: #fff;
}

.flymenu .flymenu__column.image {
    display: none !important;
}

.flymenu .flymenu__column ul {
    margin-bottom: 20px;
    background: white;
    z-index: 1;
}

.flymenu .flymenu__item > .flymenu__column {
    position: absolute;
    display: none;
    left: 300px;
    top: 0;
}

.rtl .flymenu .flymenu__item > .flymenu__column {
    right: 300px;
    left: auto;
}

.flymenu .flymenu__item.flymenu__open > .flymenu__column {
    display: block;
    transform: none;
}

.flymenu .flymenu__column img {
    width: calc(100% - 20px * 2);
    padding: calc(20px / 2) 20px;
}

.flymenu .flymenu__item {
    font-size: 14px;
    line-height: 16px;
    padding: calc(20px / 3) 20px;
    display: block;
}

.flymenu a {
    text-decoration: none;
}

.flymenu .flymenu__item a.flymenu__item-title,
.flymenu .flymenu__item > a.flymenu__item-title {
    color: #444;
}

.flymenu .flymenu__item a.flymenu__item-title:hover,
.flymenu .flymenu__item > a.flymenu__item-title:hover {
    font-weight: bold;
}

.flymenu .flymenu__item a:not(.flymenu__back) {
    display: block;
}

.flymenu .flymenu__item a:not(.flymenu__back):hover {
    cursor: pointer;
}

.flymenu .flymenu__item [data-level] {
    position: relative;
    width: 98%;
}

.flymenu .flymenu__item [data-level]:after {
    font-family: "dk" !important;
    content: "\f105";
    font-weight: bold;
    color: #ccc;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rtl .flymenu .flymenu__item [data-level]:after {
    right: initial;
    left: -12px;
    content: "\f104";
}

.flymenu .flymenu__item [data-level][mobile-target]:after {
    content: "";
}

.flymenu .flymenu__item.flymenu__strong {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
    background-image: none;
}

.flymenu .flymenu__back {
    display: block;
    padding-left: 40px;
    line-height: 44px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #222222;
    margin-bottom: 20px;
    position: relative;
}

.rtl .flymenu .flymenu__back {
    padding-left: auto;
    padding-right: 40px;
}

.flymenu .flymenu__back:before {
    font-family: "dk" !important;
    content: "\f104";
    color: #a30000;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: -2px;
}

.rtl .flymenu .flymenu__back:before {
    content: "\f105";
    left: auto;
    right: 20px;
}

.flymenu .meta-data {
    color: #888888;
    font-size: 12px;
    padding: 0 15px;
    margin: 20px 0 0 0;
    line-height: 30px;
    text-align: left;
}

.rtl .flymenu .meta-data {
    text-align: right;
}

.flymenu p {
    padding: 0 20px;
    margin: 4px 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.flymenu .flymenu__more {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 40px;
    margin-top: 20px;
    background-image: none;
    text-align: center;
}

.flymenu .flymenu__more a.flymenu__item-title {
    color: #211abb;
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 12px;
    margin-top: 10px;
}

.flymenu .flymenu__more a.flymenu__item-title:hover {
    color: #322b7b;
    text-decoration: underline;
}

.flymenu .flymenu__featured {
    display: none;
}

.flymenu .flymenu__featured::after {
    content: "";
    display: block;
    height: 100%;
    background: #f0eff3;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
}

/* MOBILE HEADER NAVBAR */
.flymenu .header__nav-bar {
    height: 45px;
    background: #222222;
    padding: 2px 0px;
    text-align: center;
    position: relative;
    left: 0;
    transition: all 350ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.125);
}

.rtl .flymenu .header__nav-bar {
    left: auto;
    right: 0px;
}

.flymenu .header__nav-bar,
.flymenu .header__nav-bar a {
    color: #fff;
    text-decoration: none;
}

.flymenu .header__nav-bar img {
    height: 38px;
    margin-top: 4px;
    display: inline-block;
}

.flymenu .header__nav-bar span.icon-menu-offset,
.flymenu .header__nav-bar a span {
    position: absolute;
    font-size: 28px;
    padding: 10px 5px;
    cursor: pointer;
}

.flymenu .header__nav-bar span.icon-menu-offset {
    left: 5px;
}

.rtl .flymenu .header__nav-bar span.icon-menu-offset {
    transform: scale(-1, 1);
    right: 5px;
    left: auto;
}

.flymenu .icon-user {
    right: 5px;
}

.rtl .flymenu .icon-user {
    left: 5px;
    right: auto;
}

.flymenu .icon-cart {
    right: 50px;
}

.rtl .flymenu .icon-cart {
    transform: scale(-1, 1);
    left: 50px;
    right: auto;
}

.flymenu .toggle--cart-total {
    right: 60px;
    top: 8px;
    font-size: 11px !important;
    background-color: #cc0000;
    height: 14px;
    min-width: 14px;
    padding: 2px !important;
    border-radius: 100%;
    border: solid 1px darkred;
}

.rtl .flymenu .toggle--cart-total {
    left: 60px;
    right: auto;
}

/* DESKTOP VIEW */
@media (min-width: 1025px) {
    .flymenu .header__links {
        display: block !important;
    }

    .flymenu .header__top {
        background-color: #000 !important;
    }
    .flymenu .header__bottom {
        background-color: #222 !important;
    }

    .flymenu .flymenu__sections {
    }

    #header,
    #header__storage {
        height: 193px;
    }

    #header .flymenu__hide-mobile,
    #header__storage .flymenu__hide-mobile {
        display: inherit !important;
    }

    .flymenu__hide-desktop {
        display: none !important;
    }

    .flymenu .menu-backdrop {
        background: rgba(0, 0, 0, 0.3);
    }

    html body.gdpr .flymenu .menu-backdrop {
        top: 303px;
    }

    body.flymenu-body {
        left: inherit;
        right: inherit;
        bottom: inherit;
        top: inherit;
        position: inherit;
        transition: none;
        padding-top: 0px;
    }

    body.flymenu-body.flymenu-toggle {
        overflow: visible;
    }

    body.flymenu-body.flymenu-toggle .header__nav-bar,
    body.flymenu-body.flymenu-toggle .header__top {
        z-index: 101;
    }

    .flymenu .header__nav-bar,
    .flymenu .flymenu__container div[class$="-tray"] {
        display: none;
    }

    .flymenu .header__search {
        position: absolute !important;
        left: 24px !important;
        top: 66px !important;
        width: 100% !important;
        max-width: 520px !important;
    }

    .rtl .flymenu .header__search {
        left: auto !important;
        right: 24px !important;
    }

    .flymenu .header__search,
    .flymenu .flymenu__container {
        flex-grow: 1;
        padding-left: 170px;
    }

    .rtl .flymenu .header__search,
    .rtl .flymenu .flymenu__container {
        padding-right: 170px;
        padding-left: 0px;
    }

    .flymenu .header__bottom .flymenu__nav-bar .flymenu__container,
    .rtl .flymenu .header__bottom .flymenu__nav-bar .flymenu__container {
        padding: 0;
        position: relative;
    }

    .flymenu .header__top {
        display: flex;
        height: 42px;
        /*        background: none;*/
        color: #fff;
        z-index: 100; /* At 101 header is above cart modal mask */
        width: 100%;
    }

    .flymenu .search {
        position: relative;
        left: auto;
        right: auto;
        margin: auto;
        width: 500px;
    }

    .flymenu .header__clc {
        padding-left: 20px;
        display: flex;
        flex-direction: row-reverse;
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 9999;
        font-weight: bold;
        font-size: 11px;
    }

    .rtl .flymenu .header__clc {
        padding-right: 20px;
        padding-left: 0px;
        right: auto;
        left: 10px;
    }

    .flymenu .header__clc * {
        box-sizing: unset;
    }

    .flymenu .header__clc-lang-curr,
    .flymenu .header__clc-locale {
        box-sizing: border-box;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: inherit;
        font-size: 12px;
    }

    .flymenu .country-dropdown > div:first-child,
    .flymenu .lang-dropdown > div:first-child,
    .flymenu .cur-dropdown > ul {
        border: none !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
    }

    .flymenu .country-dropdown > div:first-child::after,
    .flymenu .lang-dropdown > div:not(.lang-dropdown-list) ul li:first-child::after,
    .flymenu .cur-dropdown > ul li:first-child::after {
        content: "\f107" !important;
        font-size: 16px !important;
        margin-top: -1px !important;
    }

    .flymenu .country-dropdown {
        font-size: 12px !important;
    }

    .flymenu .header__clc-lang-curr > span {
        margin-top: -2px !important;
        text-transform: uppercase;
    }

    .flymenu .header__clc-lang-curr .lang-dropdown div:not(.lang-dropdown-list) ul li,
    .flymenu .header__clc-lang-curr .cur-dropdown > ul li {
        position: relative;
        text-align: left;
    }

    .flymenu .country-dropdown .country-drawer a {
        text-decoration: none;
    }

    .flymenu .country-dropdown .country-drawer a:hover {
        text-decoration: underline;
    }

    .flymenu .header__links {
        position: absolute !important;
        left: 13px !important;
        top: 13px !important;
        text-transform: uppercase;
    }

    .rtl .flymenu .header__links {
        left: auto !important;
        right: 13px !important;
    }

    .flymenu .header__links a {
        color: white !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        font-weight: bold !important;
    }

    .flymenu .header__links a:not(:last-child):after {
        content: " | " !important;
        display: inline-block !important;
        padding: 0 10px !important;
    }

    .flymenu .header__links a:hover {
        text-decoration: underline !important;
    }

    .flymenu .header__top img {
        position: absolute;
        width: 142px;
        z-index: 100;
        top: 52px;
        left: 10px;
        display: block;
    }

    .rtl .flymenu .header__top img {
        right: 10px;
        left: auto;
    }

    .flymenu .header__bottom {
        position: relative;
        margin: 0 auto;
        left: inherit;
        height: 98px;
        line-height: 40px;
        width: 100%;
        overflow: visible;
        /*        background: none;*/
        color: #fff;
        top: 42px;
        max-width: 1200px;
    }

    .rtl .flymenu .header__bottom {
        left: auto;
        right: inherit;
    }

    body.flymenu-body.flymenu-toggle .flymenu .header__bottom {
        box-shadow: none;
    }

    .flymenu .flymenu__tray {
        display: none;
    }

    .flymenu .flymenu__nav-bar {
        position: relative;
        top: inherit;
        left: inherit;
        bottom: inherit;
        width: 100%;
        transition: none;
        /*        background: #cc0000;*/
        top: 0px;
        border: none;
    }

    .flymenu .flymenu__nav-bar[data-menu-level="1"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="1"],
    .flymenu .flymenu__nav-bar[data-menu-level="2"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="2"],
    .flymenu .flymenu__nav-bar[data-menu-level="3"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="3"],
    .flymenu .flymenu__nav-bar[data-menu-level="4"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="4"],
    .flymenu .flymenu__nav-bar[data-menu-level="5"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="5"],
    .flymenu .flymenu__nav-bar[data-menu-level="6"],
    .rtl .flymenu .flymenu__nav-bar[data-menu-level="6"] {
        left: inherit;
        right: inherit;
    }

    .flymenu .flymenu__nav-bar .flymenu__container {
        background: transparent;
        width: auto;
        position: relative;
        overflow: visible;
        padding-left: 200px;
    }

    .rtl .flymenu .flymenu__nav-bar .flymenu__container {
        padding-left: 0;
        padding-right: 200px;
    }

    .flymenu ul {
        display: block;
        margin: 0;
    }

    .flymenu .flymenu__sections {
        display: inline-block;
        position: absolute;
        top: 98px;
        /*        width:calc(100% - 10px);*/
        left: 10px;
    }

    .rtl .flymenu .flymenu__sections {
        left: auto;
        right: 10px;
    }

    .flymenu .flymenu__section {
        width: auto;
        display: inline-block;
        position: relative;
        padding: 0;
        line-height: 42px;
        margin-top: 3px;
    }

    .flymenu .flymenu__sections .flymenu__section {
        padding: 4px 0;
    }

    .flymenu .flymenu__section > .flymenu__section-contents {
        position: relative;
        width: 250px;
        padding: 0;
        z-index: 20;
    }

    .flymenu .flymenu__section-title {
        line-height: 42px;
        padding: 35px 20px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .flymenu .flymenu__section > [data-level] {
        padding: 0 10px;
        background-image: none;
        border: 0;
    }

    .flymenu .flymenu__section-title {
        color: #fff;
    }

    .flymenu .flymenu__sections .flymenu__section .flymenu__section-title {
        color: black;
        text-transform: none;
        font-size: 16px;
    }

    .flymenu .flymenu__section:hover,
    .flymenu .flymenu__section.flymenu__open {
        outline: none;
        background: #dddddd;
        color: #333;
        cursor: default;
    }

    .flymenu .flymenu__section:hover .flymenu__section-title,
    .flymenu .flymenu__section.flymenu__open .flymenu__section-title {
        color: #333;
    }

    .flymenu .flymenu__section:hover::after,
    .flymenu .flymenu__section.flymenu__open::after {
        content: "";
        display: block;
        border: none;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .flymenu .flymenu__section:hover:not(.flymenu__pin),
    .flymenu .flymenu__section.flymenu__open:not(.flymenu__pin) {
        border-radius: 6px 6px 0 0;
    }

    .flymenu .flymenu__section:hover .flymenu__section-title .flymenu .flymenu__section-title {
        font-weight: bold;
    }

    .flymenu .flymenu__section.flymenu__open > .flymenu__section-contents {
        left: 0;
        top: 44px;
        position: absolute;
        background: #fff;
        min-height: 550px;
        top: 100%;
        box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.08);
    }

    /* used to override each column content heights */
    .flymenu .flymenu__section:nth-child(1):hover > .flymenu__section-contents,
    .flymenu .flymenu__section:nth-child(1).flymenu__open > .flymenu__section-contents {
    }

    .flymenu .flymenu__section:nth-child(2):hover > .flymenu__section-contents,
    .flymenu .flymenu__section:nth-child(2).flymenu__open > .flymenu__section-contents {
    }

    .flymenu .flymenu__section:nth-child(3):hover > .flymenu__section-contents,
    .flymenu .flymenu__section:nth-child(3).flymenu__open > .flymenu__section-contents {
        min-height: 450px;
    }

    .flymenu .flymenu__section:nth-child(4):hover > .flymenu__section-contents,
    .flymenu .flymenu__section:nth-child(4).flymenu__open > .flymenu__section-contents {
        height: 450px;
        min-height: 450px;
    }

    /* to make cart and login fluid heights */
    .flymenu .flymenu__section.flymenu__my-account:hover > .flymenu__section-contents,
    .flymenu .flymenu__section.flymenu__my-account.flymenu__open > .flymenu__section-contents,
    .flymenu .flymenu__section.flymenu__cart:hover > .flymenu__section-contents,
    .flymenu .flymenu__section.flymenu__cart.flymenu__open > .flymenu__section-contents {
        min-height: 100%;
    }

    .rtl .flymenu .flymenu__section:hover > .flymenu__section-contents,
    .rtl .flymenu .flymenu__section.flymenu__open > .flymenu__section-contents {
        right: 0;
        left: auto;
    }

    .flymenu .flymenu__pin {
        display: inline-block;
        float: right;
        line-height: normal;
        position: relative;
        top: -3px;
    }

    .rtl .flymenu .flymenu__pin {
        float: left;
    }

    .flymenu .flymenu__pin:hover,
    .flymenu .flymenu__pin.flymenu__open {
        background: none !important;
    }
    .flymenu .flymenu__pin:hover > a,
    .flymenu .flymenu__pin.flymenu__open > a {
        background: #f5f5f5;
        border-radius: 6px 6px 0 0;
    }

    .flymenu .flymenu__pin .flymenu__section-title {
        padding: 0 40px !important;
        margin: 35px 0px;
    }

    .flymenu .flymenu__pin .flymenu__section-title:first-child {
        padding: 0 20px !important;
        position: relative;
    }

    .flymenu .dropdown--my-digikey,
    .flymenu .dropdown--cart {
        top: 77px !important;
        box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.08) !important;
    }

    .flymenu .flymenu__pin:hover > .flymenu__section-contents,
    .flymenu .flymenu__pin.flymenu__open > .flymenu__section-contents {
        left: auto;
        right: 0;
    }

    .rtl .flymenu .flymenu__pin:hover > .flymenu__section-contents,
    .rtl .flymenu .flymenu__pin.flymenu__open > .flymenu__section-contents {
        right: auto;
        left: 0;
    }

    .flymenu .flymenu__my-account .flymenu__section-title,
    .flymenu .flymenu__cart .flymenu__section-title {
        text-transform: uppercase;
        display: inline-block;
    }

    .flymenu .flymenu__cart .flymenu__section-title .toggle--cart-total {
        display: none;
    }

    .flymenu .flymenu__my-account .flymenu__more,
    .rtl .flymenu .flymenu__my-account .flymenu__more {
        text-align: center;
    }

    .flymenu .flymenu__my-account .flymenu__section-title:after,
    .flymenu .flymenu__cart .flymenu__section-title:after {
        display: none;
    }

    .flymenu .flymenu__my-account .flymenu__column {
        min-height: inherit;
    }

    .flymenu .flymenu__pin.flymenu__my-account .flymenu__section-title.authenticated {
        height: 42px;
        line-height: 16px;
        padding-left: 40px !important;
    }

    .rtl .flymenu .flymenu__pin.flymenu__my-account .flymenu__section-title.authenticated {
        padding-left: 20px !important;
        padding-right: 40px !important;
    }

    .flymenu .flymenu__my-account .authenticated .my-account-line-1,
    .flymenu .flymenu__my-account .authenticated .line-one {
        font-size: 13px;
        font-weight: normal;
        text-transform: none;
        display: block;
        margin-top: 4px;
    }

    .flymenu .flymenu__my-account .authenticated .my-account-line-2,
    .flymenu .flymenu__my-account .authenticated .line-two {
        font-size: 13px;
        font-weight: bold;
        text-transform: none;
        display: inline-block;
    }

    .flymenu .flymenu__section.flymenu__cart .flymenu__section-contents {
        padding: 20px;
        width: 250px;
    }

    .flymenu .flymenu__cart {
        left: -2px;
    }

    .rtl .flymenu .flymenu__cart {
        left: auto;
        right: -2px;
    }

    .flymenu .flymenu__cart hr {
        display: none;
    }

    .flymenu .flymenu__cart .cart--disclaimer {
        font-size: 11px;
    }

    .flymenu .flymenu__cart .subtotal {
        margin-top: 15px;
    }

    .flymenu .flymenu__cart .flymenu__section-contents .dropdown--button {
        width: calc(100% - 80px);
        font-size: 14px;
        margin: 10px 0;
    }

    .flymenu .flymenu__pin.flymenu__my-account::after {
        content: "" !important;
        top: 43px;
        right: 0 !important;
        left: unset !important;
        height: 28px;
        width: 1px;
        background: #fff;
        position: absolute !important;
    }

    .rtl .flymenu .flymenu__pin.flymenu__my-account::after {
        left: 0 !important;
        right: unset !important;
    }

    .flymenu #authControls .dropdown--button {
        margin-top: 15px;
    }

    .flymenu #authControls:hover {
        padding: calc(20px / 3) 20px;
        border-left: none;
    }

    .rtl .flymenu #authControls:hover {
        border-right: none;
        border-left: inherit;
    }

    .flymenu .flymenu__cart .flymenu__section-contents .dropdown--button:first-of-type,
    .flymenu .dropdown--button.secondary {
        border: 2px solid #cc0000;
        background: #fff;
        color: #cc0000;
        margin-bottom: 0;
    }

    .flymenu #authControls .dropdown--button:hover,
    .flymenu .flymenu__cart .flymenu__section-contents .dropdown--button:first-of-type:hover {
        background: #a30000;
        border-color: #a30000;
    }

    .flymenu #authControls .dropdown--button:hover,
    .flymenu #authControls button.secondary:hover a,
    .flymenu .flymenu__cart .flymenu__section-contents .dropdown--button:first-of-type:hover {
        color: #fff;
    }

    .flymenu .flymenu__column {
        width: 250px;
        flex-shrink: 0;
        min-height: 100%;
        max-height: 100%;
        color: #333;
        background: #fff;
        transition: all 0.5s 0.24s ease;
    }

    .flymenu .flymenu__column > .flymenu__column {
        padding: 0;
        border-left: 1px solid #eee;
    }

    .rtl .flymenu .flymenu__column > .flymenu__column {
        border-left: none;
        border-right: 1px solid #eee;
    }

    .flymenu .flymenu__column.aside {
        border-right: 1px solid #eee;
    }

    .rtl .flymenu .flymenu__column.aside {
        border-right: none;
        border-left: solid 1px #eee;
    }

    .flymenu .flymenu__column ul {
        padding-top: 20px;
    }

    .flymenu .flymenu__multiple .flymenu__column ul {
        margin-top: 0;
    }

    .flymenu .flymenu__section.flymenu__multiple:hover > .flymenu__column {
        left: 0;
        height: auto;
        min-height: 100% !important;
        top: 44px;
        position: relative;
        height: 100%;
    }

    .rtl .flymenu .flymenu__section.flymenu__multiple:hover > .flymenu__column {
        right: 0;
        left: auto;
    }

    .flymenu .flymenu__column > img {
        margin-top: 20px;
    }

    .flymenu .flymenu__column.image {
        display: inline-block !important;
        background-size: cover;
    }

    .flymenu .flymenu__item > .flymenu__column {
        left: 250px;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-left: 1px solid #eee;
    }

    .flymenu .flymenu__item > .flymenu__column .flymenu__cta-button {
        margin-bottom: 15px;
    }

    .flymenu .flymenu__item > .flymenu__column.flymenu__article {
        display: inline-block;
        height: 100%;
    }

    .rtl .flymenu .flymenu__item > .flymenu__column {
        left: auto;
        right: 250px;
        border-right: 1px solid #eee;
        border-left: none;
    }

    .flymenu .flymenu__multiple .flymenu__item > .flymenu__column {
        left: 500px;
    }

    .rtl .flymenu .flymenu__multiple .flymenu__item > .flymenu__column {
        right: 500px;
        left: auto;
    }

    .flymenu .flymenu__item.flymenu__open > .flymenu__column {
        opacity: 1;
        visibility: visible;
        display: inline-block;
        top: 0;
        left: 250px;
        pointer-events: all;
        transition: all 0.2s ease;
    }

    .flymenu .flymenu__item.flymenu__open > .flymenu__column.flymenu__article {
        display: inline-block;
        height: 100%;
    }

    .rtl .flymenu .flymenu__item.flymenu__open > .flymenu__column {
        right: 250px;
        left: auto;
    }

    .flymenu .flymenu__multiple .flymenu__item.flymenu__open > .flymenu__column {
        left: 500px;
    }

    .rtl .flymenu .flymenu__multiple .flymenu__item.flymenu__open > .flymenu__column {
        right: 500px;
        left: auto;
    }

    .flymenu .flymenu__item.flymenu__open .flymenu__featured {
        opacity: 1;
    }

    .flymenu .flymenu__featured::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 101%;
        left: -102%;
    }

    .rtl .flymenu .flymenu__featured::before {
        right: -102%;
        left: auto;
    }

    .flymenu .flymenu__featured {
        display: inline-block;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        width: 250px;
        min-height: 100%;
        height: 100%;
        transition: all 0.7s 0.2s ease;
        opacity: 1;
        z-index: -100;
        transform: translateX(100%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .rtl .flymenu .flymenu__featured {
        transform: translateX(-100%);
    }

    .flymenu .flymenu__featured__logo {
        margin-top: 10px;
        width: 220px;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        height: 100px;
    }

    .flymenu__featured-text {
        color: #444;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        display: block;
        padding: 10px 15px;
        width: 220px;
    }

    .flymenu__featured-text:after {
        content: "\f105";
        color: #a30000;
        font-size: 18px;
        vertical-align: middle;
        padding: 0px 5px;
    }

    .rtl .flymenu__featured-text:after {
        content: "\f104";
    }

    .flymenu .flymenu__featured::after {
        display: none;
    }

    .flymenu .flymenu__item:hover,
    .flymenu .flymenu__item.flymenu__open {
        padding-left: calc(20px - 3px);
        border-left: 3px solid #cc0000;
    }

    .rtl .flymenu .flymenu__item:hover,
    .rtl .flymenu .flymenu__item.flymenu__open {
        padding-right: calc(20px - 3px);
        padding-left: 20px;
        border-right: 3px solid #cc0000;
        border-left: none;
    }

    .flymenu .flymenu__item:hover.flymenu__more {
        border-left: none;
        padding-left: 20px;
    }

    .rtl .flymenu .flymenu__item:hover.flymenu__more {
        border-right: none;
        padding-right: 20px;
    }

    .flymenu .flymenu__item [data-level][mobile-target]:after {
        font-family: "dk" !important;
        content: "\f105";
        font-weight: bold;
        color: #ccc;
    }

    .rtl .flymenu .flymenu__item [data-level][mobile-target]:after {
        content: "\f104";
    }

    .flymenu .flymenu__item:hover > [data-level]:after,
    .flymenu .flymenu__item.flymenu__open > [data-level]:after {
        color: #a30000;
    }

    .flymenu .flymenu__item.flymenu__strong:hover {
        border-left: none;
        padding-left: 20px;
    }

    .rtl .flymenu .flymenu__item.flymenu__strong:hover {
        border-left: inherit;
        border-right: none;
        padding-left: 0;
        padding-right: 20px;
    }

    .flymenu .flymenu__item:hover > .flymenu__item-title,
    .flymenu .flymenu__item.flymenu__open > .flymenu__item-title {
        font-weight: bold;
        cursor: default;
    }

    .flymenu .flymenu__more {
        border-top: none;
        line-height: 16px;
        margin-top: 0;
        text-align: left;
    }

    .rtl .flymenu .flymenu__more {
        text-align: right;
    }

    .flymenu .flymenu__cta-button,
    .flymenu .dropdown--button {
        color: #fff;
        line-height: 44px;
        background: #cc0000;
        border-radius: 44px;
        display: inline-block;
        padding: 0 calc(20px * 2);
        text-shadow: none;
        text-align: center;
        font-weight: bold;
    }

    .flymenu .flymenu__cta-button.full {
        width: 100%;
        padding: 0;
    }

    .flymenu .flymenu__article {
        background: #f0eff3;
        width: 290px;
        color: #222222;
        text-align: center;
    }

    .flymenu .flymenu__article span:first-of-type {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .flymenu .flymenu__article span {
        display: block;
        padding: 0 15px;
        margin: 0;
        font-size: 22px;
        text-transform: none;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .flymenu .flymenu__column a.flymenu__hide-mobile[data-img*="Logos"] {
        padding: 10px 20px;
        margin: 0;
        font-size: 22px;
        text-transform: none;
        font-weight: bold;
        text-align: center;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        width: calc(100% - 40px);
    }

    .flymenu .flymenu__article p {
        padding: 0 15px;
        text-align: center;
        color: #444;
    }

    .flymenu .flymenu__article .flymenu__cta-button {
        padding: 0 20px;
        max-width: 240px;
        color: #fff;
        font-size: 12px;
        box-shadow: none;
        line-height: 28px;
        margin-top: 10px;
        display: inline-block !important;
    }

    .flymenu .flymenu__article .flymenu__cta-button:hover {
        background-color: #a30000;
    }

    .flymenu .flymenu__section.flymenu__multiple.flymenu__open .flymenu__section-contents {
        display: flex;
        justify-content: space-between;
        transform: translateX(-100%);
    }

    .flymenu
        .flymenu__section.flymenu__multiple.flymenu__open
        .flymenu__section-contents
        .flymenu__column:first-child {
        border-right: 1px solid #eee;
    }

    .rtl
        .flymenu
        .flymenu__section.flymenu__multiple.flymenu__open
        .flymenu__section-contents
        .flymenu__column:first-child {
        border-right: none;
        border-left: solid 1px #eee;
    }

    .rtl .flymenu .flymenu__section.flymenu__multiple:hover .flymenu__section-contents,
    .rtl .flymenu .flymenu__section.flymenu__multiple.flymenu__open .flymenu__section-contents {
        transform: translateX(100%);
    }

    .flymenu table {
        text-align: center;
        padding: 6px;
    }

    .flymenu table img {
        display: inherit;
    }

    .flymenu table p {
        font-size: 14px;
        line-height: 28px;
        padding: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 12px;
        color: #888888;
    }

    .flymenu .flymenu__back,
    .flymenu .meta-data {
        display: none;
    }
}

@media (max-width: 900px) {
    .flymenu .header__bottom {
        transition: all 225ms;
    }
}

/* SEARCH BAR */
.flymenu .header__searchbar {
    margin: 17px auto;
    color: #000;
    max-width: 500px;
    position: relative;
}

.flymenu .searchbox-inner {
    background-color: white !important;
    border-radius: 100px !important;
    padding: 2px !important;
    display: table;
    width: 100%;
}

.flymenu .searchbox-inner-categories,
.flymenu .searchbox-inner-searchtext,
.flymenu .searchbox-inner-searchbutton {
    display: table-cell;
    vertical-align: top;
}

.flymenu .searchbox-inner-categories {
    width: 140px;
}

.flymenu .flymenu .searchbox-inner-categories select,
.flymenu .searchbox-inner-mfg select {
    width: 100%;
    height: 22px;
}

.flymenu .searchbox-inner-searchtext {
    position: relative;
}

.flymenu .searchbox-inner-searchbutton {
    width: 36px;
}

.flymenu .header__searchtype-wrapper {
    float: left;
}

.rtl .flymenu .header__searchtype-wrapper {
    float: right;
}

.flymenu .header__searchtype-wrapper {
    font-weight: bold;
    width: 130px;
    height: 22px;
    margin: 0;
    font-size: 12px;
    outline: none;
    border: none;
    border-radius: 2px 0 0 2px;
    background-color: #ccc;
}

.flymenu .header__searchtype-wrapper option {
    background-color: white;
}

.rtl .flymenu .header__searchtype-wrapper {
    border-right: none;
    border-radius: 0 2px 2px 0;
}

.flymenu .search-button {
    border: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #cc0000 url("//www.digikey.com/-/media/Images/Marketing/AB/search-arrow.png")
        no-repeat center center/12px 12px;
    font-size: 0px;
    box-sizing: border-box;
}

.flymenu .search-button:hover {
    background: #a20000 url("//www.digikey.com/-/media/Images/Marketing/AB/search-arrow.png")
        no-repeat center center/12px 12px;
}

.rtl .flymenu .search-button {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flymenu .header__searchinput-wrapper {
    display: block;
    overflow: hidden;
}

.flymenu .header__searchinput {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    height: 36px;
    padding: 0px;
    padding-left: 10px;
    border-radius: 16px;
}

@media screen and (max-width: 1024px) {
    .flymenu .header__searchbar {
        margin: 17px auto;
        color: #000;
        max-width: calc(100% - 20px);
        position: relative;
    }

    .flymenu .header__searchinput,
    .flymenu .searchbox-inner-categories select,
    .flymenu .search-button {
        height: 36px;
    }

    #header {
        transition: transform 0.2s ease-in-out;
    }
    #header.nav-down {
        transform: translate3d(0, 0%, 0);
    }
    #header.nav-up {
        transform: translate3d(0, -100%, 0);
    }
    .flymenu .header__top {
        height: 70px !important;
    }
    #content {
        padding-top: 40px;
    }
    /* #SubHeaderLinks {
        position: relative;
        top: 35px;
        margin: 0 auto;
    } */
}

@media screen and (max-width: 450px) {
    .flymenu .searchbox-inner-categories {
        display: none;
    }
}

/* COUNTRY, LANG & CURR SELECTORS */
.flymenu .header__clc-lang-curr .header__text-separator {
    display: none;
}

.flymenu .country-dropdown > div:first-child,
.flymenu .lang-dropdown > div:first-child,
.flymenu .cur-dropdown > ul {
    display: inline-block;
    border: solid 1px #333;
    cursor: pointer;
    padding: 2px 4px;
    height: 18px;
    font-size: 14px;
    margin: 0 1px;
}

.flymenu .country-dropdown > div:first-child:after,
.flymenu .lang-dropdown > div:not(.lang-dropdown-list) ul li:first-child:after,
.flymenu .cur-dropdown > ul li:first-child:after {
    content: "\f0d7";
    font-size: 24px;
    margin-top: -4px;
    padding-left: 5px;
}

.rtl .flymenu .country-dropdown > div:first-child:after,
.rtl .flymenu .lang-dropdown > div:not(.lang-dropdown-list) ul li:first-child:after,
.rtl .flymenu .cur-dropdown > ul li:first-child:after {
    padding-right: 5px;
    padding-left: 0;
}

.flymenu .header__clc-lang-curr span {
    cursor: default;
    border-color: #222222;
}

.flymenu .header__clc-lang-curr > span {
    padding-right: 4px;
    margin-left: 8px;
}

.rtl .flymenu .header__clc-lang-curr > span {
    padding-left: 4px;
    margin-right: 8px;
    padding-right: 0px;
    margin-left: 0px;
}

.flymenu #lang-dropdown,
.flymenu #cur-dropdown,
.flymenu .country-dropdown {
    display: inline-block;
}

.flymenu .cur-dropdown,
.flymenu .lang-dropdown {
    position: relative;
}

.flymenu .lang-dropdown ul,
.flymenu .cur-dropdown ul {
    list-style: none;
    margin: 0;
}

.flymenu .lang-dropdown div:not(.lang-dropdown-list) ul span,
.flymenu .cur-dropdown > ul span {
    margin: 0;
    padding-right: 20px;
}

.rtl .flymenu .lang-dropdown div:not(.lang-dropdown-list) ul span,
.rtl .flymenu .cur-dropdown > ul span {
    margin: 0;
    padding-right: 0px;
    padding-left: 20px;
}

.flymenu .lang-dropdown-list,
.flymenu .cur-dropdown-list {
    display: none;
}

.flymenu .cur-dropdown-list ul {
    padding: 0;
}

.flymenu .lang-dropdown-list ul li,
.flymenu .cur-dropdown-list ul li {
    padding: 2px 0 3px 5px;
}

.rtl .flymenu .lang-dropdown-list ul li,
.rtl .flymenu .cur-dropdown-list ul li {
    padding: 2px 5px 3px 0px;
}

.flymenu .lang-dropdown-list span:hover,
.flymenu .cur-dropdown-list span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.flymenu .lang-dropdown ul {
    padding: 0;
}

.flymenu .country-dropdown > div:first-child img {
    height: 12px;
    vertical-align: middle;
    padding: 0 5px 0 0;
    width: auto;
}

.rtl .flymenu .country-dropdown > div:first-child img {
    padding: 0 0 0 5px;
}

.flymenu .country-drawer,
.flymenu .lang-dropdown-list,
.flymenu .cur-dropdown-list {
    background-color: #fff;
    color: #000;
    z-index: 1;
    position: absolute;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    text-align: left;
    border: solid 1px #333;
    box-sizing: border-box;
    max-width: 200px;
    right: 0;
    border-radius: 2px 0 2px 2px;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
}

.rtl .flymenu .country-drawer {
    left: 0;
    right: auto;
    text-align: right;
}

.flymenu .lang-dropdown-list,
.flymenu .cur-dropdown-list {
    position: absolute;
}

.rtl .flymenu .lang-dropdown-list,
.rtl .flymenu .cur-dropdown-list {
    text-align: right;
}

.flymenu .country-drawer input {
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin: 5px;
    background-image: url(/-/media/images/global/icons/search-glass.png);
    background-repeat: no-repeat;
    background-position: right 2px center;
    border: solid 1px #999;
    box-sizing: border-box;
    padding: 3px;
}

.rtl .flymenu .country-drawer input {
    background-position: left 2px center;
}

.flymenu .country-drawer span {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.rtl .flymenu .country-drawer span {
    padding: 0 10px 0 0;
}

.flymenu .country-dropdown-list {
    display: inline;
}

.flymenu .country-drawer ul {
    padding: 0 0 10px 15px;
    margin: 0;
}

.rtl .flymenu .country-drawer ul {
    padding: 0 15px 10px 0;
}

.flymenu .country-drawer ul li {
    list-style-type: none;
}

.flymenu .country-drawer ul li a {
    color: #000;
    font-weight: normal;
}

/* PROMOTIONAL GRAYBAR */
#banner__graybar {
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    clear: both;
    height: 30px;
}

#banner__graybar a {
    color: #2d2d2d;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding: 6px 10px 4px 10px;
    width: calc(100% - 40px);
}

.graybar--marquee img,
#banner__graybar--inNav img,
#banner__graybar img {
    vertical-align: middle;
    height: 18px;
    margin: -3px 3px 0 3px;
}

.graybar--marquee {
    transition: 1s opacity;
    opacity: 0;
    display: none;

}

.graybar--marquee span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.onDisplay {
    display: block;
}

.opaque {
    opacity: 1;
    transition: 1s opacity ease-in-out;
}

#banner__graybar--inNav {
    display: none;
}

@media screen and (min-width: 1025px) {
    .flymenu .country-dropdown > div:first-child:after,
    .flymenu .lang-dropdown > div:not(.lang-dropdown-list) ul li:first-child:after,
    .flymenu .cur-dropdown > ul li:first-child:after {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .rtl .flymenu .country-dropdown > div:first-child:after,
    .rtl .flymenu .lang-dropdown > div:not(.lang-dropdown-list) ul li:first-child:after,
    .rtl .flymenu .cur-dropdown > ul li:first-child:after {
        right: auto;
        left: 0px;
    }
    #banner__graybar {
        display: none;
    }

    #banner__graybar--inNav {
        display: inline;
        position: absolute;
        right: 10px;
        top: 100px;
    }

    .rtl #banner__graybar--inNav {
        left: 10px;
        right: auto;
    }

    #banner__graybar--inNav a {
        color: #2d2d2d;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
        padding: 6px 10px 4px 10px;
    }
}

/* CART & BASKET ICON */

.flymenu .flymenu__my-account .flymenu__section-title::before {
    font-family: "dk" !important;
    content: "\f007";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: 12px;
    top: 12px;
}

.rtl .flymenu .flymenu__my-account .flymenu__section-title::before {
    left: auto;
    right: 8px;
}

.flymenu .flymenu__cart .flymenu__section-title::before {
    font-family: "dk" !important;
    content: "\f07a\00a0";
    font-size: 22px;
    font-weight: normal;
    float: left;
}

.flymenu:lang(en-gb) .flymenu__cart .flymenu__section-title::before,
.flymenu:lang(en-GB_GBP) .flymenu__cart .flymenu__section-title::before,
.flymenu:lang(en-gb) .flymenu__cart .flymenu__section-title::before,
.flymenu:lang(en-GB_GBP) .flymenu__cart .flymenu__section-title::before {
    content: "\f291\00a0";
}

.rtl .flymenu__cart .flymenu__section-title::before {
    float: right;
}

/* CART DROPDOWN PRODUCT DETAILS */
.flymenu .cart__detail {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
}

.flymenu .cart__detail a {
    display: table;
    color: #222222;
    margin-bottom: 10px;
    width: 100%;
}

.flymenu .cart__detail .detail__text {
    width: 100%;
}

.flymenu .cart__detail img,
.flymenu .cart__detail .detail__text {
    display: table-cell;
    vertical-align: top;
}

.flymenu .cart__detail img {
    border: solid 1px #ccc;
    margin-right: 10px;
    width: 64px;
    height: 64px;
}

.flymenu .cart__detail a:hover {
    font-weight: bold;
}

.flymenu .cart__detail a:hover img {
    border-color: #999;
}

.flymenu .cart__detail .detail__text span {
    display: block;
    line-height: 18px;
}

.rtl .flymenu .cart__detail img {
    margin-right: 0px;
    margin-left: 10px;
}

.flymenu .cart__detail .detail__text--small {
    font-size: 11px;
    padding-bottom: 10px;
}

.flymenu .cart__detail .detail__shipped-by {
    display: table-caption;
    caption-side: bottom;
    font-weight: normal !important;
}

.flymenu .cart__detail .detail__shipped-by a {
    display: inline;
    font-weight: bold !important;
}

.flymenu .cart__detail .detail__shipped-by a[href]:hover {
    text-decoration: underline;
}

.flymenu .cart--disclaimer {
    font-size: 11px;
    text-align: center;
}

/* .subheader__share {
    display: inline-block;
    float: right;
    margin: 10px 10px 0 10px;
    padding: 1px 4px;
    font-weight: bold;
}

.subheader__share img {
    height:21px;

}

.share__button {
    border: solid 1px #ccc;
    border-radius: 2px;
    padding: 2px;
    cursor: pointer;
    height: 21px;
    display: block;
}

    .share__button:hover {
        background-color: #eee;
    }

    .share__button i {
        height: 16px;
        padding: 2px;
        vertical-align: middle;
    }

.rtl .subheader__share {
    float: left;
}

.share__modal--content {
    text-align: left;
    padding: 0 10px 10px 10px;
}

.rtl .share__modal--content {
    text-align: right;
}

.share__modal--content p {
    margin-bottom: 4px;
}

.share__modal a[class*='addthis_button'] img {
    height: 32px;
    width: 32px;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (max-width:450px) {
    .subheader__sublogo {
        font-size: 12px;
        min-width: 200px;
    }

    .subheader__share {
        margin: 5px;
    }
} */

/* CURRENCY MODAL */
.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    filter: Alpha(Opacity=75);
    z-index: 110;
}

.header-popup {
    position: fixed;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    width: calc(100% - 40px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}

.header-popup-titlebar {
    padding: 10px 0 5px 0;
    width: calc(100% - 20px);
    margin: 0 auto 5px auto;
    position: relative;
    font-weight: bold;
    display: block;
    border-bottom: solid 1px #ccc;
}

.header-popup-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 15px;
    text-decoration: none;
    font-size: 0px;
}

.header-popup-icon:after {
    content: "\f00d";
    font-size: 14px;
    color: #666;
}

.header-popup-icon:hover:after {
    color: #333;
}

.header-popup iframe {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 350px;
}

@media print {
    .header,
    .flymenu .header__top img,
    .header__clc {
        display: block !important;
    }

    #header__storage,
    .header__search,
    .header__nav-bar {
        display: none !important;
    }

    .flymenu .header__top img {
        height: 75px;
    }

    .header__clc {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header__clc *:after {
        display: none;
    }

    .header__clc {
        display: table;
    }

    .header__clc * {
        border: none !important;
        font-size: 12px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .header__clc-locale,
    .header__clc-lang-curr {
        display: table-cell !important;
    }

    .header__clc-lang-curr > * {
        padding: 10px 15px 0 0 !important;
    }

    .rtl .header__clc-lang-curr > * {
        padding: 10px 0 0 15px !important;
    }
}

#SubHeaderLinks,
.subheader {
    margin: 15px auto 0;
    height: 0px;
}
#SubHeaderLinks *,
.subheader * {
    display: none;
}

/* TITLE */
#currency-prompt .dk-modal__title {
    display: block;
    margin: 0 24px 12px;
    padding: 24px 0 12px;
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: default;
}

/* LOCATION AND LANGUAGE */
#currency-prompt .location-and-location-section .location-language-header {
    display: block;
    padding: 0 0 7px;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

/* CURRENCY PROMPT ADDITIONAL TEXT SECTION */
#currency-prompt .currency-prompt-additional-text-section {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}
#currency-prompt .currency-prompt-additional-text-section .additional-text {
    margin: 0 0 1px;
    font-size: 12px;
    line-height: 1.5;
}

/* CURRENCY PROMPT PAYMENT TYPES */
#currency-prompt .currency-prompt-payment-types-section {
    display: block;
    margin: 15px 0;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#currency-prompt .currency-prompt-payment-types-section .payment-types-header {
    display: block;
    padding: 7px 0 5px;
    font-weight: bold;
    color: #222;
}
#currency-prompt .currency-prompt-payment-types-section .payment-types-text-section {
    display: block;
    margin: 5px 0 7px;
}
#currency-prompt
    .currency-prompt-payment-types-section
    .payment-types-text-section
    .payment-type-text {
    display: block;
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 1.5;
}
#currency-prompt .currency-prompt-payment-types-section .payment-types-image-section img {
    display: inline-block;
    width: 29px;
    height: auto;
    margin: 0 2px;
}
#currency-prompt
    .currency-prompt-payment-types-section
    .payment-types-image-section
    img:first-child {
    margin: 0;
}

/* CURRENCY RADIO SELECTION */
#currency-prompt .currency-prompt-currency-selection-section {
    display: block;
    margin: 15px 0;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
#currency-prompt .currency-prompt-currency-selection-section .currency-types-header {
    display: block;
    padding: 0 0 7px;
    font-weight: bold;
    color: #222;
}
#currency-prompt .currency-prompt-currency-selection-section .dk-radio-group label {
    margin: 0 20px 0 0;
}
.rtl #currency-prompt .currency-prompt-currency-selection-section .dk-radio-group label {
    margin: 0 0 0 20px;
}

/* CURRENCY BOTTOM SECTION */
#currency-prompt .currency-prompt-bottom-section {
    text-align: center;
}
#currency-prompt .currency-prompt-bottom-section .currency-prompt-update-preferences-button {
    margin: 0 auto 10px;
}
#currency-prompt .currency-prompt-bottom-section .bottom-links-section {
    margin: 0 0 7px;
}
#currency-prompt .currency-prompt-bottom-section .bottom-links-section a {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1.5;
}
#currency-prompt .currency-prompt-bottom-section .bottom-disclaimer {
    display: block;
    font-size: 11px;
    color: #222;
    line-height: 1.5;
}
