.iconic-wlv-terms__term-content{
    background:#fff;	
    }
    .single-product .variations .value.iconic-wlv-variations__value{
    padding-left:15px;	
    }
    .single-product .variations .iconic-wlv-terms__term{
    margin-right:15px !important;	
    }
    .variations .label .iconic-wlv-variations__label{
        color:#222;
    }
    
    /* Style the overall form */
    form.variations_form.cart {
        background-color: #eef8ff; /* Light blue background */
        padding: 20px; /* Increase padding for more space */
        border: 1px solid #d1e3fb; /* Light blue border */
        border-radius: 10px; /* Rounded corners */
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }
    
    .variations tr {
        background:#EEF8FF;
    }
    
    /* Style the variation labels */
    form.variations_form.cart .label {
        font-weight: bold;
        color: #0274BE; /* Matching the color of headings */
        margin-bottom: 5px;
    }
    
    /* Style the select dropdowns */
    form.variations_form.cart select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #888; /* Darker border for contrast */
        margin-bottom: 10px;
    }
    
    /* Style the add to cart button */
    form.variations_form.cart .single_variation_wrap .button {
        background-color: red; /* Red background */
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
    }
    
    /* Add hover effect to the add to cart button */
    form.variations_form.cart .single_variation_wrap .button:hover {
        background-color: red; /* Darker red on hover */
    }
    
    /* Style the price and stock message */
    form.variations_form.cart .woocommerce-variation {
        margin-top: 10px;
    }
    
    /* Additional responsive styling */
    @media screen and (max-width: 480px) {
        form.variations_form.cart {
            padding: 15px;
        }
        form.variations_form.cart .single_variation_wrap .button {
            width: 100%;
            text-align: center;
        }
    }
    
    #wccf_product_field_master_container {
            padding: 10px 0px !important;
        background: #EEF8FF !important;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: 700 !important;
    }
    
    /* Hide the quantity selector on variable product pages */
    form.cart .quantity,
    form.variations_form.cart .quantity {
        display: none !important;
    }
    
    /* Cart_functionality CSS below */
                    .wccf-isolated {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 10px;
                    }
                    #instagram-results {
                        max-width: 150px;
                        flex: 0 0 150px;
                        margin-top: 5px;
                    }
                    .input-container-col {
                        flex: 1; /* Take the remaining space */
                    }
                    .input-container {
                        position: relative;
                        display: block;
                        align-items: center;
                        margin-bottom: 5px;
                    }
                    .social-icon {
                        position: absolute;
                        left: 10px;
                        top: 10px;
                        width: 20px;
                        height: 20px;
                        pointer-events: none;
                        display: flex;
                        align-items: center;
                    }
                    input[name="_custom_option"].link_txtbox {
                        padding-left: 36px;
                        border-radius: 5px;
                    }
                    #verification-alert {
                        margin-top: 5px;
                    }
                    #verification-alert .alert {
                        background-color: #f8d7da;
                        color: #721c24;
                        padding: 10px;
                        border: 1px solid #f5c6cb;
                        border-radius: 5px;
                    }
                    .smm-time-range {
                        margin-bottom: 20px;
                    }
                    .smm-time-range select {
                        display: none;
                    }
    /* End of Cart_functionality CSS */
    
    
    /* Payment_code CSS below */
            /* Add thick red border to input fields with errors */
            .has-error {
                border: 1px solid #f5c6cb !important;
                box-shadow: 0 0 2px red;
                background-color: #f8d7da !important; /* Light red background */
            }
        
            /* Style the error message to display below the input field */
            .error-message {
                display: none; /* Hidden by default */
                margin-top: 5px;
                font-weight: bold;
                width: 100%;
                background-color: #f8d7da;
                color: #721c24;
                padding: 10px;
                border: 1px solid #f5c6cb;
                border-radius: 5px;
            }
            
            /* When error messages have content, they will be shown via JavaScript */
            .error-message:not(:empty) {
                display: block;
            }
    
            /* Disabled add to cart button */
            .disabled {
                background-color: #dd3333;
                cursor: not-allowed;
            }
    
            /* Disabled add to cart button with no variation selected */
            .variation-unselected {
                background-color: #dd3333;
                cursor: not-allowed;
            }
    /* End of Payment_code CSS */
    
    /* Get more discount when selecting variant CSS below */
            @keyframes slideDown {
                from {
                    opacity: 0;
                    transform: translateY(-10px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    /* End of get more discount when selecting variant CSS */
    
    /* Styling for the new upsell containers */
    [id^="wccf_product_field_upsells"] {
        padding: 20px 20px !important;
        background: #d4edd9 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: 700 !important;
        border-radius: 10px;
    }
    
    /* Styling for upsell options and variant messages */
    .variant-message,
    [class^="smm_upsell_option_div"] {
        background-color: #d4edda; /* Greenish background */
        color: #155724; /* Green text */
        border: 1px solid #c3e6cb;
        padding: 15px 40px 15px 15px; /* Add padding to the right for the close button */
        margin-top: 10px;
        border-radius: 5px;
        position: relative;
        animation: slideDown 0.3s ease-in-out;
    }
    
    .variant-message {
        display: none;
    }
    
    /* Explicitly define hidden class with !important to override Astra theme styles */
    .variant-message.hidden,
    [class^="smm_upsell_option_div"].hidden {
        display: none !important;
    }
    
    .variant-message.visible,
    [class^="smm_upsell_option_div"].visible {
        display: block;
    }
    
    .variant-message .message-text,
    [class^="smm_upsell_option_div"] .message-text {
        font-size: 16px;
        margin: 0; /* No extra margin around text */
    }
    
    .variant-message .close-message,
    [class^="smm_upsell_option_div"] .close-message {
        position: absolute;
        top: 10px; /* Adjust vertical positioning */
        right: 10px; /* Fixed to the right top corner */
        font-size: 18px;
        cursor: pointer;
        color: #155724;
        background: none;
        border: none;
    }
    
    /* Order Bump Styling */
    .smm-order-bump {
        margin: 20px 0;
        padding: 0;
        border: 3px dashed #ffcc00;
        border-radius: 10px;
        background-color: #fffbeb;
        transition: all 0.3s ease;
    }
    
    /* Style for order bumps that are in the cart */
    .smm-order-bump.in-cart {
        border: 3px dashed #00cc00; /* Green border for items in cart */
        background-color: #f0fff0; /* Light green background */
        box-shadow: 0 0 8px rgba(0, 204, 0, 0.3); /* Green glow effect */
    }
    
    .smm-order-bump-header {
        width: 100%;
        background-color: #FFFF99;
        padding: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 0.3s ease;
        flex-wrap: wrap;
        align-items: center;
    }
    
    /* Header styling for order bumps in cart */
    .smm-order-bump.in-cart .smm-order-bump-header {
        background-color: #ccffcc; /* Light green background */
    }
    
    .smm-order-bump-label {
        display: flex !important;
        width: 100% !important;
        padding: 10px;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: 40px !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 11 !important;
    }
    
    .smm-order-bump-header:hover {
        background-color: #FFFF56;
    }
    
    .smm-order-bump-left {
        display: flex;
        align-items: center;
        margin-right: 10px;
        min-height: 20px;
    }
    
    .smm-order-bump-left label {
        display: flex;
        align-items: center;
    }
    
    .smm-order-bump-right {
        flex: 1;
        min-height: 20px;
    }
    
    .smm-order-bump-arrow {
        color: #ff0000;
        font-size: 18px;
        margin-right: 5px;
        animation: blink 1s infinite !important;
        display: inline-block !important;
        visibility: visible !important;
        z-index: 12 !important;
        /* Remove the opacity !important to allow animation to work */
        opacity: 1;
    }
    
    @keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
    }
    
    .smm-order-bump-checkbox {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    
    /* Common styles for order bump elements */
    .smm-order-bump-title,
    .smm-order-bump-original-price,
    .smm-order-bump-new-price {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 12 !important;
    }
    
    .smm-order-bump-title {
        font-size: 16px;
        color: #333;
    }
    
    .smm-order-bump-price {
        white-space: nowrap;
        justify-content: flex-end; /* Align to the far right */
        margin-left: auto;
        min-height: 20px;
    }
    
    .smm-order-bump-original-price {
        text-decoration: line-through;
        color: #111; /* Black color as requested */
        margin-right: 8px;
        font-size: 14px; /* Match title font size */
    }
    
    .smm-order-bump-new-price {
        font-weight: bold;
        color: #111; /* Black color as requested */
        font-size: 14px; /* Match title font size */
    }
    
    .smm-order-bump-inner {
        display: flex;
        padding: 15px;
    }
    
    .smm-order-bump-image {
        flex: 0 0 auto;
        margin-right: 15px;
        width: 100px;
    }
    
    .smm-order-bump-image img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }
    
    .smm-order-bump-content {
        flex: 1;
    }
    
    .smm-order-bump-description {
        font-size: 14px;
        color: #555;
    }
    
    /* Fix for Astra theme specific issues */
    .theme-astra .smm-order-bump-header,
    .theme-astra .smm-order-bump-label,
    .theme-astra .smm-order-bump-left,
    .theme-astra .smm-order-bump-right,
    .theme-astra .smm-order-bump-price {
        display: flex;
    }
    
    /* Responsive styling for Order Bumps */
    @media (max-width: 768px) {
        .smm-order-bump-inner {
            flex-direction: row; /* Keep row layout on mobile */
        }
        
        .smm-order-bump-image {
            width: 80px; /* Slightly smaller image on mobile */
            margin-right: 10px;
            margin-bottom: 0;
        }
        
        .smm-order-bump-content {
            flex: 1;
        }
        
        .smm-order-bump-left {
            flex: 0 0 auto;
        }
        
        .smm-order-bump-label {
            flex-wrap: nowrap; /* Prevent wrapping on mobile */
        }
        
        .smm-order-bump-right {
            flex: 1;
            margin-right: 10px;
            white-space: normal; /* Allow text to wrap */
            display: flex;
            align-items: center;
        }
        
        .smm-order-bump-price {
            width: auto;
            min-width: 80px;
            text-align: right;
            margin-top: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            flex-shrink: 0;
        }
        
        .smm-order-bump-original-price {
            margin-right: 0;
            margin-bottom: 2px;
        }
    }