/**
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 */
.ATDSHOP-ctg {
    z-index: 35;
    text-align: left;
    background-color: #20446e;

}
.ATDSHOP-ctg > ul {

    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.ATDSHOP-ctg > ul > li {
    flex-grow: 1;
}
.ATDSHOP-ctg ul,
.ATDSHOP-ctg li {
    margin: 0;
    padding: 0;
    position: relative;
}
.ATDSHOP-ctg:after,
.ATDSHOP-ctg ul:after {
    content: '';
    display: block;
    clear: both;
}
.ATDSHOP-ctg a {
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 0;
    font-weight: normal;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ATDSHOP-ctg a:hover {
    color: #FFF;
}
.ATDSHOP-ctg a p {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}
.ATDSHOP-ctg a p span {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}
.ATDSHOP-ctg a p span:first-child {
    font-weight: bold;
}
.ATDSHOP-ctg ul {
    list-style: none;
}
.ATDSHOP-ctg ul > li > ul {
    /* border: 1px solid #444; */
}
.ATDSHOP-ctg > ul {

}
.ATDSHOP-ctg > ul > li {

}
.ATDSHOP-ctg > ul > li.has-sub:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: -10px;
    margin-bottom: -1px;
}

.ATDSHOP-ctg > ul > li.has-submenu:hover::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #444;
    margin-left: -10px;
}

.ATDSHOP-ctg > ul > li:first-child > a {
}
.ATDSHOP-ctg > ul > li:last-child > a {
}

