#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu #menu-button {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1.1;

  display:block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#cssmenu:after,

#cssmenu > ul:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

#cssmenu #menu-button {

  display: none;

}

#cssmenu {

  float:right !important;

  display:inline-block;

  margin-bottom: 2px;

 

}

#cssmenu > ul {

	float:right !important;

	width:100%;

	display:inline-block;

}



#cssmenu > ul > li {

  float: left;

  display: inline-block;

  line-height:50px;

   -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;



}

#cssmenu > ul > li:last-child {background: none;}



#cssmenu > ul > li > a {

    text-decoration: none;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: -0.5px;

    color: #FFF;

    text-transform: uppercase;

   padding: 32px 12px 33px 12px;

}

#cssmenu > ul > li:hover

{

  background-color:#377f3a;

}

#cssmenu > ul > li.active

{

  background-color:#377f3a;

}

#cssmenu > ul ul li:hover  > a,

#cssmenu > ul ul li > a:hover,

#cssmenu > ul ul li.active > a {

  background: #307033;

  color: #FFF;

}

#cssmenu > ul ul li:nth-child(3n+1):hover  > a,

#cssmenu > ul ul li:nth-child(3n+1) > a:hover,

#cssmenu > ul ul li:nth-child(3n+1).active > a {

	background:#307033;

	text-shadow:none



}

#cssmenu > ul ul li:nth-child(3n+2):hover  > a,

#cssmenu > ul ul li:nth-child(3n+2) > a:hover,

#cssmenu > ul ul li:nth-child(3n+2).active > a {

background:#307033;

}

#cssmenu > ul ul li:nth-child(3n+3):hover  > a,

#cssmenu > ul ul li:nth-child(3n+3) > a:hover,

#cssmenu > ul ul li:nth-child(3n+3).active > a {

background:#307033;

}

#cssmenu > ul li ul

{

  border-top: 0px solid #FFF;

}

#cssmenu > ul > li.has-sub > a::after {

 	 content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0px 3px;
	border-color: #fff transparent transparent;
	right: 1%;
	top: 46%;
}

#cssmenu > ul > li.has-sub.active > a::after,

#cssmenu > ul > li.has-sub:hover > a {

}

#cssmenu ul ul {

  position: absolute;

  left: -9999px;

  top: 0  ;

  font-size: 14px;

  font-weight:400;

  opacity: 0;

  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;

  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;

  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;

  -o-transition: top 0.2s ease, opacity 0.2s ease-in;

  transition: top 0.2s ease, opacity 0.2s ease-in;

}

#cssmenu > ul > li > ul {

  top: 80px;

  padding-top: 0px;

}

#cssmenu > ul > li:hover > ul {

  left: 0;

  opacity: 1;

}

#cssmenu.align-right > ul > li:hover > ul {

  left: auto;

  right: 0;

}

#cssmenu ul ul ul {

  padding-top: 0;

  margin-left: 40px;

}

#cssmenu > ul > li > ul > li.has-sub > a::after {

  	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left-color: #fff;
	right: 17px;
	top: 14px;
	display: block;

}

#cssmenu > ul ul > li.has-sub.active > a::after,

#cssmenu > ul ul > li.has-sub:hover > a {

  border-top-color: #ccc;

}

#cssmenu.align-right ul ul ul {

  padding-right: 6px;

}

#cssmenu ul ul > li:hover > ul {

  left: 215px;

  top: 0;

  opacity: 1;

}

#cssmenu.align-right ul ul > li:hover > ul {

  left: auto;

  right: 100%;

  opacity: 1;

}



#cssmenu ul ul li a {

    text-decoration: none;

    font-weight: 400;

    padding: 11px 15px;

    width: 255px;

    color: #FFF;

    font-size: 13px;

    letter-spacing: -0.03em;

	  text-align:left; 

    background-color:#377f3a;

    border-bottom: 1px solid #337636;

    text-transform: capitalize;



}

#cssmenu ul ul li:last-child > a{border-bottom: 0px}

#cssmenu ul ul:hover,

#cssmenu ul ul:active

{

}

#cssmenu > ul > li > ul > li > a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border: 3px solid transparent;

    border-left-color: #8c2f03;

    right: 12px;

    top: 18px;

	display:none

}

#cssmenu > ul ul ul li:nth-child(3n+1):hover  > a,

#cssmenu > ul ul ul li:nth-child(3n+1) > a:hover,

#cssmenu > ul ul ul li:nth-child(3n+1).active > a {

  text-shadow:none;

  background: #307033;

  color: #FFF;

}

