/*
Theme Name: ClipFitter
Author: Blair Ramsay
Author URI: https://blairramsay.co.uk
Description: A custom theme for the ClipFitter website
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.single-product .main-info {

    .ppcp-messages {
        display: none !important;
    }

    .awdr-bulk-customizable-table {
        order: 7;
        margin-bottom: 20px;

        table {
            border: none;
            color: #2a2443;
            width: 100%;

            @media screen and (max-width: 768px) {

                &.shop_table_responsive tr {
                    margin-bottom: 20px;
                }

            }

            thead tr th {
                background-color: #ffffff;
                border: none;
                color: #2a2443;
                padding: 8px 5px 8px 15px;
                text-align: left;
                font-weight: 600;
            }

            tbody tr td,
            tbody tr th,
            tfoot tr td,
            tfoot tr th {
                border-top: 5px solid #ededed;
                background-color: #ffffff;
                padding: 8px 5px 8px 15px;
                text-align: left;
            }
        }

    }

}