/*----------------------------------- 
3. Mainmenu 
-------------------------------------*/

.megamenu3-left span a:nth-child(8) {
    border-bottom: 0px !important;
}

a.drop {
    color: #ffffff !important;
}
.header-bottom-area.stick {
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}
.header-bottom-area {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
}
.logo {
  padding: 15px 0;
}
.brand-area .logo a {
  display: block;
  text-align: center;
}
.logo a img{}

.menu-list {
    display: inline-block;
    /*padding: 10px 8px 0px;*/
}
.menu-list nav ul {

}	
.menu-list nav ul li {
  display: inline-block;
  padding: 28px 0;
  position: relative;
  text-decoration: none;
}
.menu-list nav ul li.active{
	opacity:1;
}
.menu-list nav ul li span.new {
  background: #fe5858 none repeat scroll 0 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0 6px;
  position: absolute;
  right: -7px;
  text-transform: uppercase;
  top: 4px;
  transition:0.3s;
}
.menu-list nav ul li:hover span.new{
	background:#7CBDEF;
}
.menu-list nav ul li span.new::before {
  border-color: #fe5858 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 6px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 0;
  transition:0.3s;
}
.menu-list nav ul li:hover span.new::before {
  border-color:#7CBDEF transparent transparent;
}
.menu-list nav ul li::before, .menu-list nav ul li.active::before {
  border-bottom: 0px solid #ff0000;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 0;
}
.menu-list nav ul li:hover{
	opacity:1;
}
.menu-list nav ul li.active::before {
  border-bottom: 4px solid #ff0000 !important;
  width: 100%;
}
.menu-list nav ul li:hover::before, .menu-list nav ul li.active:hover::before {
  border-bottom: 0px solid #ff0000;
  width: 100%;
}
.menu-list nav ul li a {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 600;
  padding: 28px 15px;
  position: relative;
  text-decoration: none;
  /* text-transform: uppercase; */
}
.menu-list nav ul li:hover a{
	color:#eaeaea;
} 
.menu-list nav ul li.active a{
	color:#eaeaea;

}
.menu-list nav ul li a.drop{
	position:relative;
} 
/*
.menu-list nav ul li a.drop::before {
  color: #ddd;
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 28px;
}
*/
.megamenu {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 5px solid #ff5555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  left: -79px !important;
  padding: 19px 20px;
  position: absolute;
  top: 100% !important;
  transform: scaleY(0) !important;
  transform-origin: center top 0 !important;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 881px;
  z-index: 99;
}
.menu-list nav ul li:hover .megamenu {
  transform: scaleY(1) !important;
  visibility: visible;
}
.menu-list nav ul li:hover .megamenu span a {
	color:#555555;
}
.megamenu span {
  float: left;
  width: 25%;
}
.megamenu span a {
  display: block;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 6px 11px !important;
  position: relative;
  text-align: left;
  text-transform: none !important;
}
.megamenu span a::before,.megamenu2-left span a::before {
  color: #666;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  transition: all 0.3s ease 0s;
}
.megamenu span a:hover {
  color: #ff5555 ! important;
  display: block;
  padding-left: 20px !important;
}
.megamenu span a:hover::before {
  color: #ff5555;
  padding-left: 10px !important;
}

.megamenu span a.mega-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 12px 0 !important;
  text-transform: none;
}
.megamenu span a.mega-title::before {
  content: "" !important;
}
.megamenu-bottom {
  background: #e8e8e8 none repeat scroll 0 0;
  float: left;
  margin-top: 15px;
  padding: 9px 14px;
  width: 100%;
}
.megamenu-bottom .fashion-left {
  float: left;
}
.megamenu-bottom .fashion-left h3 {
  color: #555555;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 3px;
}
.megamenu-bottom .fashion-left a {
  color: #555555 !important;
  font-family: Georgia;
  font-size: 13px;
  font-weight: 400;
  padding: 0 6px;
  text-transform: none;
}
.fashion-right {
  float: right;
}
.megamenu-bottom .fashion-right a {
  color: #555555 !important;
  font-family: Georgia;
  font-size: 13px;
  font-weight: 400;
  padding: 0 6px;
  text-transform: none;
}
.megamenu-bottom .fashion-left a:hover, .megamenu-bottom .fashion-right a:hover {
	color:#FF5555 !important;
}
.megamenu2 {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 5px solid #ff5555;
  left: -184px;
  padding: 19px 12px;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);  
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.3s ease 0s;
  width: 881px;
  z-index: 99;
  visibility:hidden;
}
.menu-list nav ul li:hover .megamenu2{
  transform: scaleY(1); 
visibility:visible;
}

