/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */

.woocommerce-order-received .et_pb_row_0 .et_pb_text_inner p  {
    display: none;
}
wc-order-attribution-inputs input[type="hidden"] {
    display: none !important;
}
body p#wc-stripe-payment-request-button-separator, body div#wc-stripe-payment-request-wrapper {
     display: none!important; 
}

span.more-info {
    display: none;
    position: absolute;
    background: #fff;
    top: -2%;
    font-size: 12px;
    line-height: normal;
    max-width: 200px;
    right: 20%;
    box-shadow: 0px 0px 10px #dbdbe0;
    border-radius: 3px;
    padding: 10px;
}
span.dashicons.dashicons-info:hover + span.more-info{
    display: flex;
}

span.dashicons.dashicons-info {
    vertical-align: middle;
}