﻿/* Vertical menu begins */


.VerticalMenu {
    padding: 30px 0px;
}

/*.VerticalMenu .SubContainer {
    padding-left: 10px;
    font-size: 13px;
}*/

.VerticalMenu > div{
    display: inline-block;
}



    .VerticalMenu .Main a, .VerticalMenu .Sub a {
        background: #fff;
        padding: 10px 20px;
        border-radius: 25px;
        margin-right: 7px;
        margin-bottom: 10px;
        color: #888;
        font-weight: 500;
        font-size: 13px;
        display: inline-block;
        height: 34px;
        line-height: 14px;
        transition: all 0.2s ease-in-out;
    }

    .VerticalMenu .Main a:hover, .VerticalMenu .Sub a:hover {
        color: #ac003b;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, .03);
        text-decoration: none;
    }

    .VerticalMenu .Main.CurrentCategory a, .VerticalMenu .Sub.CurrentCategory a {
        background: #333;
        color: #fff;
    }


/*.VerticalMenu {
	list-style-type: none;
}
.VerticalMenu .Main {
    text-decoration: none;
    padding-left: 10px;
    line-height: 33px;
    font-size: 14px;
    cursor: pointer;
    color: #646464;
    height: 33px;
}
.VerticalMenu .Main.current {
    background-color: #ffffff;
}
.VerticalMenu .Main:hover {
    color: black;
}
.VerticalMenu .Main a {
    text-decoration: none;
    color: #646464;
}
.VerticalMenu .Sub {
    line-height: 18px;
    margin-left: 10px;
    display: block;
}
    .VerticalMenu .SubContainer {
        background-color: #f8f8f8;
        padding-left: 8px;
        margin-bottom: 20px;
        display: none;
    }
.VerticalMenu .SubContainer.Current {
    display: block;
}
.VerticalMenu .SubContainerPadding {
    padding-left: 14px;
}
.VerticalMenu .Sub a {
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    color: #6d6d6d;
}
.VerticalMenu .Sub a:hover {
    text-decoration: underline;
}
.VerticalMenu .Sub.Current a {
    text-decoration: underline;
    color: black;
}*/
/* Vertical menu ends */
/* Popup menu begins */
#PopupMenuBar {
    background: #000000;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 9999;
}
    #PopupMenuBar .Content {
        line-height: 38px;
        position: relative;
        height: 60px;
        width: 100%;
    }

    #PopupMenuBar #PopupCart {
        line-height: 14px;
    }

    #PopupMenuBar .Navigation {
        display: table;
        width: 100%;
    }
#PopupMenuBar .Navigation a.current {
    text-decoration: underline;
}
#PopupMenuBar .Navigation a.Pictures {
    color: Red;
}
    #PopupMenuBar .MainCategory, #PopupMenuBar .MainCategoryLink {
        text-decoration: none;
        margin-right: 25px;
        text-align: left;
        font-size: 17px;
        display: table-cell;
        cursor: default;
        color: White;
        vertical-align: middle;
        height: 60px;
       
    }
#PopupMenuBar .Pictures {
	color: white;
}

    #PopupMenuBar .Pictures a {
        color: white;
        height: 100%;
        width: 100%;
        display: inline-block;
        padding: 10px 10px 5px 10px;
        text-align: center;
        transition: all 0.1s ease-in-out;
    }
        #PopupMenuBar .Pictures a:hover {
            text-decoration: none;
            color: #ddd;
        }

#PopupMenuBar .MainCategoryLink {
    cursor: pointer;
}
    /*#PopupMenuBar .MainCategory.Hover {
        background-color: rgba(255, 255, 255, .1);
        color: white;
        cursor: pointer;
    }
    #PopupMenuBar .MainCategoryLink.Hover {
        background-color: rgba(255, 255, 255, .1);
        color: white;
        cursor: pointer;
    }*/

#topbar{
    
    padding: 0;
}

.topWrapper{
    height: 80px;
}

#webshopActionBar {
    padding: 35px 0;
    height: 106px;
}

#webshopActionBar.small {
    padding: 0px 0;
    height: 0px;
}

@media screen and (max-width: 767px) {
    #PopupMenuBar {
        display: none;
    }

    
}

.PopupCategory {
    z-index: 100;
    background-color: white;
    width: 800px;
    position: absolute;
    display: none;
    padding: 20px 10px;
    border-bottom: 0px solid #ccc;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.46);
    visibility: hidden;
}

        .PopupCategory .Table {
            display: table;
            width: 100%;
        }

        .PopupCategory .ImageColumn {
            vertical-align: top;
            width: 200px;
            display: table-cell;
        }

            .PopupCategory .ImageColumn .Image {
                margin-bottom: 15px;
            }

            .PopupCategory .ImageColumn .Text {
                padding-right: 20px;
                text-align: left;
            }

        .PopupCategory .CategoriesColumn {
            vertical-align: top;
            display: table-cell;
        }

            .PopupCategory .CategoriesColumn > div {
                -webkit-column-count: 3; /* Chrome, Safari, Opera */
                -moz-column-count: 3; /* Firefox */
                column-count: 3;
            }

    .PopupCategory1 {
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 16px;
    }

    .PopupCategory2Holder {
        margin-bottom: 15px;
        line-height: 12px;
    }

    .PopupCategory2 {
        font-size: 14px;
        margin: 15px 0;
    }

    .PopupCategory1Holder {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

.PopupCategory a {
    color: #555;
}

    /* For safari browser only */
    @media not all and (min-resolution:.001dpcm) {
        @media {

            .PopupCategory1Holder {
                -webkit-column-break-inside: avoid;
                break-inside: avoid;
                display: inline-block;
            }
        }
    }


    /* Popup menu ends */


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}
/* Mobile menu */
.nav-list {
    padding-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
    color: #777;
}

.tree-toggler {
    display: block;
    line-height: 40px;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 17px;
}

.tree-toggler.nav-header.current {
    background-color: #eeeeee;
}

#navbar .nav > li > a {
    color: #000;
    font-size: 16px;   
    font-weight: 300;
}

/*
    #navbar .nav > li > a.twolines {
        padding-top: 10px;
    }
*/

#navbar ul li:last-child {
    /*margin-bottom: 10px;*/
}

.glyphicon-chevron-right {
    font-size: 9px;
}

.glyphicon-chevron-down {
    font-size: 9px;
}

.navbar-toggle {
    position: relative;
    top: -8px;
    margin-right: 0;
}

/* Mobile menu end */

/*.LeftMenu h2{
    padding-top: 0px;
    padding: 0px 8px 7px 8px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.LeftMenu h2 a{
color: #555;
}

.LeftMenu .Niveau2{
    margin-left: 15px;
    padding: 4px 0;
    font-size: 13px;
}

    .LeftMenu .Niveau2 a {
        color: #555;
    }

    .LeftMenu .Niveau2.current a {
        text-decoration: underline;
    }

.MainCategory.current, .MainCategoryLink.current {
    background-color: #666666;
}

.VerticalMenu .Sub.Current a {
    font-weight: 600;
}*/

a.no-child-level1category {
    padding: 0 !important;
    color: #777 !important;
    text-shadow: none !important;
}