.before_header {
	background-color: #FF7700;
	margin: 0 !important;
	//height: 35px;
}
.before_header a {
	padding: 1em .875em !important;
	font-size: .55em !important;
}
.widget_product_search form ul li input[type=submit],
.widget_product_search1 form input[type=submit] {
   clip:auto !important;
   left:auto !important;
   height: 50px !important; /* 2.9em; */
   width: 80px !important;
   line-height: 30px !important;
   //color:white;
   background-color: #FF7700; /* #FDD922;  #FF7700 */
   //border: 1px solid #CCC;
   border-radius: 2px;
}

div.site-search,
div.site-search div.widget_product_search  form,
div.site-search div.widget_product_search1 form ul,
div.site-search div.widget_product_search form ul li,
div.site-search div.widget_product_search {
 margin-top: 0px !important;
}

.site-search .widget_product_search form:before {
   //content:"\f07a" !important;
   color:#FAFABA !important;
   width:100% !important;
   //text-align:left !important;
   //text-indent:0 !important;
   margin-right:15px !important;
   margin-top: -15px !important;
}
.site-search {
	width: 50% !important;
//	margin-right: 50px !important;
//	background-color: #FF7700 !important; /* #FDD922;  #FF7700 */
}

ul.SearchBar {
   display: block;
   width: 100%;
   margin-top:-21px !important;
}
ul.SearchBar li {
	float: left;
}
ul.SearchBar li select {
   cursor: pointer;
   border: 0;
   border-radius: 0;
   border: 0px solid #CCC;
   padding:0; /* 5px; */
   padding-left: 2.5em;
   margin:0;

   font-size: 13px;
   line-height: 2.5em;
   width: 100%;
   height: 100%;

   display: inline-block;
   background: transparent;

//   -webkit-appearance: none; /* trigle flag in after */
//   -moz-appearance: none;
}

ul.SearchBar > li > input,
ul.SearchBar > li > select,
ul.SearchBar > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fcfcfc;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
 
    background: #372f2b; /* #372f2b; #30ADE7; */
    border-left: 0px solid #4b4441;
    border-right: 1px solid #4b4441; /* #0084C9;  #312a27; */
	border-radius: 2px;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

ul.SearchBar > li > input:hover,
ul.SearchBar > li > input[type=submit]:hover,
ul.SearchBar > li > select:hover,
ul.SearchBar > li > a:hover,
.woocommerce-MyAccount-navigation ul > li > a:hover {
    background: #30ADE7; /* #372f2b; #30ADE7; #0084C9; */
}

nav.navMegaMenuBar {
	display: block;
	width: 100%;
    background: #30ADE7 !important; /* #372f2b; */
}
ul.navMegaMenu {
	display: table; /* inline-block; table; */
    table-layout: fixed;
    position: relative; /* relative; absolute; */
    float: left;
    cursor: default;
    width: 100%;
    margin:0;
    z-index: 500;
    clear: both;
}
	
ul.navMegaMenu > li {
	display: table-cell;  /* inline-block; block; */
    float: left;
}

ul.navMegaMenu > li > a {
    position: relative;
    display: inline-block;
    z-index: 510;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fcfcfc;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
 
    background: #30ADE7; /* #372f2b; */
//    border-left: 1px solid #4b4441;
    border-right: 1px solid #0084C9; /* #312a27; */
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

ul.navMegaMenu > li a:hover {
    background: #0084C9;
}
ul.navMegaMenu > li .my-cart:hover {
    background-color:#008DE7;
}

ul.navMegaMenu > li .my-cart {
    //line-height: 3em;
    //height:3em;
    //margin-right:.5em;
    //margin-top:.618em;
	float:right;
    border:1px solid #0084C9;
    text-shadow:0px 1px 0px #0084C9; /*#154682; */
    background-color:#0084C9;
}

ul.navMegaMenu > li > div.MegaMenuContainer {
	position: absolute; /* relative; absolute; static */
    display: block; /* block; inline-block;  */
 	float: left;
    width: 100% !important;
    top: 54px;
    left: 0;

    opacity: 0;
    visibility: hidden;
    overflow: visible;
 
    background-color: #008DE7; /* #ffffff; */
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

ul.navMegaMenu > li:hover > div.MegaMenuContainer {
    opacity: 1;
    visibility: visible;
}

/* sub menu */
ul.navMegaMenu li:hover > ul,
ul.navMegaMenu li.focus > ul {
    //left: 2em;
    color: #666666;
    display: inline-block;
}

ul.navMegaMenu ul {
	position: relative;
	left:0;
    top: 0;
    //left:2em;
    //top: 50px;



    z-index: 9999999;
    background-color: #2c2d33;
    //float: left;
    list-style: none;
    display: none;
}

ul.navMegaMenu ul li {
        position: relative; /* absolute relative; */
        display: inline-block;
        text-align: right;
}
ul.navMegaMenu li:hover > ul,
ul.navMegaMenu li.focus > ul {
    //      left: 0;
          color: #666666;
          display: block;
}
/* end of submenu */

ul.navMegaMenu .nav-column {
    float: left;
    width: 20%;
    padding: 2.5%;
}
 
ul.navMegaMenu .nav-column h3 {
    margin: 20px 0 10px 0;
    line-height: 18px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #372f2b;
    text-transform: uppercase;
}
 
ul.navMegaMenu .nav-column h3.orange { color: #ff722b; }
 
ul.navMegaMenu .nav-column li a {
    display: block;
    line-height: 26px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #888888;
}
 
ul.navMegaMenu .nav-column li a:hover { color: #666666; }

.MegaMenuContainer div.mega-col1 {
    width: 100%;
    float: left;
}
.MegaMenuContainer div.mega-col2 {
    width: 50%;
    float: left;
}
.MegaMenuContainer div.mega-col3 {
    width: 33%;
    float: left;
}
.MegaMenuContainer div.mega-col4 {
	display:block;
    width: 25%;
    float: left;
}
.MegaMenuContainer div.mega-col5 {
    width: 20%;
    float: left;
}

.MegaMenuContainer div.title {
	margin:5%;
	margin-bottom:0;
	text-align: center;
	background:#30ADE7;
	clear:both;
}
.MegaMenuContainer div.submenu {
	margin:0 5%;
	text-align: left;
	clear:both;
}
.MegaMenuContainer div.submenu a:before {
  content: "  >>  ";
/*  font-family:FontAwesome;
  color: red; */
}
.MegaMenuContainer a {
   display:inline-block;
   color:white;
   width: 100%;	
}
