.access-hidden{
  position: absolute;
  right: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0.5em;
  color: #fff;
  background: #A4A8AB;
}
.access-hidden:active , .access-hidden:focus{
    z-index: 9999;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    overflow: visible;
}
#notification-bar{
  position: relative;
  text-align:center;
  background-color: #ba9c64;
  color:white;
  line-height:normal;
}
#notification-bar div.notification-close{
  cursor: pointer;
  position: absolute;
  top: 35%;
  height: 20%;
  right: 1em;
  width: auto;
  z-index: 55;
}
#notification-bar a,
#notification-bar a:hover{
  text-decoration: none;
  color: #fff;
}
#notification-bar{
  z-index: 98;
}
#notification-bar .notification-content{
  font-size: 0.8em;
}

header.header{ 
  position: relative; z-index: 999; 
}
header.header .logo:hover{
  opacity: initial;
}
header.header .logo .logo_img{
  max-width:5em;
  z-index: 99;
}
header.header .logo .logo_bg{
  position: absolute;
  z-index: 90;
  height: 120%;
  width: 120%;
  max-width: initial;
  top: -10%;
  right: -10%;
  bottom: -10%;
  left: -10%;
}
header.header .x1{
  height:1.4em;
}

header.header .ws_n{
  white-space: nowrap;
}

header.header .customer{
  line-height: 1em; 
}

header.header .w_badge{
  position: absolute;
  top: 1px;
  right: -1px;
  left: 0;
  bottom: 0;
  text-align: center;
  margin: 0 -50% 0;
}
header.header .badge{
  background: black;
  line-height: 1em;
  color: #fff;
  font-size: 0.8em;
  height: 1.2em;
  min-width: 1.2em;
  padding: 0.2em;
  display: inline-block;
  transform: scale(0.8); 
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

.btn.remove{
  position: absolute;
  top: 0;
  left:10%;
  z-index: 50; 
}
 
.header .header_bg{ 
  background: #ffffff; 
}

.header .navigation{
  position: absolute;
  z-index: 99;
  top: 100%;
  background: #f8f8f8; 
  background: rgba(248, 248, 248, .9);
  text-transform: uppercase; 
  width: 100%;
}

.header a{ color: #000; }

#header-nav nav.nav ul li{
	font-size:1em;
	vertical-align: top;
	display: table-cell;
	width: 1%;
}
#header-nav nav.nav ul li.active{

}
#header-nav .level0.active a.level0{
  border-bottom: 1px solid #000;
  font-weight: bold;
}
#header-nav.skip-active .level0.active a.level0{
  border-bottom: none !important;
}
#header-nav nav.nav a{
	color:#222;
	white-space: nowrap;
}

.navigation.fixed input[type="search"]{
  background: transparent;

}

.sub_category{ max-width: 10em;}

.nav-primary li.level0 ul {
  position: absolute;
  right:0;
  left: 0;
  top: 100%;
  z-index: 10; 
  display: none;
}

.nav-primary li.menu-active > ul {
  display: block;
}

.nav-primary li.level0 ul .sub_menu{
  text-align: right;
  background: #ffffff;
}
.nav-primary li.level0 ul .sub_menu .border.decor span{ 
  line-height: inherit;

}
.nav-primary li.level0 .sub_category{ max-width: 10em;}


#header-nav nav.nav li.level0 > a{
	padding: 1em;
	display: block;
}
#header-nav .sub_menu a{
	font-size: 0.9em;
	padding: .25em;
	display: block;
}
#header-nav .level1 ol li{
	display: block !important;
	padding: 0 !important;
} 

.nav-primary li.level0.has-children ul.level0{
	-webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0%);
}
.nav-primary:after{
  -webkit-transition: all .2s;
  transition: all .2s;
  content: '';
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0;
  filter: alpha(opacity=0%);
}
.nav-primary li.level0.has-children.menu-active ul.level0{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100%);
}
.nav-primary.child-menu-active.child-has-children:after{
	visibility: visible;
	opacity: 0.8;
	filter: alpha(opacity=80%);
}

/* ============================================ *
 * Navigetion fixed
 * ============================================ */

.navigation.fixed{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border:0;
  margin:auto;
}
.navigation.fixed #nav{
  padding: 0 2em;
}

.skip-cart.fixed {
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 999;
}

