/*-----------------------------------------------------------------------------
    Start Mobile header section
------------------------------------------------------------------------------*/
.mobile-header-logo{
    padding: 5px 0;
    transition: all ease-in-out .04s;
    -webkit-transition: all ease-in-out .04s;
    -moz-transition: all ease-in-out .04s;
    -ms-transition: all ease-in-out .04s;
    -o-transition: all ease-in-out .04s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header{background:#fff;}
.mobile-header.fixed-header .mobile-header-logo{display: none;}
.mobile-search {
    padding: 15px 0;
}
.mobile-search .search-container .search-btn {
    background-color: #f26522;
    color: #fff;
    min-width: 60px;
}
.mobile-search form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background:#fff;
}
.mobile-search form input{
   border-radius:0;
   line-height: 1.6;
}
.mobile-search .search-container {
    width: 100%;
}
.fixed-mobile-search{
    position:fixed;
    top:0;
    z-index:999;
    background: -webkit-gradient(linear,left top,left bottom,from(#167139),to(#0f9e46));
    background: -webkit-linear-gradient(top,#167139,#008086);
    padding:15px;
    transition:0.4s;
    width: 100%;
    left: 0;
}
/*-----------------------------------------------------------------------------
    Start Mobile Menu section
------------------------------------------------------------------------------*/
.mobile-btn-toggle {
        font-size: 20px;
        /*border: 1px solid #3f4b52;*/
        border-radius: 5px;
}

.mobile-btn-close {
    
}

.mobile-menu-section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    transition: 0.5s ease;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 9999;
}

.mobile-menu-footer,
.mobile-menu-header {
    /* background: #e8e8e8;
    padding: 5px 10px; */
}
.mobile-menu-header {
    margin-bottom:10px;
}
.mobile-menu-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4444;
    margin-bottom:10px;
}

.mobile-menu-container {
    background-color: #fff;
    padding: 10px;
    height: 100%;
    width:80%;
    z-index: 9999999;
    position: relative;

}
.mobile-menu {
    overflow: auto;
    height: 100%;
}
.mobile-menu ul li {
position: relative;
float: left;
width: 100%;
transition: .4s;
}

/*mobile nav------------ */
.mobile-menu ul li a {
color: #2d2a2a;
letter-spacing: .2px;
font-weight: 400;
font-size: 14px;
line-height: 1.3;
font-family: roboto;
display: block;
padding: 12px 10px;
width: 100%;
}

.mobile-menu ul li:hover {
    background-color: #eaeded;
    color: #111;
}
.mobile-menu > ul > li:hover {
    border-left: 4px solid #ca0815;
}
.mobile-menu > ul > li {
    border-left: 4px solid transparent;
}
.mobile-menu ul > li {
    border-bottom: 1px solid #dedede;
}
.mobile-menu ul li {
    /*border-bottom: 1px solid #dedede;*/
    position: relative;
    float: left;
    width: 100%;
    transition: 0.4s;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul ul.sub-menu,
.mobile-menu ul ul ul.sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    overflow-y: hidden;
    transition: 0.5s;
    /* height: 0; */
}

.mobile-menu .menu-item-has-children>a {
    /* margin-right: 50px; */
}
.nav-in > .sub-menu {
    display: block !important;
}
.mobile-menu ul li .ah-icon {
    font-size: 20px;
    background: #666;
    color: #fff;
    border: 1px solid #6a6d71;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ancestor-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/* user */
.mobile-menu-section .user {
    /* padding: 5px 10px; */
    font-weight: 600;
    text-transform: capitalize;
    background: #e8e8e8;
    padding: 5px 10px;
}
.mobile-menu-section .user img {
    height: 45px;
    width: 45px;
}

/*-----------------------------------------------------------------------------
    mobile-footer section
------------------------------------------------------------------------------*/
.mobile-footer-container{
   position: relative;
}
.mobile-footer-container-inner{ display: flex;
    align-items: center;}
.mobile-footer-item{
    flex: 1;
    text-align: center;
    position: relative;
}
.mobile-footer-menu {
    /*position: absolute;*/
    /*top: -15px;*/
    /*left: 50%;*/
    /*padding: 10px;*/
    background: #ff6a00;
    /*border-radius: 50%;*/
    /*height: 40px;*/
    /*width: 40px;*/
    /*border: 1px solid black;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*transform: translateX(-50%);*/
}
.mobile-footer {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    z-index: 99;
}
.mobile-footer-item i {
    font-size: 25px;
    color:#008086;
}
.mobile-footer-item.footer-cart a {
    position: relative;
    padding-top: 0;
    margin-bottom: -5px;
}
.mf-item-name {
    font-size: 11px;
}
.mobile-footer-item .cart-count {
    height: 18px;
    width: 19px;
    border-radius: 50%;
    background: #008086;
    color: #fff;
    position: absolute;
    top: -6px;
    left: 65%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px){
    .mini-cart {
        width: 100%;
    }
}