.header-mobile{
    display: none;
}
@media (max-width: 820px){
    .header-desktop{
        display: none;
    }
    header.fixed{
        position: relative;
        z-index: 999;
    }
    .header-mobile{
        display: block;
    }
    .header-mobile .open-menu-mb{
        padding-right: 13px;
    }
    #menuMobile {
        transform: translate3d(-100vw,0,0);
        transition: all .4s;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 99;
        width: 80vw;
        height: 100vh;
        overflow: auto;
    }
    #menuMobile.active {
        transform: translate3d(0,0,0);
    }
    #menuMobile.active .title-top i{
        padding-right: 13px;
    }
    .acount-header-mobile {
        justify-content: flex-end;
    }
    .acount-header-mobile img{
        width: 18px;
        height: 18px;
    }
    .menu-box-action{
        padding: 5px;
        border-radius: 10px;
    }
    .acount-header-mobile>div{
        margin-left: 5px;
    }

    #menuMobile {
        transform: translate3d(-100vw,0,0);
        transition: all .4s;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 80vw;
        height: 100vh;
        overflow: auto;
        padding: 0 12px;
    }
    #menuMobile.active {
        transform: translate3d(0,0,0);
    }
    #menuMobile>* {
        display: none;
    }
    #menuMobile.active>* {
        display: block;
    }
    #menuMobile.active .title-top {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    .title-top {
        padding: 10px 0 0;
    }
    .title-top i {
        font-size: 1.35rem;
    }
    .bottom-header .logo {
        margin-left: 15px;
    }
    .title-top .logo img {
        height: 22px;
    }
    .menu>li {
        padding: 0.5rem 0;
        width: 100%;
        position: relative;
    }
    .menu>li>a {
        font-weight: 700;
    }
    .menu>li>i, .menu>li>ul>li>i {
        float: right;
    }
    .menu>li>ul, .menu>li>ul>li>ul {
        margin-top: 0.5rem;
        display: none;
        padding-left: 0.75rem;
    }
    .menu>li>ul>li, .menu>li>ul>li>ul>li {
        padding: 0.35rem 0;
    }
    .menu>li>ul>li>ul {
        display: none;
    }
    .title-midle{
        padding-bottom: 15px;
    }
    .title-midle img{
        max-width: 40px;
    }
    .title-last{
        padding-bottom: 20px;
    }
    .hd-search-form {
        border: none;
        border-radius: 25px;
        height: 38px;
        background: #f2f2f2;
        display: flex;
    }
    .hd-search-form input,
    .hd-search-form button {
        background: 0 0;
        border: none;
        height: 100%;
        padding: 0;
    }
    .hd-search-form button {
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px 0 10px;
        font-size: .875rem;
    }
    .hd-search-form input {
        font-size: .875rem;
        font-weight: 500;
        width: 100%;
    }
    .hd-search-form input:focus{
        outline: none;
    }
}
@media (max-width: 768px){
    .filter-sort {
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 9999999;
        transform: translate3d(100vw,0,0);
        transition: all .4s;
        padding: 0;
    }
    .filter-sort.active {
        transform: translate3d(0,0,0);
    }

    .sidebar-fillter-block{
        height: 95vh;
        overflow: auto;
        padding: 20px;
    }
    .close-filter {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 24px;
    }
    .count-product{
        padding-right: 0;
    }
    .top-cate{
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 400px){
    .acount-header-mobile>div{
        margin-left: 10px;
    }
}