
/*~~~~~~~~~~  MAIN NAV  ~~~~~~~~~~*/
div#mobile-menu {
    display: none;
}
.header {
    position: fixed;
    z-index: 10;
    width: 100%;
}
.header .logo img{
    max-width:130px;
}

.header.smallHeader .logo img,
body.mobile .header .logo img {
    max-width: 200px;
    height: auto;
}
.header.smallHeader ul#menu-main-nav-de, .header.smallHeader ul#menu-main-nav-en {
    margin: 15px 0px 0px 0px;
}
div#top,
.main-nav,
.header .clearfix {
    background: rgba(255, 255, 255, 0.9);
	
}
.smallHeader div#top,
.smallHeader .main-nav,
.smallHeader .clearfix {
    background: rgba(255, 255, 255, 1);
}
.stripe {
    background: url("images/stripe-bg.png") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 65px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.smallHeader .stripe {
    background: url("images/stripe-bg-mobile.png") center top no-repeat;
    background-size: cover;
}
ul#menu-main-nav-de,
ul#menu-main-nav-en {
    list-style: none;
    padding: 0;
    margin: 30px 0px 0px 0px;
}
li.menu-item {
    display: inline-block;
    position:relative;
    padding: 0px 20px;
    margin: 0px 1px;
}
li.menu-item a,
li.menu-item {
    text-decoration: none;
	font-size:18px;
	color: #6f6f6f;
	line-height:37px;
	display: inline-block;
	font-family:'Raleway-Medium', sans-serif;
    cursor: pointer;
}
li.menu-item a:hover,
li.menu-item.current-menu-item a,
li.current_page_ancestor.current_page_parent,
li.menu-item:hover,
li.menu-item.current_page_ancestor.current_page_parent a,
li.current_page_ancestor a
{
	color:#1b3e9c;
	text-decoration: none;
}
li.menu-item:first-child {
	padding-left:0px;
	margin-left: 0px;
}
.sub-nav-bg {
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    top: 37px;
    left: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
li.menu-item.anim:hover>div.sub-nav-bg {
    max-height: 600px;
    opacity: 1;
}
ul.sub-nav {
    list-style: none;
    padding: 10px 20px;
    margin: 0px;
    background: #1b3e9c;
}
ul.sub-nav li a,
li.menu-item.current-menu-item .sub-nav .sub-nav-item a
{
    color: #d1dee7;
    font-family: 'Raleway-Medium', sans-serif;
    font-size: 16px;
    display: block;
    padding-right: 20px;
    white-space: nowrap;
}
.current_page_parent .sub-nav-bg .sub-nav li.sub-nav-item a {
    color: #d1dee7;
}
.current_page_parent .sub-nav-bg .sub-nav li.sub-nav-item a:hover,
.sub-nav .current_page_parent a {
    color: #fff;
}
ul.sub-nav li a:hover,
li.sub-nav-item.current-submenu-item a {
    color: #fff !important;
}
.sub-nav-bg {
    background: url(images/sub-nav-arrow.png) no-repeat;
    background-position: 10px 0px;
    padding-top: 9px;
}
ul.sub-nav li.sub-nav-item {
    background: url(images/sub-nav-border-bottom.jpg) repeat-x left bottom;
    position: relative;
}
ul.sub-nav li.sub-nav-item:last-child {
    background-image: none;
}
ul.sub-nav li a:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0px;
    top:10px;
}


/*~~~~~~~~~~  CUSTOM STYLES  ~~~~~~~~~~*/

.mainContentBg {
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
.blue-button { 
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}

.red-button {
    background-color:#bc3315;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}

#LangSelect {
    background-repeat: no-repeat !important;
    height: 33px;
    line-height: 32px !important;
    float: left;
	font-family: OpenSans-Semibold, sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-image: url(images/lang-icon.png);
	background-position: right 3px top 52%;
    font-size: 14px;
    color: #5d5d5d;
    padding-right: 15px;
	padding-left: 8px;
	margin-right: 6px;
}
.container {
    max-width: 1200px !important;
    padding: 0px;
    margin: 0 auto;
}
.top-header .row div {
    padding: 0px;
}
span.langImg img {
    width: 34px;
    height: 33px;
}
span.langImg {
    display: inline-block;
	float: left;
}
.inline.langContainer {
    border-right: 1px solid #dddddd;
    display: none;
}
.top-header .container {
    border-bottom: 1px solid #c5c5c5;
	height: 34px;
}
span.share-icons .fa {
    line-height: 33px;
    width: 34px;
    text-align: center;
    background: #c4c3c3;
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
span.share-icons a {
    display: inline-block;
    text-decoration: none;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    float: left;
}
.top-contacts {
    font-size: 14px;
    font-family: OpenSans-Semibold, sans-serif;
    color: #3e3e3e;
	line-height: 33px;
}
.top-contacts a {
	color: #3e3e3e;
	text-decoration: none;
}
.top-contacts a:hover {
	text-decoration: underline;
}
.top-contacts .inline.float-right {
    padding: 0px 0px 0px 23px;
    border-left: 1px solid #dddddd;
    margin: 0px 0px 0px 23px;
}
.top-contacts .inline.float-right .fa {
    margin-right: 4px;
}
.logo-container {
    text-align: right;
}
.main-nav {
    padding: 10px 0px 4px 0px;
}
.mainContent {
    padding: 0px 0px 157px 0px;
    position: relative;
}

/*~~~~~~~~~~  FOOTER  ~~~~~~~~~~*/

footer#footer {
    color: #fff;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: -140px;
}
footer#footer .moving {
    background: #0f1b23;
}
div#copyright {
    padding: 30px 0px 0px 0px;
    line-height: 31px;
}
.footer-nav {
    text-align: right;
}
#footer p{
    color: #fff;
    font-family: 'Raleway-Light', sans-serif;
}
.footer-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-nav li a {
    color: #cac8c8;
    text-decoration: none;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    padding: 0px 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-nav li a:hover {
    color:#fff;
    text-decoration: none;
}
.footer-nav li:last-child a{
    padding-right: 0px;
}
.footer-nav li:first-child{
    border:0px;
}
.footer-nav li {
    display: inline-block;
    border-left: 2px solid #2d3b45;
    line-height: 15px;
}
span.poweredby {
    color: #cac8c8;
    font-family: Raleway, sans-serif;
}
div.toTop a {
    height: 42px;
    width: 80px;
    border-radius: 80px 80px 0 0;
    -moz-border-radius: 80px 80px 0 0;
    -webkit-border-radius: 80px 80px 0 0;
    background: #1b3e9c;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 37px;
	position: relative;
	bottom: -2px;
}
.toTop {
    text-align: center;
    border-bottom: 3px solid #1b3e9c;
}
.row.footer-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-top .column1 a,
.footer-top .column2 a {
    color: #cac8c8;
    text-decoration: none;
    font-family: Raleway-Regular, sans-serif;
    font-size: 16px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #21323d;
}
.footer-top .column1 a:hover,
.footer-top .column2 a:hover,
#footer a.footer-active,
#footer a.footer-active:before
{
    color:#1b3e9c ;
}

.footer-top .column1 li a:before, 
.footer-top .column2 li a:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #31414b;
    padding-right: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-top .column1 li:hover a:before, 
.footer-top .column2 li:hover a:before{
    color:#1b3e9c;
}
.footer-top h3 {
    color: #fff;
    margin-bottom: 25px;
}
.footer-top {
    margin-bottom: 30px;
}
.footer-icon {
    display: inline-block;
    width: 60px;
    text-align: left;
    float: left;
    margin-top: 5px;
}
.footer-contacts {
    display: inline-block;
    float: left;
    font-family: Raleway,sans-serif;
    font-size: 16px;
}
.footer-contact-info {
    padding-top: 5px;
}
.footer-icon, .footer-contacts {
    margin-bottom: 5px;
}
.footer-icon span.share-icons {
    display: inline-block;
    margin-top: 5px;
}
.footer-share-icons span.share-icons .fa {
    background: #6a6f73;
    color: #0f1b23;
    margin-right: 24px;
    font-size: 22px;
    line-height: 40px;
    width: 40px;
}
.footer-contact-info a {
    color: #fff;
    text-decoration: none;
}
.footer-contact-info a:hover {
    text-decoration: underline;
}
.footer-share-icons span.share-icons .fa.fa-youtube {
    font-size: 27px;
}

a .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover .fa-facebook {
    background: #3E5C9A !important;
    color: #fff !important;
}
a:hover .fa-youtube {
    background: #E62117 !important;
    color: #fff !important;
}
a:hover .fa-xing {
    background: #006567 !important;
    color: #B0D400 !important;
}
a:hover .fa-print {
    background: #fff !important;
    color: #212121 !important;
}








@import url("rte.css");

/*
 *
 * GENERAL
 *
 */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#page_container {
    padding-top: 162px;
    -webkit-transition: padding-top .25s;
    -moz-transition: padding-top .25s;
    -ms-transition: padding-top .25s;
    -o-transition: padding-top .25s;
    transition: padding-top .25s;
}

