.mh-head{
    background-color:#e8000c;
    color:#FFF;
}
.mh-head#main_mobile_menu{
    background: #51b74a !important;
    color:#FFF;
}
.mh-head.mh_head_search_container{
    background: #737373;
    color: #FFF;
    padding: 5px 15px;
}
.mh-head.mh_head_search_container input{
    background: #FFF !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color:#FFF;
}
#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: 'Lexend Deca', 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:70px;
}
/*
#main_mobile_menu.mh-head .mh-btns-right{
	width:80px;
}*/
@media screen and (min-width: 992px){
	.mh-head{
		display: none
	}
}
.mh-head.mh-btns-right {
    padding-right: 70px;
}
.mh-head.mh-btns-left {
    padding-left: 70px;
}
.mh-head .mh-btns-left {
    left: 0px;
    width: 70px;
    padding-left:0px;
}
.mh-head .mh-btns-right{
    right: 0px;
    width: 70px;
    padding-right:0px;
}
#main_mobile_menu.mh-head .mh-btns-right .shoppingbag_link{
	padding: 0 0 0 0;
    height: 48px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 70px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding-top: 15px;
    text-align:right;
    padding-right:15px;
}

#main_mobile_menu.mh-head .hamburger{
	-webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin:unset;
    top:0;
    width:70px;
    margin-top:0;
    padding: 0;
    height: 48px;
    text-align:left;
    padding-left:15px;
}
#main_mobile_menu.mh-head .hamburger-box{
	margin-top: 20px;
    -webkit-transform: scale(.5,.6) translateY(-50%);
    -ms-transform: scale(.5,.6) translateY(-50%);
    transform: scale(.5,.6) translateY(-50%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.mh_head_search_container.mh-head input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a3a3a3;
  opacity: 1; /* Firefox */
}

.mh_head_search_container.mh-head input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a3a3a3;
}

.mh_head_search_container.mh-head input::-ms-input-placeholder { /* Microsoft Edge */
  color: #a3a3a3;
}

@media (min-width: 992px) {
	.header a {
		display: none;
	}
}

.mm-navbar_tabs span {
	display: inline-block;
	margin-left: 8px;
}
@media (max-width: 450px) {
	.mm-navbar_tabs span {
		display: none;
	}
}
.mh-btns-right a.inquery_link{
	padding: 0 0 0 0 !important;
	height: 48px !important;
	position: absolute !important;
	top: 0 !important;
	margin: 0 auto !important;
	width: 70px !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	padding-top: 15px !important;
	text-align: right !important;
	padding-right: 15px !important;
}