/*
Theme Name: XING Marketing
Description: Child theme for Avada theme
Author: p1xel
Author URI: https://p1xel.net
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/*
 *   WOO CHECKOUT
 */
.avada-cart-actions,
#billing_country_field,
#billing_first_name_field,
#billing_company_field,
#billing_last_name_field,
#billing_city_field,
#billing_postcode_field,
#billing_address_1_field,
.woocommerce-privacy-policy-text,
.billing-container,
.wc_payment_methods,
#ship-to-different-address{
    display: none !important;
    height: 0px !important;
    opacity: 0 !important;
}
#billing_email_field label,
#custom-shipping-fields label{
    color: #fff !important;
}

#billing_email_field{
    margin-bottom: 20px !important;
}

#order_comments_field{
    margin-bottom: 0px !important;
}


.fusion-woo-checkout-payment-tb.button-custom #payment #place_order {
    color: var(--awb-button-color);
    border-radius: 6px;
    border-color: var(--awb-button-border-color);
    background: var(--awb-color6) !important;   
    background-image: var(--awb-button-background-image);
}
.fusion-woo-checkout-payment-tb.button-custom #payment #place_order:hover {
    color: var(--awb-button-color-hover);
    border-color: var(--awb-button-border-color-hover);
    background: var(--awb-color4) !important;   
    background-image: var(--awb-button-background-image-hover);
}

.fusion-woo-cart_table-wrapper .product-info,
.fusion-woo-cart_table-wrapper .product-info .product-name,
.fusion-woo-cart_table-wrapper .product-info .product-title{
    width: 100% !important;
}

.woocommerce-cart-form__cart-item{
    height: auto !important;
}

.fusion-woo-cart_table-wrapper .product-name{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center !important;
}

.fusion-woo-cart_table-wrapper a{
    pointer-events: none !important;
}

.fusion-woo-notices-tb .woocommerce-error{
    font-size: 0px !important;
    visibility: hidden;
}
.fusion-woo-notices-tb .woocommerce-error::after{
    font-size: 17px !important;
    color: #b7df4b !important;
    content: 'Dieses Geschenk wurde schon eingelöst und ist nicht mehr gültig';
    visibility: visible;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner {
    display: none !important;
}
