.cbp-spmenu {
	position: fixed;
}
.cbp-spmenu-vertical {
	width: 85%;
	height: 100%;
	top: 0;
	z-index: 9999;
}
.cbp-spmenu-left {
	left: -85%;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	overflow-y: auto;
	background: #F9EFE5;
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#container {
	position: relative;
}
#container.menu-open {
	background: rgba(0,0,0,.3) !important;
}
	#container.menu-open  .image {
		background: transparent !important;
		position: relative;
		display: block;
	}
	#container.menu-open .image:before {
	    content: '';
	    display: block;
	    width: 1000px;
	    height: 1000px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,.3) !important;
	    z-index: 9;
	}
	#container.menu-open input, #container.menu-open select {
		 background: rgba(0,0,0,.3) !important;	
	}
.header__top-line.menu-open {
	background: transparent !important;
}
.header__content.menu-open {
	background: transparent !important;
}
.header__menu.fixed.menu-open {
	background-color: #F0E6DD !important;
}
.fixed .mobile-hamburger.menu-open {
	background-color: #F0E6DD !important;	
}