/*Basic style for plugin*/
div#order_review {
    width: 100% !important;
    float: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single{
	box-sizing: content-box;
}
table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.nce-order-notes #order_comments_field label {
    display: none;
}
.woocommerce-checkout .nce-billing-details input.input-text, .woocommerce-checkout .nce-billing-details select, .woocommerce-checkout .nce-billing-details textarea {
    width: 100%;
    display: block;
}
.ecw_coupon_form p.form-row.form-row-last button, .ecw_coupon_form p.form-row.form-row-last input {
    width: 100%;
}
.nce-order-notes .woocommerce-additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-billing-fields h3 {
    display: none;
}
table {
    border: none !important;
}




/* ── Order Table: oculta a linha de frete (o widget Shipping cuida disso) */
.nce-order-table tr.woocommerce-shipping-totals,
.nce-order-table tr.shipping,
.nce-order-table tr.woocommerce-shipping-totals.shipping {
    display: none !important;
}

