.woocommerce-tabs.wc-tabs-wrapper {
    clear: both; 
    margin: 2em 0 3em; 
    width: 100%;
}

/* Product Class Styles */
.class-meta {
    margin: 20px 0 0 0;
    padding: 20px 20px 5px;
    background: #f9f9f9;
    border-radius: 5px;
}

.class-meta-details p {
    margin: 8px 0;
    line-height: 1.5;
}

.class-meta-details span {
    color: #000;
    font-weight: 700;
} 

.product-description span.description {
    display: block !important;
}

/* Class Types back buttons */
span.dashicons.dashicons-arrow-left-alt {
    vertical-align: middle !important;
}

/* Class product stock messages */
.single-product .class-meta .stock {
    font-weight: bold;
    margin: 15px 0;
}

.single-product .class-meta .in-stock {
    color: #28a745;
}

.single-product .class-meta .out-of-stock {
    color: #dc3545;
}
p.stock.out-of-stock,
p.stock.in-stock
 {
    margin-top: 1rem !important;
}
/* Remove spacing*/
.woocommerce .single-product span.description {
    margin: 0 0 1em 0;
}

/* Remove SKU*/
.summary.entry-summary .product-sku {
    display: none !important;
}

/* Add quantity label*/
.students-label {
    font-weight: bold;
}