/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/


.fusion-builder-placeholder {
  display: none !important;
}

/*
* Top menu
*/
.awb-menu__main-a_regular {
  padding-left: 0px;
}


/*
* Checkout error message
*/
.checkout .woocommerce-error {
    list-style: none;
    color: #ff0000;
    font-weight: bold;
    border: 1px solid #ff0000;
    padding: 3em;
    background: #ddd;
}


/*
* Checkout page payment styles
*/


.woocommerce-terms-and-conditions-wrapper {
    font-size: 60%;
    line-height: 1.2;
    background: #ddd;
    padding: 0.5em;
    margin-bottom: 1em;
}

li.wc_payment_method.payment_method_affirm
Specificity: (0,2,1)
 {
    margin-bottom: 0;
}

.payment_box.payment_method_ppcp-gateway {
    display: none !important;
}
