/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.product-stock-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}
.product-stock-table th, .product-stock-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.product-stock-table th {
    background-color: #f7f7f7;
    text-align: left;
}
