/* Custom Styles */
.container.et_menu_container{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

span.logo_helper{
	display:none;
}

.et_header_style_left .logo_container{
	position:relative;
	width:225px;
	height:auto;
	padding:1rem 0;
}

.et_header_style_left #logo{
	max-width:100%;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	flex:1;
	padding:0 !important;
} 

.et_header_style_left #et-top-navigation nav>ul>li>a, 
.et_header_style_split #et-top-navigation nav>ul>li>a{
	padding-top:1.5rem!important;
	padding-bottom:1.5rem !important;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after{
	top:50%;
	transform:translateY(-50%)
}

#et-top-navigation .et-cart-info{
	margin:0 0.5rem 0 0;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar{
	padding-bottom:0;
}

.mobile_nav .mobile_menu_bar:before{
	color:white;
}

.mobile_nav.opened .mobile_menu_bar:before{
	opacity:0.5;
}

.et_mobile_menu{
	top:100%;
}

@media screen and (min-width:1065px){
	.et_header_style_left .logo_container{
		width:300px;
		padding:0;
	}
	
	#et-top-navigation .et-cart-info{
		margin:0 0 0 1rem;
	}
}