.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 999;
	background-color: #fff;
}
.header.header-scroll {
	box-shadow: 0 1px 5px rgba(0,0,0,0.12);
}

.header.header-scroll .logo {
	width: 120px;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.4s, 0s;
}

.logo {
	width: 120px;
	padding: 10px;
}

.logo-img {
	width: 100%;
	height: auto;
}

.header ul {
    list-style-type: none;
}

.sub-header {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: 0.85em;
    font-weight: 700;
}


.main-header ul.sub-menu {
    display: none;
}

.header .nav ul.sub-menu li {
    float: none;
}

.header .nav ul.sub-menu li a {
    padding: 10px 15px;
    line-height: 1.3;
    font-weight: 400;
	white-space: nowrap;
	position: relative;

}


/*---------- megamenu -----------*/

#desktop-productmenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

#desktop-productmenu .menu-title a {
	display: block;
}

#desktop-productmenu .menu-list-desktop li a {
	font-size: 0.9em;
}

#desktop-productmenu .wrap-l {
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
}

#desktop-productmenu ul li {
    border-right: 1px solid #ddd;
}

#desktop-productmenu ul li:last-child, #desktop-productmenu ul li:nth-child(3), #desktop-productmenu ul li:nth-child(6), #desktop-productmenu ul li:nth-child(9) {
    border-right: 0;
}

#desktop-productmenu ul li.col-f-1-3:nth-child(1), #desktop-productmenu ul li.col-f-1-3:nth-child(2), #desktop-productmenu ul li.col-f-1-3:nth-child(3) {
    border-bottom: 1px solid #ddd;
}

#desktop-productmenu .menu-thumb {
    width: 30%;
    position: relative;
}
#desktop-productmenu .wrap-l{
	width: 95%;
}
#desktop-productmenu .menu-title {
    width: 70%;
	padding: 0 20px;
	height: 145px;
}
#desktop-productmenu li:first-child .menu-list-desktop, #desktop-productmenu li:nth-child(4) .menu-list-desktop, #desktop-productmenu li:nth-child(5) .menu-list-desktop,#desktop-productmenu li:nth-child(6) .menu-list-desktop{
	flex-direction: column;
}
#desktop-productmenu li:first-child .menu-list-desktop li, #desktop-productmenu li:nth-child(4) .menu-list-desktop,#desktop-productmenu li:nth-child(5) .menu-list-desktop,#desktop-productmenu li:nth-child(6) .menu-list-desktop{
	width: 100%;
}
#desktop-productmenu .menu-thumb img {
	width: 100%;
	min-width: 120px;
	height: 180px;
    object-fit: cover;
    object-position: right;
}

#desktop-productmenu .menu-title h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.1;
	color: #0b2341;
	letter-spacing: 1px;
}

#desktop-productmenu .menu-title p {
    color: #333;
    font-size: 0.8em;
	line-height: 1.5;
	
}

#desktop-productmenu.custom-active {
	display: block;
}
#desktop-productmenu ul li .menu-list-desktop li{
 border:none;
}
/*--------------------*/



/* Desktop */ 

