/*
Theme Name: Karpart Child
Theme URI: https://demo2.wpopal.com/karpart/
Template: _karpart
Author: Opalthemes
Author URI: https://wpopal.com/
Description: Karpart – Auto Parts Store and Tools Shop eCommerce Elementor WooCommerce WordPress Theme is your ideal solution. This exceptional theme empowers you to effortlessly create your own store for auto parts, tools, tires, auto parts from multiple vendors, automotive products, and more, all within a matter of hours
Tags: accessories,auto car,auto parts,auto services store,automotive,autoparts,car parts,clean,electronics,engines,mechanical parts,parts,responsive,Spare Parts Shop,tools
Version: 1.1.3.1756535467
Updated: 2025-08-30 06:31:07

*/
.custom-product-table {
    padding:60px 30px;

    table.product-table {
        table-layout: fixed;
        border: 1px solid;
        border-spacing: 0;

        thead {
            tr {
                background-color: #FF0000;
                color: #fff;
            }

            th {
                font-size: 12px;
                min-width: 80px;
                padding: 4px 8px;
                /* writing-mode: sideways-lr; */
                /* transform: rotate(22deg); */
                border: 1px solid #000;
                max-height: 90px;
                word-break: break-word;
            }
        }

        tbody {
            td {
                font-size: 14px;
                border: 1px solid;
                padding: 0 10px;
               
            }
        }
    }
}

.quote-item .woocs_special_price_code{
	margin-left:10px;
	font-weight:600;
}
.quote-totals .total-amount{
	font-weight:600;
	margin-left:10px;
}