@media screen and (max-width:767px){
    body.build-a-box-page #shopify-chat,
    body.build-a-box-page .mobile-dock.bottom-0
    {
        display: none!important;
    }
    
}