.show_mobile {
    display: none;
}

/*
 *
 * Parallax
 *
 */

.cssParallax {
    background-attachment: fixed;
}

/*
 *
 * HEADER
 *
 */

a.left {
    position: relative;
    z-index: 10;
}

header {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
/*    border-bottom: 9px solid rgba(0,0,0,0.2);*/
    -webkit-transition: top .25s, padding-bottom .25s;
    -moz-transition: top .25s, padding-bottom .25s;
    -ms-transition: top .25s, padding-bottom .25s;
    -o-transition: top .25s, padding-bottom .25s;
    transition: top .25s, padding-bottom .25s;
    z-index: 999;
}

header:after {
    content: '';
    width: 100%;
    height: 9px;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    bottom: -9px;
    position: absolute;
}

header.navigator {
    padding-bottom: 0;
}

/*.mini header.navigator {
    padding-bottom: 54px;
}*/

#hdr_upper {
    background-color: #f5f5f5;
}

#hdr_lower {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.hdru_left,
.hdrl_left {
    float: left;
}

.hdru_right,
.hdrl_right {
    float: right;
}

.hdrl_right {
    margin: 37px 0 39px;
    -webkit-transition: margin .25s;
    -moz-transition: margin .25s;
    -ms-transition: margin .25s;
    -o-transition: margin .25s;
    transition: margin .25s;
}

#meta_menu .shop_login_link {
    text-transform: uppercase;
}

.hdru_inner_elem,
.hdrl_inner_elem {
    float: right;
}

/*.hdru_ls {
    display: none !important;
}*/

#LangSelect {
    border: none;
    background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
    cursor: pointer;
    font-size: 1.6rem;
    display: none;
}

#LangSelect {
    background-image: url('images/lang-icon.png');
}

#LangSelect::-ms-expand {
    display: none;
}

.hdru_ls_wrapper {
    background-color: #e5e5e5;
    padding: 7px 20px 12px !important;
    margin-left: 9px;
}

.remove_lang_select {
    font-size: 1.6rem;
    float: left;
    padding: 5px 10px 0;
    cursor: pointer;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: #838383;
    position: relative;
}

.remove_lang_select:before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #cbcaca;
    position: absolute;
    top: 9px;
    left: 0;
}

.remove_lang_select:hover,
.remove_lang_select.current_language {
    color: #272626;
}

.remove_lang_select:first-child {
    padding: 5px 10px 0 0;
}

.remove_lang_select:first-child:before {
    display: none;
}

.remove_lang_select:last-child {
    padding: 5px 0 0 10px;
}

#logo_wrapper {
    width: 295px;
    display: block;
    margin-top: 32px;
    margin-bottom: 16px;
    -webkit-transition: width .25s, margin-bottom .25s, margin-top .25s;
    -moz-transition: width .25s, margin-bottom .25s, margin-top .25s;
    -ms-transition: width .25s, margin-bottom .25s, margin-top .25s;
    -o-transition: width .25s, margin-bottom .25s, margin-top .25s;
    transition: width .25s, margin-bottom .25s, margin-top .25s;
}

#logo {
    width: 100%;
    height: auto;
}

.search_icon {
    border-radius: 50%;
    background-color: #ee9113;
    border: 2px solid #ee9113;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .25s, background-color .25s;
    -moz-transition: color .25s, background-color .25s;
    -ms-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}

.search_icon:after {
    content: '\e900';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search_icon:hover {
    background-color: transparent;
    color: #ee9113;
}

.search_icon.site_search {
    width: 40px;
    height: 40px;
    margin-left: 16px;
    top: 3px;
}

.search_f_wrapper .search-submit {
    display: none;
}

.hdru_shop_links {
    display: none;
}

.hsl_elem {
    float: left;
    padding: 13px 20px 12px;
    position: relative;
}

.hsl_elem:before {
    content: '';
    width: 1px;
    height: 33px;
    background-color: #e3e3e3;
    position: absolute;
    left: 0;
    top: 7px;
}

.hsl_elem:first-child:before {
    display: none;
}

.hsl_elem a {
    font-size: 1.6rem;
    color: #838383;
}

.hsl_elem a:hover,
.hsl_elem a.active {
    color: #272626;
}

.shop_login_link,
.shop_link {
    position: relative;
    padding-left: 23px;
}

.shop_login_link:after,
.shop_link:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
}

.icons_menu .shop_login_link:after,
.icons_menu .shop_link:after {
    left: 3px;
    top: 12px;
}

.shop_login_link:after {
    content: '\e906';
}

.shop_link:after {
    content: '\e905';
}

/*
 *
 * SEARCH
 *
 */

#search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -moz-transition: opacity .25s, visibility .25s;
    -ms-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

#search_wrapper.active {
    opacity: 1;
    visibility: visible;
}

#search_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
    max-width: 460px;
}

#search_container form.search-form {
    padding: 20px 20px 20px 30px;
    border-radius: 50px;
    background-color: #fff;
}

#search_container form.search-form .search-field {
    border: none;
    font-size: 2rem;
    width: calc(100% - 85px);
}

.gecko #search_container form.search-form .search-field,
.ie #search_container form.search-form .search-field {
    width: calc(100% - 89px);
}

#search_container form.search-form .search-submit {
    background-color: transparent;
    border: none;
    font-size: 2.5rem;
    height: 30px;
    vertical-align: top;
    color: #000;
}

#search_container form.search-form .search-submit:hover {
    color: #ee9113;
}

.search_close {
    background-color: #fff;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.search_close:after, .search_close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.search_close:before {
    -webkit-transform: translate(5px, 14px) rotate(-45deg);
    -moz-transform: translate(5px, 14px) rotate(-45deg);
    -ms-transform: translate(5px, 14px) rotate(-45deg);
    -o-transform: translate(5px, 14px) rotate(-45deg);
    transform: translate(5px, 14px) rotate(-45deg);
}

