/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--technical_specs table td {
    text-align: center;
}

.woocommerce-Tabs-panel--technical_specs {
    overflow-x: auto !important;
}

.woocommerce-Tabs-panel--technical_specs table {
    width: 100% !important;
    min-width: 700px !important;
    border-collapse: collapse !important;
}

.woocommerce-Tabs-panel--technical_specs table td,
.woocommerce-Tabs-panel--technical_specs table th {
    text-align: center !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    .product .tabs.wc-tabs {
        display: flex !important;
        white-space: nowrap !important;
        overflow-x: scroll !important;
        scrollbar-width: none !important;
    }

    .product .tabs.wc-tabs::-webkit-scrollbar {
        display: none !important;
    }
}
