.mh-head{
    background-color:#FFF;
    color:#FFF;
    z-index: 999 !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #e4e64f;
}
#main_mobile_menu.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 40px;
}
#main_mobile_menu .shoppingbag_link span.mobile_cart_item_count {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-left: 3px;
}
.mh-head .mh-btns-right.with_items_count,.mh-head .mh-btns-right.with_items_count>* {
	width:60px;
}
/*
#main_mobile_menu.mh-head .mh-btns-right{
	width:80px;
}*/
@media screen and (min-width: 992px) {
	.mh-head{
		display: none
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.mh-head{
		min-height:70px;
	}
	.mh-text img{
		height:50px !important;
	}
}