/************************* Navigation *************************/
.navigation {
    position: absolute;
    padding: 40px;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    z-index: 60;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.navigation .container h4 {
    margin: -10px 0 0 0;
    font-family: "adlery-pro-swash", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: var(--grey);
}

.spacer {
    height: 96px;
    width: 100%;
}

.navigation .container ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.navigation .container ul li {
    margin-right: 40px;
    font-weight: 500;
}

.navigation .container ul li a {
    color: var(--black);
    transition: 0.1s all ease-in-out;
}

.navigation .container ul li a:hover {
    color: var(--gold);
    transition: 0.1s all ease-in-out;
}

.navigation .container ul li:last-child {
    margin-right: 0;
}

.navigation_buttons {
    display: inline-flex;
    justify-content: end;
}

.navigation_buttons .button,
.navigation_buttons .button_2 {
    margin: 0;
}

.navigation_burger {
    display: none;
    justify-content: center;
    align-items: center;
    height: 46px;
    position: relative;
    color: var(--gold);
    box-sizing: border-box;
    font-size: 28px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    z-index: 90;
    margin-left: 30px;
} 

.navigation_mobile_links {
    display: none;
}

#counter-label {
    margin-right: 25px;
}

#basket_icon {
    height: 28px;
    width: 38px;
}

.counter_label,
.counter_label:active {
    position: absolute;
    margin-bottom: 0;
    font-size: 16px;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    font-family: 'cera_pro';
    font-weight: 400;
    background-color: var(--ocean);
    color: var(--black);
    transition: 0.2s all ease-in-out;
}

/************************* SignUp Dropdown Menu *************************/
.dropdown_menu {
    position: absolute;
    background-color: var(--white);
    border: 2px solid var(--border-grey);
    box-sizing: border-box;
    margin-top: 10px;
    padding: 15px;
    width: 160px;
    right: -2px;
    text-align: center;
    clip-path: circle(0% at 100% 0%);
    -webkit-clip-path: circle(0% at 100% 0%);
    transition: all 0.3s ease-in-out;
    z-index: 90;
    /* box-shadow: 0px 0px 19px #00000015; */
}

.logged_user_icon .dropdown_menu {
    width: 200px;
}

.dropdown_menu .button {
    width: 100%;
    margin-bottom: 15px;
}

.dropdown_menu .button_2 {
    width: 100%;
}

.dropdown_menu a:last-of-type {
    margin-bottom: 0px;
}

.logged_user_icon .dropdown_menu a:last-of-type {
    background-color: var(--gold);
    color: var(--black);
}
  
#nav-links .user_icon,
#nav-links .logged_user_icon {
    position: relative;
    box-sizing: border-box;
    color: var(--gold);
    height: 46px;
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

#nav-links .user_icon .dropdown_menu,
#nav-links .logged_user_icon .dropdown_menu {
    top: 50px;
}

#nav-links .user_icon:hover .dropdown_menu,
#nav-links .logged_user_icon:hover .dropdown_menu,
#nav-links .user_icon:focus .dropdown_menu,
#nav-links .logged_user_icon:focus .dropdown_menu,
#nav-links .user_icon:active .dropdown_menu,
#nav-links .logged_user_icon:active .dropdown_menu,
.dropdown_menu.dropdown_show {
    clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
}

/************************* Logo *************************/
.logo {
    width: 38.4px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.logo svg {
    width: 38.4px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected_nav {
    color: var(--gold) !important;
}

.navigation .container ul {
    display: none;
}

.selected_nav {
    color: var(--white) !important;
}

@media (max-width: 1350px) {
    #nav-links ul:first-of-type {
        left: 32% !important;
    }

    #nav-links ul:last-of-type {
        left: 68% !important;
    }
}

@media (max-width: 1100px) {
    #nav-links ul {
        display: none !important;
    }

    .navigation_is_open {
        width: 100%;
        height: 100% !important;
        align-items: center;
        flex-direction: column;
        background-color: var(--black);
        opacity: 1;
        visibility: visible;
        transition: all .5s ease 0s;
        box-shadow: none;
        margin: 0;
    }

    .navigation_is_open .navigation_mobile_links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: calc(100vh - 192px + 25px);
        margin: 0 auto;
    }

    .navigation_is_open {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .navigation_is_open .navigation_mobile_links {
        height: calc(100vh - 172px + 20px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: max-content;
        margin-top: 20px;
        margin-bottom: 96px;
        width: 100%;
    }

    .navigation_is_open .container {
        z-index: 99;
        width: 100%;
    }

    .navigation_is_open .navigation_mobile_links a h4 {
        margin: 2px auto;
        font-size: 24px;
        color: var(--gold);
        font-style: normal;
        font-family: 'noah_grotesqueextrabold';
        text-transform: uppercase;
        transition: all .3s ease 0s;
    }

    .navigation_is_open .navigation_mobile_links a:hover {
        color: var(--gold);
        transition: all .3s ease 0s;
    }

    .navigation_mobile_links a:first-child {
        margin-top: 0;
    }

    .navigation_buttons {
        width: max-content;
    }

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

    .navigation_burger {
        display: flex;
    }
}

@media (max-width: 800px) {
    .spacer {
        height: 86px;
    }

    .desktop_button {
        display: none;
    }
}

@media (max-width: 600px) {
    .nav-logo {
        display: none;
    }

    #nav-links .navigation_buttons {
        width: 100%;
    }

    #nav-links .user_icon,
    #nav-links .logged_user_icon {
        margin-left: auto;
    }

    #counter-label {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .navigation_is_open .navigation_mobile_links {
        margin-top: 0px;
        margin-bottom: 86px;
    }
}