.site-nav {
    height: 100%;
}

.site-nav {
    overflow: unset !important;
    height: auto !important;
}

.site-nav-left {
    overflow-x: visible;
    overflow-y: visible !important;
    padding: 0px;
}

ul.primary__menu.ghost-dropdown-menu {
    position: inherit;
    margin-left: -70px;
}

.primary__navber {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.submenu-toggle-icon svg {
    width: 14px;
}

@media (max-width: 480px){
    .primary__navber {
        margin-left: 5px;
    }
}

/* @media (max-width: 500) {
    .fixed-nav-active {
        margin-left: -5rem;
    }

    .fixed-nav-active .site-nav-right {
        margin-left: -5rem;
    }
    .fixed-nav-active a.gh-burger {
        left: 50vw;
    }

} */

@media (max-width: 700px){
    .primary__navber {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .primary__navber {
        position: relative;
        width: 100%;
        float: left;
        margin-top: 90px;
    }
    .site-nav-left-wrapper{
        display: none;
    }
    .mobile-burger {
        display: block;
        width: 100%;
        float: left;
        position: relative;
    }
    ul.nav.primary__menu.ghost-dropdown-menu {
        display: inline !important;
        width: 100%;
        margin: 0;
        padding: 15px;
        border: 1px solid #282020;
    }



    .site-nav {
        display: block;
    }
    .site-nav-left {
        display: block !important;
    }
    ul.primary__menu li {
        display: block;
    }

    a.gh-burger {
        position: absolute;
        padding: 15px;
        right: 0;
        top: 30px;
        transition: all 0.3s;
    }

    .gh-burger-box:before,
    .gh-burger-inner:after,
    .gh-burger-inner:before {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 100%;
        height: 1px;
        background: currentcolor;
        will-change: transform, width;
    }
    body:not(.gh-head-open) .gh-burger .gh-burger-inner:before {
        transform: translatey(-8px);
    }
    .gh-burger-inner:after,
    .gh-burger-inner:before {
        transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1), width 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
    }

    body:not(.gh-head-open) .gh-burger .gh-burger-inner:after {
        transform: translatey(8px);
    }
    .site-nav-right {
        display: flex !important;
        justify-content: center;
    }

    ul.ghost-submenu {
        position: static !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
        display: none;
        transition: none!important;
        margin-left: 12px;
        background: transparent;
        margin: 0;
        padding: 0;
        padding-left: 12px;
    }
    ul.ghost-submenu a {
        color: rgb(206, 206, 206);
        display: block;
        width: 100%;
    }
    ul.ghost-submenu a:hover{
        color: rgb(206, 206, 206);
        background: none !important;
    }
    .menu-item-has-children svg {
        top: 20px;
    }

    ul.nav.primary__menu.ghost-dropdown-menu {
        position: absolute;
        background: #000;
        right: 0;
    }

    .fixed-nav-active ul.nav.primary__menu.ghost-dropdown-menu {
        position: relative;
        background: #000;
        right: 0;
    }
    .site-nav-right {
        position: absolute;
        top: -78px;
        right: auto;
        left: 0;
    }
    
    .fixed-nav-active {
        margin-left: -5rem;
    }

    .fixed-nav-active .site-nav-right {
        margin-left: -23vw;
    }
    .fixed-nav-active a.gh-burger {
        left: 60vw;
    }

    a.gh-burger.active .gh-burger-box:before{
        display: none;
    }
    a.gh-burger.active .gh-burger-inner:after {
        transform: rotate(-45deg);
    }
    a.gh-burger.active .gh-burger-inner:before {
        transform: rotate(45deg);
    }

    span.submenu-toggle-icon.active svg {
        transform: rotate(180deg);
    }
    
}

