#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;
  z-index:1
  
}
#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;
 
}
#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 > a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
    color: #000;
    text-transform: uppercase;
    padding: 16px 13px 31px 13px;
	margin: 14px 9px 0 0px;
	position:relative;
	border-radius: 6px 6px 0 0;
}
/*#cssmenu > ul > li:last-child >a {padding-right: 0px;}*/
#cssmenu > ul > li:hover > a
{
  color:#454545;
  background:#fff;
}
#cssmenu > ul > li.active > a
{
  color:#454545;
  background:#fff;
}


#cssmenu > ul li ul
{
  border-top: 0px solid #B17B2D;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #fff;
  right: -7%;
  top: -2px;
  display:inline-block;
}
#cssmenu > ul > li.has-sub:hover > a::after, #cssmenu > ul > li.has-sub.active > a::after {
	border-top-color: #454545;
}

#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: 76px;
  padding-top: 0px;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
  opacity: 1;
}
#cssmenu > ul > li:hover > ul:After {
	content:'';
	position:absolute;
	right:5px;
	width:100px;
	height:10px;
	background:url(../theme/cssmenu-ul-ul-hover-shadow.png) top right no-repeat;
	top:-1px;
	display:inline-block;
	z-index:9

}
#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 11px 21px;
    width: 220px;
    color: #454545;
    font-size: 13px;
    text-align:left; 
    background: #fff;
	text-transform: capitalize;
	border-top: 1px solid #ebebeb;
}

#cssmenu > ul ul li:hover  > a,
#cssmenu > ul ul li > a:hover,
#cssmenu > ul ul li.active > a {
    color: #fff;
	background: #cde1e0;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  border-top:0px;

}
#cssmenu > ul ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
  right: 45%;
  top: 60px;
  display:block;
}
#cssmenu ul ul ul li a {
    text-decoration: none;
    font-weight: 300;
    padding: 11px 25px;
    width: 255px;
    color: #FFF;
    font-size: 13px;
    text-align:left; 
    background: #2A8BDD;
	text-transform: capitalize;
	border-top: 1px solid #2079c5 ;

}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 255px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}


#cssmenu ul ul li:last-child a{border-bottom: 0px}
#cssmenu ul ul:hover,
#cssmenu ul ul:active
{
}

#cssmenu > ul ul ul li> a,
#cssmenu > ul ul ul li > a:hover,
#cssmenu > ul ul ul li.active > a {

}

#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top:0px !important;
}
#cssmenu ul ul li:last-child > a {
  border-radius:0 0 5px 5px
}
#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: #fff;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #fff;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #8D1A1A;
}
#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:none !important;
	z-index:1;
  }
  #cssmenu > ul li ul
{
  border-top: 0px solid #C92730;
}
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul ul {
    border-bottom:none;
  }
  #cssmenu > ul.open {
    display: block;
	position:relative;
	width:100%;
	float:right;
	margin-top:5%;
  }
  #cssmenu > ul.open:nth-child(1)
  {
    background: transparent;
  }
 

  #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;
    border-bottom :1px solid #545454;
    display: block;
    background: none;
  }
  #cssmenu > ul > li:last-child{border-bottom: 0px;}
  #cssmenu > ul > li > a {
	text-align:center;
	margin-top:0;

  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a  {
    border:none;
    color: #000;
   	text-align:center;
	background:none
  }
  #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;
	border-bottom: 1px solid #545454;
	border-top: 0px !important;
	background: transparent;
	color: #000 !important;
	text-shadow:none;
  }
  #cssmenu > ul > li:hover > ul::after {
	display:none
	}
  #cssmenu > ul ul li:hover > a, #cssmenu > ul ul li > a:hover, #cssmenu > ul ul li.active > a {
    background: transparent;
    color: #1e293a;
    text-shadow: none;
}
#cssmenu ul ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 0;
	text-align:center;
	border-bottom: 1px solid #ececec;
	border-top: 0px !important;
	background: transparent;
	color: #1D1D1F;
  }
  #cssmenu > ul ul ul li:hover > a, #cssmenu > ul ul ul li > a:hover, #cssmenu > ul ul ul li.active > a {
    background: transparent;
    color: #B17B2D;
    text-shadow: none;
}
  #cssmenu ul ul ul li a {
    padding: 11px 0px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
   #cssmenu #menu-button {

    display: block;
    cursor: pointer;
    position:relative;
	float:right;
	width:45px;
	margin-top: 21px;
	background: #f9e122;
	padding: 10px;
	box-sizing: border-box;
	border-radius:2px
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 8px;
    top: 17px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    border-top: 2px solid #fff;
    right: 8px;
    top: 12px;
  }
  #cssmenu > ul > li.has-sub > a::after{
	right: -6px;
	border-top-color: #fff !important;
	
  }
  #cssmenu ul ul li.has-sub > a::after{
	border: 3px solid transparent;
	border-left-color: transparent;
	border-top-color: #777777;
	right: 17px;
	top: 14px;
	  
	}
	#cssmenu ul ul li.has-sub.active > a::after,
	#cssmenu ul ul li.has-sub:hover > a::after {
    border-left-color: transparent;
	border-top-color:#B17B2D;
	}
}




