<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#stuck_container {
    height: max-content;
}

.nav &gt; li.nav-item &gt; a.nav-link:hover, .nav &gt; li.nav-item &gt; 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 &gt; 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 &gt; li &gt; 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%;
    }
}



.bottom-navigation-wrap {
    display: none;
}
#search-field {
    display: none;
}


@media screen and (max-width: 480px) {

    .bottom-navigation-wrap {
        position:fixed;
        display: block;
        bottom: 0;
        width: 100%;
        min-width: 320px;
        z-index: 7;
        padding-top: 0px !important;
    }

    .bottom-navigation-wrap {
        left: 0
    }

    .bottom-navigation-wrap .bottom-navigation-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 94%;
        max-width: 100%;
        margin: 0 auto;
        list-style: none;
        padding: 12px 4px 10px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li {
        width: 25%;
        flex: 0 0 25%;
        display: flex;
        justify-content: center;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        position: relative;
        text-decoration: none;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a svg {
        width: 22px;
        height: 22px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a span {
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        text-align: center;
        padding-top: 2px;
        transition: .2s ease-in-out;
        min-width: 50px;
        max-width: 65px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
    }

    .bottom-navigation-wrap .bottom-navigation-items li .bottom-navigation-cart svg {
        height: 22px;
        width: 22px;
    }
    
    #mobile-search-field {
        justify-content: space-between;
        position:fixed;
        display: none;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 320px;
        padding: 10px !important;    
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
        z-index: 8;
    }

    #mobile-search-field input {
        width: 75%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #mobile-search-field button {
        background: none;
        border: none;
        font-size: 20px;
        margin-right: 5px;
        cursor: pointer;
    }    
}

@media screen and (max-width: 376px) {
    .bottom-navigation-wrap .bottom-navigation-items li a {
        min-width:50px;
        max-width: 50px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a .count {
        right: 7px;
    }
    #mobile-search-field input {
        width: 70%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}
</pre></body></html>