.categorydropdown {
  width: 100%;
  display: block !important;
}
.main-menu-category {
  height: 75px;
}
#category-brand {
  position: relative;
  z-index: 11;
  background: transparent;
  padding: 0 15px;
  margin-left: 250px;
}
.category-brand-left,
.category-brand-right {
  height: 32px;
  width: 14px;
  position: absolute;
  top: 23px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-brand-left {
  left: 20px;
  background: url(../image/mainmenucategory/arrow-left2.png) no-repeat;
}
.category-brand-right {
  right: 0;
  background: url(../image/mainmenucategory/arrow-right2.png) no-repeat;
}
.category-brand-left:hover,
.category-brand-right:hover {
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.category-brand-left.disable,
.category-brand-right.disable {
  opacity: 0;
  filter: alpha(opacity = 0);
  cursor: default;
}
/*#category-brand:hover {overflow:visible;}*/
#category-brand ul {
  margin: 0;
  padding: 0;
}
#category-brand strong {
  display: none;
}
#category-brand ul.ul-lev0 {
  height: 57px;
  padding-top: 10px !important;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  overflow: hidden;
  /*overflow-y:scroll;*/
  background: transparent;
}
#category-brand .ul-lev0 li.li-lev0 {
  list-style: none;
  text-align: center;
  width: 108px;
  padding: 4px 2px;
  opacity: 1;
  filter: alpha(opacity = 100);
  display: none;
}
#category-brand .ul-lev0 li.li-lev0.show-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#category-brand .ul-lev0 li.li-lev0:hover {
  filter: saturate(350%);
  -webkit-filter: saturate(350%);
  -moz-filter: saturate(350%);
  -o-filter: saturate(350%);
  -ms-filter: saturate(350%);
}
#category-brand .ul-lev0 li.li-lev0.hover a.a-lev0 {
  color: #ff0000;
  /* var base */
}
#category-dropdown {
  float: left;
  position: relative;
  /* z-index: 120; */
}
.category-brands-name {
  color: #fff;
  background: #2259b5;
  padding: 15px 15px 0;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  position: relative;
  z-index: 10;
  max-width: 57px;
}
.category-brands-name a {
  background: transparent;
}
.category-dropdown-name {
  color: #fff;
  background: #333333;
  /* var base-dark */
  padding: 38px 25px 0;
  height: 32px;
  font-size: 16px;
  line-height:120%;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}
.category-dropdown-name span {
  display: block;
  position: relative;
  /* background: url(../image/menu.png) no-repeat right top; */
  padding-right: 30px;
  /* font: 20px pfdin_medium; */
}
.category-dropdown-name span:after {
  content: '\f0c9';
  /* fa-bars   */
  color: #fff;
  font-size: 20px;
  line-height:120%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.category-dropdown-name:hover,
#category-dropdown:hover .category-dropdown-name,
.category-brands-name:hover {
  /* background: #E7E7E7; */
  /* var base-dark */
  opacity: 1;
  filter: alpha(opacity = 100);
}
.category-dropdown-list {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 70px;
  width: 250px;
  /* height:350px; */
  z-index: 101;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  max-height: 0;
  /* border: 1px solid #BEC7CE; */
  border-top: none;
  border-bottom: none;
  overflow: hidden;
  /* overflow-y:auto; */
  /* overflow-x:hidden; */
  /* overflow:hidden; */
}
#category-dropdown:hover .category-dropdown-list {
  /* display:block; */
  max-height: 1800px;
  overflow: visible;
  /* border-bottom: 1px solid #BEC7CE; */
}
#category-dropdown ul {
  padding: 0;
  margin: 0;
}
#category-dropdown .ul-lev0 {
  padding: 0;
}
#category-dropdown .ul-lev0 li.li-lev0 {
  list-style: none;
  padding: 10px;
  /* border-bottom: 1px solid #cacaca; */ /* var gray-dark */
  text-align: left;
}
#category-dropdown .ul-lev0 li.li-lev0:hover > .info-lev0:after {
    position:absolute;
    height:100%;
    width:10px;
    /* background:#fff; */
    right: -11px;
    top: -10px;
    content: ' ';
    z-index: 100;
    padding: 10px 0;
}
#category-dropdown .ul-lev0 li.li-lev0:last-child {
  border: none;
}
#category-dropdown .ul-lev0 li.li-lev0 > .info-lev0 {
    position: relative;
}
#category-dropdown .ul-lev0 li.li-lev0 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  /* background: url(../image/arrow-product-right.png) no-repeat right center; */
  display: block;
  position: relative;
  /* font: 16px pfdin_medium; */
  text-transform: uppercase;
  font-weight: 600;
}
#category-dropdown .ul-lev0 li.li-lev0 > .info-lev0 > span > a:before {
/*  content: '\f105';
  /* fa-angle-right */
  /* color: #ff0000; */
  /* var base */
