@media only screen and (max-width: 990px){
    .menu_respon{
        display: none;
    }
    .arrow_res{
        display: block;
    }
    .top-bar{
        position: fixed;
        z-index: 9;
        top: 0px;
        width:100%;
    }
    .header{
        margin-top: 34px;
    }
    #sidebar_mobile, .cart_mobile{
        display: block!important;
    }
    #sidebar, .cart_desktop{
        display: none!important;
    }
    .navigation{
        height: unset;
    }
    .header .header-cart{
        top: unset;
    }
    #fb-root{
        display: none;
    }
    .logo{
        margin-bottom: unset;
    }
    #messenger{
        display: block;
        position: fixed;
        bottom: 178px;
        right: 8px;
        z-index: 999999;
    }
    #messenger img{
        width: 55px;
    }
    .cart_mobile_fixed{
        display: unset!important;
        position: fixed!important;
        right: 0px!important;
        top: 40px!important;
        z-index: 999;
        right: 17px!important;
    }
}
@media (max-width: 768px) {
    .to-top{
        left: 35px;
    }

    .hotline-phone-ring-wrap{
        bottom: 0px;
    }
    .thumbnail .media{
        height: 170px;
        overflow: hidden;
    }
}