.mega-menu-level0-container{
	background: #f8f8f8;
}
.mega-menu-level1-container{
	margin: 10px 0;
}
.logo-container{
	width: 78px;
    height: 70px;
	display: inline-block;
    vertical-align: middle;
}
.logo-container a,.logo-container img{
	width: 100%;
}
.quicklink-level0 li a{
    font-family: Barlow-Regular;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 0.89;
    text-align: left;
}

.quicklink-level0 li{
    padding-top: 5px;
	padding-bottom: 5px;
}

.quicklink-level0 li:not(:first-child):not(:last-child){
   padding-left: 10px;
   padding-right: 10px;
   color: #3e3e3e;
}

.mega-menu-level1 > li{
   position: relative;
}

.mega-menu-level1 li .dropdown{ 
	position: absolute;
	    width: 150px;
    white-space: nowrap;
}


.mega-menu-level1  li .dropdown > li{
	padding: 8px 0;
}

.mega-menu-level1 li a{
	font-family:Barlow-SemiBold;
	font-size:16px;
	padding: 10px 25px 10px 7px;
	color: #272727;
}



.mega-menu-level1  .dropdown{
	display: none;
}

.mega-menu-level1 .has-dropdown a:hover + .dropdown{
	display: block;
}


.mega-menu-level1 .has-dropdown a + .dropdown:hover{
	display: block;
}

.mega-menu-level1  .dropdown li a{

    font-family: Barlow-Regular;
	display: inline-block;
}

.login-menu-items a{
	text-indent: -9999px;
    display: inline-block;
    width: 30px;
    height: 32px;
}
.header-search{
	background: url("../images/search.svg") no-repeat;
}
.header-cart{
	background: url("../images/cart.svg") no-repeat;
}
.header-login{
	background: url("../images/mydigi.svg") no-repeat;
	    background-size: 75%;
    background-position-y: 2px;
}
.header-hamburger-menu{
	background: url("../images/HB-menu.svg") no-repeat;
}

.hamburger-close{
	background: url("../images/close.svg") no-repeat;
	height: 15px;
    background-size: 100%;
    width: 15px;
	margin: 13px 0 13px 20px;
}
.hamburger-submenu-back{
	
	background: url("../images/left-arrow-black.svg") no-repeat;
	width: 11px;
    background-size: 100%;
    margin: 12px 20px 12px 0;
    font-family: Barlow-SemiBold;
    text-indent: 19px;
    background-position-y: 3px;
}

	.login-menu-items{
		margin: 20px 0;
	}	

	
@media screen and (min-width: 769px) {
	.fixed-layout{
		position: relative;
		max-width: 1440px;
		padding: 0 30px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;

	}
	
	.hidden-desktop{
		display: none !important;
	}
	
	.header-login{
	    background-size: 25%;
	}
	
	.login-menu-items ul li:nth-child(2){
		margin: 0 23px;
	}
	.mega-menu-level1 > ul > li > ul > li > a{
		padding: 0 0 0 7px;
	}
	
	 a:hover,a:focus,a:active{
		font-family: Barlow-SemiBold !important;
	}
	
	.login-menu-items .header-login{
		border: 1px solid #f9f9f9;
		border-radius: 25px;
		    background-position-y: 6px;
    background-position-x: 10px;
		    margin-top: -3px;
	}
		.login-menu-items .header-login a{
		text-indent: 33px;
		font-family: Barlow-SemiBold;
		font-size: 14px;
		color: #272727;
		    width: 81px;
    height: 18px;
    margin: 8px 0;
	}
	
	.quicklink-level0 li,.logo-container ,.mega-menu-level1,.menu-links-container{
	  display: inline-block;
	  vertical-align: middle;
	}
	.header-hamburger-menu,.hamburger-search-mobile,.quicklink-level0-mobile,.hamburger-menu-close-bar,.hamburger-submenu-close{
		display: none;
	}
	.header-search{
		display: block;
	}
	
	.mega-menu-level1-container .fixed-layout{
		height: 100%;
	}
	.has-opacity{
		opacity: 0.5;
	}
	.no-opacity{
		opacity: 1;
	}
.login-menu-items ul li:hover{
	opacity: 0.5;
	}
	
}


@media screen and (max-width: 769px) {
	.fixed-layout {
		width: 90%;
		margin: auto;
	}
	
	.header-hamburger-menu{
		    background-size: 86%;
    background-position-y: 2px;
	}
	
	.header-login{
	    background-size: 75%;
		background-position-y: 2px;
	}
	
	.login-menu-items ul li:nth-child(3){
		margin: 0 16px;
	}
	.header-hamburger-menu,.hamburger-search-mobile,.quicklink-level0-mobile,.hamburger-menu-close-bar{
		display: block;
	}
	.header-search,.mega-menu-level0-container,.menu-links-container{
		display: none;
	}
	
	.menu-links-container{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background: #fff;
		left: 0;
	}

	.mega-menu-level1,.hamburger-menu-close-bar,.quicklink-level0-mobile{
		width: 90%;
		margin: auto;
	}
	.mega-menu-level1 > ul > li > a{
		display:inline-block;
		background: url("../images/right-arrow-black.svg") no-repeat;
		background-position: right center;
		width: 90%;
		font-size: 14px;
	}
	
	.quicklink-level0-mobile a{
		font-family: Barlow-Regular;
		font-size: 14px;
		color: #272727;
		padding: 10px 25px 10px 7px;
		display: inline-block;
	}
	.mega-menu-level1 li .dropdown {
		position: absolute;
		width: 100%;
		white-space: nowrap;
		top: 0;
		left: 0;
		background: white;
		height: 100vh;
	}
	
	.mega-menu-level1 li .dropdown > li {
		width: 90%;
		margin: auto;
		
    border-bottom: 1px solid #f9f9f9;
	}
	
	.login-menu-items {
		width: 71%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.login-menu-items ul{
		float: right;
	}
	
	.links-after-search-bar ul{
	    display: flex;
		justify-content: space-between;
		width: 90%;
		white-space: nowrap;
		margin: auto;
		    height: 50vh;
	
	}
	.hamburger-search-mobile,.links-after-search-bar{
		background:#f4f4f4;
		    padding-top: 10px;
			width:100%;
	}
	.hamburger-search-mobile input{
		background: #ffffff url(../images/search.svg) no-repeat;
		background-position: 95% center;
		background-size: 30px;
		border: 0;
		display: block;
		width: 90%;
		border-radius: 30px;
		margin: auto;
		padding: 10px;
		font-size: 16px;
		width: 90%;
	}
	
	.hamburger-menu-close-bar{
	    margin-top: 10px;
	}
	
	.mega-menu-level1.last-link{
		border-bottom: 1px solid #f9f9f9;
	}
}


