/* avquote-style.css */
.avquote-table {
    width: 100%;
    border-collapse: collapse;
}

.avquote-table th, .avquote-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.avquote-table th {
    background-color: #f4f4f4;
}

.avquote-remove-item {
    color: red;
    cursor: pointer;
}
.avquote-product-image {
    max-width: 150px;
    max-height: 50px;
}
.avquote-table {
    width: 100%;
    border-collapse: collapse;
}

.avquote-table th, .avquote-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.avquote-table th {
    background-color: #f2f2f2;
    text-align: left;
}

.avquote-product-image {
    max-width: 100px;
    max-height: 100px;
}
