# king-addons/51.1.63/includes/widgets/Woo_Checkout_Place_Order/style.css

King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder, version 51.1.63. 28 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.63/code/includes/widgets/Woo_Checkout_Place_Order/style.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.63/raw/includes/widgets/Woo_Checkout_Place_Order/style.css
- Modified: 2026-05-19T16:55:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.63/code/includes/widgets/Woo_Checkout_Place_Order/style.css#L10-L20`.

```css
.ka-woo-checkout-place-order__btn {
    width: auto;
    min-width: 180px;
    border-radius: 10px;
    padding: 14px 18px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ka-woo-checkout-place-order__btn--full {
    width: 100%;
}

.ka-woo-checkout-place-order__btn:hover {
    filter: brightness(0.95);
}






```
