/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.custom-product-list {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    font-family: Arial, sans-serif;
}

.custom-product-list th,
.custom-product-list td {
    border: 0px solid #ddd;
    padding: 8px;
    text-align: left;
}

.custom-product-list th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.product-thumbnail img {
    max-width: 100px;
    height: auto;
}

.product-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.product-actions .quantity {
    max-width: 25%;
    margin-bottom: 0px;
}

.add_to_cart_button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.add_to_cart_button:hover {
    background-color: #005177;
}
