.custom-product-options table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-product-options table th,
.custom-product-options table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

.custom-product-options table th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.custom-product-options table tr:nth-child(even) {
    background-color: #fefefe;
}

.custom-product-options table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.custom-product-options table tr:hover {
    background-color: #f1f1f1;
}

.custom-product-options select,
.custom-product-options input[type="number"],
.custom-product-options input[type="checkbox"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.custom-product-options select {
    height: 35px;
    background-color: #fff;
    color: #333;
}

.custom-product-options input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
}

.custom-product-options td input[type="number"] {
    text-align: center;
}

.custom-product-options td input[type="checkbox"] {
    display: block;
    margin: 0 auto;
}

.custom-product-options {
    margin-bottom: 20px;
}

.custom-add-to-cart-button ,.custom-add-to-cart-button:hover {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.custom-add-to-cart-button:hover {
    background-color: #005a9c;
}


.custom-product-prices p {
    margin-bottom: 0px;
    color: #0e212f;
    font-size: 19px;
    font-weight: 700;
}
select#custom_format {
    padding: 10px !important;
}
/* .summary.entry-summary form.cart{
    display: none !important;
} */

td.product-quantity input {
    user-select: none;
    pointer-events: none;
    background: transparent !important;
    border: none !important;
}