#menu-customer-menu {
    .current-menu-item {
        font-weight:900;
    }
}
.woocommerce {
	h2 {
		font-weight:700;
		}
	.woocommerce-form-login.login {
		padding:0;
		}
	}

/* Make Woo Commerce content full width when nav is removed */
.woocommerce-account .woocommerce-MyAccount-navigation { display: none !important; }
.woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; float: none !important; }


#order-notes,
/*h1.entry-title.main_title,*/
.wc-block-components-order-summary-item__image,
.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-product-metadata {
  display:none !important;
  }
  
h1.entry-title.main_title,
h2.wc-block-components-title.wc-block-components-title {
  font-weight: 700 !important;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-product-name {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
  }
#payment-method,.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block.wc-block-components-checkout-step {
  margin: 0 0 1em 0;
  }
.wc-block-checkout__terms {
  padding: 0.5em 0;
  margin: 0.5em 0;
  }
.wc-block-components-totals-discount__coupon-list-item .wc-block-components-chip__text {
    text-transform: uppercase;
    font-weight: 700;
    color: #4ab866;
}
.wc-block-components-checkout-return-to-cart-button{
	display:none;
	}
.wc-block-components-checkbox__label a {
    font-weight:700;
}
.wc-block-components-checkout-place-order-button {
    width: 100% !important;
    background: var(--gcid-53054839-b83d-4ef0-8659-8a010e6148fd);
    color: var(--gcid-body-color);
    font-size: 120%;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.5em !important;
        &:hover {
        background: var(--gcid-b70c6ec4-3d09-43b5-80df-154e6e990bf3);
        color#fff !important;
        }
}

/*	
.et_pb_wc_checkout_billing,
.et_pb_wc_checkout_order_details,
.et_pb_wc_checkout_payment_info {
.woocommerce-NoticeGroup {
	display:none;
	}
}

#notif.notif.et_pb_wc_checkout_additional_info {
    & .woocommerce-NoticeGroup {
        .woocommerce-error {
            background: #ecdede !important;
            border-radius: 4px;
            border: 1px solid #b81c23;
            li a {
                color: #b81c23 !important;
            }
        }
    }
}

#invoicing {
#billing_postcode_field,
#billing_city_field,
#billing_state_field,
#billing_phone_field,
#billing_email_field,
#woocommerce_eu_vat_number_field {
    width: calc(50% - 1em);
    display: inline-block;
	}
}
*/