@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body{margin: 0;}


#navmenu,
#navmenu ul,
#navmenu ul li,
#navmenu ul li a,
#navmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
   /*    font-family: 'latoregular' !important; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3d4246;
  /* z-index:2; */
}
#navmenu:after,
#navmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navmenu #menu-button {
  display: none;
}
/* #navmenu {
      margin: 25px 0;
} */
#navmenu > ul > li {
  /* float: left; */
  display: inline-block;
}
#navmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#navmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#navmenu.align-center ul ul {
  text-align: left;
}
#navmenu.align-right > ul > li {
  float: right;
}
#navmenu > ul > li > a {
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    /* letter-spacing: 1px; */
    text-decoration: none;
    color: #000;
    font-weight: 500;
}#navmenu > ul > li > a
#navmenu > ul > li:hover > a {
    color: #5f6160;
/*     border-bottom: 5px solid #08a499; */
    /* background: url('../images/fashion-center-online-logo.png'); */
}
nav ul a:hover{
	background-color: transparent;
}
#navmenu > ul > li.has-sub > a {
/*  padding-right: 30px;*/
 
}
/* #navmenu > ul > li a:hover {
     border-bottom: 5px solid #a11d29;
     border-bottom: 5px solid #000;
    background: url('../images/fashion-center-online-logo.png');
        opacity: 0.6;
} */


/* #navmenu > ul > li.has-sub > a:hover {
    border-bottom: 5px solid #3d4246;
} */

.category h5{    
 	font-size: 15px;
       padding: 9px 15px 9px 15px;
    margin: 0;
   font-weight:bold; 
    white-space: inherit;
     text-transform: uppercase; 
  }
.cat-level-2 ul {margin: 0 !important;}
.cat-level-2 h5 {padding: 0 !important; padding-top: 5px !important;}



#navmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
    display: none;
}
#navmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 21px;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 13px;
    height: 6px;
    background-repeat:no-repeat;
    text-align:center;
    background-image: url('../images/down-arrow-small.png');
 /*    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; */
   content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease; 
    transition: .25s;
 
}
 #navmenu > ul > li.has-sub:hover > a:before {
  background-image: url('../images/up-arrow-small.png');
 	width: 13px;
    height: 6px;
} 
 #navmenu > ul > li.has-sub:hover > a:before{

 }


#navmenu ul ul {
  position: absolute;
     z-index: 3;
  display:none;
}
#navmenu.align-right ul ul {
  text-align: right;
}
#navmenu ul ul li {
 /* height: 0;*/
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navmenu li:hover > ul {
  left: auto;
  display:block;
}

#navmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#navmenu li:hover > ul > li {
  height: 35px;
}
#navmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#navmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#navmenu ul ul li a {
	font-weight: 600;
    font-size: 13px;
    color: #212121!important;
    padding: 8px 0 8px 15px;
    border: 1px solid transparent;
    position: relative;
 	text-transform: capitalize;
}
#navmenu ul ul li:last-child > a,
#navmenu ul ul li.last-item > a {
  border-bottom: 0;
}
/* #navmenu ul ul li:hover > a,
#navmenu ul ul li a:hover {
  color: #08a499;
  opacity: 0.6;
} */
#navmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#navmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#navmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  display: none;
 
}
#navmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#navmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.submenu-Container{
   
}
#navmenu .submenu-Container  ul {
    position: inherit;
    left: 0;
    margin: 0;
    display: inline-block;
 
}
#navmenu .submenu-Container ul li {
    display: inline-block;
    text-align: left;
    width:100%;
     white-space: nowrap; 
}
/* #navmenu .submenu-Container li a:hover{
  border-bottom: none;
} */
.nav-full-table
{
    display:table; 
    height:100%;
    background: #f1f1f1;
    padding: 0px 0px;
   /*  box-shadow: 0px 4px 35px -9px #999; */
    text-align: left;
   border: 1px solid #e8e9eb;
   width: 100%;   
}
.nav-category-section{
    display:table-cell; 
    height:100%;
    width:calc(100% - 300px);
    background: #fff;
    box-shadow: 0px 4px 35px -9px #999;
    min-width: 225px;
    vertical-align: top;
    padding: 10px 0 0 0;

}
.nav-prod-section{
  display:table-cell; 
  height:100%;
  float: left;
  width: 230px;
  position: relative;
}
.nav-category-section h5 {
    padding: 8px 0px 8px 15px;
}