/*  font-size: 15px;
  line-height: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;*/
}
#category-dropdown .ul-lev0 li.li-lev0:hover {
  background-color: #f08f00;
}
#category-dropdown .ul-lev0 li.li-lev0:hover > div > span > a {
  color: #ffffff; /* var base */
}
#category-dropdown .ul-lev0 li.li-lev0:hover > div > span > a:before {
    color:#fff;
}
#category-dropdown .ul-lev1-wrap {
  /* box-shadow:0 0 14px rgba(176,176,176,0.6); */
  border-top: 0;
  background: #f08f00;
  position: absolute;
  left: 100%;
  top: 1px;
  width: 850px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  height: 346px;
  /* border: 1px solid #cacaca; */ /* var gray-dark */
  margin-left: 2px;
}
#category-dropdown .ul-lev0 li.li-lev0:first-child .ul-lev1-wrap {
    /* border-top-color:#fff; */
}
#category-dropdown .ul-lev0 li.li-lev0:hover .ul-lev1-wrap {
  display: block;
}
#category-dropdown .ul-lev1 {
  padding: 0;
  display:table;
}
#category-dropdown .ul-lev1 li.li-lev1 {
  list-style: none;
  margin: 0 0 5px;
  padding: 5px 0;
  width: 250px;
  margin-right: 25px;
  float: left;
  /* margin-bottom:5px; */
  /* float:left; */
  /* border-bottom:1px solid #aaa; */
}
#category-dropdown .ul-lev1 li.li-lev1.sub > .info-lev1 > span > a {
    font-weight:700;
}
#category-dropdown .c-top-column {
  width: 29%;
  padding:1px 2%;
  display:table-cell;
  vertical-align: top;
  box-sizing:border-box;
  height:100%;
  position: relative;
}
#category-dropdown .c-top-column:after {
    border-right:1px solid #cacaca; /* var gry-dark */
    position: absolute;
    right:0;
    top:0;
    width:1px;
    height:100%;
    content:' ';
}
#category-dropdown .c-top-column:last-child:after {
    border:none;
}
#category-dropdown .ul-lev1 li.li-lev1 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height:16px;
  background: none;
  /* display:block; */
}
#category-dropdown .ul-lev1 li.li-lev1 a {
  /* font-weight: 700; */
}
#category-dropdown .ul-lev1 li.li-lev1 a sup {
  color: #ff0000;
  /* var base */
  vertical-align: baseline;
}
#category-dropdown .ul-lev1 li.li-lev1 a:hover {
  color: #ffffff;
  /* var base-dark */
}
#category-dropdown .ul-lev2 {
  padding: 10px 0;
}
#category-dropdown .ul-lev2 li.li-lev2 {
  list-style: none;
  padding: 1px 0;
  margin-left:12px;
}
#category-dropdown .ul-lev2 li.li-lev2 a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  border-bottom: none;
  font-weight: 400;
}
#category-dropdown .ul-lev2 li.li-lev2 a:hover {
  text-decoration: none;
  color: #ffffff;
  /* var base-dark */
}
#categorydropdown-menu,
#categorydropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#categorydropdown-menu {
  /* display: table; */
  font-size: 0;
}
#categorydropdown-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  letter-spacing: normal;
}
#categorydropdown-menu > li > a span:before {
    background: #ffffff;
}
#categorydropdown-menu > li > a span:before {
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
}                                             
#categorydropdown-menu > li:hover > a span:before,
#categorydropdown-menu > li.active > a span:before,
#categorydropdown-menu > li.selected > a span:before {
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
} 
#categorydropdown-menu > li:hover {
  background: #333333;
  /* var base-dark */
}
#categorydropdown-menu > li:hover a {
  color: #fff;
  transition:none !important;
  /* var base-dark */
}

