.navigation-item.show-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: block;
}

.navigation-item.has-drop.active>.navigation-item-link:after {
    content: '';
    position: absolute;
    bottom: -.8rem;
    left: 1.4rem;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #e9eaec;
    z-index: 2;
 }

.navigation-item.active {
    font-size: 1.6rem;
    line-height: 2rem;
 }

.content {
	background-color: #fff;
}

.sidebar-menu:before {
	content: " ";
    width: 500%;
    z-index: 99999;
    height: 100%;
    background-color: rgba(0,0,0,0.70);
    position: absolute;
    left: -500%;
}
.sidebar-menu {
    right: 0px;
    width: 258px;	
    position: absolute;
    display:none;
/*    z-index:100000;*/

}

.close_side_bar{
    display: block;
    position: fixed;
    width: 30px;
    height: 30px;
/*    background-color: rgba(111,111,111,1.00); */
    border: 0px solid #eee;
    padding: 8px;
    text-align: center;
    z-index: 100000;
    border-radius: 6px;
    color: white;
    top: 5px;
    right: 276px;
	font-size: 0;
	background-image:url(/i/icons/close_white.svg);
	background-repeat:no-repeat;
	background-position:center;
 }
.sel-navigation {
	position:static;
}
.sidebar-menu:after {
	content: '';
    position: absolute;
    box-shadow: -254px 0 10px 0px #333;
    top: 0;
    bottom: 0;
    right: -.1rem;
    width: .1rem;
}

.sidebar-menu ul, .sidebar-menu ul ul {
	margin:0;
	padding:0;
}

.navigation {
    height: 100%;
    background: #333;
    overflow-y: auto;
    overflow-x: hidden;
/*    position: absolute;*/
    width: inherit;
    right: 0;
}

.navigation-list-primary li.navigation-item{
	
}

@media only screen and (max-width: 767px) {
	.navigation-top {
	    height: auto;
	    min-height: 6rem;
	}
}

@media only screen and (max-width: 1023px) {
	.navigation-top {
	    background: #fff;
	    height: 6rem;
	    border-bottom: 1px solid #dfdfdf;
	    position: relative;
	    overflow: hidden;
	}
}

.navigation-top-holder {
    position: relative;
    float: left;
    width: 100%;
    right: 0;
}


.navigation-container{
    right: 0;
    position: relative;
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    background-color: #fff;

}

.header-login-option-link {
    width: 100%;
    padding: 2rem 0;
    display: inline-block;
}


.header-login-option {
	    width: 100%;
	    display: inline-block;
	    float: left;
	    margin: 0;
	    text-align: center;
	    box-sizing: border-box;
	    border-right: 1px solid #e9eaec;
    	border-bottom: 1px solid #e9eaec;
}

.font-icon { 
    font-family: 'fontsAwesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-left-open {
    font-size: 1.2rem;
    margin-right: 1.5rem;
}


.icon-left-open:before {
    content: "";
}

.navigation-back-btn {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 400;
    text-decoration: none;
    height: 6rem;
    padding: 2rem 2rem;
}

.container {
  	position: relative;
}

.navigation-item {
	/*margin:0;*/
	padding:0;
}


.navigation-list-primary {
    left: 0;
    position: relative;
    display: table;
    width: 100%;
    list-style: none;
}

.navigation-item-primary {
    font-size: 1.4rem;
    line-height: 2rem;
}

.header-login-options-list:after, .header-login-options-list:before {
    display: table;
    content: "";
    line-height: 0;
}

.navigation-item-link {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: block;
    border-bottom: 1px solid #e9eaec;
    padding: 1.2rem 4rem 1.2rem 2.1rem;
    cursor: pointer;
}

.navigation-item.active>.navigation-item-link {
    background: #e9eaec;
    font-weight: 700;
}

.navigation-item-primary>.navigation-item-link {
    padding: 2.2rem 4rem 1.8rem 2.1rem;
    font-weight: 700;
}

span.navigation-item-link {
    cursor: default;
}

.navigation-item.has-drop>.navigation-item-link:before {
    content: "";
    font-family: "fontsAwesome";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-text-stroke: .2px;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin: -.8rem 0 0;
    font-size: 1.4rem;
}

.navigation-item.dark, .navigation-item.show-dropdown.stores {
    background: #333;
}

.navigation-item.dark .navigation-item-link, .navigation-item.show-dropdown.stores .navigation-item-link {
    color: #fff;
    padding: 1.7rem 2.1rem 2.1rem;
}

.sidebar-menu .cat_nav .cMenuItem{
	padding-left: 10px;
}
.sidebar-menu .cat_nav>li{
	padding: 0px 0 0 8px;
}

@media all and (min-width: 991px) {
	.sidebar-menu {
		display:none;
	}
}


.mobile-header {
	background-color: #fff;
}

.zindexnull {
	z-index: 0 !important;
}