.search_close:after {
    -webkit-transform: translate(5px, 14px) rotate(45deg);
    -moz-transform: translate(5px, 14px) rotate(45deg);
    -ms-transform: translate(5px, 14px) rotate(45deg);
    -o-transform: translate(5px, 14px) rotate(45deg);
    transform: translate(5px, 14px) rotate(45deg);
}



/*
 *
 * Shop adjustments
 *
 */

/* .shop_side header,
.shop_side header ul,
.shop_side header li {
    font-size: 2rem !important;
} */

.shop_side footer h4 {
    font-size: 2.6rem;
    /* font-family: "Dosis-SemiBold"; */
    line-height: 1.2em;
    margin: 0.55em 0;
    font-weight: normal;
}

.shop_side footer h4.foobo_title {
    margin-top: 0;
    margin-bottom: 23px;
}

/*
 *
 * MENU
 *
 */

.menu li:before {
    display: none;
}

.menu_ul_wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li > a,
.menu li > a:focus,
.menu li > a:visited {
    color: #838383;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li > a:hover,
.menu li.current_menu_item > a, 
.menu li.current_menu_item_parent > a,
.menu li.mm_link.active > a,
.menu li > a.mma_action.active {
    color: #272626;
}

.menu li.mm_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.menu li.mm_link.active::after {
    height: 62px;
}

.mini .navigator .menu li.mm_link.active::after {
    height: 100px;
}

.menu > li.menu-item-has-children > a:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: relative;
    bottom: 2px;
    margin-left: 8px;
}


/*
 *
 * META MENU
 *
 */

#meta_menu li {
    float: left;
    position: relative;
}

#meta_menu {
    margin: 8px 0px 8px;
}

#meta_menu li:first-child {
    padding: 0 9px 0 0;
}

#meta_menu li:first-child {
    padding: 0 9px 0 0;
}

#meta_menu li a {
    font-size: 1.6rem;
}

#meta_menu li {
    padding: 0 9px;
}

#meta_menu .sub-menu {
    display: none;
}

/*
 *
 * MAIN MENU
 *
 */

#main_menu {
    margin: 6px 0;
}

#main_menu > li {
    float: left;
    text-transform: uppercase;
    position: relative;
}

#main_menu > li > a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #272626;
    position: absolute;
    bottom: -40px;
    left: 0;
    -webkit-transition: width .25s, bottom .25s;
    -moz-transition: width .25s, bottom .25s;
    -ms-transition: width .25s, bottom .25s;
    -o-transition: width .25s, bottom .25s;
    transition: width .25s, bottom .25s;
    pointer-events: none;
}

#main_menu > li > a:hover:before,
#main_menu > li.active > a:before,
#main_menu > li.current_menu_item > a:before,
#main_menu > li.current_menu_item_parent > a:before {
    width: 100%;
}

#main_menu > li {
    padding: 0 13px;
}

#main_menu > li > a {
    font-size: 1.8rem;
    position: relative;
}

#main_menu .sub-menu {
    display: none;
}

/*
 *
 * MEGA MENU
 *
 */

.mega_menu {
    position: absolute;
    width: 700px;
    padding-top: 63px;
    opacity: 0;
    visibility: hidden;
    bottom: -90px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,100%);
    -moz-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    -o-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -moz-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -ms-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -o-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    pointer-events: none;
}

.outbound .mega_menu {
    left: auto;
    right: 0;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
}

.outbound .mega_menu_inner:before {
    left: 90%;
}

.mini .mega_menu {
    padding-top: 50px;
}

.mega_menu.active {
    opacity: 1;
    visibility: visible;
    bottom: 5px;
    pointer-events: all;
}

.mega_menu_inner {
    position: relative;
    background-color: #fff;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.mega_menu_inner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 8px 11.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -11.5px;
}

.mega_menu_elem  {
    float: left;
    width: 50%;
    padding: 0 18px;
}

.mega_menu_inner_wrapper {
    margin: 0 -18px;
}

/*
 *
 * MEGAMENU NEW WEBSITE
 *
 */

.megamenu_site_wrapper {
    position: absolute;
    width: 100%;
    background: #fff;
    opacity: 0;
    max-height: calc(100vh - 162px);
    visibility: hidden;
    padding: 18px 0;
    -webkit-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -moz-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -ms-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    -o-transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    transition: opacity .25s, visibility .25s, bottom .25s, padding-top .25s;
    pointer-events: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
}

.megamenu_site_wrapper .mCSB_inside>.mCSB_container {
    margin: 0;
}

.mini .megamenu_site_wrapper {
    max-height: calc(100vh - 128px);
}

.mini .navigator .megamenu_site_wrapper {
    max-height: calc(100vh - 182px);
}

.megamenu_site_wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.ms_wrapper {
    flex-wrap: wrap;
    margin: 0 -7px;
}

.ms_elem {
    width: 20%;
    padding: 7px;
}

.ms_box {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    height: 100%;
    display: block;
    color: #464545;
    -webkit-transition: background-color .25s, border .25s, color .25s;
    -moz-transition: background-color .25s, border .25s, color .25s;
    -ms-transition: background-color .25s, border .25s, color .25s;
    -o-transition: background-color .25s, border .25s, color .25s;
    transition: background-color .25s, border .25s, color .25s;
}

.ms_box:hover,
.ms_box.active {
    color: #fff;
    background-color: #ee9113;
    border: 1px solid #ee9113;
}

.ms_box_header {
    height: 136px;
    background-color: #ececec;
    position: relative;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.ms_box:hover .ms_box_header,
.ms_box.active .ms_box_header {
    background-color: #fff;
}

.ms_image {
    max-width: calc(100% - 60px);
    width: 100%;
    height: auto;
    max-height: 75px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

.ms_image[data-type="color"] {
    opacity: 0;
}

.ms_image[data-type="gray"] {
    opacity: 1;
}

.ms_box:hover .ms_image[data-type="color"],
.ms_box.active .ms_image[data-type="color"] {
    opacity: 1;
}

.ms_box:hover .ms_image[data-type="gray"],
.ms_box.active .ms_image[data-type="gray"] {
    opacity: 0;
}

.ms_box_body {
    text-align: center;
    padding: 13px 19px 15px;
}

.ms_box_title {
    font-size: 2rem;
    margin: 0;
}

.ms_box_description {
    font-size: 1.8rem;
    margin-top: 8px;
}


/*
 *
 * ICONS MENU
 *
 */

.icons_menu > li {
    border-bottom: 1px solid #dedede;
    position: relative;
}

.icons_menu li {
    padding-left: 0;
}

.icons_menu li a {
    font-size: 1.8rem;
}

.icons_menu > li > a {
    display: block;
    padding: 9px 10px 9px 45px;
    position: relative;
}

.icons_menu li.current_menu_item > a .menu-icons, 
.icons_menu li.current_menu_item_parent > a > .menu-icons,
.icons_menu li a:hover > .menu-icons,
.icons_menu .active .menu-icons {
    color: #fff;
    background-color: #ee9113;
}

.icons_menu > li > a:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 5px;
}

#mobile_menu > li > a:before {
    top: 14px;
}

.icons_menu > li.menu-item-has-children > a:before,
.icons_menu > li.menu-item-has-children > a:after {
    display: none;
}

.icons_menu .sub-menu {
    list-style: none;
    padding-left: 28px;
    margin: 2px 0 18px;
    display: none;
}

.icons_menu .sub-menu > li > a:before {
    content: '-';
    margin-right: 7px;
}