.ATDSHOP-ctg > ul > li.active a {
}
.ATDSHOP-ctg > ul > li:hover > a {
    background-color: #090;
}
.ATDSHOP-ctg .has-sub {

}
/* submenu */
.ATDSHOP-ctg li.has-sub > ul {
    display: none;
}
.ATDSHOP-ctg .has-sub:hover > ul {
    display: block;
    z-index: 1;
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (min-width: 769px) {
    .ATDSHOP-ctg .has-sub ul {
/*        display: none; */
        position: absolute;
        min-width: 200px;
        top: 100%;
    }
    .ATDSHOP-ctg .has-sub ul {
        -webkit-box-shadow: 0px 4px 8px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow:    0px 4px 8px 10px rgba(0, 0, 0, 0.3);
        box-shadow:         0px 4px 8px 10px rgba(0, 0, 0, 0.3);		

    }
    .ATDSHOP-ctg > ul > li.has-sub > a::after {
        content: " C";
        position: absolute;
        right: 0.5em;
        text-shadow: none;
        font-family: Eleganticons;
        color: rgba(255,255,255,0.5);
    }
}
.ATDSHOP-ctg .has-sub ul {
    background-color: #fff;
    font-size: 1em;
}

.ATDSHOP-ctg .has-sub:not(:last-child) ul {
    left: 0%;
    min-width: 100%;
}
.ATDSHOP-ctg .has-sub:last-child  > ul {
    right: 0;
}

.ATDSHOP-ctg .has-sub ul li {
    *margin-bottom: -1px
}
.ATDSHOP-ctg .has-sub ul li a { /* submenu */
    filter: none;
    display: block;
    text-shadow: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 0.3em 0.5em;
    color: #000;
    margin: 0.0;
    white-space: nowrap;
}
.ATDSHOP-ctg .has-sub ul li:hover > a:after {
    /*	content: "N";  */
    font-family: 'ElegantIcons';
    font-size: 1.2em;
    margin-left: 10px;
    line-height: 1.4em;
}
.ATDSHOP-ctg .has-sub .has-sub:hover > ul {
    display: block;
}

.ATDSHOP-ctg .has-sub .has-sub ul li a {
    background-color: #f8f8f8;
    color: #000;
}

/* CUSTOM */
.ATDSHOP-ctg {
    /*
            border-top-left-radius: 6px;
            background-color: #4c4c4c
    */
    flex-grow:1;
}

.ATDSHOP-ctg > ul {
    /*
            background: rgb(0, 79, 154);
            background: -moz-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
            background: -webkit-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
            background: -o-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
            background: -ms-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
            background: linear-gradient(0deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-top: 1px solid #6192c1;
    
    */
    width: 100%;
}

.ATDSHOP-ctg > ul > li {
    border-right: 1px dotted rgba(255,255,255,0.1);
}
.ATDSHOP-ctg > ul > li:last-child {
    border: none;
}
.ATDSHOP-ctg > ul > li > a {
    color: #f5f5f5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.ATDSHOP-ctg > ul > li:hover {
    background-color: rgba(0,153,0,0.1);
}
.ATDSHOP-ctg > ul > li:hover a {
}

.ATDSHOP-ctg > ul > li > ul {
    background-color: #27509b;
}
.ATDSHOP-ctg > ul > li > ul a {
    color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
    .ATDSHOP-ctg > ul > li {
        padding: 1em 0.5em;
    }
    .ATDSHOP-ctg > ul > li > a {
        font-size: 1.4em;
    }
}

/* medium */
@media screen
and (max-width : 769px) {
    .ATDSHOP-ctg > ul > li > ul a {
        font-size: 0.8em;
    }


    .ATDSHOP-ctg > ul {
        border-radius: 0
    }	
    .ATDSHOP-ctg > ul > li {
        display: block;
        float: none;
    }
    .ATDSHOP-ctg > ul > li > a {
        font-size: 1em;
        border-top: 1px solid rgba(0,0,0,0.7);
    }
    .ATDSHOP-ctg > ul > li.has-sub > a:after {
        font-size: 1.4em;
        position: absolute;
        top: 3px;
        right: 2px;
    }
    .ATDSHOP-ctg > ul {
        display: none;
    }
    .ATDSHOP-ctg {
        border-radius: 0;
        margin-top: 0;
    }


    /* disable link by css on mibile */	
    .ATDSHOP-ctg li.has-sub > a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: black;	
    }

    /*
            .ATDSHOP-ctg:before {
                    font-family: ElegantIcons;
                    content: "  ";
                    color: #fff;
                    display: block;
                    text-align: left;
                    font-size: 1.6em;
                    font-weight: bold;
                    margin: 1px;
                    padding-top:  0.1em;
                    padding-right: 0.1em;
                    padding-bottom: 0.1em;
                    padding-left: 0.1em;
                            -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    border: 1px solid white;
            }
    */

    /*
            .ATDSHOP-ctg:hover > ul ul {
                    display: block;
                    border: 0;
                    position: static;
            }
    */

    /*
    .ATDSHOP-ctg:hover > ul {
            display: block;
    }
    */
    .ATDSHOP-ctg:hover > ul > li:hover {

    }
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {
    .CTG .ATDSHOP-ctg > ul > li.has-sub:hover::after {
        display: none;
    }
    .ATDSHOP-ctg a {
        padding: 1em 1.65em;
    }

    .ATDSHOP-ctg {
        font-size: 1.3em;
    }
    .ATDSHOP-ctg label {
        padding:.65em;
    }
    .ATDSHOP-ctg .has-sub ul {
        margin: 0px;
        padding: 5px;
        box-sizing: border-box;
    }

    .ATDSHOP-ctg .has-sub ul li a { /* submenu */
        line-height: 2em;
    }
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {
    .CTG .ATDSHOP-ctg > ul > li.has-sub:hover::after {
        display: none;
    }
    .ATDSHOP-ctg label {
        padding:.45em;
    }
    .ATDSHOP-ctg a {
        line-height: 3.5em;
    }

    .ATDSHOP-ctg li a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }

    .ATDSHOP-ctg {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .ATDSHOP-ctg .has-sub ul {
        margin: 0px;
        padding: 15px;
    }	
    .ATDSHOP-ctg .has-sub ul li a { /* submenu */
        line-height: 2em;
    }

}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
    .ATDSHOP-ctg .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }
    .ATDSHOP-ctg a {
        line-height: 3.5em;
    }
    .ATDSHOP-ctg li a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }
    .ATDSHOP-ctg li:first-child a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 1em;
    }
    .ATDSHOP-ctg li:last-child a > span {
        padding-top: 0em;
        padding-right: 1em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }

    .ATDSHOP-ctg {
        font-size: 0.59em;
    }

    .ATDSHOP-ctg .has-sub ul > li:hover > a {
        color: #fff;
        background-color: #20446e; 
    }
    .ATDSHOP-ctg .has-sub .has-sub ul li a:hover {
        /* background-color: #20446e; */
        color: #fff;
    }
    .ATDSHOP-ctg:hover > ul ul li:hover > a {
        background-color: #20446e;
        color: white;	
    }
    .ATDSHOP-ctg > ul > li > ul a:hover {
        background-color: rgba(200,200,200,0.1);
        color: #fff;
    }
    .ATDSHOP-ctg .has-sub:last-child  ul .has-sub ul,
    .ATDSHOP-ctg .has-sub:nth-last-child(2) ul .has-sub ul {
        left: -100%;
    }

    .ATDSHOP-ctg .has-sub ul {
        margin: 0px;
        padding: 0px;
    }	
    .ATDSHOP-ctg .has-sub ul li a { /* submenu */
        line-height: 3em;
    }

}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
    .ATDSHOP-ctg .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }
    .ATDSHOP-ctg a {
        line-height: 3.5em;
    }

    .ATDSHOP-ctg li a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }
    .ATDSHOP-ctg li:first-child a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 1em;
    }
    .ATDSHOP-ctg li:last-child a > span {
        padding-top: 0em;
        padding-right: 1em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }

    .ATDSHOP-ctg {
        font-size: 0.9em;
    }		
    .ATDSHOP-ctg .has-sub ul > li:hover > a {
        color: #fff;
        background-color: #20446e; 
    }
    .ATDSHOP-ctg .has-sub .has-sub ul li a:hover {
        /* background-color: #20446e; */
        color: #fff;
    }
    .ATDSHOP-ctg:hover > ul ul li:hover > a {
        background-color: #20446e;
        color: white;	
    }
    .ATDSHOP-ctg .has-sub:last-child  ul .has-sub ul,
    .ATDSHOP-ctg .has-sub:nth-last-child(2) ul .has-sub ul {
        left: -100%;
    }

    .ATDSHOP-ctg .has-sub ul {
        margin: 0px;
        padding: 0px;
    }
    .ATDSHOP-ctg .has-sub ul li a { /* submenu */
        line-height: 3em;
    }

}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
    .ATDSHOP-ctg .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .ATDSHOP-ctg a {
        line-height: 3.5em;
    }
    .ATDSHOP-ctg li a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }
    .ATDSHOP-ctg li:first-child a > span {
        padding-top: 0em;
        padding-right: 0.5em;
        padding-bottom: 0em;
        padding-left: 1em;
    }
    .ATDSHOP-ctg li:last-child a > span {
        padding-top: 0em;
        padding-right: 1em;
        padding-bottom: 0em;
        padding-left: 0.5em;
    }
    .ATDSHOP-ctg {
        font-size: 1.3em;
    }	
    .ATDSHOP-ctg .has-sub ul > li:hover > a {
        color: #fff;
        background-color: #20446e; 
    }
    .ATDSHOP-ctg .has-sub .has-sub ul li a:hover {
        /* background-color: #20446e; */
        color: #fff;
    }
    .ATDSHOP-ctg:hover > ul ul li:hover > a {
        background-color: #20446e;
        color: white;	
    }
    .ATDSHOP-ctg > ul > li > ul a:hover {
        background-color: rgba(200,200,200,0.1);
        color: #fff;
    }
    .ATDSHOP-ctg .has-sub:last-child  ul .has-sub ul,
    .ATDSHOP-ctg .has-sub:nth-last-child(2) ul .has-sub ul {
        left: -100%;
    }

    .ATDSHOP-ctg .has-sub ul {
        margin: 0px;
        padding: 0px;
    }
    .ATDSHOP-ctg .has-sub ul li a { /* submenu */
        line-height: 3em;
    }

}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
    /*
        .ATDSHOP-ctg:before {
                        font-family: ElegantIcons;
                        content: "  ";
                        color: #fff;
                        display: block;
                        padding: 0.2em;
                        text-align: left;
                        font-size: 2.7em;
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        font-weight: bold;
                        margin: 0.2em;
                        background: #20446e;
                }
        
        
                .ATDSHOP-ctg:hover ul {
                        display: block !important;
                        float:none !important;
                        position:relative !important;
                }
    */

    .ATDSHOP-ctg ul ul,
    .ATDSHOP-ctg ul ul li,
    .ATDSHOP-ctg ul li ul,
    .ATDSHOP-ctg ul ul li a,
    .ATDSHOP-ctg ul li,
    .ATDSHOP-ctg ul li a {		
        display: block;
        float:none;
        text-align: center;
        position:relative;
        width: auto;
        left: auto;
    }	
    .ATDSHOP-ctg ul ul li a {
        background-color: #CCC;
    }
    .ATDSHOP-ctg ul li a span {
        border: none;
        padding: 1em;
        margin: 0em;
    }
    .ATDSHOP-ctg > ul {
        display: none;
    }

    .ATDSHOP-ctg label {
        position:relative;
        display:block;
        /*    width:100%; */
        margin:0;
        border: .15em solid rgba(60, 60, 60, .2);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .ATDSHOP-ctg label:after {
        position: absolute;
        right: 10px;  
        top: 7px; 

        font-family: ElegantIcons;
        content: "\e08c"; /*\64*/
        /*	
      content:"\2261";
        */
        font-size:1.3em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;  	
    }	
    /* change things on checked */
    .ATDSHOP-ctg input[type=checkbox]:checked ~ label:after {
        color:#0cc;
    }

    .ATDSHOP-ctg input[type=checkbox]:checked ~ ul {
        display:block;
        float: none;

        > li {
            width:100%;
            opacity:.9;
            text-align:left;

            &:after {
                position:absolute;
                right:.25em;
                /*
                                font-family: ElegantIcons;
                                content: "";
                /*
                          content:"\203A";
                          font: bold 1.4em sans-serif;
                */
            }
        }
    }
}




