/**handles:wphb-critical-css**/
/* HEADER */

#preheader, #preheader  .et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}

#preheader {
    background: black;
}

#preheader .et_pb_row {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

#preheader .et_pb_widget {
	width: 100% !important;	
	margin-bottom: 0 !important;
}

#preheader .et_pb_widget p {
font-weight: 300 !important;
}

#header { 
	padding-top: 0;
}

#header .et_pb_row {
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
    padding: 20px 0 0px !important;
}

header.et-l.et-l--header {
    top: 0 !important;
}

@media all and (min-width: 981px) {
#globalLogo {
	width: 250px;
	max-width: 250px;
}
}

@media all and (max-width: 980px) {
#globalLogo {
	width: 150px;
	max-width: 100%;
}
}


/* MOBILE NAVIGATION */

@media only screen and (min-width: 981px) {
.et_pb_menu_1_tb_header {
    display: none!important;
}
}

@media all and (max-width: 980px) {
	#header .et_pb_column_1_2 {
    width: 50% !important;
}
#header .et_pb_column_1_4 {
    width: 25% !important;
}
}

@media all and (max-width: 767px) {
	ul#mobile_menu2 {
		width: 200px !important;
}
}

/* MAIN MENU */

li.mega-menu.menu-item-has-children.mega-menu-parent {
    margin-top: 10px !important;
}

.et-menu .menu-item-has-children > a:first-child:after, /* this controls only the taxonomy term pages */.et-db #et-boc .et-l .et-menu .menu-item-has-children > a:first-child:after {
	content: "\61";
	font-size: 25px;
	bottom: 30px;
	color: black;
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.mainMenu .et_pb_menu__menu {
		display: flex !important;
	}
	.mainMenu nav.et-menu-nav {
    display: none !important;
}
}

@media all and (max-width: 980px){
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
}

@media all and (min-width:981px) {
div#header {
    height: 72px;
}
}

/* MEGA MENU */

.nav li ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

li.mega-menu {
	display: inline-block !important;
	position: relative !important;
	z-index: 100;
}

li.mega-menu > ul.sub-menu, /* this controls only the taxonomy term pages */ .et-db #et-boc .et-l .et-menu-nav li.mega-menu > ul {
	position: absolute !important;
	left: 0 !important;
	margin-left: -45%;
	top: 100% !important;
	width: 100vw;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	background: rgba(255, 240, 240, 0.8);
}

.et-db #et-boc .et-l .et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li, .et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
	padding: 2% 9% !important;
}

.et-menu-nav li.mega-menu > ul > li > a:first-child {
    border-bottom: 0;
}

.nav ul ul li a:hover {
    background: transparent;
    color: #999999;
}

/* CART MENU */
/*no toggle on mobile*/

@media all and (max-width: 980px) {
	.cartMenu .et_pb_menu__menu {
		display: flex !important;
	}
	.cartMenu .et_mobile_nav_menu {
		display: none !important;
	}
}