/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


.product-addon-summary {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.product-addon-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-addon-summary li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-required{
    color: red;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
    display: none;
}




.gst-text {
    font-size: 14px;
    color: #555; /* Grey color */
    margin-left: 5px;
}

/* Hide the redundant mini-cart line "1 × $price" */
.wpex-mini-cart-item__quantity {
  display: none !important;
}


/* Checkout Order Summary Styles */
.woocommerce-checkout-review-order-table {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    background-color: #fafafa;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 15px;
    vertical-align: top;
}

.woocommerce-checkout-review-order-table td img {
    width: 60px;
    height: auto;
    border-radius: 6px;
    margin-right: 12px;
}

.woocommerce-checkout-review-order-table .product-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 600;
    font-size: 15px;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 15px;
}

.woocommerce-checkout-review-order-table .product-meta {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}

.woocommerce-checkout-review-order-table tfoot tr td {
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #ddd;
}