@media screen
and (min-width: 769px) {
    .ATDSHOP-ctg label { 
        display:none;
        cursor: pointer;
        user-select:none;
    }

    .ws_ctg_flatblock_2021 > ul > li {
        width: 350px;

    }

    .ATDSHOP-ctg input[type=checkbox] {
        position: absolute;
        left: -9999px;
    }

}
/* END OF MOBIL HAMBURGER MENU */


/* FLAT BLOCK 2021 */
/* FLAT MENU */
/*
* dropdown 2021
*/

.ws_ctg_flatblock_2021 {
    text-align: left;
}
.ws_ctg_flatblock_2021  * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
}
.ws_ctg_flatblock_2021 > ul {
    z-index: 36;
    list-style: none;
    width: 100%;
    position: relative;
    display: flex;
}
.ws_ctg_flatblock_2021 ul,
.ws_ctg_flatblock_2021 li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ws_ctg_flatblock_2021 > ul > li.selected {
    background-color: var(--skin-colorW);
    color: var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 > ul > li.selected:hover  > a:visited,
.ws_ctg_flatblock_2021 > ul > li.selected:hover  > a {
    color: var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 > ul > li.selected  > a:visited,
.ws_ctg_flatblock_2021 > ul > li.selected  > a {
    color: var(--skin-colorP2);
    font-weight: bold;
}

.ws_ctg_flatblock_2021 a {
    color: #111;
    display: block;
    text-decoration: none;
    padding-top: 0;
    padding-right: 1em;
    padding-bottom: 0;
    padding-left: 0.5em;
/*    line-height: 2em; */
    position: relative;
    margin: 0;
    text-align: left;
}

.ws_ctg_flatblock_2021 a:hover {
    color: #444;
    text-decoration: none;
}
/* first line hegiht */
.ws_ctg_flatblock_2021 > ul > li > a {
    text-transform: uppercase;
    padding-left: 1.25em;
}
.ws_ctg_flatblock_2021 > ul {
    display: none;
}
.ws_ctg_flatblock_2021 > ul > li {
    flex-grow: 1;
    background-color: var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 li.hidden {
    background-color: red !important;
    color: white;
}
.ws_ctg_flatblock_2021 li.hidden a {
    color: white !important;
    background-color: red !important;
}
.ws_ctg_flatblock_2021 li.hidden ul {
    background-color: red !important;
    color: white;
}
/*
.ws_ctg_flatblock_2021 > ul > li:first-child {
    border-radius: 5px 0 0 0;
}
.ws_ctg_flatblock_2021 > ul > li:last-child  {
    border-radius: 0 5px 0 0;
}
*/
.ws_ctg_flatblock_2021 .has-sub .has-sub a {
    color: #000;
    text-indent: 0;	
}
.ws_ctg_flatblock_2021 .has-sub li.ctglevel1 > a {
    font-weight: bold;
    border-bottom: 1px solid #999;
    color: var(--skin-colorP2);
    font-size: 1.1em;
}
.ws_ctg_flatblock_2021 ul.column > li.ctglevel1:not(.has-sub) > a:before {
    content: "^";
    font-family: "ElegantIcons";
}
.ws_ctg_flatblock_2021 .has-sub .has-sub a:before {
    content: "C";
    font-family: "ElegantIcons";
}
.ws_ctg_flatblock_2021 .has-sub:hover > ul {
    display: flex;
    z-index: 15;
}   

.ws_ctg_flatblock_2021 > ul > .has-sub > ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 349px;
    right: 0;
    margin: 0;
    min-height: calc(100% + 1px);
    background-color: var(--skin-colorW);
    border-top: 1px solid var(--skin-colorP2);
    border-right: 1px solid var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 .has-sub ul li a { /* submenu */
    filter: none;
    /*	line-height: 2em; */
    text-shadow: none;
    color: #000;
    margin: 0em;
    white-space: nowrap;
    font-size: 1em;
    display: block;	
}
.ws_ctg_flatblock_2021 .has-sub ul > li.has-sub > ul li a:before {
    content: "E";
    font-family: "ElegantIcons";
}


.ws_ctg_flatblock_2021 .has-sub ul li a span {
    margin-left: 1em;
}
/*
.ws_ctg_flatblock_2021 ul li.has-sub ul li:not(.has-sub) a:before {
        content: "D";
        font-family: "ElegantIcons";
}
*/

.ws_ctg_flatblock_2021 .has-sub ul li:hover {
    color: var(--skin-colorP2);
    background-color: #FFF;
}
.ws_ctg_flatblock_2021 .has-sub ul > li:hover > a {
    color: var(--skin-colorP2);
    background-color: inherit;
}
.ws_ctg_flatblock_2021 .has-sub ul > li:hover > a > span {
    border-bottom: 1px solid var(--skin-colorP2);
}

.ws_ctg_flatblock_2021 .has-sub ul > li li.has-sub:hover > a {
    background-color: var(--skin-colorP2);
    color: #fff;
}
/*
.ws_ctg_flatblock_2021 .has-sub ul li:hover > a:after {
        content: "N";  
        font-family: 'ElegantIcons';
        font-size: 1.2em;
        margin-left: 10px;
        line-height: 1.4em;
}
*/
.ws_ctg_flatblock_2021 .has-sub .has-sub:hover > ul {
    display: block;
}
.ws_ctg_flatblock_2021 .has-sub .has-sub ul li a {

}

/* CUSTOM */
.ws_ctg_flatblock_2021 > ul > li li {
    text-transform: none;
}
.ws_ctg_flatblock_2021 > ul > li:last-child {
    border: none;
}
.ws_ctg_flatblock_2021 > ul > li > a {
    color: var(--skin-colorW);
    text-shadow: none;
    display: block;
}
.ws_ctg_flatblock_2021 > ul > li.has-sub > a:after {
    content: " E";
    font-size: 1.3em;
    position: absolute;
    right: 0.35em;
    text-shadow: none;
    font-family: Eleganticons;
    color: rgba(255,255,255,0.5);
}
.ws_ctg_flatblock_2021 > ul > li:hover {
    background-color: var(--skin-colorW);
}
.ws_ctg_flatblock_2021 > ul > li:hover a {
    color: var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 > ul > li:hover > a {
    background-color: var(--skin-colorP1);
}


.ws_ctg_flatblock_2021 > ul > li > ul {
    background-color: var(--skin-colorP2);
}
.ws_ctg_flatblock_2021 > ul > li > ul a {
    color: #fff;
    font-size: 0.9em;
    padding: 0.2em 0.05em;
}

.ws_ctg_flatblock_2021 > ul > li > ul a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
    .ws_ctg_flatblock_2021 > ul > li {

    }
    .ws_ctg_flatblock_2021 > ul > li > a {
        padding: 1em 0.5em;
        font-size: 1.2em;
    }
    .ws_ctg_flatblock_2021 .has-sub:hover > ul {
        flex-wrap: wrap;    
    }   

}

/* medium */
@media screen
and (max-width : 769px) {

    .ws_ctg_flatblock_2021 > ul {
        border-radius: 0
    }	
    .ws_ctg_flatblock_2021 > ul > li {
        padding: 10px 0px;
        display: block;
        float: none;
    }
    .ws_ctg_flatblock_2021 > ul > li > a {
        font-size: 1.1em;
    }
    .ws_ctg_flatblock_2021 > ul {
        display: none;
    }
    .ws_ctg_flatblock_2021 {
        border-radius: 0;
        margin-top: 0;
    }
    /*
            .ws_ctg_flatblock_2021:before {
                    font-family: ElegantIcons;
                    content: "  ";
                    color: #fff;
                    display: block;
                    text-align: left;
                    font-size: 1.6em;
                    font-weight: bold;
                    margin: 1px;
                    padding-top:  0.1em;
                    padding-right: 0.1em;
                    padding-bottom: 0.1em;
                    padding-left: 0.1em;
                            -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    border: 1px solid white;
            }
    */

    /* disable link by css on mibile */	
    .ws_ctg_flatblock_2021 li.has-sub > a {
        /*		  pointer-events: none; */
        cursor: default;
        text-decoration: none;
        color: var(--skin-colorW);	
    }
    .ws_ctg_flatblock_2021 .has-sub:hover > ul {
        flex-direction: column;
    }

    .ws_ctg_flatblock_2021:hover > ul ul {
        width: 100%;
        border: 0;
        position: static;
        padding-left: 12px;
    }

    .ws_ctg_flatblock_2021:hover > ul ul li a:hover {
        background-color: white;
        color: black;
    }
    /*
    .ws_ctg_flatblock_2021:hover > ul {
            display: block;
    }
    */
    .ws_ctg_flatblock_2021:hover > ul > li:hover {
        background-color: transparent;
    }  
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {

    .ws_ctg_flatblock_2021 {
        font-size: 1.3em;
    }
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {

    .ws_ctg_flatblock_2021 {
        font-size: 1.2em;
    }
}
/* fullscreen tablet landscape */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {

    .ws_ctg_flatblock_2021 {
        font-size: 1.1em;
    }
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

    .ws_ctg_flatblock_2021 {
        font-size: 0.75em;
    }
    .ws_ctg_flatblock_2021 > ul > .has-sub > ul {
        padding: 1em;
    }	
}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
    .ws_ctg_flatblock_2021 {
        font-size: 0.75em;
    }		
    .ws_ctg_flatblock_2021 > ul > .has-sub > ul {
        padding: 1em;
    }	
}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
    .ws_ctg_flatblock_2021 {
        font-size: 0.75em;
    }
    .ws_ctg_flatblock_2021 > ul > .has-sub > ul {
        padding: 1em;
    }	
        .ws_ctg_flatblock_2021 > ul > li > a {
        line-height: 3.4em;
        border-top: 1px solid rgba(255,255,255,0.25);
    }  
    
    
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
    /*
            .ws_ctg_flatblock_2021:before {
                    font-family: ElegantIcons;
                    content: "  ";
                    color: #fff;
                    display: block;
                    padding: 0.2em;
    
                    text-align: left;
                    font-size: 2.7em;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    font-weight: bold;
                    margin: 0.2em;
                    background: #20446e;
            }
    
    
            .ws_ctg_flatblock_2021:hover ul {
                    display: block !important;
                    float:none !important;
                    position:relative !important;
            }
    */

    .ws_ctg_flatblock_2021 ul ul,
    .ws_ctg_flatblock_2021 ul ul li,
    .ws_ctg_flatblock_2021 ul ul li a,	
    .ws_ctg_flatblock_2021 ul li,
    .ws_ctg_flatblock_2021 ul li a {		
        display: block;
        float:none !important;
        position:relative !important;
        padding: 0.1em !important;
        width: auto !important;
        left: auto !important;
    }	
    .ws_ctg_flatblock_2021 ul li a {		
        text-align: left;
    }
    .ws_ctg_flatblock_2021 ul li a span {
        border: none !important;		
    }

    .ws_ctg_flatblock_2021 li > ul {
        display: none;
    }
    .ws_ctg_flatblock_2021 > ul > li > a {		
        text-align: center;
    }
    .ws_ctg_flatblock_2021 label {
        padding: 0.5em 1em;
    }    
}
@media screen
and (min-width: 769px) {
    .ws_ctg_flatblock_2021 label { 
        cursor: pointer;
        user-select:none;
    }
    .ws_ctg_flatblock_2021 label {
        padding: 1.3em;
    }
    .ws_ctg_flatblock_2021 .has-sub > .menu_wrapper {
        flex-wrap: wrap;
    }
    .ws_ctg_flatblock_2021 .has-sub ul.column {
        flex-grow: 1;
        flex-basis: 150px;
    }
}
.ws_ctg_flatblock_2021 label {
    position:relative;
    display:block;
    font-size:1em;
    margin:0px;
    background-color: var(--skin-colorP2);
    color: #fff;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    font-weight: bold;
}

.ws_ctg_flatblock_2021 label:after {
    font-family: 'ElegantIcons';
    content:"\64";
    display: block;
    float: right;
    font-size:1em;
    text-transform: none;
}	

/* change things on checked */
.ws_ctg_flatblock_2021:hover label:after,
.ws_ctg_flatblock_2021 input[type=checkbox]:checked ~ label:after {
    content:"\62";
}

/* 2021 */
.ws_ctg_flatblock_2021.ATDshop.CTGroot > ul > li:last-child {
    border-left: 1px solid var(--skin-colorP2);
    border-bottom: 1px solid var(--skin-colorP2);
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot > ul > li:hover > ul {
    border: 1px solid var(--skin-colorP2);
/*    margin-left: -1px;*/
}

.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul {
    display: block;
    position: absolute;
    float: none;
    right: 0;
    left: 0;
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul > li {
    border-left: 1px solid var(--skin-colorP2);
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul > li > a {
    font-weight: bold;
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul > li a {
    position: relative;
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul > li:hover a:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid var(--skin-colorW);
    z-index: 35;
}
.ws_ctg_flatblock_2021.ATDshop.CTGroot:hover > ul > li > ul {
    background-color: var(--skin-colorW);
}

.ws_ctg_flatblock_2021 input[type=checkbox]:checked ~ ul {
    display:block;
    position: absolute;
}

.ws_ctg_flatblock_2021 input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
/* END OF MOBIL HAMBURGER MENU */


/* COLUMNED MENU */

.ws_ctg_flatblock_2021 .has-sub ul.column {
    flex-grow: 1;
}
.ws_ctg_flatblock_2021 .has-sub ul.column li {
    float: none;
    clear: both;
    text-align: left;
}














/* FLAT MENU */
/*
* dropdown 2015
*/

.ws_ctg_flatmenu_2015 {
	text-align: left;
	position: relative;
}

.ws_ctg_flatmenu_2015 > ul {
	z-index: 4;
	width: 100%;
	position: relative;
}

.ws_ctg_flatmenu_2015 ul,
.ws_ctg_flatmenu_2015 li {
  margin: 0;
  padding: 0;
}
.ws_ctg_flatmenu_2015:after,
.ws_ctg_flatmenu_2015 ul:after {
  content: '';
  display: block;
  clear: both;
}
.ws_ctg_flatmenu_2015 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0.5em;
	line-height: 2em;
	position: relative;
	margin: 0;
}

.ws_ctg_flatmenu_2015 a:hover {
	color: #FFF;
	text-decoration: none;
}

.ws_ctg_flatmenu_2015 > ul > li > a {
	line-height: 3.4em;
}


.ws_ctg_flatmenu_2015 a p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.ws_ctg_flatmenu_2015 a p span {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.ws_ctg_flatmenu_2015 a p span:first-child {
	font-weight: bold;
}
.ws_ctg_flatmenu_2015 > ul {
	list-style: none;
	float: left;

}
.ws_ctg_flatmenu_2015 > ul {
	display: flex;
}
.ws_ctg_flatmenu_2015 > ul > li {
	flex-grow: 1;
	border-right: 1px dotted rgba(255,255,255,0.1);
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */	
}
/*
.ws_ctg_flatmenu_2015 > ul > li.has-sub:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: -10px;
	margin-bottom: -1px;
}

.ws_ctg_flatmenu_2015 > ul > li.has-submenu:hover::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
  margin-left: -10px;
}
*/

.ws_ctg_flatmenu_2015 > ul > li:first-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.ws_ctg_flatmenu_2015 > ul > li:last-child  {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.ws_ctg_flatmenu_2015 > ul > li.active a {
}
.ws_ctg_flatmenu_2015 > ul > li:hover > a {
}
.ws_ctg_flatmenu_2015 .has-sub {

}
.ws_ctg_flatmenu_2015 .has-sub .has-sub {
	background-color: rgba(255,255,255,0.3);
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1em;
	margin-right: 0.15em;
	margin-bottom: 0.15em;
	margin-left: 0.15em;
	list-style-type: none;

}
.ws_ctg_flatmenu_2015 .has-sub .has-sub a {
	color: #000;
	text-indent: 0;	
	border-bottom: 1px solid #999;
	
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub a:before {
	content: "";
}
.ws_ctg_flatmenu_2015 .has-sub:hover > ul {

	display: flex;
	z-index: 15;

}
.ws_ctg_flatmenu_2015 .has-sub > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.ws_ctg_flatmenu_2015 .has-sub ul li {
	float: left;
	list-style-type: none;
	color: #000;
	list-style-position: outside;
  }
.ws_ctg_flatmenu_2015 .has-sub ul li a { /* submenu */
	filter: none;
	/*	line-height: 2em; */
	text-shadow: none;
	color: #000;
	margin: 0em;
	white-space: nowrap;
	font-size: 1em;
	display: block;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	text-indent: 1em;
	
}
.ws_ctg_flatmenu_2015 .has-sub ul li a:before {
	content: "E";
	font-family: "ElegantIcons";
}


.ws_ctg_flatmenu_2015 .has-sub ul li a span {
	padding-left: 1em;
}
/*
.ws_ctg_flatmenu_2015 ul li.has-sub ul li:not(.has-sub) a:before {
	content: "D";
	font-family: "ElegantIcons";
}
*/

.ws_ctg_flatmenu_2015 .has-sub ul li:hover a {
	color: #4e8b33;
	background-color: #fff;
}
/*
.ws_ctg_flatmenu_2015 .has-sub ul li:hover > a:after {
	content: "N";  
	font-family: 'ElegantIcons';
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 1.4em;
}
*/
.ws_ctg_flatmenu_2015 .has-sub .has-sub:hover > ul {
	display: block;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul li a {
	line-height: 3em;
	background-color: #f8f8f8;
	color: #000;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul li a:hover {
	background-color: #4e8b33;
	color: #fff;
}

/* CUSTOM */
.ws_ctg_flatmenu_2015 {
/*
	border-top-left-radius: 6px;
	background-color: #4c4c4c
*/
}

.ws_ctg_flatmenu_2015 > ul {
/*
	background: rgb(0, 79, 154);
	background: -moz-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -webkit-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -o-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -ms-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: linear-gradient(0deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 1px solid #6192c1;

*/
	width: 100%;
}

.ws_ctg_flatmenu_2015 > ul > li {
	padding: 0;
	margin: 0;
	border-right: 1px dotted rgba(255,255,255,0.1);
	text-transform: uppercase;
}
.ws_ctg_flatmenu_2015 > ul > li li {
	text-transform: none;
}
.ws_ctg_flatmenu_2015 > ul > li:last-child {
	border: none;
}
.ws_ctg_flatmenu_2015 > ul > li > a {
	color: #000;
	text-shadow: none;
	display: block;
}
.ws_ctg_flatmenu_2015 > ul > li.has-sub > a:after {
	content: " C";
	font-size: 1.3em;
	position: absolute;
	top: 1px;
	right: 0.35em;
	text-shadow: none;
	font-family: Eleganticons;
	color: rgba(255,255,255,0.5);
}
.ws_ctg_flatmenu_2015 > ul > li:hover {
	background-color: #f9f9f9;
}
.ws_ctg_flatmenu_2015 > ul > li:hover a {
	color: #4e8b33;
}

.ws_ctg_flatmenu_2015 > ul > li > ul {
	background-color: #4e8b33;
}
.ws_ctg_flatmenu_2015 > ul > li > ul a {
	color: #fff;
	font-size: 0.9em;
	padding: 0.2em 0.05em;
}

.ws_ctg_flatmenu_2015 > ul > li > ul a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
	.ws_ctg_flatmenu_2015 > ul > li {
		padding: 1em 0.5em;
	}
	.ws_ctg_flatmenu_2015 > ul > li > a {
		font-size: 1.2em;
	}
}

/* medium */
@media screen
and (max-width : 769px) {
	.ws_ctg_flatmenu_2015 > ul {
		border-radius: 0
	}	
	.ws_ctg_flatmenu_2015 > ul > li {
		padding: 10px 0px;
		display: block;
		float: none;
	}
	.ws_ctg_flatmenu_2015 > ul > li > a {
		font-size: 1.1em;
	}
	.ws_ctg_flatmenu_2015 > ul > li.has-sub > a:after {
		font-size: 1.4em;
		position: absolute;
		top: 3px;
		right: 2px;
	}
	.ws_ctg_flatmenu_2015 > ul {
		display: none;
	}
	.ws_ctg_flatmenu_2015 {
		border-radius: 0;
		margin-top: 0;
	}
/*
	.ws_ctg_flatmenu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		text-align: left;
		font-size: 1.6em;
		font-weight: bold;
		margin: 1px;
		padding-top:  0.1em;
		padding-right: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.1em;
			-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid white;
	}
*/

	.ws_ctg_flatmenu_2015:hover > ul ul {
		display: block;
		width: 100%;
		border: 0;
		position: static;
		padding-left: 12px;
	}

	.ws_ctg_flatmenu_2015:hover > ul ul li a:hover {
		background-color: white;
		color: black;
	}
	/*
	.ws_ctg_flatmenu_2015:hover > ul {
		display: block;
	}
	*/
	.ws_ctg_flatmenu_2015:hover > ul > li:hover {
		background-color: transparent;
	}
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.3em;
	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.2em;
	}
}
/* fullscreen tablet landscape */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.1em;
	}
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 0.5em;
	}
}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	.ws_ctg_flatmenu_2015 {
		font-size: 0.8em;
	}		
}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
	.ws_ctg_flatmenu_2015 {
		font-size: 0.9em;
	}	
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
/*
	.ws_ctg_flatmenu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		padding: 0.2em;

		text-align: left;
		font-size: 2.7em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight: bold;
		margin: 0.2em;
		background: #20446e;
	}


	.ws_ctg_flatmenu_2015:hover ul {
		display: block !important;
		float:none !important;
		position:relative !important;
	}
*/

	.ws_ctg_flatmenu_2015 ul ul,
	.ws_ctg_flatmenu_2015 ul ul li,
	.ws_ctg_flatmenu_2015 ul li ul,
	.ws_ctg_flatmenu_2015 ul ul li a,	
	.ws_ctg_flatmenu_2015 ul li,
	.ws_ctg_flatmenu_2015 ul li a {		
		display: block !important;
		float:none !important;
		text-align: center !important;
		position:relative !important;
		padding: 0.1em !important;
		width: auto !important;
		left: auto !important;
	}	
	.ws_ctg_flatmenu_2015 ul li a span {
		border: none !important;		
	}
	.ws_ctg_flatmenu_2015 > ul {
		display: none;
	}



	.ws_ctg_flatmenu_2015 label {
		position:relative;
		display:block;
		padding:.45em;
		font-size:1em;
		margin:5px;
		border: 1px solid rgba(60, 60, 60, 0.2);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		background-color: #eee;
		color: #111;
		text-transform: uppercase;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select:none;
		user-select:none;
		-o-user-select:none;
    }
    
    .ws_ctg_flatmenu_2015 label:after {
		display: block;
		float: right;
		content:"\e08c";
		font-size:1em;
		font-family: ElegantIcons;
	}	


	/* change things on checked */
    .ws_ctg_flatmenu_2015 input[type=checkbox]:checked ~ label:after {
      color:#555;
    }

    .ws_ctg_flatmenu_2015 input[type=checkbox]:checked ~ ul {
      display:block;
	  float: none;
        
      > li {
        width:100%;
        opacity:.9;
        text-align:left;
    
        &:after {
          position:absolute;
          right:.25em;
/*
		font-family: ElegantIcons;
		content: "";
/*
          content:"\203A";
          font: bold 1.4em sans-serif;
*/
        }
      }
	}
}




@media screen
and (min-width: 769px) {
	.ws_ctg_flatmenu_2015 label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
}

.ws_ctg_flatmenu_2015 input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* END OF MOBIL HAMBURGER MENU */


/* COLUMNED MENU */

.ws_ctg_flatmenu_2015 .has-sub ul.column {
	flex-grow: 1;

}
.ws_ctg_flatmenu_2015 .has-sub ul.column li {
	float: none;
	clear: both;
	text-align: left;
}



/* FLAT MENU */
/*
* dropdown 2019
*/

.ws_ctg_flatblock_2019 {
	text-align: left;
	position: relative;
}
.ws_ctg_flatblock_2019  * {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;  
}
.ws_ctg_flatblock_2019 > ul {
	z-index: 12;
	list-style: none;
	width: 100%;
	position: relative;
	display: flex;
}
.ws_ctg_flatblock_2019 ul,
.ws_ctg_flatblock_2019 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ws_ctg_flatblock_2019 li.black-friday {
	background-color: black;
	color: white;
}
.ws_ctg_flatblock_2019 li.black-friday a,
.ws_ctg_flatblock_2019 li.black-friday a:visited {
	color: white;
}

.ws_ctg_flatblock_2019 > ul > li.selected {
	background-color: #4e8b33;
}
.ws_ctg_flatblock_2019 > ul > li.selected:hover  > a:visited,
.ws_ctg_flatblock_2019 > ul > li.selected:hover  > a {
	color: #4e8b33;
}
.ws_ctg_flatblock_2019 > ul > li.selected  > a:visited,
.ws_ctg_flatblock_2019 > ul > li.selected  > a {
	color: #FFF;
}

.ws_ctg_flatblock_2019 a {
	color: #111;
	display: block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0.5em;
	line-height: 2em;
	position: relative;
	margin: 0;
	text-align: left;
}

.ws_ctg_flatblock_2019 a:hover {
	color: #444;
	text-decoration: none;
}
/* first line hegiht */
.ws_ctg_flatblock_2019 > ul > li > a {
	line-height: 3.4em;
	text-transform: uppercase;
	text-align: center;

}
.ws_ctg_flatblock_2019 > ul {
	display: flex;
}
.ws_ctg_flatblock_2019 > ul > li {
	flex-grow: 1;
	border-right: 1px dotted rgba(255,255,255,0.1);
}
.ws_ctg_flatblock_2019 li.hidden {
	background-color: red !important;
	color: white;
}
.ws_ctg_flatblock_2019 li.hidden a {
	color: white !important;
	background-color: red !important;
}
.ws_ctg_flatblock_2019 li.hidden ul {
	background-color: red !important;
	color: white;
}
.ws_ctg_flatblock_2019 > ul > li:first-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.ws_ctg_flatblock_2019 > ul > li:last-child  {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.ws_ctg_flatblock_2019 .has-sub .has-sub a {
	color: #000;
	text-indent: 0;	
}
.ws_ctg_flatblock_2019 .has-sub li.ctglevel1 > a {
	font-weight: bold;
	border-bottom: 1px solid #999;
	color: #4e8b33;
	font-size: 1.1em;
}
.ws_ctg_flatblock_2019 ul.column > li.ctglevel1:not(.has-sub) > a:before {
	content: "^";
	font-family: "ElegantIcons";
}
.ws_ctg_flatblock_2019 .has-sub .has-sub a:before {
	content: "C";
	font-family: "ElegantIcons";
}
.ws_ctg_flatblock_2019 .has-sub:hover > ul {
/*	display: flex; */
	z-index: 15;

}
.ws_ctg_flatblock_2019 > ul > .has-sub > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
	background-color: #f4f4f4;
/*
	-webkit-box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.4);
*/
}
.ws_ctg_flatblock_2019 .has-sub ul li a { /* submenu */
	filter: none;
	/*	line-height: 2em; */
	text-shadow: none;
	color: #000;
	margin: 0em;
	white-space: nowrap;
	font-size: 1em;
	display: block;	
}
.ws_ctg_flatblock_2019 .has-sub ul > li.has-sub > ul li a:before {
	content: "E";
	font-family: "ElegantIcons";
}


.ws_ctg_flatblock_2019 .has-sub ul li a span {
	margin-left: 1em;
}
/*
.ws_ctg_flatblock_2019 ul li.has-sub ul li:not(.has-sub) a:before {
	content: "D";
	font-family: "ElegantIcons";
}
*/

.ws_ctg_flatblock_2019 .has-sub ul li:hover {
	color: #4e8b33;
	background-color: #FFF;
}
.ws_ctg_flatblock_2019 .has-sub ul > li:hover > a {
	color: #4e8b33;
	background-color: inherit;
}
.ws_ctg_flatblock_2019 .has-sub ul > li:hover > a > span {
	border-bottom: 1px solid #4e8b33;
}

.ws_ctg_flatblock_2019 .has-sub ul > li li.has-sub:hover > a {
	background-color: #4e8b33;
	color: #fff;
}
/*
.ws_ctg_flatblock_2019 .has-sub ul li:hover > a:after {
	content: "N";  
	font-family: 'ElegantIcons';
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 1.4em;
}
*/
.ws_ctg_flatblock_2019 .has-sub .has-sub:hover > ul {
	display: block;
}
.ws_ctg_flatblock_2019 .has-sub .has-sub ul li a {
	line-height: 1.8em;
}

/* CUSTOM */
.ws_ctg_flatblock_2019 > ul > li li {
	text-transform: none;
}
.ws_ctg_flatblock_2019 > ul > li:last-child {
	border: none;
}
.ws_ctg_flatblock_2019 > ul > li > a {
	color: #000;
	text-shadow: none;
	display: block;
}
.ws_ctg_flatblock_2019 > ul > li.has-sub > a:after {
	content: " C";
	font-size: 1.3em;
	position: absolute;
	top: 1px;
	right: 0.35em;
	text-shadow: none;
	font-family: Eleganticons;
	color: rgba(255,255,255,0.5);
}
.ws_ctg_flatblock_2019 > ul > li:hover {
	background-color: #f4f4f4;
}
.ws_ctg_flatblock_2019 > ul > li:hover a {
	color: #4e8b33;
}

.ws_ctg_flatblock_2019 > ul > li > ul {
	background-color: #4e8b33;
}
.ws_ctg_flatblock_2019 > ul > li > ul a {
	color: #fff;
	font-size: 0.9em;
	padding: 0.2em 0.05em;
}

.ws_ctg_flatblock_2019 > ul > li > ul a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
	.ws_ctg_flatblock_2019 > ul > li {
		padding: 1em 0.5em;
	}
	.ws_ctg_flatblock_2019 > ul > li > a {
		font-size: 1.2em;
	}
}

/* medium */
@media screen
and (max-width : 769px) {
	.ws_ctg_flatblock_2019 > ul {
		border-radius: 0
	}	
	.ws_ctg_flatblock_2019 > ul > li {
		padding: 10px 0px;
		display: block;
		float: none;
	}
	.ws_ctg_flatblock_2019 > ul > li > a {
		font-size: 1.1em;
	}
	.ws_ctg_flatblock_2019 > ul {
		display: none;
	}
	.ws_ctg_flatblock_2019 {
		border-radius: 0;
		margin-top: 0;
	}
/*
	.ws_ctg_flatblock_2019:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		text-align: left;
		font-size: 1.6em;
		font-weight: bold;
		margin: 1px;
		padding-top:  0.1em;
		padding-right: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.1em;
			-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid white;
	}
*/

	/* disable link by css on mibile */	
	.ws_ctg_flatblock_2019 li.has-sub > a {
/*		  pointer-events: none; */
		  cursor: default;
		  text-decoration: none;
		  color: black;	
	}
	.ws_ctg_flatblock_2019 .has-sub:hover > ul {
		flex-direction: column;
	}

	.ws_ctg_flatblock_2019:hover > ul ul {
		width: 100%;
		border: 0;
		position: static;
		padding-left: 12px;
	}

	.ws_ctg_flatblock_2019:hover > ul ul li a:hover {
		background-color: white;
		color: black;
	}
	/*
	.ws_ctg_flatblock_2019:hover > ul {
		display: block;
	}
	*/
	.ws_ctg_flatblock_2019:hover > ul > li:hover {
		background-color: transparent;
	}
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {

	.ws_ctg_flatblock_2019 {
		font-size: 1.3em;
	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {

	.ws_ctg_flatblock_2019 {
		font-size: 1.2em;
	}
}
/* fullscreen tablet landscape */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {

	.ws_ctg_flatblock_2019 {
		font-size: 1.1em;
	}
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

	.ws_ctg_flatblock_2019 {
		font-size: 0.5em;
	}
	.ws_ctg_flatblock_2019 > ul > .has-sub > ul {
		padding: 1em;
	}	
}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	.ws_ctg_flatblock_2019 {
		font-size: 0.8em;
	}		
	.ws_ctg_flatblock_2019 > ul > .has-sub > ul {
		padding: 1em;
	}	
}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
	.ws_ctg_flatblock_2019 {
		font-size: 0.9em;
	}
	.ws_ctg_flatblock_2019 > ul > .has-sub > ul {
		padding: 1em;
	}	
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
/*
	.ws_ctg_flatblock_2019:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		padding: 0.2em;

		text-align: left;
		font-size: 2.7em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight: bold;
		margin: 0.2em;
		background: #20446e;
	}


	.ws_ctg_flatblock_2019:hover ul {
		display: block !important;
		float:none !important;
		position:relative !important;
	}
*/

	.ws_ctg_flatblock_2019 ul ul,
	.ws_ctg_flatblock_2019 ul ul li,
	.ws_ctg_flatblock_2019 ul ul li a,	
	.ws_ctg_flatblock_2019 ul li,
	.ws_ctg_flatblock_2019 ul li a {		
		display: block;
		float:none !important;
		position:relative !important;
		padding: 0.1em !important;
		width: auto !important;
		left: auto !important;
	}	
	.ws_ctg_flatblock_2019 ul li a {		
		text-align: left;
	}
	.ws_ctg_flatblock_2019 ul li a span {
		border: none !important;		
	}

	.ws_ctg_flatblock_2019 li > ul {
		display: none;
	}
	.ws_ctg_flatblock_2019 > ul > li > a {		
		text-align: center;
	}


	.ws_ctg_flatblock_2019 label {
		position:relative;
		display:block;
		padding:.45em;
		font-size:1em;
		margin:5px;
		border: 1px solid rgba(60, 60, 60, 0.2);
				
		background-color: #eee;
		color: #111;
		text-transform: uppercase;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select:none;
		user-select:none;
		-o-user-select:none;
    }
    
    .ws_ctg_flatblock_2019 label:after {
		display: block;
		float: right;
		content:"\e08c";
		font-size:1em;
		font-family: ElegantIcons;
	}	


	/* change things on checked */
    .ws_ctg_flatblock_2019 input[type=checkbox]:checked ~ label:after {
      color:#555;
    }

    .ws_ctg_flatblock_2019 input[type=checkbox]:checked ~ ul {
      display:block;
	  float: none;
        
      > li {
        width:100%;
        opacity:.9;
        text-align:left;
    
        &:after {
		font-family: ElegantIcons;
		content: "";
        }
      }
	}
}




@media screen
and (min-width: 769px) {
	.ws_ctg_flatblock_2019 label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
}

.ws_ctg_flatblock_2019 input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* END OF MOBIL HAMBURGER MENU */


/* COLUMNED MENU */

.ws_ctg_flatblock_2019 .has-sub ul.column {
	flex-grow: 1;
	flex-basis: 100%;
}
.ws_ctg_flatblock_2019 .has-sub ul.column li {
	float: none;
	clear: both;
	text-align: left;
}