.menu-icons {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 22px;
    width: 33px;
    height: 33px;
    background-color: #ececec;
    color: #838383;
    border-radius: 50%;
    padding: 5px 6px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.mega_menu .menu-icons {
    top: 6px;
}


.mega_menu .icons_menu > li > a:before {
    top: 17px;
}


.open_submenu {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.open_submenu:after {
    content: '\e91f';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.open_submenu.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
 *
 * COMBO MENU PREVIEW BLOCK
 *
 */

.menu_preview_image {
    width: 100%;
    height: auto;
}

.preview_text {
    font-size: 2rem;
    text-transform: none;
    color: #464545;
    margin-top: 20px;
    line-height: 23px;
}

.preview_link_wrapper {
    margin-top: 15px;
}

.preview_link {
    text-transform: none;
    text-decoration: none;
    color: #ff9e19;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.preview_link:hover {
    color: #464545;
    text-decoration: none;
}


/*
 *
 * BURGER BUTTON
 *
 */

.hdrl_bw {
    padding: 7px 0 7px 22px;
    margin-left: 22px;
    position: relative;
    border-left: 1px solid #e3e3e3;
    display: none;
}

.burger_button {
    width: 25px;
    height: 20px;
    position: relative;
}

.burger_button:hover {
    cursor: pointer;
}

.burger_button .bb_1,
.burger_button .bb_2,
.burger_button .bb_3 {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ff9e19;
    left: 0;
    -webkit-transition: opacity .25s, transform .25s;
    -moz-transition: opacity .25s, transform .25s;
    -ms-transition: opacity .25s, transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
}

.burger_button .bb_1 {
    top: 0;
}

.burger_button .bb_2 {
    top: 8px;
}

.burger_button .bb_3 {
    top: 16px;
}

.burger_button.header {
    margin: 21px 0 22px 15px;
}

.burger_button.active .bb_1 {
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -moz-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    -o-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}

.burger_button.active .bb_2 {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

.burger_button.active .bb_3  {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -moz-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    -o-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}


/*
 *
 * MOBILE MENU
 *
 */

#mobile_overlay {
	position: fixed;
	top: -100px;
	left: -100px;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: opacity .25s, visibility .25s;
	-moz-transition: opacity .25s, visibility .25s;
	-ms-transition: opacity .25s, visibility .25s;
	-o-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}



#mobile_menu_wrapper {
    width: 290px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translate(0, 80px);
    -moz-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: transform .25s, opacity .25s, visibility .25s;
	-moz-transition: transform .25s, opacity .25s, visibility .25s;
	-ms-transition: transform .25s, opacity .25s, visibility .25s;
	-o-transition: transform .25s, opacity .25s, visibility .25s;
	transition: transform .25s, opacity .25s, visibility .25s;
}

#mobile_menu_wrapper.active {
	-webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
    opacity: 1;
    visibility: visible;
}

.mm_inner {
	position: relative;
}

.mm_inner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -5px;
    right: 7px;
}

.mmi_upper {
	background-color: #fff;
    padding: 5px 14px;
}

#mobile_menu > li:last-child {
	border-bottom: none;
}

.mmi_lower {
	background-color: #e58706;
    padding: 3px 14px 6px;
	border-top: 2px solid #ce7905;
}

#mobile_meta_menu li {
	position: relative;
	border-bottom: 1px solid #c87504;
    padding: 5px 0 2px;
}

#mobile_meta_menu li:last-child {
	border-bottom: none;
}

#mobile_meta_menu li:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f49a20;
	position: absolute;
	left: 0;
    bottom: -2px;
}

#mobile_meta_menu li:last-child:after {
	display: none;
}


#mobile_meta_menu li > a {
	color: #fff;
	font-size: 1.7rem;
}

#mobile_meta_menu li > a:hover,
#mobile_meta_menu li.current_menu_item > a,
#mobile_meta_menu li.current_menu_item_parent > a {
    color: #272626;
}

.mmi_middle {
	background-color: #ff9e19;
	padding: 13px;
	display: none;
}


/*
 *
 * SEARCH FORMS
 *
 */

.search-form .search-field {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form .search-submit {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mmi_middle .search-form {
	position: relative;
}

.mmi_middle .search-field {
	width: 100%;
	height: 36px;
	border: 1px solid #dedede;
	padding: 0 13px;
	font-size: 1.4rem;
	border-radius: 0 !important;
    text-transform: uppercase;
}

.mmi_middle .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    padding: 0 11px;
}

.mmi_middle .search_close {
    display: none;
}


/*
*
* Articles on shop
*
*/


a.content.artikel_box_name {
    display: inline-block;
}

/*
 *
 * FOOTER
 *
 */

footer {
    position: relative;
    border-top: 8px solid #ff9e19;
}

#upper_footer {
    padding: 86px 0 75px;
}

.contact_details_contact .comde_elem,
.contact_details_contact .comde_inner_elem {
    float: left;
}

.comde_inner_inner_elem {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 9px;
}

.company_name {
    font-size: 1.8rem;
    /* font-family: 'Dosis-SemiBold'; */
    margin-bottom: 2px;
}

.comde_label  {
    font-size: 1.6rem;
}

.comde_data {
    font-size: 1.6rem;
}

.comde_elem {
    color: #565555;
    font-size: 1.8rem;
    margin-top: 18px;
}

.comde_elem:first-child {
    margin-top: 0;
}

.company_social_networks {
    margin-top: 29px;
}

.social_elem {
    display: inline-block;
    margin-right: 18px;
    position: relative;
    font-size: 42px !important;
    vertical-align: top;
}

.social_elem:last-child {
    margin-right: 0;
}

.social_elem:hover {
    color: #464545;
}

.foobo_title {
    margin-top: 0;
    margin-bottom: 13px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 14px;
}

.foobo_body {
    color: #565555;
    font-size: 1.8rem;
}

.foobo_body .single_row {
    margin-bottom: 25px;
}

.foobo_body p,
.foobo_body ul,
.foobo_body ol {
    margin-bottom: 13px;
}

.foobo_body p:last-child {
    margin-bottom: 0;
}

.footer_copyright_container {
    justify-content: center;
    padding: 23px 0;
    font-size: 1.6rem;
    position: relative;
    border-top: 1px solid #fff;
}

.footer_copyright_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

#lower_footer {
    background-color: #ececec;
    text-align: center;
    font-size: 1.6rem;
    padding: 70px 0 13px;
    color: #595959;
    position: relative;
}
div#lower_footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: rgba(0,0,0,0.1);
}

.footer_bottom h5{
    color: #242223;
    font-size: 1.8rem;
    font-family: "Dosis-SemiBold";
    font-weight: normal;
}
.fb_logos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.fb_logos p {
    margin: 0;
}
.fb_logos img {
    margin: auto 7px;
    margin-bottom: 14px;
    max-height: 41px;
    width: auto;
}

.footer_bottom_logos_wrapper {
    margin: 0 -15px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_bottom_logos_elem {
    padding: 0 15px;
    margin-bottom: 30px;
}

.footer_bottom_logos_title_container {
    text-align: center;
    position: relative;
}

.footer_bottom_logos_title_container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.footer_bottom_logos_title_container h5 {
    color: #a7a7a7;
    display: inline-block;
    font-size: 1.8rem;
    margin: 0;
    padding: 0 15px;
    background-color: #ececec;
    z-index: 1;
    position: relative;
}

#lower-footer-center-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 140px;
    transform: translate(-50%, -50%);
}

#scroll_to_top {
    position: absolute;
    left: 50%;
    top: 0;
    cursor: pointer;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 58px 0 58px;
    border-color: #ff9f19 transparent transparent transparent;
}

