.show-nav .nav {
    overflow: hidden;
    overflow-y: auto;
}

.basket {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.menu{
    margin-top: 0;
}

/*
LANGUAGE SWITCHER
 */

.language-switcher {
    display: none;
}


/*
LANGUAGE SWITCHER MOBILE
 */

.language-switcher.mobile {
    display: inline-block;;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
}

.language-switcher.mobile > ul {
    width: 100%;
}

.language-switcher.mobile > ul li {
    display: inline-block;
}

.language-switcher.mobile > ul li.separator {
    display: inline-block;
    background-color: #00235f;
    width: 1px;
    height: 11px;
    margin: 0 5px;
}

.language-switcher.mobile > ul li > a {
    color: #00235f;
}

.language-switcher > ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 15px 0;
    width: 2.375rem;
    text-align: center;
}

.language-switcher > ul li {
    color: #d92438;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 900;
}

.language-switcher > ul li.separator {
    background-color: #ffffff;
}

.language-switcher > ul li > a {
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {

    .language-switcher.mobile {
        display: none;
    }

    .language-switcher {
        display: block;
        position: absolute;
        top: 10rem;
        left: 0;
        width: 100%;
    }

    .language-switcher > ul li {
        display: block;
        width: 100%;
        height: 2.375rem;
        line-height: 2.375rem;
    }

    .language-switcher > ul li.separator {
        display: block;
        background-color: #ffffff;
        height: 1px;
        width: 70%;
        margin: 0 auto;
    }

}