diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index fa62fce..bcc047e 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -680,4 +680,10 @@ body { .select2-container .select2-dropdown, .select2-container .select2-selection { border-radius: 12px; -} \ No newline at end of file +} + +.woocommerce-checkout-review-order-table { + border-radius: 12px; + border-collapse: separate; + border-spacing: 0; +}