#scroll_to_top:after {
    content: "\e91e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: -45px;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    font-size: 22px;
    color: #fff;
}

#scroll_to_top:hover:after {
    -webkit-animation: UpDownAnim 1s infinite; /* Safari 4+ */
    -moz-animation:    UpDownAnim 1s infinite; /* Fx 5+ */
    -o-animation:      UpDownAnim 1s infinite; /* Opera 12+ */
    animation:         UpDownAnim 1s infinite; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes UpDownAnim {
  0%   { top: -45px; }
  50%   { top: -35px; }
  100% { top: -45px; }
}
@-moz-keyframes UpDownAnim {
 0%   { top: -45px; }
  50%   { top: -35px; }
  100% { top: -45px; }
}
@-o-keyframes UpDownAnim {
  0%   { top: -45px; }
  50%   { top: -35px; }
  100% { top: -45px; }
}
@keyframes UpDownAnim {
  0%   { top: -45px; }
  50%   { top: -35px; }
  100% { top: -45px; }
}


.footer_elems a {
    color: #ff9e19;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.footer_elems a:hover {
    color: #464545;
}

ul.footer_menu {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

ul.footer_menu li {
    padding-left: 0;
}

ul.footer_menu li:before {
    display: none;
}

ul.footer_menu li a {
    padding-left: 19px;
    position: relative;
}

ul.footer_menu li a:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 65%;
    top: 7px;
    left: 0;
}

.company_icon_separator {
    margin-right: 22px;
}

.icon_separator {
    width: 42px;
    height: 42px;
    background-color: #ececec;
    position: relative;
    color: #828083;
    display: inline-block;
    vertical-align: top;
}

.icon_separator:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 10px;
}

.icon_separator.tel:after {
    content: '\e92f';
}

.icon_separator.mail:after {
    content: '\e92e';
}



/*
 *
 * Page header
 *
 */

#page_header {
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

#page_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.page_header_container {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#page_header_title_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 1;
}

#inner_header_title_wrapper {
    padding: 15px 0;
    width: 100%;
}

.page_header_title  {
    font-size: 7.5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page_header_title_new {
    font-size: 7.5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page_header_title_sub {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/*
 *
 * Badge
 *
 */

.badge_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    width: 100%;
}

.badge_wrapper .container {
    position: relative;
}

#badge {
    overflow: hidden;
}

.be_upper {
    padding-left: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.badge_title {
    background-color: #3f3f3f;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 0;
    position: relative;
    font-size: 1.8rem;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color .25s, height .25s, line-height .25s;
    -moz-transition: color .25s, height .25s, line-height .25s;
    -ms-transition: color .25s, height .25s, line-height .25s;
    -o-transition: color .25s, height .25s, line-height .25s;
    transition: color .25s, height .25s, line-height .25s;
}

#badge.active .badge_title {
    height: 86px;
    line-height: 86px;
}

.badge_title:hover {
    color: #787878;
}



.badge_title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 86px 0;
    border-color: transparent #3f3f3f transparent transparent;
    position: absolute;
    top: 0;
    left: -35px;
}

.be_lower {
    position: relative;
    top: 0;
    left: 35px;
    background-color: #1c1c1c;
    z-index: 1;
    padding-right: 35px;
    top: -86px;
    -webkit-transition: top .25s;
    -moz-transition: top .25s;
    -ms-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s;
}

#badge.active .be_lower {
    top: 0;
}

.be_lower:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 86px 0;
    border-color: transparent #1c1c1c transparent transparent;
    position: absolute;
    top: 0;
    left: -35px;
}

.badge_elems {
    float: right;
}

.vb_elem {
    float: left;
    display: block;
    width: 80px;
    padding: 10px 10px;
    border-left: 1px solid #424242;
    height: 86px;
    overflow: hidden;
    text-decoration: none !important;
}

.vb_elem:first-child {
    border-left: none;
}

.vbe_logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.vbe_name {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    margin-top: 6px;
    height: 46px;
    display: table-cell;
    vertical-align: middle;
    width: 86px;
    color: #787878;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.vb_elem:hover .vbe_name,
.vb_elem.active .vbe_name {
    color: #ffffff;
}

.vbe_logo_wrapper {
    height: 30px;
    text-align: center;
}


/*
 *
 * SHOP NEW HEADER
 *
 */

.shop_side header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.shop_side.mini header {
    top: 0;    
}

.shop_logo {
    width: 100%;
    height: auto;
}

.shop_header_logo_wrapper {
    width: 260px;
    float: left;
    padding: 14px 0 11px;
}

.shop_header_upper {
    background-color: #f5f5f5;
    display: none;
}

.shop_header_upper_logo_wrapper {
    width: 170px;
    float: left;
    padding: 4px 0 2px;
}

.shop_header_upper_language_wrapper {
    float: right;
    background-color: #e5e5e5;
    font-size: 1.6rem;
    padding: 12px 11px 11px;
}

.shop_header_mobile_cart_wrapper {
    padding: 25px 0;
    display: none;
}

.shop_header_right {
    float: right;
}

.shr_elem {
    float: right;
}

.shop_header_right {
    width: calc(100% - 260px);
}

.shop_header_search_wrapper {
    padding: 20px 50px 19px;
    width: calc(100% - 402px);
    max-width: 590px;
}

#shop_search {
    position: relative;
}

#shop_search .search-field {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 10px 55px 11px 18px;
    color: #838383;
    font-size: 1.6rem;
}

#shop_search .search-submit {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
    color: #838383;
}

/*Placeholder edit*/

#shop_search input::-webkit-input-placeholder { 
    color: #838383 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
}

#shop_search input:-moz-placeholder { 
    color: #838383 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
} /* FF 4-18 */

#shop_search input::-moz-placeholder { 
    color: #838383 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
} /* FF 19+ */

#shop_search input:-ms-input-placeholder { 
    color: #838383 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
} /* IE 10+ */

#shop_search input:focus::-webkit-input-placeholder { 
    color:transparent !important;
}

#shop_search input:focus:-moz-placeholder {
    color:transparent !important;
} /* FF 4-18 */

#shop_search input:focus::-moz-placeholder {
    color:transparent !important;
} /* FF 19+ */

#shop_search input:focus:-ms-input-placeholder {
    color:transparent !important;
} /* IE 10+ */

.shop_header_misc_wrapper {
    background-color: #f5f5f5;
    padding: 26px 20px;
}

.shop_header_misc_wrapper > div {
    float: left;
}

.shop_login {
    padding-right: 13px;
    margin-right: 13px;
    position: relative;
}

.shop_login::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 1px;
    height: 33px;
    background-color: #e3e3e3;
}

.shop_header_login_link {
    color: #838383;
    font-size: 1.6rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 23px;
}

.shop_header_login_link::after {
    content: '\e906';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 1px;
}

.shop_header_burger_wrapper {
    padding: 32px 0 29px 15px;
}

