/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce-variation-availability .stock:not(.show) {
    display: none;
}

.dpwc-hidden-field {
    display: none!important;
}