#categorydropdown-menu li a {
  display: block;
  padding: 3px 0px 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #333333;
  text-decoration: none;
  /* font: 18px pfdin_medium; */
  text-transform: uppercase;
}
#categorydropdown-menu li a span {
  /* font: 18px pfdin_medium; */
  /* text-transform: uppercase; */
  /* font-size: 15px; */
  /* font-weight: 600; */
}
#categorydropdown-menu ul {
  text-align: left;
  width: 225px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 120;
  /* border:3px solid @base-dark; */
  /* -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#categorydropdown-menu ul li {
  padding: 0;
  display: block;
}
#categorydropdown-menu li.submenu > a span {
  display: block;
/*  background: url(../image/categorydropdown-menu/down.png) no-repeat right center;*/
}
#categorydropdown-menu ul li a {
  display: block;
  padding: 8px;
  color: #fff;
  /* font-size: 14px; */
  line-height: 14px;
  text-transform: none;
  background: #2b68cc;
  /* var base-dark */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* font: 16px pfdin_medium; */
  text-transform: uppercase;
  font-size: 14px;
}
#categorydropdown-menu ul li:hover a {
  background: #2859aa;
}
#categorydropdown-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
#categorydropdown-menu ul ul {
  top: 0;
  left: 200px;
  margin: 0 0 0 20px;
}
#categorydropdown-menu ul ul a {
  color: #fff;
  background: #2859aa;
}
#categorydropdown-menu ul li.submenu > a span {
  padding-right: 20px;
  display: block;
  background: url(../image/categorydropdown-menu/right.png) no-repeat right center;
}
#categorydropdown-menu ul ul a:hover {
  background: #1d488e;
}
/*Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂ²ÃÂ¾ÃÂ³ÃÂ¾ Ã‘Æ’Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ½Ã‘Â*/
.head-style2 #categorydropdown-menu > li {
  /* border-left: 1px solid #2b68cc; */
  /* var base-dark */
}
.head-style2 #categorydropdown-menu > li:hover {
  /* border-left: 1px solid #ff0000; */
  /* var base */
}
.head-style2 #categorydropdown-menu > li:hover + li {
  /* border-left: 1px solid #ff0000; */
  /* var base */
}
.head-style2 #categorydropdown-menu > li:first-child {
  border: none;
}
.head-style3 #categorydropdown-menu > li:hover {
  /* box-shadow: inset 0 0 5px 2px #2354a6; */
  /* var base-shadow */
}
/*Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ¿ÃÂ¾ÃÂ´ÃÂ¼ÃÂµÃÂ½Ã‘Å½*/
.style2 #categorydropdown-menu ul {
  background: transparent;
  padding-top: 5px;
}
.style2 #categorydropdown-menu ul li {
  border-bottom: 1px solid #2b68cc;
  /* var base-dark */
  border-left: none;
}
.style2 #categorydropdown-menu ul li:last-child {
  border: none;
}
.style2 #categorydropdown-menu ul ul {
  padding-top: 0;
  padding-left: 2px;
}
.style2 #categorydropdown-menu ul ul li {
  margin-bottom: 0;
}
.style3 #categorydropdown-menu ul {
  background: transparent;
  padding-top: 2px;
}
.style3 #categorydropdown-menu ul li {
  margin-bottom: 2px;
}
.style3 #categorydropdown-menu ul ul {
  background: transparent;
  padding-left: 2px;
  padding-top: 0;
}
.style4 #categorydropdown-menu ul {
  background: transparent;
  /* padding-top: 5px; */
}
.style4 #categorydropdown-menu ul li a {
  -moz-border-radius: 5px;
  /* -webkit-border-radius: 5px; */
  -khtml-border-radius: 5px;
  /* border-radius: 5px; */
}
.style4 #categorydropdown-menu ul li {
  margin-bottom: 2px;
}
.style4 #categorydropdown-menu ul ul {
  background: transparent;
  padding-left: 2px;
  padding-top: 0;
}
/*ÃÂ´ÃÂ¾ÃÂ¿ÃÂ¾ÃÂ»ÃÂ½ÃÂ¸Ã‘â€šÃÂµÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹ÃÂµ Ã‘â€ ÃÂ²ÃÂµÃ‘â€šÃÂ¾ÃÂ²Ã‘â€¹ÃÂµ Ã‘ÂÃ‘â€¦ÃÂµÃÂ¼Ã‘â€¹*/
.color-style2 #categorydropdown-menu ul li a {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.color-style2 #categorydropdown-menu ul li:hover a {
  background: #f08f00;
  color: #fff;
}
.color-style2 #categorydropdown-menu ul ul a {
  background: #878787;
  color: #fff;
}
.color-style2 #categorydropdown-menu ul ul a:hover {
  background: #a1a1a1;
}
.color-style3 #categorydropdown-menu ul li a {
  background: #ffb131;
  /* var secondary */
  color: #444;
}
.color-style3 #categorydropdown-menu ul li:hover a {
  background: #e28e03;
  color: #fff;
}
.color-style3 #categorydropdown-menu ul ul a {
  background: #e28e03;
  color: #fff;
}
.color-style3 #categorydropdown-menu ul ul a:hover {
  background: #bb7707;
}
.color-style4 #categorydropdown-menu ul li a {
  background: #444;
  color: #ffb131;
  /* var secondary */
}
.color-style4 #categorydropdown-menu ul li:hover a {
  background: #777;
}
.color-style4 #categorydropdown-menu ul ul a {
  background: #777;
  color: #fff;
}
.color-style4 #categorydropdown-menu ul ul a:hover {
  background: #999;
}
#categorydropdown-menu .submenu, #categorydropdown-menu .smenu {
    padding: 35px 5px 11px;
}