/*#cssmenu > ul ul ul li:nth-child(3n+2):hover  > a,

#cssmenu > ul ul ul li:nth-child(3n+2) > a:hover,

#cssmenu > ul ul ul li:nth-child(3n+2).active > a {

  text-shadow:none;

  background: #E0173A;

  color: #FFF;

}

#cssmenu > ul ul ul li:nth-child(3n+3):hover  > a,

#cssmenu > ul ul ul li:nth-child(3n+3) > a:hover,

#cssmenu > ul ul ul li:nth-child(3n+3).active > a {

  text-shadow:none;

  background: #E0173A;

  color: #FFF;

}*/

#cssmenu ul ul li:first-child > a {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

#cssmenu ul ul li:last-child > a {

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

}

#cssmenu > ul > li > ul::after {

  position: absolute;

  display: block;

}



#cssmenu ul ul li.has-sub > a::after {

  content: "";

  position: absolute;

  width: 0;

  height: 0;

  border: 4px solid transparent;

  border-left-color: #777777;

  right: 17px;

  top: 14px;

}

#cssmenu.align-right ul ul li.has-sub > a::after {

  border-left-color: transparent;

  border-right-color: #777777;

  right: auto;

  left: 17px;

}



#cssmenu.align-right ul ul li.has-sub.active > a::after,

#cssmenu.align-right ul ul li.has-sub:hover > a::after {

  border-right-color: #333333;

  border-left-color: transparent;

}

@media all and (max-width: 800px), 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) {

  #cssmenu {

	position:relative !important;

	display:block;

	width:100%;

	float:right;

	z-index:1;

  margin-top: -100px;

  }

  #cssmenu > ul li ul

{

  border-top: 0px solid #FFF;

}

#cssmenu > ul > li:hover {

    background-color: #377f3a;

}

li.has-sub:hover{background: none!important}

  #cssmenu > ul {

    display: none;

  }

  #cssmenu > ul ul {

    border-bottom:none;

  }

  #cssmenu > ul.open {

    display: block;

	position:relative;

	width:100%;

	float:right;

	margin-top:15px;


  }

  #cssmenu > ul.open:nth-child(1)

  {

    background: #f35810;

  }





  #cssmenu > ul li ul {

    display: none;

	position:relative;

  }

  #cssmenu > ul li ul.open {

    display: block;

	position:relative;

  }



  #cssmenu.align-right > ul {

    float: none;

  }

  #cssmenu.align-center > ul {

    text-align: left;

  }

  #cssmenu > ul > li,

  #cssmenu > ul > li {

    float: none;

    padding: 10px 0 10px 0;

    border-bottom :1px solid #3b9f3f;

    display: block;

    background: none !important;

  }

  #cssmenu > ul > li:last-child{border-bottom: 0px;}

  #cssmenu > ul > li > a {

   color: #FFF;

   padding: 0px;

	 text-align:center;

  }

  #cssmenu > ul > li:hover > a,

  #cssmenu > ul > li.active > a  {

    padding-bottom: 0px;

    border:none;

    color: #FFF;

   text-align:center;

  }

  #cssmenu #menu-button {

    display: block;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    color: #E0173A;

    padding: 18px 25px 18px 25px;

    text-transform: uppercase;

    letter-spacing: 0px;

    cursor: pointer;

	  position:relative;

    margin-top: 33px;

  }

  #cssmenu ul ul li a {

    padding: 11px 0px;

}

  #cssmenu ul ul,

  #cssmenu ul li:hover > ul,

  #cssmenu > ul > li > ul,

  #cssmenu ul ul ul,

  #cssmenu ul ul li:hover > ul,

  #cssmenu.align-right ul ul,

  #cssmenu.align-right ul li:hover > ul,

  #cssmenu.align-right > ul > li > ul,

  #cssmenu.align-right ul ul ul,

  #cssmenu.align-right ul ul li:hover > ul {

    left: 0;

    right: auto;

    top: auto;

    opacity: 1;

    width: 100%;

    position: relative;

    text-align: center;

  }

  #cssmenu ul ul ul {

  padding-top: 0;

  margin-left: 0px;

}

  #cssmenu ul ul li {

    width: 100%;

  }

  #cssmenu ul ul li a {

    width: 100%;

    box-shadow: none;

    padding-left: 0;

	text-align:center;

  }


  #cssmenu ul ul li a {

    text-decoration: none;

    font-weight: 400;

    padding: 11px 15px;

    width: 100%;

    color: #FFF;

    font-size: 13px;

    letter-spacing: -0.03em;

	  text-align:center; 

    background: none;

    border-bottom: 1px solid #3b9f3f;

    text-transform: capitalize;



}

 

  #cssmenu ul ul li:first-child > a,

  #cssmenu ul ul li:last-child > a {

    border-radius: 0;

  }

  #cssmenu #menu-button::after {

    display: block;

    content: '';

    position: absolute;

    height: 3px;

    width: 25px;

    border-top: 2px solid #FFF;

    border-bottom: 2px solid #FFF;

    right: 10px;

    top: 28px;

  }

  #cssmenu #menu-button::before {

    display: block;

    content: '';

    position: absolute;

    height: 3px;

    width: 25px;

    border-top: 2px solid #FFF;

    right: 10px;

    top: 38px;

  }

  #cssmenu > ul > li.has-sub > a::after{
	right: 28% !important;
	}

  #cssmenu ul ul li.has-sub > a::after {

	right:42% !important;
	top:41% !important;
	border-left-color:transparent !important;
	border-top-color:#fff !important;
  }

  

}















