/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776444789
Updated: 2026-04-17 18:53:09

*/

table.variations {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.variations tr {
    background: transparent;
}

table.variations td {
    background: white;
    padding: 10px;
    border-radius: 8px;
}

table.variations th.label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    padding-right: 15px;
}

.woocommerce div.product table.variations select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

.woocommerce div.product table.variations select:focus {
    border-color: #000;
    outline: none;
}

.reset_variations {
    font-size: 12px;
    margin-left: 10px;
    color: #999;
    text-decoration: underline;
}

.reset_variations:hover {
    color: #000;
}

table.variations select#pa_entree {
    border-left: 4px solid #e74c3c;
}

table.variations select#pa_dessert {
    border-left: 4px solid #f39c12;
}

table.variations select#pa_boisson {
    border-left: 4px solid #3498db;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

table tbody>tr:hover>td, table tbody>tr:hover>th {
    background-color: white;
}

/*-------------*/

.variation-radios {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.variation-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variation-radio:hover {
    border-color: #999;
    background: #fafafa;
}

.variation-radio input {
    display: none;
}

.variation-radio input:checked + span {
    font-weight: 600;
}

.variation-radio input:checked + span::before {
    content: "✓ ";
    color: #000;
}

.variation-radios {
    display: flex;
    flex-direction: column;
    gap: 8px;

    max-height: 220px;
    overflow-y: auto;

    padding-right: 5px;
}