.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .col-lg-12 .mega-inner,
.t3-megamenu .col-md-12 .mega-inner,
.t3-megamenu .col-sm-12 .mega-inner,
.t3-megamenu .col-xs-12 .mega-inner {
  padding: 0px;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #9e9e9e;
}
.t3-megamenu .navbar-nav li.dropdown > a:hover,
.t3-megamenu .navbar-nav li.dropdown > a:focus {
  background: url(../../../templates/jb_gardener/images/menu-bg.png) no-repeat 50% 76%;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-size: 36px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background-color: transparent !important;
  color: inherit;
}
.t3-megamenu .nav .open > a,
.t3-megamenu .nav .open > a:hover,
.t3-megamenu .nav .open > a:focus {
  background-color: transparent !important;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-col-nav {
  padding: 0px;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  border-top: 10px solid #272727;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #333333;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background-color: transparent !important;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .dropdown-menu {
  background-color: #cc0000;
  padding: 0px;
}
.t3-megamenu .dropdown-menu .mega-nav li a {
  border-bottom: 1px dashed #5c9806;
  color: #ffffff;
  display: block;
  font-weight: 900;
  line-height: 46px;
  padding: 0 20px 3px;
}
.t3-megamenu .dropdown-menu .mega-nav li:hover a,
.t3-megamenu .dropdown-menu .mega-nav li:active a,
.t3-megamenu .dropdown-menu .mega-nav li:focus a,
.t3-megamenu .dropdown-menu .mega-nav li:disabled a {
  background: #5c9806 !important;
  color: #ffffff !important;
}
.t3-megamenu .dropdown-menu .mega-nav li:last-child a {
  border-bottom: 1px dashed transparent;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.t3-megamenu .mega-caption {
  color: #9e9e9e;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none !important;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}