@media only screen and (max-width: 768px) {
    .bk-top {
        display: none !important;
    }

    div#tableProduct {
        width: 100%;
        margin: auto;
    }

    div#tableProduct table tr td {
        font-size: 14px;
    }
}