.login.fixed{
  position: fixed;
    top: 1em;
    right: 1em;
    z-index: 999; 
}
.header{
  margin-bottom: 3.5em;
}
/*
.header.header_above{
  margin-bottom: 0;
}
*/


/* ============================================ *
 * Card
 * ============================================ */

#header-cart{ margin-top:0.5em; display: none; }

#header-cart.skip-active{
    background: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    right: auto;
    margin: 1em 0 0 0;
    width:100%;
    max-width: 24em;
    box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
  	-webkit-box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
  	-moz-box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
  	-ms-box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
  	-o-box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
}
/*// #cart-sidebar{
//   max-height: 25em;
//   overflow-y: scroll;
//   -webkit-overflow-scrolling: touch;
// }*/

#header-cart.skip-active.fixed{
    position: fixed;
    margin: 0;
}
#header-cart .block-subtitle{
	border-color: #eee;
}


#header-cart .close{ position: absolute; top: 1.3em; right: 1.3em; }
#header-cart .close .x1{ height: 1em; }

#header-cart .quantity-button{ opacity: 0; cursor: default; }
#header-cart .quantity-button.visible{ opacity: 1; cursor: pointer;}
#header-cart #cart-sidebar .last { border: none;}
#header-cart .block-content{ background: #f6f6f6;}

.minicart_dim{
    opacity: 0.5;
    color: #aaa;
}
#cart-sidebar{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 17em;
}
.customer_dashboard .is_active{
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;  
}


@media only screen and (max-width: 767px){
  #productivity-panel{
    display: none;
  }
  header.header{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border:0;
    margin:auto;
    box-shadow: 0 .3em .1em rgba(150,150,150,0.05);
  }
  .header_wrap{
    height: 3.5em;
  }
  .header .logo{
    margin: -1em 0 -1.5em;
    background: #fff;
    padding: 0.5em;
    border-radius: 40%;
    box-shadow: 0 .3em .1em rgba(150,150,150,0.1);
    width: 4em;
    height: auto;
    max-height: initial;
    z-index: 99;
  }
  header.header .logo .logo_img{
    width: 100%;
  }
  header.header .logo .logo_bg{
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .skip-content{ display: none; }
  
  #header-nav.skip-content{
    -webkit-transition: all .5s;
    transition: all .5s;
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
    filter: blur(2em);
    -webkit-filter: blur(2em);
  }
  #header-nav.skip-content.skip-active{
  	display: block !important;
  	visibility: visible !important;
    opacity: 1 !important;
    filter: initial !important;
    -webkit-filter: initial !important;
  }
  #header-nav.skip-content{
    opacity: 0;
    filter: blur(2em);
    -webkit-filter: blur(2em);
    position: fixed;
    top: 3.5em;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    background: #dfdcd3 url(https://www.laline.co.il/skin/frontend/rwd/default/images/nav_bg.jpg) center center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav{
    display: table;
    padding: 2em 0;
    width: 100%;
    min-height: 102%;
  }
  #header-nav ul,#header-nav li,#header-nav a{
    display: block !important;
    white-space: initial !important;
    width: 100% !important;
    padding: 0 !important;
    font-size: 1em !important;
  }
  #header-nav ul{
    display: table-cell !important;
    vertical-align: middle !important;
  }
  #header-nav li{
    width: 100%;
  }
  #header-nav a{
    font-size: 1.1em !important;
    padding: 1em !important;
  }
  #header-nav ul ul{
    display: block !important;
  }
  #header-nav ul ol{
    display: none !important;
  }
  #header-nav .sub_menu{
    font-weight: normal;
    text-align: center;
    display: none;
  }
  #header-nav b,  #header-nav strong{
    font-weight: normal;
  }
  .nav-primary li.level0 ul {
    position: relative;
    right:0;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
  }
  #header-nav ul .sub_menu{
    background: rgba(255, 255, 255, 0.3);
  }
  .navigation.fixed #nav{
    padding: 0em;
  }
  .nav-primary li.level0.has-children ul.level0{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100%);
  }
  .toolbar .view-mode > label { display: none; }
  #header-account.skip-active { width: 100%; max-width:none; }
  #header-cart.skip-active { width: 100%; max-width:none; }
  .navigation.fixed{ z-index: 999;}
  #header-cart.skip-active{ top: 100%; }
  #header-cart.skip-active.fixed{ left: 0; right: 0;  }
 
}

.cms-home #header-nav .active a{
  border: none !important;
  font-weight: normal !important;
}