/*accordion*/

#cssmenux,

#cssmenux ul,

#cssmenux ul li,

#cssmenux ul li a {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1;

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  text-shadow: none!important;

  font-weight: 400;

  

}

#cssmenux {

    width: 93%;

	color: #ffffff;

	padding: 9px 10px 9px 10px;

	box-sizing: border-box;

	display: block;

	position: relative;

	margin:auto;

}



#cssmenux ul ul {

  display: none;

}

.align-right {

  float: right;

}

#cssmenux > ul > li

{

    background-color: transparent;

}

#cssmenux > ul > li:last-child{

  background-color: transparent;

}

#cssmenux > ul > li > a {



  text-align: left;

  cursor: pointer;

  z-index: 2;

  font-size:13px;

  line-height:17px;

  color:#5D5D5D;

  font-weight:600;

  text-decoration: none;

   

}

#cssmenux > ul > li:before

{



}

#cssmenux > ul > li.product:hover :before,

#cssmenux > ul > li.product :before

{

  height: 55px;width: 12px; position: absolute; content: "\00a0 ";margin-top: -13px; left:-10px;

}

#cssmenux > ul > li.open :before

{display: none;}



#cssmenux > ul > li > a:hover,

#cssmenux > ul > li.active > a,

#cssmenux > ul > li.open > a {

  color: #317834;

  background: url(../theme/menu-marker.png) 100% 6px no-repeat transparent;

}

#cssmenux > ul >li.has-sub li> a:hover,

#cssmenux > ul > li.has-sub li.active > a {

  /*background:url(../theme/marker-right.png) 100% 11px no-repeat transparent ;*/

}

#cssmenux > ul >li.has-sub li> a

{

  background:/**url(../theme/marker-right.png) 5px 14px no-repeat*/ transparent ;

  font-size:13px

}



#cssmenux > ul >li> a:hover,

#cssmenux > ul >li.active > a {

  background:url(../theme/menu-marker.png) 100% 6px no-repeat transparent  ;

}

#cssmenux > ul > li> a

{

  background:url(../theme/menu-marker2.png) 100% 6px no-repeat transparent ;

}





.category_menu #cssmenux > ul > li > a:hover,

.category_menu #cssmenux > ul > li.active > a,

.category_menu #cssmenux > ul > li.open > a {

  color: #C92730;

  background:none;

}

.category_menu #cssmenux > ul >li.has-sub li> a:hover,

.category_menu #cssmenux > ul > li.has-sub li.active > a {

  color: #961219;

  /*background:url(../theme/marker-right.png) 12px 16px no-repeat transparent ;*/

}

.category_menu #cssmenux > ul >li.has-sub li> a

{

 /* background:url(../theme/marker-right.png) 10px 16px no-repeat transparent ;*/

}



.category_menu #cssmenux > ul > li> a

{

  background:none;

}





#cssmenux > ul > li.open > a {

}

#cssmenux > ul > li {

  border-bottom:1px solid #e4e4e4;

  padding:10px 0;

}

#cssmenux > ul > li:last-child {

	border-bottom:0px

}

#cssmenux > ul > li.active > a >.holder::after

{

  border-top: 2px solid #961219;

  border-left: 2px solid #961219;

}



#cssmenux ul ul li

{

  border-bottom: 1px dotted #ccc;

}

#cssmenux ul ul li:last-child

{

  border-bottom: 0px solid ;

}

#cssmenux ul ul li a {

  padding: 10px 10px;

  text-align: left;

  cursor: pointer;

  z-index: 1;

  font-size:14px;

  line-height:17px;

  color:#4f4f4f;

  font-weight:400;

  text-decoration: none;

  

}

