#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button,
#account, #account ul, #account ul li, #account ul li a {
	font-family: 'Roboto Slab', serif;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	position: relative;
	z-index: 1;
	width: auto;
	line-height: 1;
    display: block;
	float: left;
}
#account {
	position: relative;
	z-index: 2;
	float: right;
}
#cssmenu ul,
#account ul {
	display: block;
	margin: 0 0 -1px;
}
#account ul {
	text-align: right;
}
#cssmenu li,
#account li {
	margin: 0;
	display: inline-block;
	color: #eb6009;
}
#cssmenu > ul > li > a,
#account > ul > li > a {
	font-family: 'Roboto Slab', serif;
	font-size: 0.95em;
	line-height: 1;
	display: inline-block;
	color: #fff;
	background: #8b2257;
	padding: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 0;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 8px 0 0 0
}
#cssmenu > ul > li:nth-last-child(3) > a {
	border-radius: 0 8px 0 0
}

#account > ul > li > a {
	background: #025c66;
}
#account > ul > li:first-child > a {
	border-radius: 8px 0 0 0
}
#account > ul > li:last-child > a {
	border-radius: 0 8px 0 0
}

#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a,
#account > ul > li > a:hover, #account > ul > li.active > a, #account > ul > li:hover > a {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #fff;
}

/* basket */

#account > ul > li.basket > a {
	background-image: url(../images/bg-basket.png);
	background-size: 18px 21px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}

#cssmenu ul ul {
	position: absolute;
	top: 38px;
	left: -9999px;
	/*opacity: 0;*/
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#cssmenu li:hover > ul, #cssmenu li a:hover > ul {
	left: auto;
	opacity: 1;
    z-index: 1003
}
#cssmenu.align-right li:hover > ul, #cssmenu.align-right li a:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: left;
	padding: 14px 20px 13px;
	display: block;
	min-width: 280px;
	width: auto;
	background: #8b2257;
	text-decoration: none;
	color: #8b2257;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
	#cssmenu ul ul li:first-child a {
		font-weight: 700;
	}

	/*#cssmenu ul li.notHamper ul a {
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		padding: 12px 20px 12px;
	}*/

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
		background: #8b2257;
		color: #ffffff;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	#cssmenu ul ul li:last-child a {
		border: none;
	}
#cssmenu ul ul ul li a {
	background: #ebebeb;
	color: #333;
}
#cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li a:hover {
	background: #ddd;
	color: #222;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
@media only screen and (min-width: 1280px) and (max-width: 1480px) {
	
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	#cssmenu > ul > li > a,
	#account > ul > li > a {
		font-size: 0.9em;
		padding: 11px;
	}
}

@media all and (max-width: 959px) {
	#cssmenu {
		position: relative;
		 width: 100%;
		 margin-top: -46px;
	}
	#account {
		position: relative;
		z-index: 10;
		float: right;
	}
	 #cssmenu ul {
		 width: 100%;
		 display: none;
		 float: none !important;
		 margin-bottom: 10px;
	}
	 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
		 width: 100%;
		 height: auto;
	  }
	 #cssmenu > ul > li > a {
		 border-bottom: 1px solid rgba(255,255,255,0.25);
		 color: #fff;
	}
	 #cssmenu > ul > li:first-child > a {
		 border-top: 1px solid rgba(0,0,0,0.2);
	}
	 #cssmenu > ul > li:last-child > a {
		 border-bottom: none;
	}
	 #cssmenu ul li a,  #cssmenu ul ul li a {
		 display: block;
		 width: 100%;
		 padding: 13px 10px 12px;
		 background: none;
		 border-radius: 0 !important;
	}
	 #cssmenu > ul > li:hover > a {
		 background: rgba(255,255,255,0.2);
		 border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	#cssmenu > ul > li.active > a {
		 background: #fff;
	}
	#account > ul > li:first-child > a {
		border-radius: 8px 8px 0 0
	}
	 #cssmenu > ul > li {
		 float: none;
		 display: block;
	}
	 #cssmenu ul ul li a {
		 padding: 13px 10px 13px 16px;
		 font-size: 13px;
		 color: #444;
		 background: #fff;
		 border-bottom: 1px dashed rgba(255,255,255,0.25);
		 margin-bottom: 0;
	}
		#cssmenu ul ul li:last-child a {
			 border-bottom: 1px solid rgba(255,255,255,0.25);
		}
	 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
		 color: #111;
		 background: #f4f4f4;
	}
	 #cssmenu ul ul ul li a {
		 padding-left: 40px;
	}
	 #cssmenu ul ul,  #cssmenu ul ul ul {
		 position: relative;
		 top: 0;
		 left: 0;
		 right: auto;
		 width: 100%;
		 margin: 0;
	}
	 #cssmenu ul ul ul li a {
		 background: #fff;
		 color: #333;
		 font-size: 13px;
	}
	 #cssmenu ul ul ul li:hover > a,  #cssmenu ul ul ul li a:hover {
		 background: #ddd;
		 color: #222;
	}
	 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
		 display: none;
	}
	 #menu-line {
	 	display: none;
	}
	 #cssmenu #menu-button {
		 display: block !important;
		 width: 100px;
		 padding: 16px 0 14px 22px;
		 color: #fff;
		 cursor: pointer;
		 font-size: 1.2em;
	}
		#cssmenu #menu-button.menu-opened {
			 color: #fff;
		}
	 #cssmenu #menu-button::after {
		 content: '';
		 position: absolute;
		 top: 18px;
		 left: 0;
		 display: block;
		 width: 15px;
		 height: 2px;
		 background: #fff;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button::before {
		 content: '';
		 position: absolute;
		 top: 23px;
		 left: 0;
		 display: block;
		 width: 15px;
		 height: 3px;
		 border-top: 2px solid #fff;
		 border-bottom: 2px solid #fff;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button.menu-opened::after {
		 top: 23px;
		 right: 0;
		 transform: rotate(225deg);
	}
	 #cssmenu #menu-button.menu-opened::before {
		 top: 23px;
		 transform: rotate(-225deg);
		 display: block;
		 width: 15px;
		 height: 2px;
		 background: #fff;
		 border: none;
	}
	 #cssmenu .submenu-button {
		 position: absolute;
		 z-index: 10;
		 right: 0;
		 top: 0;
		 display: block;
		 border-left: 1px solid rgba(255,255,255,0.25);
		 height: 42px;
		 width: 42px;
		 cursor: pointer;
	}
	 #cssmenu .submenu-button::after {
		 content: '';
		 position: absolute;
		 top: 16px;
		 left: 21px;
		 display: block;
		 width: 1px;
		 height: 11px;
		 background: #8b2257;
		 z-index: 99;
	}
	 #cssmenu .submenu-button::before {
		 content: '';
		 position: absolute;
		 left: 16px;
		 top: 21px;
		 display: block;
		 width: 11px;
		 height: 1px;
		 background: #8b2257;
		 z-index: 99;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		 background: #8b2257;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		 display: none;
	}
	
	#cssmenu .has-sub:hover .submenu-button {
		 border-left: 1px solid rgba(255,255,255,0.25);
	}
	#cssmenu .has-sub:hover .submenu-button::after,
	#cssmenu .has-sub:hover .submenu-button::before,
	#cssmenu .has-sub:hover .submenu-button.submenu-opened:before {
		 background: #fff;
	}
}

html {
    visibility: visible;
    opacity: 1;
}