/* Start custom CSS *//*.single-product .woocommerce-tabs{
    display: none !important; 
}

.industras-related-product-section .related {
    margin-top: 150px !important;
}*/

table.prodtechspec {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
        text-align: left;
    }
    table.prodtechspec th, 
    table.prodtechspec td {
        border: 1px solid #ddd;
        padding: 10px;
         width: 50%;
    }
    table.prodtechspec th {
        background-color: #f4f4f4;
        font-weight: bold;
    }/* End custom CSS */