#cssmenux ul ul li:hover > a,

#cssmenux ul ul li.open > a,

#cssmenux ul ul li.active > a {

  background: #ececec;

  color: #317834;

}

#cssmenux ul ul li:first-child > a {

  box-shadow: none;

}

#cssmenux ul ul ul li:first-child > a {

}

#cssmenux ul ul ul li a {

  padding-left: 30px;

}

#cssmenux > ul > li > ul > li:last-child > a,

#cssmenux > ul > li > ul > li.last > a {

  border-bottom: 0;

 /* padding:10px 10px 0*/

}

#cssmenux > ul > li > ul > li.open:last-child > a,

#cssmenux > ul > li > ul > li.last.open > a {

}

#cssmenux > ul > li > ul > li.open:last-child > ul > li:last-child > a {

  border-bottom: 0;

}

#cssmenux ul ul li.has-sub > a::after {

  display: block;

  position: absolute;

  content: "";

  width: 5px;

  height: 5px;

  right: 20px;

  z-index: 10;

top: 11.5px;

-webkit-transform: rotate(-135deg);

-moz-transform: rotate(-135deg);

  -ms-transform: rotate(-135deg);

  -o-transform: rotate(-135deg);

  transform: rotate(-135deg);

}

#cssmenux ul ul li.active > a::after,

#cssmenux ul ul li.open > a::after,

#cssmenux ul ul li > a:hover::after {

  border-color: #ffffff;

}

#cssmenux .collaps_btn{display: none;}



@media all and (max-width: 800px), 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) {

#cssmenux .collaps_btn{display: block!important;}

#cssmenux > ul{display: none;}

#cssmenux .collaps_btn {

display: block;

text-decoration: none;

font-size: 14px;

font-weight: 600;

color: #565454;

text-transform: uppercase;

padding: 5px;

letter-spacing: 0px;

cursor: pointer;

position:relative;

z-index: 1;

margin-left: -10px;

}

#cssmenux .collaps_btn::after {

display: block;

content: '';

position: absolute;

height: 3px;

width: 25px;

border-top: 2px solid #565454;

border-bottom: 2px solid #565454;

right: 0px;

top: 7px;

}

#cssmenux .collaps_btn::before {

display: block;

content: '';

position: absolute;

height: 3px;

width: 25px;

border-top: 2px solid #565454;

right: 0px;

top: 17px;

}

#cssmenux > ul > li > a:hover,

#cssmenux > ul > li.active > a,

#cssmenux > ul > li.open > a {

  color: #317834;

  background:url(../theme/menu-marker.png) 100% 11px no-repeat transparent ;

}

#cssmenux > ul >li.has-sub li> a:hover,

#cssmenux > ul > li.has-sub li.active > a {

  background:/*url(../theme/menu-marker.png) 100% 11px no-repeat*/ transparent ;

}

#cssmenux > ul >li.has-sub li> a

{

  background:/**url(../theme/menu-marker.png) 5px 14px no-repeat*/ transparent ;

  padding: 10px 0 8px 10px;

}



#cssmenux > ul >li> a:hover,

#cssmenux > ul >li.active > a {

  background:url(../theme/menu-marker.png) 100% 9px no-repeat transparent  ;

}

#cssmenux > ul > li> a

{

  background:url(../theme/menu-marker.png) 100% 9px no-repeat transparent ;

} 



#cssmenu ul ul li.has-sub.active > a::after, #cssmenu ul ul li.has-sub:hover > a::after {

    border-left-color: #8A3202;

}  

 #cssmenu ul ul li ul li {

    border-bottom: 0px solid #377f3a;

	border-top: none;

}

#cssmenu ul ul li ul li:last-child {

    border-bottom: 1px solid #377f3a;

	border-top: none;

} 

#cssmenu ul ul li ul li:last-child > a{ padding-bottom:10px}

#cssmenu ul ul li:first-child a {

    border-top: none;
	background: transparent !important;

}
#cssmenu > ul ul li:nth-child(3n+2):hover > a, #cssmenu > ul ul li:nth-child(3n+2) > a:hover, #cssmenu > ul ul li.active:nth-child(3n+2) > a {
    background: transparent !important;
}
#cssmenu > ul ul li:nth-child(3n+3):hover > a, #cssmenu > ul ul li:nth-child(3n+3) > a:hover, #cssmenu > ul ul li.active:nth-child(3n+3) > a {
	background: transparent !important;

}

}