/* CSS Document */

header .nav > li {
float:left;	
list-style: none;
position:relative;
margin: 0 3px;
border-radius: 5px;
}

.nav > li {
float:left;	
list-style: none;
position:relative;
}

.nav-wrap .nav>li>a {
text-transform:uppercase;
font-size: 21px;
padding: 5px 13px;
position: relative;
display: block;
font-family: 'FuturaLTCondensed';
color:#fff;
    opacity: 0.4;
}


.nav-wrap .nav>li>a:hover {
    opacity: 1;
}
.nav-wrap .nav>li>a:hover:before {
    opacity: 1;
}

.nav-wrap .nav li * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-wrap .nav {
float:left;	
    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nav-wrap .nav > li.current-menu-item {
 display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);	
}

.nav-wrap .nav {
  padding: 23px 0 0 0;
margin: 0;
}


.nav-wrap .widget_shopping_cartplus {
float: right;
background: #5F0C60;
padding: 6px 10px 9px 10px;
border-radius: 5px;
margin: 19px 0 0 0;
}

.nav-wrap li {
    text-align: center;
}



.nav-wrap .nav li a:before {
    content: 's';
    font-size: 30px;
    line-height: 45px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.3;
}
.nav-wrap li a:before {
    font-family: 'icomoon';
    display: block;
}

/* icons */
.nav-wrap .nav li.menu-item-Home a:before {
    content: "\e606";
}

.nav-wrap .nav li.menu-item-Shop a:before {
    content: "\e604";
}
   
.nav-wrap .nav li.menu-item-Health a:before {
   content: "\e600";
}

.nav-wrap .nav li.menu-item-Reviews a:before {
   content: "\e607";
}

.nav-wrap .nav li.menu-item-Size a:before {
  content: "\e60f";
}

.nav-wrap .nav li.menu-item-FAQ a:before {
  content: "\e60c";
}

.nav-wrap .nav li.menu-item-Order a:before {
content: "\e60a";
}

.nav-wrap .nav li.menu-item-Chat a:before {
content: "\e605";
}























header#masthead #menu-icon {
float:left;
margin: 41px 13px 13px 30px;
}
header#masthead #menu-icon i {
margin: 0;
font-size: 32px;
color: rgba(255, 255, 255, 0.3);
cursor: pointer;
}
header#masthead #menu-icon i:before {
  transition: all 300ms;
}
header#masthead #menu-icon:hover i:before {
color: rgba(255, 255, 255, 1);  
}

.icomoon-menu-5:before {
content: "\f0c9";
font-family: 'FontAwesome';	
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
speak: none;
font-style: normal;
}
#menu-icon {
display:none;	
}
#mobile-menu .nav li {
float:none;	
}



header #nav li:hover .sub-menu {
display:block;	
}



header .sub-menu {display:none;}

header .sub-menu {
    background: none repeat scroll 0 0 #611761;
    display: none;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    width: 290px;
    z-index: 9999;
	list-style:none;
	margin:0 0 0 0px;
	border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
}


header #nav .sub-menu li, header #nav .sub-menu a {
   font-size: 14px;
text-transform: uppercase;
line-height: 32px;
color: #fff;
}
header #nav .sub-menu li {
    padding: 0;
    width: 50%;
	float: left;
}
