   
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	padding:2px 0px 2px 0px;
	border-right:2px solid #fff;
	text-align:center;
	height:40px;
}

.sf-menu > li:nth-child(1),.sf-menu > li:nth-child(2),.sf-menu > li:nth-child(3) {
	width:65px;
}
.sf-menu > li:nth-child(4),.sf-menu > li:nth-child(5),.sf-menu > li:nth-child(6) {
	width:90px;
}
.sf-menu > li:nth-child(8) {
	width:160px;
}
.sf-menu > li:nth-child(9) {
	width:65px;
}

.sf-menu > li:last-child {
	border-right:none;
	width:65px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
	margin-left:0px;
	margin-top:12px;
	
}
.sf-menu ul {

	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */

}
ul.sfmenu { 
	width:1000px;
	}

.sf-menu a {
	
    font-size: 12px;
    font-weight:bold;
    /*font-family: 'Permanent Marker', cursive;*/
    text-transform: uppercase;
    color: #591f48;
    display: block;
    padding: 0px 7px 0px 7px;

}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	margin-right:0px;
}
.sf-menu li a {color:#fff; }
.sf-menu li ul li a {color:#591f48; }
.sf-menu ul li {
	background: #e9e9e9;
}
.sf-menu ul li {
	background: #0f2630;
	color:#fff;
	margin-right:0px;
	text-align:left;
	padding:1px 0px 1px 0px;
	height:auto;
}

.sf-menu ul li a {
	background: #0f2630;
	color:#fff;
    font-size: 12px;
    font-weight:bold;
    font-family: 'Open Sans Regular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 4px 35px 4px 10px;
    border-bottom: 2px solid #e7d6bf; 
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color:#fd961c;
	

    border-bottom-color: #666666;
	
}


.sf-menu li a:hover,
.sf-menu li a.sfHover {
	    color:#fff;
	background: #0f2630;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color:#fd961c;
}

.sf-menu li.sfHover > a {
		color: #fd961c;
}

.sf-menu li.sfHover li > a {
		color: #fff;
}
.sf-menu li.sfHover li > a:hover{
		color: #fd961c;
}


/*** arrows (for all except IE7) **/
/*.sf-arrows .sf-with-ul {
	padding-right: 1.5em;*/
	/**padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
/*}*/
/* styling for both css and generated arrows */
/* .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	margin-top: -3px;
	height: 0;
	width: 0;*/
	/* order of following 3 rules important for fallbacks to work */
	/*border: 5px solid transparent;
	border-top-color: #dFeEFF;*/ /* edit this to suit design (no rgba in IE8) */
	/*border-top-color: rgba(255,255,255,.5);
	color:#000;*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
 
    
  @media (max-width: 767px) {
  	
  	
.sf-menu > li:nth-child(1),.sf-menu > li:nth-child(2),.sf-menu > li:nth-child(3) {
	width:100%;
}
.sf-menu > li:nth-child(4),.sf-menu > li:nth-child(5),.sf-menu > li:nth-child(6) {
	width:100%;
}
.sf-menu > li:nth-child(8) {
	width:100%;
}
.sf-menu > li:nth-child(9) {
	width:100%;
}

.sf-menu > li:last-child {
	border-right:none;
	width:100%;
}
  	
.sf-menu > li {
	float: left;
	padding:2px 0px 2px 0px;
	border-right:2px solid #fff;
	text-align:left;
	height:auto;
}	
  	
#block_top_menu {
  padding-top: 10px; 
  width:100%;
  float:left;
  }
  .sf-menu { margin-left:0px;width:100%;}
  
.nowalista {width:100%;float:left; }
#blocknewproducts .nowalista {width:100%;float:left; }
#homefeatured .nowalista {width:100%;float:left; }
#blockbestsellers .nowalista {width:100%;float:left; }
  
 }
  @media (max-width: 767px) {
    .sf-menu ul {
      position: relative; } }
  @media (max-width: 767px) {
    .sf-menu > li {
      float: none;
      position: relative;
      border-right: none; }
      .sf-menu > li span {
        position: absolute;
        right: 6px;
        top: 10px;
        width: 30px;
        height: 30px;
        z-index: 2; }
        .sf-menu > li span:after {
          font-family: "FontAwesome";
          content: "\f067";
          font-size: 26px; }
        .sf-menu > li span.active:after {
          content: "\f068"; } }
  @media (max-width: 767px) {
    .sf-menu li ul {
      top: 0; } }
  @media (max-width: 767px) {
    .sf-menu > li > ul > li {
      width: 100%; } }

  @media (min-width: 480px) and (max-width: 767px) {
    .sf-menu > li > ul > li.first-in-line-xs {
      clear: left; } }
    @media (max-width: 479px) {
      .sf-menu > li > ul > li#category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center; } }
  @media (max-width: 767px) {
    .cat-title {
      display: block;
      font: 600 18px/22px "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #fff;
      display: block;
      padding: 17px 20px;
      border-bottom: 3px solid #e9e9e9;
      background: #f6f6f6;
      position: relative; }
      .cat-title:hover {
        background: #333333;
        border-bottom-color: #fff;
        color: white; }
      .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px; }
      .cat-title.active:after {
        content: "\f068"; } }
      
      
          
    
