/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*
dark grey : #54616c
light grey: #EFEFEF
blue: #0070ba
link hover blue: #009dd6

font: lato
*/

/*spinningloader*/
.loader {
	display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






#customer_details, .checkout .woocommerce-content-box {
    display: none;
}






li:before {
    color: #fff !important;
}

.woocommerce-order .avada-order-details, .woocommerce-order .avada-customer-details {display: none !important;}

.wcopc .woocommerce-content-box .woocommerce-Price-currencySymbol:before {
	Content: "Total: "
	}



.order-total th {display: none !important;}

.checkout .shop_table tfoot th, .checkout .shop_table tfoot td {
    padding-top: 20px !important;
}

.woocommerce form.checkout .opc-single-product {
    margin-bottom: 0 !important;
}

.order_details .order {display: none !important;}

.product_title {display: none !important;}

.checkout .payment_methods .payment_box {display: none !important;}

.avada-single-product-gallery-wrapper {display: none !important;}

.fusion-update-cart {display: none !important;}

.wc-pao-subtotal-line {display: none !important;}

.woocommerce-message {display: none !important;}

.shipping-coupon {display: none !important;}

.opc-complete-order {display: none !important;}

.product_meta {display: none !important;}

.cart-subtotal {display: none !important;}

/*.woocommerce-terms-and-conditions-wrapper {display: none !important;}*/

.sv-wc-payment-gateway-icon {display: none !important;}

.wc_payment_methods {display: none !important;}

thead, .cart_item {display: none !important;}

.product-addon-totals {display: none !important;}

.cart .quantity {display: none !important;}

.woocommerce-billing-fields h3 {display: none !important;}

.woocommerce-billing-fields {margin-top: 20px !important;}

.avada-myaccount-user {display: none !important;}

.product .summary.entry-summary {
    margin-left: 0 !important;
}

.cart-collaterals .cart_totals {

    width: 100% !important;
}


.summary .cart {display: block !important;}

.product-addon-totals ul {
    padding-left: 0px !important;
}

.nyp label, .wc-pao-addon-container label, label {
    font-weight: bold !important;
    color: #8cc15f !important;
    
}

.woocommerce-content-box {
    margin-top: 20px !important;
    }

.single_add_to_cart_button, .checkout-button {
    float: right !important;
    width: 100% !important;
}