.burger_button_shop {
    width: 44px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

.burger_button_shop .bb_1,
.burger_button_shop .bb_2,
.burger_button_shop .bb_3 {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ff9e19;
    left: 0;
    -webkit-transition: opacity .25s, transform .25s, width .25s;
    -moz-transition: opacity .25s, transform .25s, width .25s;
    -ms-transition: opacity .25s, transform .25s, width .25s;
    -o-transition: opacity .25s, transform .25s, width .25s;
    transition: opacity .25s, transform .25s, width .25s;
}

.burger_button_shop .bb_1 {
    top: 0;
}

.burger_button_shop .bb_2 {
    top: 9px;
}

.burger_button_shop .bb_3 {
    top: 18px;
    width: 50%;
    left: auto;
    right: 0;
}

.burger_button_shop.active .bb_1 {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    -o-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
}

.burger_button_shop.active .bb_2 {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

.burger_button_shop.active .bb_3  {
    width: 100%;
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -moz-transform: translate(0px, -9px) rotate(-45deg);
    -ms-transform: translate(0px, -9px) rotate(-45deg);
    -o-transform: translate(0px, -9px) rotate(-45deg);
    transform: translate(0px, -9px) rotate(-45deg);
}

.shop_header_language_wrapper {
    background-color: #e5e5e5;
    font-size: 1.6rem;
    padding: 31px 19px;
}

#shop_menu_overlay {
    position: fixed;
	top: -100px;
	left: -100px;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 13;
	-webkit-transition: opacity .25s, visibility .25s;
	-moz-transition: opacity .25s, visibility .25s;
	-ms-transition: opacity .25s, visibility .25s;
	-o-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

#shop_menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

#shop_megamenu_wrapper {
    position: absolute;
    right: 0;
    top: calc(100% + 50px);
    width: 100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: bottom .25s, opacity .25s, visibility .25s, top .25s;
    -moz-transition: bottom .25s, opacity .25s, visibility .25s, top .25s;
    -ms-transition: bottom .25s, opacity .25s, visibility .25s, top .25s;
    -o-transition: bottom .25s, opacity .25s, visibility .25s, top .25s;
    transition: bottom .25s, opacity .25s, visibility .25s, top .25s;
}

#shop_megamenu_wrapper.active {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
    pointer-events: all;
}

#shop_megamenu {
    position: relative;
}

#shop_megamenu::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #e48825 transparent;
}

.shop_megamenu_inner_wrapper[data-type="shop_categories"] {
    width: 66.66%;
    background-color: #fff;
    padding: 13px 15px 12px;
}

.shop_megamenu_inner_wrapper[data-type="web_pages"] {
    width: 33.33%;
    background-color: #e48825;
    padding: 13px 30px 12px;
}

.shop_megamenu_container {
    margin: 0;
    width: 50%;
    padding: 0 15px;
}

.shop_megamenu_container > li {
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.shop_megamenu_container > li:last-child {
    border-bottom: 0;
}

.shop_megamenu_container > li::before {
    display: none;
}

.shop_megamenu_container > li > a {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #838383;
    padding:  11px 0 11px 40px;
    display: inline-block;
    position: relative;
    line-height: 1.1em;
}

.shop_megamenu_container a:hover,
.shop_submenu_open.active + a,
.shop_megamenu_container a.active {
    color: #272626;
}

.shop_megamenu_container a:hover > .shop_megamenu_icon,
.shop_submenu_open.active + a > .shop_megamenu_icon,
.shop_megamenu_container a.active > .shop_megamenu_icon {
    color: #fff;
    background-color: #ee9113;
}

.shop_megamenu_icon {
    width: 26px;
    height: 26px;
    background-color: #e0dddd;
    border-radius: 50%;
    color: #8b8b8b;
    font-size: 22px;
    padding: 2px;
    margin-right: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: color .25s, background-color .25s;
    -moz-transition: color .25s, background-color .25s;
    -ms-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}

.shop_megamenu_icon.icon-ticket {
    font-size: 17px;
    padding: 4px;
}

#shop_meta_menu li::before {
    display: none;
}

#shop_meta_menu li {
    border-bottom: 1px solid #c87504;
    position: relative;
    padding: 6px 7px 7px;
}

#shop_meta_menu li::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f49a20;
}

#shop_meta_menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
}

#shop_meta_menu a:hover {
    color: #272626;
}

.shop_submenu_open {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 20px;
    display: none;
}

.shop_submenu_open::after {
    content: '\e91f';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    display: inline-block;
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
    color: #464545;
}

.shop_submenu_open.active::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #f49a20;
}

.shop_megamenu_container .sub-menu {
    display: none;
    margin: 0;
    padding-left: 11px;
    margin-bottom: 10px;
}

.shop_megamenu_container .sub-menu li::before {
    display: none;
}

.shop_megamenu_container .sub-menu li {
    padding: 0;
}

.shop_megamenu_container .sub-menu li > a {
    font-size: 1.6rem;
    color: #838383;
    position: relative;
    padding-left: 17px;
    display: inline-block;
}

.shop_megamenu_container .sub-menu li > a:hover,
.shop_megamenu_container .sub-menu li > a.active,
.shop_megamenu_container .sub-menu li .shop_submenu_open.active + a {
    color: #f49a20;
}

.shop_megamenu_container .sub-menu li > a:before {
    content: '-';
    position: absolute;
    left: 0;
    top: -2px;
}

.shop_megamenu_login {
    display: none;
    font-size: 1.6rem;
    color: #838383;
    text-transform: uppercase;
    position: relative;
    padding: 12px 0 12px 24px;
    line-height: 1em;
    border-bottom: 1px solid #dfdfdf;
}

.shop_megamenu_login:hover {
    color: #272626;
}

.shop_megamenu_login::before {
    content: '\e906';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 12px;
}

.shop_megamenu_login::after {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 11px;
}

#shop_header_wrapper {
    margin-top: 84px;
    height: 265px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#shop_header_wrapper .container {
    position: relative;
    height: 100%;
}

.shop_header_inner_wrapper {

}

.inner_header_elem {
    width: 50%;
    text-align: center;
}

.inner_header_elem[data-type="text"] {
    justify-content: center;
    align-items: center;
}

.inner_header_elem .button.borange:hover {
    color: #ff9e19;
    border: 2px solid #fff;
    background-color: #fff;
}

.inner_header_elem .button.borange:hover:after {
    border-color: transparent #ff9e19 transparent transparent;
}

.shop_header_title {
    font-size: 4.6rem;
    text-transform: uppercase;
    margin: 0;
}

.shop_header_subtitle {
    margin: 0;
    font-size: 2rem;
    margin-top: 3px;
    margin-bottom: 18px;
}

.shop_header_button {
    font-size: 1.8rem;
}

.shop_header_title + .shop_header_button {
    margin-top: 13px;
}

/* TO BE DELETED */
.sb1_elem {
    float: left;
}

.shop_basket_circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ff9f19;
}

.shop_basket_text {
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 6px;
    padding-right: 0;
}

.lang_shop {
    float: left;
}
/* /TO BE DELETED */


/* SHOP HEADER v2 */

.v2 .shop_header_upper {
    background-color: #fff;
    padding-top: 13px;
    padding-bottom: 5px;
}

.v2 .shop_header_login_wrapper {
    padding-right: 0;
    background-color: #EE9113;
}

.v2 .shop_header_login_wrapper .shop_login {
    padding-right: 20px;
    margin-right: 0;
}

.v2 .shop_header_login_wrapper .shop_header_login_link {
    color: white;
    text-shadow: 0px 1px 2px #6b6b6b;
}

.v2 .shop_header_login_wrapper .shop_login::after {
    display: none;
}

.v2 .shop_header_cart_wrapper {
    background-color: #fff;
}

.v2 .shop_header_upper_logo_wrapper {
    float: left;
    width: calc(100% - 90px);
    padding: 0;
    text-align: center;
}

.v2 .shop_header_upper_logo_wrapper .shop_logo {
    width: 156px;
}

.v2 .shop_header_upper_cart_wrapper,
.v2 .shop_header_upper_burger_wrapper {
    width: 45px;
    float: left;
    min-height: 1px;
}

