@media (max-width:499px) {
    /*.modal-body{
        height: 88vh;
    }
    tbody{
        height: 88vh;
    }*/
     .product1 .table > tbody{
        height: 81vh;
    }
    .product1 .table .tf-bottom{
        position: absolute;
        left: 0;
        right: 0;
        bottom: auto !important;
    } 

     .product2 .table > tbody{
        height: 65vh;
    }
    

    .product .table > tbody{
        height: 72vh;
    }
    .product .table .tf-bottom,.product2 .table .tf-bottom{
        position: absolute;
        left: 0;
        right: 0;
        bottom: auto !important;
    } 
    ul.ul-menu li a {
        font-size: 14px;
    }
    .img-account img{
        width: 100px;
        
    }
    ul.ul-menu li a p img{
        height: 20px;
    }
    ul.ul-menu li a p{
        width: 35px;
    }
  
    .ic-menu{
       width: 27px;
       margin: 4px 5px;
    }
    .ic-user{
        width: 20px;
        margin: 0px 5px;
    }
    .user1{
        width: 35px;
    }
    .ic-user1 {
        width: 30px;
        margin: 0px 5px;
    }
    .name-account p{
        font-size: 14px;
    }
    .name-account p img{
        height: 16px;
    }
    ul.ul-menu{
        padding: 10px 0;
    }
    .logout{
        bottom: 0;
        padding: 10px;
    }
    ul.ul-menu li a{
        padding: 10px;
        line-height: 27px;
    }
    .logo{
        bottom: 35px;
    }
    .logo img{
        width: 145px;
    }
    .img-ic{
        width: 15px;
        margin: 4px 3px 4px 7px;
    }
    .input-search{
        background-size: 15px;
        padding-left: 25px;
    }
    .td-cart img{
        width: 35px;
    }

}
@media (min-width:500px) and (max-width:767px) {
    .box-login{
        height: inherit;
    }
    .logo-bottom{
        position:  unset;
    }.logo {
        bottom: 0;
        padding: 50px 0 23px 0;
    }
    .logout, .logo {
        position: unset;
    } 
    .logout {
        bottom: 0;
    }
    tbody{
        max-height: 80vh;
    }
    .div-box2, .div-box1 {
        height: 86vh;
        overflow-y: auto;
    }
    .modal-body{
        height: 86vh;
    }
    .ic-user1{
        width: 35px;
        margin: 0 10px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .logo{
        bottom: 65px;
        padding: 50px 0 23px 0;
    }
    .logout{
        bottom: 0;
    }
    /*.box-login {
        height: inherit;
    }

    .logo-bottom {
        position: unset;
    }*/
}

/*menu*/
@media (max-width:991px) {
    #page, .owl-dots{
    display: block;
    /* display: none;*/
}
    .mainmenu, .owl-theme .owl-nav, .sticknav, .fixed{
        display: none;
        /* display: block;*/
    }
    .mmheader{
        position: fixed;
        z-index: 1;
    }
    .mm-menu.mm-offcanvas{
        z-index: 1;
    }
    .col3{
        clear: left;
    }
    .owl-theme .owl-dots{
        text-align: left;
    }
    .col-right{
        display: none;
    }
}