/*
 Theme Name:     Hello Child
 Theme URI:      https://www.chefblogger.me
 Description:    Divi Child Theme
 Author:         Eric Mächler
 Author URI:     https://www.ericmaechler.com
 Template:       hello-elementor
 Version:        1.0
*/

/* WooCommerce */
.price {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.0em !important;
}

.wc-gzd-additional-info {
    font-size: .5em !important;
    margin-bottom: 0rem !important;
    margin: 0 !important;
    color: rgba(122, 122, 122, 0.7);
}

.elementor-widget-container .wc-gzd-additional-info {
    font-size: .8em !important;
    margin-bottom: 0rem !important;
    margin: 0 !important;
    color: rgba(122, 122, 122, 0.7);
}

.elementor-widget-woocommerce-product-price .price {
    font-size: 25px !important;
    margin: 0 !important;
}

/* Warenkorb */
.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label {
    font-size: 15px;
}

.woocommerce form .form-row label {
    font-size: 14px;
}

.elementor-1168 .elementor-element.elementor-element-d50870f .woocommerce .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 20px;
}

.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 0px solid #720eec;
    list-style: none outside;
    width: auto;
    height: 85px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 1em;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028" / "";
    display: inline-block;
    position: absolute;
    top: 1.6em;
    left: 1.5em;
}

.woocommerce-message a.button.wc-forward {
    margin-left: auto;
}

.elementor-wc-products ul.products li.product .button {
    margin-top: 15px !important;
    width: 100%;
}

.woocommerce ul.products li.product .details-button {
    display: block;
    margin-top: 8px;
    background-color: #ddd !important;
    color: #fff !important; /* Deine Brand-Farbe anpassen */
    border: 0px solid #5b9ea0 !important;
}

.woocommerce ul.products li.product .details-button:hover {
    background: #5b9ea0;
    color: #fff;
}

form.cart {
    margin-bottom: 20px !important;
}