@media only screen and (min-width: 1250px) {

	.nav ul.sub-menu {
		position: absolute;
		top: 100%;
		background-color: #fff;
		box-shadow: 0 2px 3px rgba(0,0,0,.15);
		min-width: 180px;
	}
	.hamburger-outer {
		display: none;
	}
	.main-header .menu{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		font-family: 'Cinzel', serif;
		
	}
	.main-header .menu li, .main-header .menu li a{
		display: block;
	} 
	.logo{
		width: 120px;
    	margin: 0 30px;
	}
	.main-header .menu li a {
		padding: 40px 15px;
		line-height: 1.3;
		color:#2b2a29;
		letter-spacing: 0.5px;
	}
	.main-header .menu li a:hover{
		background-color:#ecfefa ;
	}
	.main-header .menu li.current-menu-item a, .main-header .menu li.current-menu-ancestor a, .main-header .menu li.current-kirurgi-ancestor a{
		
	}
	
	.main-header .menu li.current-menu-item > a, .main-header .menu li.current-page-ancestor > a, .main-header .menu li.current-menu-ancestor > a {
		background-color:#ecfefa;
	}


	.main-header .menu > li:first-child a{
		content: "";
    	position: absolute;
    	left: 170px;
		top: 0;
	}
	.main-header .menu > li:nth-child(2) a{
		content: "";
    	position: absolute;
    	left: 320px;
    	top: 0;
	}
	.main-header .menu > li:nth-child(2) .sub-menu {
    	content: "";
    	position: absolute;
    	left: 320px;
    	top: 99px;
	}
	.main-header .menu > li:nth-child(2) .sub-menu li a{
    	left: 0px !important;
    	top: 0 !important;
	}
	.main-header .menu > li:nth-child(6) a{
		background-color: #dbc785;
		color:white;
		padding: 40px 35px;
	}

	.main-header .menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }

    .main-header .menu-item-has-children.hide-on-desk:hover > ul.sub-menu {
        display: none;
	}
	.nav ul .expand-ul{
		display: none;
	}
}

@media only screen and (min-width: 800px) {

	.main-header li.hide-on-desk-li {
		display: none;
	}
	
	}

/* Mobile / iPad */

@media only screen and (max-width: 1249px) {

	.menu li, .menu li a{
		position: relative;
	}
	.header {
		box-shadow: 0 1px 3px rgba(0,0,0,.1);
	}
	.menu li {
		border-top: 1px solid #ddd;
	}
	.header .nav ul li a {
		padding: 20px;
		display: block;
		font-weight: 400;
	}
	
	.header .nav ul.sub-menu {
		background: #fff;
	}
	/*.header .nav ul.sub-menu{
		margin-top: 20px;
	}*/
	.header .nav ul.sub-menu li a {
		padding: 15px 20px 15px 35px;
		font-weight: 300;
	}
	.sub-menu li:last-child{
		padding-bottom: 0px !important;
	}
	
	#desktop-productmenu {
		display: none !important;
	}
	.expand-ul {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1.2rem;
		color: #333;
		background: #fff;
		line-height: 1;
		padding: 23px 24px 24px;
	}
	.sub-menu .expand-ul {
		padding: 22px 24px 23px;
	}
	.sub-menu .expand-ul {
		padding: 22px 24px 23px;
	}
	.hamburger-outer {
		display: block;
		float: right;
		position: relative;
		top: 0;
		right: 0;
		z-index: 100;
		border-radius: 0;
		padding: 10px;
	}
	.c-hamburger {
		position: relative;
		overflow: hidden;
		margin: 0;
		float: right;
		top: 0;
		z-index: 99;
		padding: 0;
		width: 28px;
		height: 28px;
		font-size: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		background: transparent;
		outline: none;
		cursor: pointer;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
		height: 2px;
		border-radius: 2px;
		background: #333;
	}
	.c-hamburger--htx span:before, .c-hamburger--htx span:after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.c-hamburger--htx span:before {
		transition-property: top, transform;
	}
	.c-hamburger--htx span:after {
		transition-property: bottom, transform;
	}
	.c-hamburger span:before {
		top: -8px;
	}
	.c-hamburger span:after {
		bottom: -8px;
	}
	.c-hamburger span:before, .c-hamburger span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		content: "";
		border-radius: 2px;
	}
	.c-hamburger--htx.is-active span {
		background: none;
	}
	.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
		transition-delay: 0s, 0.3s;
	}
	.c-hamburger--htx.is-active span:before {
		top: 0;
		transform: rotate(45deg);
	}
	.c-hamburger--htx.is-active span:after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.nav {
		position: fixed;
		width: 370px;
		height: 100%;
		top: 0;
		right: -380px;
		z-index: 99;
		background: #fff;
		padding-top: 66px;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.nav.active {
		right: 0;
	}
	.main-header .menu > li:nth-child(6) {
		
	}
	.main-header .menu > li:nth-child(6) a{
		color:#fff;
		background-color: #dbc785;
		font-family: 'Cinzel', serif;
	}
	.logo-img{
		padding: 5px;
	}
}