/*********************** MENU ***********************/
.navbar-brand {
    margin: 0 auto!important;
}

.navbar-brand img {
    height: auto;
}

/* Background & dropdown menu */
.heptacom-menu {
    background-color: var(--heptacom-primary);
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.heptacom-menu .navbar {
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    overscroll-behavior: none;
}

.heptacom-menu .navbar .navbar-nav {
    padding-bottom: 130px;
}

@media (min-width: 1200px) {
    .heptacom-menu .navbar .navbar-nav {
        padding-bottom: 0;
    }
}

.heptacom-menu .container .row {
    line-height: 2.2;
}

.dropdown-menu {
    background-color: var(--heptacom-primary);
    top: 80%;
    left: -18px;
    border: none;
    min-width: 17rem;
}

.dropdown-menu,
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
}

/* Toggler */
.navbar-toggler {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cg transform='translate(-326.5 -16.5)'%3E%3Cline x2='24' transform='translate(326.5 17.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline x2='24' transform='translate(326.5 25.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 25px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus-visible {
    outline: 1px auto -webkit-focus-ring-color;
}

/* Links & colors */
.heptacom-menu a {
    color: #fff;
    font-family: "jaf-domus-titling-web", sans-serif;
    font-size: 0.722rem;
    font-weight: 300;
}

a.nav-link:active,
a.nav-link:hover,
.dropdown-item:hover,
.dropdown-item:focus,
.shopware-logo-gold {
    color: #B59E7E!important;
}

.shopware-logo {
    color: #189EFF !important;
}

/* Menu specials */
.dropdown-toggle::after,
.dropdown-toggle-heptacom::after {
    content: '';
    background-image: url("/resources/img/icons/angle-down-regular-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 8px;
    border: 0;
}

.shopware-logo::before,
.shopware-logo-gold::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.3rem;
    padding-right: 31px;
}

.shopware-logo::before {
    background-image: url("../../../img/shopware/shopware-logo-blue.svg");
}

.shopware-logo-gold::before {
    background-image: url("../../../img/shopware/shopware-logo-enterprise.svg");
}

img.language-selector {
    width: 19px!important;
}

.language-margin {
    margin: 24px 5px 0 10px!important;
}

.prevent-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

/*********************** MENU END ***********************/

@media (min-width: 1200px) {
    .language-switch-wrapper {
        width: 85px;
    }
    .dropdown-menu {
        display: none;
    }

    .heptacom-menu .navbar {
        overflow: visible;
    }

    div#navbarSupportedContent ul li img {
        width: 25px;
        float: left;
        margin: 16px -5px 15px 5px;
    }

    img.language-switch {
        width: 19px!important;
    }
}

@media (max-width: 1199px) {
    .heptacom-menu > .container {
        max-width: none;
    }
}
