#stuck_container {
    height: max-content;
}

.nav > li.nav-item > a.nav-link:hover, .nav > li.nav-item > a.nav-link:focus {
    background-color: inherit;
}
.dropdown-menu #dropdown-welcome {
    color: black;
    text-align: center;
    font-size: 1em;
}

.dropdown-menu {
    z-index: 10000;
    max-height: 60vh;
    overflow-y: scroll;
}

#stuck_container > div:last-child {
    margin: 0 auto;
}

#hidden-nav {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    padding: 6px 10px;
    outline: none !important;
}

.empty-cart-link {
    font-size: 12px;
}

@media only screen and (max-height: 701px){

}

@media only screen and (max-height: 700px){
    .category-dropdown{
        height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height: 600px){
    .category-dropdown{
        height: 300px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height: 450px){
    .category-dropdown{
        height: 200px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height: 300px){
    .category-dropdown{
        height: 150px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 600px) {
    .empty-cart-link {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #hidden-nav {
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        display: inherit;
    }
}

@media only screen and (max-width: 991px) {
    .nav_cart h3 {
        margin-bottom: 5px;
    }

    .top_nav_right {
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    #bs-example-navbar-collapse-1:not(.show) {
        height: 0;
    }

    .navbar-default {
        height: unset;
    }

    .navbar-list > li > a {
        padding: 20px 0 !important;
    }

    #hidden-nav {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 480px) {
    .top_nav_right {
        width: 40%;
    }

    .top_nav_left {
        max-width: 50%;
    }
}

@media only screen and (max-width: 350px) {
    .top_nav_right {
        width: 50%;
    }
}