.main-menu {
  background: transparent;
  border-radius: 0px;
  width: 100%;
}

.main-menu a.current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2c44), to(#31304b));
  background-image: linear-gradient(to bottom, #2d2c44, #31304b);
  color: #fff;
}

.main-menu a.disabled {
  color: #9d9cbf;
}

.main-menu a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.main-menu a .sub-arrow::before {
  content: '+';
}

.main-menu a.highlighted .sub-arrow::before {
  content: '-';
}

.main-menu > li:first-child > a, .main-menu > li:first-child > :not(ul) a {
  border-radius: 0px 0px 0 0;
}

.main-menu ul a.current {
  background: #2f2e47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2c44), to(#31304b));
  background-image: linear-gradient(to bottom, #2d2c44, #31304b);
  color: #fff;
}

.main-menu ul a.disabled {
  color: #b3b3b3;
}

@media (min-width: 991px) {
  .main-menu ul {
    position: absolute;
    width: 12em;
  }
  .main-menu li {
    float: left;
  }
  .main-menu li.menu-right {
    float: right;
    position: relative;
  }
  .main-menu li.menu-right a {
    padding: 14px 0 14px 0;
    margin: 0 0 0 50px;
  }
  .main-menu li.menu-right a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #000;
    position: absolute;
    left: -25px;
    top: 18px;
  }
  .main-menu li.menu-right:last-child a:before {
    display: none;
  }
  .main-menu.sm-rtl li {
    float: right;
  }
  .main-menu ul li, .main-menu.sm-rtl ul li, .main-menu.sm-vertical li {
    float: none;
  }
  .main-menu a {
    white-space: nowrap;
  }
  .main-menu ul a, .main-menu.sm-vertical a {
    white-space: normal;
  }
  .main-menu .sm-nowrap > li > a, .main-menu .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .main-menu > li a {
    padding: 14px 0 14px 0;
    margin: 0 50px 0 0;
  }
  .main-menu > li li a {
    padding: 12px 17px;
  }
  .main-menu > li ul {
    min-width: 200px;
  }
  .main-menu a.current {
    color: #000;
  }
  .main-menu a.disabled {
    background: #4d4c76;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4e79), to(#4b4a73));
    background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
    color: #9d9cbf;
  }
  .main-menu a .sub-arrow {
    display: none;
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #dadae7 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .main-menu a .sub-arrow::before {
    display: none;
  }
  .main-menu > li:first-child > a, .main-menu > li:first-child > :not(ul) a {
    border-radius: 0px 0 0 0px;
  }
  .main-menu > li:last-child > a, .main-menu > li:last-child > :not(ul) a {
    border-radius: 0 0px 0px 0 !important;
  }
  .main-menu > li {
    border-left: 0px solid #434266;
  }
  .main-menu > li:first-child {
    border-left: 0;
  }
  .main-menu ul {
    border: 0px solid #a8a8a8;
    padding: 5px 0;
    background: #fff;
    border-radius: 0 0 0px 0px !important;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
  }
  .main-menu ul ul {
    border-radius: 0px !important;
    background: #fff;
  }
  .main-menu ul a.current {
    background: #2f2e47;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2c44), to(#31304b));
    background-image: linear-gradient(to bottom, #2d2c44, #31304b);
    color: #fff;
  }
  .main-menu ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .main-menu ul li {
    border: 0;
  }
  .main-menu .scroll-up,
  .main-menu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .main-menu .scroll-up-arrow,
  .main-menu .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #353451 transparent;
  }
  .main-menu .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #353451 transparent transparent transparent;
  }
  .main-menu.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #dadae7 transparent transparent;
  }
  .main-menu.sm-rtl > li:first-child > a, .main-menu.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 0px 0px 0;
  }
  .main-menu.sm-rtl > li:last-child > a, .main-menu.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 0px 0 0 0px !important;
  }
  .main-menu.sm-rtl > li:first-child {
    border-left: 0px solid #434266;
  }
  .main-menu.sm-rtl > li:last-child {
    border-left: 0;
  }
  .main-menu.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #dadae7 transparent transparent;
  }
  .main-menu.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  .main-menu.sm-vertical a {
    padding: 9px 23px;
  }
  .main-menu.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #dadae7;
  }
  .main-menu.sm-vertical > li:first-child > a, .main-menu.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 0px 0px 0 0;
  }
  .main-menu.sm-vertical > li:last-child > a, .main-menu.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 0px 0px !important;
  }
  .main-menu.sm-vertical > li {
    border-left: 0 !important;
  }
  .main-menu.sm-vertical ul {
    border-radius: 0px !important;
  }
  .main-menu.sm-vertical ul a {
    padding: 10px 23px;
  }
}

.cat-item {
  width: 10%;
}

.main-nav {
  position: relative;
  width: 100%;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 991px) {
  #main-menu {
    float: left;
    clear: none;
  }
}

/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

/* clear any floats inside the mega menus */
#main-menu .mega-menu > li {
  overflow: auto;
}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
#main-menu .mega-menu {
  color: #353451;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}

/* simple columns inside the mega menus */
#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}

/* Sample image placeholder */
.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

/* Mobile menu top separator */
#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 991px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/*# sourceMappingURL=plugin.css.map */