/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================================================
   Berater – aktiver Kunden-Warenkorb
   ========================================================= */

.i2-customer-cart-bar {
    width: 100%;
    background: #015a55;
    color: #fff;
    padding: 12px 20px;
    position: relative;
    z-index: 999;
}

.i2-customer-cart-bar__inner {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.i2-customer-cart-bar__customer {
    font-size: 15px;
    line-height: 1.4;
}

.i2-customer-cart-bar__customer strong {
    font-weight: 700;
}


/* Aktionen unter dem Hinweis */

.i2-customer-cart-bar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}


/* Links */

.i2-customer-cart-bar__actions a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.i2-customer-cart-bar__actions a:hover {
    color: #fff;
    text-decoration: none;
}


/* "Warenkorb an Kunden senden" ist technisch ein Button,
   soll aber wie die anderen Aktionen aussehen */

.i2-customer-cart-bar__send {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;

    background: transparent;
    color: #fff;

    font: inherit;
    font-size: 14px;
    line-height: 1.4;

    text-decoration: underline;
    text-underline-offset: 2px;

    cursor: pointer;
}

.i2-customer-cart-bar__send:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}


/* Formular um den Senden-Button neutralisieren */

.i2-customer-cart-bar__actions form {
    margin: 0;
    padding: 0;
}


/* Mobil */

@media (max-width: 767px) {

    .i2-customer-cart-bar {
        padding: 10px 15px;
    }

    .i2-customer-cart-bar__actions {
        gap: 8px 16px;
    }
}

.i2-customer-next-step {
    margin: 24px 0;
}

.i2-customer-next-step__title {
    margin: 0 0 14px;
}

.i2-customer-next-step__option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    cursor: pointer;
}

.i2-customer-next-step__option input[type="radio"] {
    width: auto;
    margin: 0;
    flex: 0 0 auto;
}

.i2-customer-next-step__option span {
    line-height: 1.4;
}
