/* Navbar ---------------------- */


.logo { margin: 10px 18px;}

.logo_nav{
    width:200px;
    padding-top:8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}

.navbar .dropdown-menu {
    border:none;
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }
    .navbar:hover {
        background: rgba(53,27,81,0.95);
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .dropdown-menu {
        padding: 40px 0;
    }

    .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0 .25rem;
        text-align: center;
    }
    .navbar .nav-item.product-teaser{
        max-width: 195px;
        list-style-type: none;
    }
    .navbar .nav-item.product-teaser .img-box{
        position: relative;
        height: 200px;
    }
    .navbar .nav-item.product-teaser .img-box img{
        position: absolute;
        bottom: 0 !important;
        left: 50%;
        /* top: 50%; */
        transform: translateX(-50%);
        height: 180px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

    }
    .navbar .nav-item.product-teaser:hover .img-box img{
        height: 200px;
    }

    .navbar .nav-item a{
        display: inline-block;
        text-align: left;
    }
    .navbar .nav-item p{
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        padding-left: 30px;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position:static;
    }

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        padding: 0 !important;
        margin: 0 !important;
        /*  height of nav-item  */
        top:80px;
        background: rgba(34,0,43,.0	);
        -webkit-transition: top .5s ease-in-out;
        -moz-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out;
    }
    .navbar .dropdown .dropdown-menu{
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }
    .navbar-custom .dropdown-menu .container-fluid{
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

        margin-top: 65px;
        padding-top: 30px;
        background: rgba(53,27,81,0.95);
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        max-height: 900px;
        opacity: 1;
    }



}

.product-category-headline{
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin-right: 20px;
}
.product-category-block{
    padding: 40px 20px;
    background-color: rgba(53,27,81,0.8);
    margin: 0px 10px 40px;
}

.sub-menu-box{
    max-height: 100vh;
    padding-bottom: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Century Gothic",Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: rgba(53,27,81,0.95);
    color: #fff;
    font-weight: 300;
}


.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}


.navbar-custom a {
    color: rgba(255,255,255,.6);
    -webkit-transition: color.5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

.navbar-custom a:hover {
    color: rgba(255,255,255,1);
}


.navbar-custom .nav li.active {

    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.navbar-custom.top-nav-collapse .logo_nav{
    width:150px;
}
@media(min-width:768px) {
    .navbar-custom {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

        padding: 40px 0;
        letter-spacing: 1px;
        background: rgba(34,0,43,.0);
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        background: rgba(53,27,81,0.95);
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

        top:50px;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu .container-fluid{
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

        margin-top: 23px;
        background: rgba(53,27,81,0.95);
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        max-height: 100vh;
    }

}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}
/* Track */
.sub-menu-box::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(53,27,81,0.95);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #533d6b;
}