/**
 * Sonex Mega Menu Stylesheet.
 *
 * @package Sonex
 * @author  FinsStudio
 * @link	http://www.finsstudio.com
 */
 .sonex-header .sonex-menu li.sonex-megamenu {
 	position: static;
 }
 .sonex-header .sonex-menu .mega-container {
 	opacity: 0;
 	visibility: hidden;
 	position: absolute;
 	background-color: #fafafa;
 	border-bottom: 0px;
 	z-index: -1;
 	width: 1170px;
 	left: 0;
 	right: 0;
 	padding: 16px 30px;
 	margin-left: -50px;
 	margin-top: 0px;
 	-webkit-border-radius: 0 0 3px 3px;
 	-moz-border-radius:    0 0 3px 3px;
 	-ms-border-radius:     0 0 3px 3px;
 	border-radius:         0 0 3px 3px;
 	-webkit-transition: all .4s ease-in-out 0s;
 	-moz-transition:    all .4s ease-in-out 0s;
 	transition:         all .4s ease-in-out 0s;
 }
 .sonex-header .sonex-menu .sonex-megamenu:hover .mega-container,
 .sonex-header .sonex-menu .sonex-megamenu:hover .mega-container ul {
 	opacity: 1;
 	visibility: visible;
 	z-index: 100;
 	margin-left: 0;
 }
 .sonex-header .sonex-menu .mega-container ul {
 	visibility: hidden;
 	opacity: 1;
 	position: static;
 	margin: 0;
 	border: 0;
 	overflow: hidden;
 	font-size: 12px;
 	background: none;
 }
 .sonex-header .sonex-menu .mega-container > ul {
 	width: 100%;
 	display: table;
 	table-layout: fixed;
 	visibility: hidden;
 }
 .sonex-header .sonex-menu .mega-container > ul > li {
 	max-width: 257px;
 	margin: 0 10px;
 	display: table-cell;
 	vertical-align: top;
 }
 .sonex-header .sonex-menu .mega-container > ul > li a {
 	border: 0;
 }
 .sonex-header .sonex-menu .mega-container .sonex-megamenu-submenu > a {
 	font-size: 14px;
 	color: #505050;
 	padding: 0;
 	font-weight: 700;
 	text-transform:uppercase;
 	margin: 0 0 15px;
 	visibility: hidden;
 	letter-spacing:1px;
 }
 .transparent-header .sonex-menu .mega-container .sonex-megamenu-submenu > a {
    color: #ffffff;
 }
 .sonex-header .sonex-menu li:hover .mega-container .sonex-megamenu-submenu > a {
 	visibility: visible;
 }
 .sonex-header .sonex-menu .mega-container li.children > a:after,
 .sonex-header-top .sonex-menu .mega-container a:before {
 	display: none;
 }
 .sonex-header .sonex-menu .mega-container .sub-menu li a {
 	margin: 0 0 10px;
 	padding: 3px 0px;
 	font-size:14px;
 	font-weight: 300;
 }
 .sonex-header .sonex-header-top .sonex-menu .mega-container {
 	background: #fff;
 	border-color: #ddd;
 }
 .sonex-header-top .sonex-menu .mega-container li ul li a:hover {
 	background: none;
 }
 .h-element {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: left;
}
 .mega-container h3 {
	font-size: 14px;
    color: #505050;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px 0 15px;
    letter-spacing: 1px;
}
 .transparent-header .mega-container h3 {
    color: #ffffff;
}
 .mega-container .woocommerce ul.product_list_widget li span {
    font-size: 14px;
    text-transform: uppercase;
}