ul.megamenu-root {
	padding: 0 15px;
	float: left;
	background-color: #222222;
	width: 100%;
	color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto 10px auto;
	/*border: 1px solid #080808;*/
	position: relative;
}

ul.megamenu-root li.root-menu {
	list-style-type: none;
	float: left;
	padding: 15px 20px;
}

ul.megamenu-root li.root-menu:first-child {
	/*background-color: #51a776;*/
	background-color: #6A9D34;
}

ul.megamenu-root li.root-menu:first-child a {
	/*font-weight: bold;*/
	color: white;
}

ul.megamenu-root li.root-menu:first-child div.megamenu-submenu a {
  color: inherit;
}

ul.megamenu-root li.root-menu:first-child:hover {
	/*transform: rotate(355deg) scale(1.2);*/
    /*-webkit-transform: rotate(355deg) scale(1.2);*/
    /*-moz-transform: rotate(355deg) scale(1.2);*/
    /*-o-transform: rotate(355deg) scale(1.2);*/
    /*-ms-transform: rotate(355deg) scale(1.2);*/
}

ul.megamenu-root li.root-menu a {
	font-size: 16px;
	font-family: 'yanoneregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #999;
}

ul.megamenu-root li.root-menu:hover {
	cursor: pointer;
}

ul.megamenu-root li.root-menu:hover > a {
	color: white;
}

ul.megamenu-root li.root-menu:hover > div.megamenu-submenu {
	display: block;
}

ul.megamenu-root li.root-menu div.megamenu-submenu {
	position: absolute;
	display: none;
	overflow: visible;
	margin-top: 15px;
	margin-left: -30px;
	z-index: 10000;
	padding: 10px 30px;
	/*background-color: rgb(255,255,255);*/
	background-color: rgba(34,34,34,0.9);
	border-bottom: 10px solid rgba(106, 157, 52, 0.9);
	width: auto;
	cursor: auto;
}

div.megamenu-submenu ul.megamenu-column {
	float: left;
	padding: 0;
	width: 150px;
	margin-right: 20px;
}

div.megamenu-submenu ul.megamenu-column:last-child {
	margin-right: 0px;
}

div.megamenu-submenu ul.megamenu-column h4 {
	color: white;
}

div.megamenu-submenu ul.megamenu-column li.menu-item {
	list-style-type: none;
	padding: 5px 0;
}

div.megamenu-submenu ul.megamenu-column li.menu-item a:hover {
	color: white;
}

div.megamenu-submenu ul.megamenu-column li.featured-product {
	list-style-type: none;
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image {
	position: relative;
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image img {
	opacity: 0.9
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image span.price {
	position: absolute;
	bottom: 15px;
	left: -20px;
	font-family: 'yanoneregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #6A9D34;
	color: white;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	padding: 5px 10px;
  	font-weight: bold;

}

div.megamenu-submenu ul.megamenu-column li.featured-product:hover > a > div.image > span.price {
	background-color: #5f8a2e 
}

div.megamenu-submenu ul.megamenu-column li.featured-product:hover > a > div.image > img {
	opacity: 1
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image div.price {
	position: absolute;
	bottom: 15px;
	left: -20px;
	font-family: 'yanoneregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: white;
  	font-weight: bold;
  	width: 100%
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image div.price span.new-price {
	background-color: #6A9D34;
	-webkit-border-top-left-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-bottomleft: 5px;
  	border-top-left-radius: 5px;
  	border-bottom-left-radius: 5px;
  	padding: 5px 10px;
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image div.price span.old-price {
	background-color: #ed7260;
	-webkit-border-top-right-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	-moz-border-radius-topright: 5px;
  	-moz-border-radius-bottomright: 5px;
  	border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
  	text-decoration: line-through;
  	font-weight: normal;
  	padding: 5px 10px;
}

div.megamenu-submenu ul.megamenu-column li.featured-product div.image span.discount {
	position: absolute;
  	top: 5px;
  	left: -15px;
  	padding: 0px 5px;
  	transform: rotate(335deg);
  	-webkit-transform: rotate(335deg);
  	-moz-transform: rotate(335deg);
  	-o-transform: rotate(335deg);
  	-ms-transform: rotate(335deg);
}

/* Mobile menu adjustments */
nav.navbar {
	margin-bottom: 10px !important;
	border: none !important;
}

.nav > li > a {
	padding: 15px 7px !important;
}

ul.navbar-nav li.mobile-root:first-child {
	background-color: #6c9d34;
}

ul.navbar-nav li.mobile-root:first-child a {
	/*font-weight: bold;*/
	color: white;
}
