/* Free Gift Frontend Styles */

/* Cart and Checkout Free Gift Styles */
.woocommerce-cart .cart .product-price del,
.woocommerce-cart .cart .product-subtotal del,
.woocommerce-checkout .checkout .product-total del {
    opacity: 0.7;
    font-size: 0.9em;
}

.woocommerce-cart .cart .product-price ins,
.woocommerce-cart .cart .product-subtotal ins,
.woocommerce-checkout .checkout .product-total ins {
    text-decoration: none;
    color: #46b450;
    font-weight: bold;
    font-size: 1.1em;
}

/* Order review table */
.woocommerce-checkout-review-order-table .product-total del {
    opacity: 0.7;
    font-size: 0.9em;
}

.woocommerce-checkout-review-order-table .product-total ins {
    text-decoration: none;
    color: #46b450;
    font-weight: bold;
    font-size: 1.1em;
}

/* Mini cart */
.woocommerce-mini-cart .mini_cart_item .amount del {
    opacity: 0.7;
}

.woocommerce-mini-cart .mini_cart_item .amount ins {
    text-decoration: none;
    color: #46b450;
    font-weight: bold;
}

/* Free gift notice styling */
.woocommerce-message.free-gift-notice {
    border-left-color: #46b450;
    background-color: #f0f8f0;
}

.woocommerce-message.free-gift-notice:before {
    color: #46b450;
} 