/*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: 100%;
	color: #ffffff;
	padding: 9px 0 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:14px;
  line-height:17px;
  color:#1e293a;
  font-weight:300;
  text-decoration: none;
  padding:10px 10px 10px 10px;
  border-bottom: 1px solid #f0f0f0;
  /*! text-shadow: 1px 1px #c03737 !important; */
   
}
#cssmenux > ul > li:last-child > a {
	border-bottom:0

}
#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: #fff;
  /*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 ;
  padding: 0 0 0 10px;
}

#cssmenux > ul >li> a:hover{
  /*background:url(../theme/menu-marker.png) 100% 6px no-repeat transparent  ;*/
  color: #fff;
  text-shadow: 1px 1px 1px #f56e6e;
}
/*#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 {
  padding:0px 0;
}

#cssmenux > ul > li:hover  {
  background:#cde1e0;
}
#cssmenux > ul >li:hover:before {
	content:"";
	background:#f9f9f9;
	width:7px;
	position:absolute;
	display:none;
	left:-7px;
	top:0;
	padding:19px 0;
}
#cssmenux > ul >li.active  {
	background: #cde1e0;
}

#cssmenux > ul >li.active:before {
	content:"";
	background:#c82223;
	width:7px;
	position:absolute;
	display:none;
	left:-7px;
	top:0;
	padding:19px 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
{
  padding: 10px 0;
  border-bottom: 1px solid #C62122;
}
#cssmenux ul ul li:first-child{
  margin:10px 0 0 0;
}
#cssmenux ul ul li:last-child
{
  border-bottom: 0px solid ;
  padding: 10px 0 ;
}

#cssmenux ul ul li a {
  text-align: left;
  cursor: pointer;
  z-index: 2;
  font-size:13px;
  line-height:15px;
  color:#fff;
  font-weight:300;
  text-decoration: none;
  
}
#cssmenux ul ul li:hover{
	background:#C62122;
}
#cssmenux ul ul li.active{
	background:#C62122;
}
#cssmenux ul ul li:hover > a,
#cssmenux ul ul li.open > a,
#cssmenux ul ul li.active > a {
  color: #fff;
  text-shadow: 1px 1px 1px #072C4B;
}
#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;
  
}
#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 .collaps_btn {
display: block;
text-decoration: none;
font-size: 15px;
font-weight: 600;
color: #1e293a;
text-transform: uppercase;
padding-bottom: 24px;
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 #1e293a;
border-bottom: 2px solid #1e293a;
right: 0px;
top: 0px;
}
#cssmenux .collaps_btn::before {
display: block;
content: '';
position: absolute;
height: 3px;
width: 25px;
border-top: 2px solid #1e293a;
right: 0px;
top: 10px;
}
 
  
  
}