.megamenu2 .featured {
  border-bottom: 1px solid #eee;
  float: left;
  padding-bottom: 9px;
  width: 100%;
}
.megamenu2 .featured a {
  color: #555555 !important;
  font-size: 13px;
  font-weight: 500;
  padding: 0 7px !important;
  text-transform: none;
}
.megamenu2 .featured a:hover {
  border-color: inherit !important;
  color: #ff5555 !important;
} 
.megamenu2 .featured a.first:hover{
	color:#555555 !important;
}
.megamenu2 .featured a.first {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600 !important;
  padding: 0 !important;
}
.megamenu2 .featured a.third {
  border-right: 1px solid;
  line-height: 9px;
}
.megamenu2 .featured a.second {
  border-right: 1px solid;
  line-height: 9px !important;
}
.fashion {
  float: left;
  padding: 12px 8px 0;
  width: 35%;
}
.fashion .fashion-bottom{}
.fashion .fashion-bottom img {
  width: 100%;
}
.fashion h4 {
  font-family: Trebuchet MS;
  font-size: 19px;
  font-weight: 600;
  margin: 14px 0 0;
}
.fashion p {
  font-size: 13px;
  margin: 7px 0 0;
}
.megamenu2-left {
  float: left;
  width: 65%;
  padding: 0 10px;
}
.megamenu2-left span {
  float: left;
  width: 33.3%;
}
.megamenu2-left span a {
  color: #555555 !important;
  display: block;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 6px 11px !important;
  position: relative;
  text-transform: none !important;
}

.megamenu2-left span a:hover {
  color: #ff5555 ! important;
  display: block;
  padding-left: 20px !important;
}
.megamenu2-left span a:hover::before {
  padding-left: 10px !important;
  color:#ff5555;
}
.megamenu2-left span a.mega-title {
  font-size: 17px !important;
  font-weight: 800 !important;
  padding: 12px 0 !important;
  text-transform: none;
}
.megamenu2-left span.second:hover a.mega-title span {
	background:#7CBDEF;
}
.megamenu2-left span.second a.mega-title span {
  background: #ff5555 none repeat scroll 0 0;
  color: white;
  font-size: 10px;
  margin-left: 5px;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 41px;
}
.megamenu2-left span a.mega-title::before {
  content: "" !important;
}
.megamenu3 {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    border-bottom:0px solid #000;
    border-right:0px solid #000;
    left: -9px;
    padding: 0px;
    position: absolute;
    top: 38px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 522px;
    z-index: 9999;
}
.menu-list nav ul li:hover .megamenu3{
  transform: scaleY(1);  
	visibility:visible;
}
.megamenu3 .megamenu3-left {
  float: left;
  /*width: 30%;*/
  width: 50%;
  border-top:0px solid #000;
  border-left:0px solid #000;
  border-right:0px solid #000;
  padding: 10px 0px;
}
.megamenu3 .megamenu3-right {
  float: left;
  /*width: 70%;*/
  width: 50%;
  border-top:0px solid #000;
  padding: 10px 0px;

}
.megamenu3-left span {
  float: left;
  width: 100%;
}

.megamenu3-right span {
    float: left;
    width: 100%;
}
.megamenu3-left span a {
  color: #555555 !important;
  display: block;
  width: 94% !important;
  margin: 0% 3%;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 5px 0px 5px !important;
  position: relative;
  text-indent:0px !important;
  text-align: left !important;
  border: 0px solid #fff !important;
  border-bottom: 1px solid #f5f5f5 !important;
  text-transform: none !important;
}
.megamenu3-right span a {
  color: #555555 !important;
  display: block;
  width: 94% !important;
  margin: 0% 3%;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 5px 0px 5px !important;
  position: relative;
  text-indent:0px !important;
  text-align: left !important;
  border: 0px solid #fff !important;
  border-bottom: 1px solid #f5f5f5 !important;
  text-transform: none !important;
}
.megamenu3-left span a::before {
  /*
  color: #666;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  transition: all 0.3s ease 0s;
  */
}
.megamenu3-left span a:hover {
  color: #ff5555 ! important;
  display: block;
}
.megamenu3-left span a:hover::before {
  color: #ff5555;
  padding-left: 10px !important;
}

