.isFixed .tabs {
    position: fixed;
    background-color: white;
    z-index: 999;
}

@media only screen and (max-width:950px){
    .woocommerce-tabs.isFixed .tabs {
    position: unset;
    background-color: white;
    z-index: 999;
    }
}