@media only screen and (max-width : 767px) { 

.product_nav {
    display: none;
}

}