.megamenu3-right span a:hover {
  color: #ff5555 ! important;
  display: block;
}
.megamenu3-right span a:hover::before {
  color: #ff5555;
  padding-left: 10px !important;
}

.megamenu3-left span a.mega-title {
  font-size: 17px !important;
  padding: 12px 0 !important;
  text-transform: none;
  font-weight:800 !important;
}
.megamenu3-left span a.mega-title::before {
  content: "";
}
.megamenu3-left span a.little-padding {
  color: #777 !important;
  font-family: "Trebuchet MS";
  margin-left: 10px;
}
ul.megamenu4 {
  background: #f9f9f9 none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  padding: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 210px;
  z-index: 99;
}
.menu-list nav ul li:hover ul.megamenu4{
  transform: scaleY(1);  
	visibility:visible;
}
ul.megamenu4 li {
  display: block !important;
  padding: 0 !important;
  position:relative;
}
ul.megamenu4 li:hover::before {
  border-bottom: medium none !important;
  width: 0 !important;
}
ul.megamenu4 li a {
  border-bottom: 1px solid #eee;
  color: #555555 !important;
  display: block;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 10px 32px !important;
  position: relative;
  text-transform: none !important;
}
ul.megamenu4 li.brace{
	position:relative;
}
ul.megamenu4 li.brace a::before {
  color: #666;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  margin-left: 15px;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease 0s;
}
ul.megamenu4 li.brace a::after{
	
}
ul.megamenu4 li:hover {
	border:none !important;
}
ul.megamenu4 li a:hover {
  color: #ff5555 !important;
  display: block;
  padding-left: 36px !important;
}
ul.megamenu4 li a:hover::before {
  padding-left: 6px !important;
  color: #ff5555 !important;  
}
ul.megamenu4 li.brace a:hover::before {
  padding-left: 6px !important;
  color: #ff5555 !important;  
}
ul.megamenu4 li.brace a::after {
  color: #ff5555;
  content: "\f105";
  font-family: fontawesome;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: 9px;
}
ul.megamenu4 li.brace ul li a::after{
	content:"";
}
ul.megamenu4 li ul {
  background: #f9f9f9 none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  position: absolute;
  right: -99px;
  top: 20%;
  transform: scaleX(0);
  transform-origin: left center 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 210px;
  z-index: 999;
}
ul.megamenu4 li a::before {
  color: #666;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  margin-left: 15px;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease 0s;
}
ul.megamenu4 li.brace:hover ul {
  transform: scaleX(1) !important;
  visibility: visible;
}
li.necklace span {
  background: #ff5555 none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 38px;
  text-align: center;
  top: 8px;
  width: 35px;
}
li.necklace:hover span{
	background:#7CBDEF;
} 
.megamenu5 {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 4px solid #ff5555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  padding: 14px 12px;
  position: absolute;
  right: -133px;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.3s ease 0s;
  width: 888px;
  z-index: 99;
}
.menu-list nav ul li:hover .megamenu5{
  transform: scaleY(1);  	
}
.megamenu5-inside {
  float: left;
  padding: 0 9px;
  width: 33.33%;
}
.megamenu5-inside h3 {
  color: #44445d;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}
.megamenu5-inside p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

#menuemmob{ display:none !important; }
.menuemmob{ display:none !important; }

@media (max-width: 767px) and (min-width: 320px){
  #menuemdesk{ display:none !important; }
  #menuemmob{ display:block !important;background: #ffffff !important;    margin-top: -10px;}

  .menuemdesk{ display:none !important; }
  .menuemmob{ display:block !important;background: #ffffff !important; }
}