.v2 .shop_header_upper_burger_wrapper {
    padding-top: 4px;
}

#shop_header_wrapper.v2 {
    position: relative;
    color: rgb(38, 38, 38);
}

#shop_header_wrapper.v2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#shop_header_wrapper.v2 .container {
    z-index: 1;
}

.v2 .shop_megamenu_top_inner_wrapper {
    display: none;
}

.v2 .shop_megamenu_top_elem {
    width: 50%;
    text-align: center;
    padding: 13px 15px;
}

.v2 .shop_megamenu_top_login {
    background-color: #ee9113;
}

.v2 .shop_megamenu_top_login {
    background-color: #ee9113;
}

.v2 .shop_megamenu_top_login a {
    color: #fff;
    text-shadow: 0px 1px 2px #6b6b6b;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.v2 .shop_megamenu_top_language {
    background-color: #f1f1f1;
}

.v2 .shop_megamenu_login_top {
    padding-left: 28px;
    position: relative;
}

.v2 .shop_megamenu_login_top::before {
    content: '\e906';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
}

.v2 .shop_header_search_wrapper {
    width: calc(100% - 409px);
}

.v2 .shop_header_button,
.shop_side .hghlc_inner .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    border-bottom: 2px solid #ba7314;
}

.v2 .shop_header_button::after,
.shop_side .hghlc_inner .button::after {
    display: none;
}



/*
 *
 * MEDIA QUERY
 *
 */


@media (max-width: 1500px) {
    #main_menu > li {
        padding: 0 7px;
    }

    #main_menu > li > a {
        font-size: 1.6rem;
    }

    #logo_wrapper {
        width: 230px;
        margin-top: 43px;
        margin-bottom: 19px;
    }
}

@media (min-width: 1430px) {
	header .container,
	footer .container {
    	width: 1400px;
	}
}

@media (max-width: 1429px) {
    .shop_side header .container,
    .shop_side footer .container {
        width: 100%;
    }
}

@media (max-width: 1360px) {
	.ms_elem {
        width: 25%;
    }
}

@media (min-width: 1200px) {

    .mini header {
        top: -46px;
    }

    .mini .hdrl_right {
        margin: 17px 0;
    }

    .mini #logo_wrapper {
        width: 215px;
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .mini #main_menu > li > a:before {
        bottom: -23px;
    }

    .shop_megamenu_container .sub-menu {
        display: none !important;
    }

}

@media (max-width: 1200px) {

    header {
        position: relative;
    }

    #page_container {
        padding-top: 0;
    }

    .shop_side #page_container {
        margin-top: -9px;
    }

    #main_menu,
    #meta_menu,
    .remote_ls_wrapper {
        display: none;
    }

    #LangSelect,
    .hdru_shop_links,
    .hdrl_bw {
        display: block;
    }

    .hdru_ls_wrapper {
        padding: 13px 20px 12px !important;
        margin-left: 20px !important;
    }

    .icons_menu > li > a {
        padding: 9px 10px 9px 27px;
    }

    .icons_menu li a {
        font-size: 1.7rem;
    }

    .menu-icons {
        top: 8px;
        font-size: 15px;
        width: 23px;
        height: 23px;
        padding: 4px 4px;
    }

    #mobile_overlay.active {
		opacity: 1;
		visibility: visible;
	}

	.search_icon.site_search {
	    width: 33px;
	    height: 33px;
	}

	.hdrl_right {
	    margin: 40px 0;
	}

	.search_icon:after {
	    top: 49%;
	}

    .footer_box.foouu {
        margin-top: 65px;
    }

     header.navigator {
        padding-bottom: 0;
    }

    .mini header.navigator {
        padding-bottom: 0;
    }

    #badge {
        display: none;
    }

    .shop_side footer h4 {
        font-size: 2.2rem;
    }

    .hsl_shop {
        padding-right: 0;
    }

    #shop_megamenu {
        flex-direction: column;
    }

    .shop_megamenu_inner_wrapper {
        width: 100% !important;
    }

    .shop_megamenu_inner_wrapper[data-type="shop_categories"] {
        flex-direction: column;
        padding: 13px 8px 12px;
    }

    .shop_megamenu_inner_wrapper[data-type="web_pages"] {
        padding: 13px 8px 12px;
    }

    .shop_megamenu_container {
        width: 100%;
        padding: 0;
    }

    #shop_megamenu_wrapper {
        width: 316px;
    }

    #shop_megamenu_wrapper > .container {
        padding: 0 2px;
    }

    #shop_megamenu::after {
        right: 29px;
        border-color: transparent transparent #fff transparent;
    }

    header.shop {
        position: relative;
    }

    #shop_meta_menu a {
        font-size: 1.6rem;
        line-height: 1em;
    }

    #shop_meta_menu li {
        padding: 2px 0 4px;
    }

    #shop_meta_menu li:last-child {
        border-bottom: none;
    }

    #shop_meta_menu li:last-child::after {
        display: none;
    }

    .shop_megamenu_container > li > a {
        font-size: 1.6rem;
        padding: 12px 0 12px 24px;
        line-height: 1em;
        margin-right: 25px;
    }

    .shop_megamenu_icon {
        width: 20px;
        height: 20px;
        font-size: 14px;
        padding: 3px;
        top: 10px;
    }

    .shop_submenu_open {
        top: 8px;
    }

    .sub-menu .shop_submenu_open {
        top: 3px;
    }

    .shop_megamenu_container > li:last-child {
        border-bottom: 1px solid #dfdfdf;
    }

    .shop_megamenu_container:last-child > li:last-child {
        border-bottom: 0;
    }
    
    .shop_submenu_open {
        display: block;
    }

    .shop_megamenu_login {
        display: block;
    }

    #shop_header_wrapper {
        margin-top: 0;
    }

    .inner_header_elem {
        width: 100%;
    }

    .inner_header_elem[data-type="image"] {
        display: none;
    }

    .shop_side .hghl_title {
        font-size: 4.4rem;
    }

    .shop_side .hghlc_content_container .button {
        font-size: 1.6rem;
    }

    /* SHOP HEADER v2 */

    .v2 .shop_megamenu_inner_wrapper {
        padding: 0;
    }

    .v2 .shop_megamenu_container > li > a {
        font-size: 2rem;
        padding: 18px 0 18px 43px;
        width: calc(100% - 50px);
        text-transform: none;
        position: relative;
        margin-right: 50px;
        color: #111111;
        z-index: 1;
    }

    .v2 .shop_megamenu_container > li > a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 50px);
        height: 100%;
        background-color: #e8e8e8;
        z-index: -1;
    }

    .v2 .shop_megamenu_icon {
        width: 24px;
        height: 24px;
        font-size: 21px;
        padding: 1px 2px;
        top: 16px;
        left: 9px;
    }

    .v2 .shop_megamenu_container a:hover > .shop_megamenu_icon, 
    .v2 .shop_submenu_open.active + a > .shop_megamenu_icon, 
    .v2 .shop_megamenu_container a.active > .shop_megamenu_icon {
        color: #212121;
        background-color: #fff;
    }

    .v2 .shop_megamenu_container > li > .shop_submenu_open {
        z-index: 2;
        top: 14px;
        right: 9px;
        font-size: 31px;
        color: #737375;
    }

    .v2 .shop_megamenu_container > li > .shop_submenu_open::after {
        border-radius: 50%;
        background-color: #d3d3d3;
    }

    .v2 .shop_megamenu_container > li > .shop_submenu_open.active::after {
        background-color: #fff;
        color: #222222;
    }

    .v2 .shop_megamenu_container .sub-menu > li > a {
        font-size: 1.8rem;
        padding: 10px 0 10px 17px;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] {
        position: relative;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #e8e8e8 transparent transparent transparent;
        z-index: 1;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] > li {
        border-bottom: 1px solid #d3d3d3;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] > li > a {
        width: calc(100% - 35px);
        margin-right: 35px;
        padding: 8px 0 8px 10px;
        position: relative;
        z-index: 1;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] > li > a:before {
        display: none;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] > li > a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 35px);
        height: 100%;
        background-color: #f7f7f7;
        z-index: -1;
        opacity: 1;
        transition: opacity .25s;
    }

    .v2 .shop_megamenu_container .sub-menu li > a.active:after, 
    .v2 .shop_megamenu_container .sub-menu li .shop_submenu_open.active + a:after {
        opacity: 0;
    }

    .v2 .shop_megamenu_container .sub-menu > li > .shop_submenu_open {
        font-size: 13px;
        top: 10px;
        z-index: 2;
        right: 9px;
    }

    .v2 .shop_megamenu_container .sub-menu li > a:hover, 
    .v2 .shop_megamenu_container .sub-menu li > a.active, 
    .v2 .shop_megamenu_container .sub-menu li .shop_submenu_open.active + a {
        color: #222222;
        font-family: 'Dosis-SemiBold';
    }

    .v2 .shop_megamenu_container .sub-menu > li > .shop_submenu_open::after {
        content: "\e904";
    }

    .v2 .shop_megamenu_container .sub-menu > li > .shop_submenu_open.active::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #222222;
    }

    .v2 .shop_megamenu_container .sub-menu[data-level="1"] {
        padding-left: 0;
        margin-bottom: 0;
    }

    .v2 .shop_megamenu_container .sub-menu li > a:before {
        top: 8px;
    }

    .v2 #shop_meta_menu li {
        padding: 11px 20px 13px;
    }

    .v2 #shop_megamenu_wrapper {
        width: calc(100% + 4px);
        /* max-width: 320px; */
    }

    .v2 #shop_megamenu::after {
        display: none;
    }

    .v2 #shop_megamenu_wrapper {
        right: -2px;
        left: -2px;
    }

    .v2 #shop_megamenu_wrapper.active {
        top: 100%;
    }

    .v2 .shop_megamenu_top_inner_wrapper {
        display: flex;
    }

    #shop_header_wrapper.v2 {
        margin-top: 84px;
    }

    header.shop.v2 {
        position: fixed;
    }

    .v2 #shop_megamenu {
        max-height: calc(100vh - 87px);
        overflow-y: auto;
    }
}

