/* style burger icon */

.mm-btn_next.mm-listitem__btn::after {
    content: none;
}
.mm-listitem__btn {
    width: 0;
    padding-left: 25px;
    margin-right: -25px;
    color: #ff6d0d;
}
.mm-listitem__btn:hover .fa-bars:before,
.mm-listitem_selected  .fa-bars:before {
    color: #fff;
}

.mburger, .sub-burger {
    color: #ff6d0d;
}
.mm-listitem {
    color: #666;
    background: #fff;
}

.mm-listitem:after {
    left: 0px;
}

.mm-navbar__breadcrumbs a {
    padding: 5px 8px;
    margin-right: 5px;
}
.mm-navbar__breadcrumbs a:hover {
    color: #fff;
    background: #ff6d0d;
    transition-duration: 0.4s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.mm-btn_close:hover, .mm-btn_next:hover {
    color: #fff;
    background: #ff6d0d;
}
.mm-btn_next:hover span {
    color: #fff;
}

.mm-panels a:hover {
    color: #fff;
    background: #ff6d0d;
    transition-duration: 0.4s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.mm-panels li.mm-listitem_selected a {
    color: #fff;
    font-weight: bold;
    background: #ff6d0d;
}

/*
.mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0;
}

.mm-panels .about-tea {
    background: #875f3f;
}
.mm-panels .about-tea:hover {
    background: #936f53;
}
.mm-panels li.mm-listitem_selected .about-tea {
    background: #795539;
}

.mm-panels .about-infusions {
    background: #797042;
}
.mm-panels .about-infusions:hover {
    background: #877f55;
}
.mm-panels li.mm-listitem_selected .about-infusions {
    background: #6d653b;
}

.mm-panels .about-us {
    background: #2f6847;
}
.mm-panels .about-us:hover {
    background: #44775a;
}
.mm-panels li.mm-listitem_selected .about-us {
    background: #2a5d40;
}

.mm-panels .tea-directory {
    background: #324a5d;
}
.mm-panels .tea-directory:hover {
    background: #475c6e;
}
.mm-panels li.mm-listitem_selected .tea-directorys {
    background: #2d4254;
}

.mm-panels .history {
    background: #875f3f;
}
.mm-panels .history:hover {
    background: #936f53;
}
.mm-panels li.mm-listitem_selected .history {
    background: #795539;
}

.mm-panels .facts {
    background: #76563d;
}
.mm-panels .facts:hover {
    background: #846751;
}
.mm-panels li.mm-listitem_selected .facts {
    background: #6a4d37;
}

.mm-panels .growing {
    background: #654d3a;
}
.mm-panels .growing:hover {
    background: #755f4e;
}
.mm-panels li.mm-listitem_selected .growing {
    background: #5b4534;
}

.mm-panels .types {
    background: #554538;
}
.mm-panels .types:hover {
    background: #66584c;
}
.mm-panels li.mm-listitem_selected .types {
    background: #4c3e32;
}

.mm-panels .ceremonies {
    background: #443c35;
}
.mm-panels .ceremonies:hover {
    background: #57504a;
}
.mm-panels li.mm-listitem_selected .ceremonies {
    background: #3d3630;
}


.mm-panels li.mm-listitem_selected .news {
    background: #222;
}

*/