
#header{position:relative;width:100%;/* border-bottom:1px solid #ebebeb; */}
#header .wrap{position:relative;width:100%;max-width: 1200px;margin: 0px auto;min-height: 170px;background: #ffffff;}
#header.on{ position:fixed; top:3px; z-index:9998; }
#header .wrap .logo{position:absolute;top: 30px;left: 15px;}
#header .wrap > #mobileMenu{display:none;position:absolute;top: 35%;right: 10px;width: 35px;height: 30px;font-size: 25px;color: #cc589f;padding: 6px 8px;border: 2px solid #cc589f;cursor:pointer;border-radius: 5px;}
#header .wrap .nav{position:absolute;top: 20px;right: 20px; width:51%; height:35px;/* box-shadow: 3px 3px 6px #cccccc; */-webkit-border-radius: 20px;color: #d87a07;font-size: 16px;font-weight: bold;cursor: pointer;    border-bottom: 1px solid #dadada;
    border-radius: 0;border-bottom:1px solid #dadada;}
#header .wrap .nav i{ font-style:inherit; }
#header .wrap .nav:before{/*content:url(../../images/header-icon-user.png);vertical-align: -70%;padding-right: 8px;*/}
#header .wrap .nav a{display:inline-block;padding: 0 5px;/* border-right: 1px solid #d7d7d7; */font-size: 14px;color: #484848;text-decoration:none;}
/*#header .wrap .nav a:last-child{border-right:0;padding:0 0 0 15px;}*/
#header .wrap .nav a:hover{ color:#cc589f; }

#header nav{position:absolute;top: 30px;right: 20px;width: 570px;text-align: right;padding:0;margin:0;list-style:none;}
#header nav input[type='text']{box-sizing:border-box;font-size: 15px;border:1px solid #ffffff;padding: 7px 10px 7px 35px;letter-spacing:1px;color:#666;outline:0;width: 250px;background:#f2f2f2;transition: all 0.5s ease;}
#header nav span{ position:relative; }
#header nav span div{color: #cc589f;font-size: 17px;position:absolute;top: 0px;left: 10px;cursor: pointer;}

#header > ul{
   width: 100%;
   max-width: 1200px;
   position:absolute;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 0px 0px;
   bottom: 10px;
   list-style: none;
   background: #ffffff;
   display: flex;
       justify-content: center;
   /* border: 1px solid #e0e0e0; */
   /* border-radius: 20px; */
   /* box-shadow: 3px 3px 5px rgb(38 38 102 / 10%); */
   /* -webkit-transition: width 0.2s ease-in-out; */
   -moz-transition: width 0.2s ease-in-out;
   -o-transition: width 0.2s ease-in-out;
   /* transition: width 0.2s ease-in-out; */
}
#header > ul > li{position:relative;float:left;font-weight:500;font-size: 16px;padding: 0 1.5vw;/* border-left: 1px solid #ebebeb; */color: #ffffff;font-family:  sans-serif;transition: all 0.5s ease;}
#header > ul > li:last-child{/* border-right: 1px solid #ebebeb; */}
#header > ul > li:hover{  }
#header > ul > li > a{color: #3e3e3e;letter-spacing:3px;border-bottom:3px solid #ffffff;text-decoration:none;display: inline-block;padding: 10px 0vw 10px 0vw;/* border-right: 1px solid #ffffff; */}
#header > ul > li > a:hover{ border-bottom:3px solid #cc589f; }
#header > ul > li:before{/*content:url(../../images/header-icon-flower.png);padding-right:10px;vertical-align: -15%;*/}
#header > ul > li:hover:before{ -webkit-filter:contrast(2); -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#header > ul > li:last-child a{/* border:0; */}
#header > ul.on{width: 100%;position:fixed;background: #ffffff;max-width:none;border-bottom: 1px solid #cccccc;top: 7px;left: 0;z-index:9998;bottom:inherit;-webkit-border-radius: 0px;margin: 0;}
#header > ul > li ul{display:none;position:absolute;left: 0;top: 52px;background:#48351e;list-style: none;color:#fdf3f2;width:auto;width:200px;z-index: 99;padding: 0px 0;margin:0;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
#header > ul > li:hover > ul{ display:block; }
#header > ul > li ul li{position:relative;font-weight:normal;padding: 15px 0px 20px 0px;text-align:center;border-bottom:1px solid #f8cc1a;}
#header > ul > li ul li:last-child{ border:0; }
#header > ul > li ul li a{color: #ffffff;letter-spacing:3px;text-decoration:none; text-align:center;}
#header > ul > li ul li a:hover{ color:#FFFF00; }

#header > ul > li > ul > li > ul{display:none;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li:hover ul{ display:block; }

#header > ul > li > ul > li > ul > li > ul{display:none !important;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li > ul > li:hover ul{ display:block !important; }



#mobileMenu {
	 width: 30px;
	 height: 25px;
	 position: absolute;
	 bottom:20px;
	 z-index: 999;
	 cursor: pointer
}
#mobileMenu span {
	 width: 15px;
	 height: 2px;
	 display: block;
	 background: #cc589f;
	 margin-top: 4px;
	 -webkit-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -moz-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -ms-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -o-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
}
.mobileMenu_spac {
	background: #fff !important
}
#mobileMenu span:first-child {
	margin-top: 0;
}
#mobileMenu .top {
	 position: absolute;
	 top: 10px;
	 -webkit-transform: rotate(225deg);
	 -moz-transform: rotate(225deg);
	 transform: rotate(225deg)
}
#mobileMenu .bottom {
	 position: absolute;
	 top: 10px;
	 margin-top: 0 !important;
	 -webkit-transform: rotate(-225deg);
	 -moz-transform: rotate(-225deg);
	 transform: rotate(-225deg)
}
#mobileMenu .middle {
	opacity: 0
}



@media screen and (max-width : 1220px) {
	#header > ul{}
	#header .wrap .nav{ right:10px; }
	#header nav{ right:10px; }
}
@media screen and (max-width : 1024px) {
	#header > ul > li{ font-size:14px; }
}
@media screen and (max-width : 900px) {

	#header .wrap{min-height:inherit;border-bottom: 1px solid #ebebeb;}
	#header nav{ display:none; }
	#header .wrap > #mobileMenu{display: block;}
	
	#header .wrap .logo{position:inherit;padding: 20px 10px 10px 10px;max-width: 317px;width: 75%;}
	#header .wrap .nav{ display:none; top:35%; width:35px; right:50px; }
	#header .wrap .nav i{ display:none; }
	#header ul{ display:none; }
	#header .wrap .nav{ display:none; }

}