@media (max-width: 992px) {
    .comde_elem {
        float: none;
        width: 100%;
        margin-bottom: 17px;
    }

    .comde_elem:last-child {
        margin-bottom: 0;
    }

    ul.footer_menu {
        -moz-column-count: initial;
        -moz-column-gap: 0;
        -webkit-column-count: initial;
        -webkit-column-gap: 0;
        column-count: initial;
        column-gap: 0;
    }

    ul.footer_menu li {
        margin-bottom: 10px;
    }

    ul.footer_menu li:last-child {
        margin-bottom: 0;
    }

    /* NEW SHOP HEADER */

    .shop_header_upper,
    .shop_header_mobile_cart_wrapper {
        display: block;
    }

    .shop_header_language_wrapper,
    .shop_header_misc_wrapper,
    .shop_header_logo_wrapper {
        display: none;
    }

    .shop_header_burger_wrapper {
        padding: 18px 0 16px 0;
    }

    .shop_header_search_wrapper {
        padding: 12px 10px 12px 20px;
        width: calc(100% - 77px);
        max-width: 100%;
    }
    
    .shop_header_right {
        width: 100%;
    }

    #shop_search .search-field {
        padding: 5px 35px 4px 10px;
    }

    #shop_search .search-submit {
        padding: 8px 10px;
        font-size: 17px;
    }

    .shop_header_mobile_cart_wrapper {
        padding: 12px 0;
    }

    /* SHOP HEADER V2 */
    .v2 .shop_header_language_wrapper,
    .v2 .shop_header_misc_wrapper,
    .v2 .shop_header_logo_wrapper
    {
        display: none;
    }


    .v2 .shop_header_search_wrapper {
        width: 100%;
        padding: 0;
        transition: padding .25s;
    }

    .mini .v2 .shop_header_search_wrapper {
        padding: 12px 10px 12px 20px;
        width: calc(100% - 77px);
    }

    .v2 .shop_header_mobile_cart_wrapper {
        position: absolute;
        left: -100px;
        transition: left .25s;
    }

    .mini .v2 .shop_header_mobile_cart_wrapper {
        position: relative;
        left: 0;
        transition-delay: .25s;
    }

    .v2 .shop_header_burger_wrapper {
        position: absolute;
        right: -100px;
        transition: right .25s;
    }

    .mini .v2 .shop_header_burger_wrapper {
        position: relative;
        right: 0;
        transition-delay: .25s;
    }

    .v2 .shop_header_lower > .container {
        padding: 0;
    }

    .mini .v2 .shop_header_lower > .container {
        padding: 0 15px;
    }

    .mini .shop.v2 {
        top: -54px;
    }

    .mini .v2 #shop_megamenu {
        max-height: calc(100vh - 57px);
        overflow-y: auto;
    }

    .fb_logos {
        justify-content: center;
    }
}

@media (max-width: 768px) {

	.hdrl_sw,
	.hsl_login {
		display: none;
	}

    .hsl_shop:before {
        display: none;
    }

	.mmi_middle {
		display: block;
	}

	.hdrl_bw {
	    padding: 7px 0 7px 0;
	    margin-left: 0;
	    position: relative;
	    border-left: none;
	}

	#logo_wrapper {
       	width: 210px;
    	margin-top: 22px;
    	margin-bottom: 16px;
	}

	.hdrl_right {
	    margin: 26px 0;
	}

	#mobile_menu_wrapper.active {
	    -webkit-transform: translate(0, 50px);
	    -moz-transform: translate(0, 50px);
	    -ms-transform: translate(0, 50px);
	    -o-transform: translate(0, 50px);
	    transform: translate(0, 50px);
	}

    .footer_box {
        text-align: center;
    }

    .footer_menu {
        text-align: center;
    }

    ul.footer_menu li {
        display: inline-block;
    }

    ul.footer_menu li a {
        padding-left: 16px;
        padding-right: 9px;
    }

    ul.footer_menu li a:before {
        content:"\2022";
    }

    .footer_box.fooun {
        margin-top: 46px;
    }

    .footer_box.foouu {
        margin-top: 35px;
    }

    .icon_separator.tel {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icon_separator.mail {
        margin-top: 21px;
        margin-bottom: 7px;
    }

    .shop_side footer h4 {
        font-size: 2rem;
    }

    .shop_header_title {
        font-size: 3rem;
    }

    .shop_header_subtitle {
        font-size: 1.6rem;
    }

    .shop_side .hghl_title {
        font-size: 3rem;
    }

    #shop_header_wrapper {
        height: 200px;
    }

    .show_mobile {
        display: inline-block;
    }

    .show_desktop {
        display: none;
    }
    .footer_bottom {
        text-align: center;
    }

    .comde_inner_elem {
        flex-direction: column;
    }

    .comde_inner_inner_elem {
        align-items: center;
    }

    .company_icon_separator {
        margin-right: 0;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 360px) {
	
}


/*
 *
 * ANIMATIONS
 *
 */

.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassRightleft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}