.nav-category-section ul{margin: 0px 15px 0px 0px !important;}
.list-columns {
-moz-column-count: 2;
-moz-column-gap: 60px;
-webkit-column-count: 2;
-webkit-column-gap: 60px;
column-count: 2;
column-gap: 20px;
}
.product-img{
  text-align: center;
}
.product-heading{
   padding: 8px;
   text-align: center;
}
.product-price{
   text-align: center;
 
   padding:10px;
}
.pro-price-tag{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#fff;
    z-index: 2;
    text-align: center;
}
.linethrough{text-decoration: line-through;}
.offer-price{
  font-weight: bold;
}
.menu-category{    
  float: left;
 }

@media all and (max-width: 60em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.nav-category-section .has-sub span.submenu-button {
    display: none !important;
}
@media all and (max-width: 60em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.menu-category   { 
    position: absolute;
    top: 61px;
    width: 100%;
  }
  #navmenu {
    width: 100%;
	padding:0px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
      border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #navmenu ul {
    width: 100%;
    display: none;
  }
  #navmenu.align-center > ul {
    text-align: left;
  }
  #navmenu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  }
  #navmenu ul ul li,
  #navmenu li:hover > ul > li {
    height: auto;
  }
  #navmenu > ul > li > a{
       height: inherit;
    line-height: inherit;
  }
  #navmenu ul li a,
  #navmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #navmenu > ul > li {
 /*   float: none;*/
  }
  /* #navmenu ul ul li a {
    padding-left: 25px;
  }
  #navmenu ul ul ul li a {
    padding-left: 35px;
  } */
  #navmenu ul ul li a {
    color: #5f6160;
    background: none;
  }
  #navmenu ul ul li:hover > a,
  #navmenu ul ul li.active > a {
    color: #5f6160;
  }
  #navmenu ul ul,
  #navmenu ul ul ul,
  #navmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #navmenu > ul > li.has-sub > a:after,
  #navmenu > ul > li.has-sub > a:before,
  #navmenu ul ul > li.has-sub > a:after,
  #navmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #navmenu #menu-button {
    display: block;
    padding: 17px;
    color: #5f6160;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
        border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  }
  .sub-sub-heading-menu span{
  		display: none;
  }
  #navmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
  /*  border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;*/
    content: '';
  }
  #navmenu #menu-button:before {
    position: absolute;
    top: 10px;
    right: 17px;
    display: block;
    height: 24px;
    width: 24px;
    background: url(../images/menu.png) no-repeat right center;
    content: '';
  }
  #navmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
  
  }
  #navmenu #menu-button.menu-opened:before {
    top: 12px;
    background: url(../images/i-close.png) no-repeat right center;
    height: 24px;
    width: 24px;
  
  }
  #navmenu .submenu-button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #navmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #navmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #navmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #navmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #navmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #navmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #navmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #navmenu .submenu-button.submenu-opened:before, .nav-prod-section {
    display: none;
  }
  #navmenu > ul > li:hover > a{
    border-bottom:none;
  }
  #navmenu > ul > li.has-sub > a:hover{
     border-bottom:none;
  }
.category-section{width:100%;}
.list-columns {
-moz-column-count: 1;
-moz-column-gap: 30px;
-webkit-column-count: 1;
-webkit-column-gap: 30px;
column-count: 1;
column-gap: 20px;
}
.menu-conatiner .container{
    padding-right: 0px;
    padding-left: 0px;
}
.nav-full-table{
   box-shadow:none;
}

.nav-category-section{
  background: #fff;

    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 9999;
}
    
}
/* #navmenu li:nth-child(5)  > ul{
left:-100px;
}
#navmenu li:nth-child(6)  > ul{
left:-120px;
} */

@media (max-width: 60em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx){
		#navmenu ul {
		position: absolute;
		background: #fff;
		z-index: 999;
	}
	.topnav ul.submenu-Container-top li{
		height: auto !important;
	}
	.submenu-Container-top .nav-full-table{
		background-color: #fff;
	}
	#navmenu ul ul li a {
    padding: 10px 15px;
	}
	
}




