#mobile-footer,
#member-box,
#mobile-search {
    display: none;
}

@media screen and (max-width: 767px) {
    body{
        padding-bottom: 41px;
    }
    #mobile-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }
    #mobile-footer ul {
        display: table;
        width: 100%;
        border-top: 1px solid #FFF;
    }
    #mobile-footer li {
        display: table-cell;
        border-width: 1px 1px 0;
        background: #666661;
        width: 33.33%;
    }
    #mobile-footer li+li {
        border-left: 1px solid #FFF;
    }
    #mobile-footer li:nth-child(3) {
/*        display: none;*/
    }
    #mobile-footer a {
        display: block;
        text-align: center;
        line-height: 40px;
        position: relative;
    }
    #mobile-footer li .icon {
        background-image: url(../images/mobile_footer_ic.png);
        width: 32px;
        height: 32px;
        vertical-align: middle;
        margin: 0 auto 3px;
    }
    #mobile-footer li:nth-child(1) .icon { background-position:     0 0; }
    #mobile-footer li:nth-child(2) .icon { background-position: -32px 0; }
    #mobile-footer li:nth-child(3) .icon { background-position: -96px 0; }
	/*
    #mobile-footer li:nth-child(4) .icon { background-position: -96px 0; }
    */
    #mobile-footer .qty {
        position: absolute;
        top: 5px;
        left: 50%;
        display: inline-block;
        color: #333;
        font-size: 12px;
        background: #fff;
        line-height: 14px;
        padding: 0 4px;
        margin-left: 6px;
        border-radius: 5px;
    }
    
    #mobile-search {
        display: block;
        position: fixed;
        z-index: 400;
        bottom: -41px;
        left: 0;
        right: 0;
        background: #666661;
        padding: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mobile-search.active {
        bottom: 41px;
    }
    #mobile-search .search-box {
        position: relative;
    }
    #mobile-search .form-control {
        margin: 0;
        background: #fff;
        border: 0;
        height: 36px;
        line-height: 36px;
        padding-right: 40px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mobile-search .btn.search,
    #mobile-search .ibtn.search {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #mobile-search .btn.search {
        color: #666661;
        line-height: 36px;
        font-size: 22px;
    }
    #mobile-search .ibtn.search {
        background-image: url(../images/search.png);
    }
    #mobile-search .btn.search:hover,
    #mobile-search .ibtn.search:hover {
        opacity: 0.7;
    }
}