
                                                        .order-form-body {
                                                            border-radius: 5px;
                                                            background: #fff;
                                                            box-shadow: 0 0 25px 0 rgb(0 0 0 / 50%);
                                                            opacity: 100;
                                                            position: relative;
                                                            padding: 1em;
                                                        }

                                                        .order-form-text {
                                                            text-align: center;
                                                            border-bottom: 2px solid #eee;
                                                            padding: 0 0 10px 0;
                                                            font-size: 22px;
                                                        }

                                                        .order-form-field-wrapper.has-success .order-form-field {
                                                            border-color: #2E7D32;
                                                        }

                                                        .order-form-field-wrapper .order-form-field {
                                                            outline: none;
                                                            display: block;
                                                            width: 100%;
                                                            background: #fff;
                                                            color: #212121;
                                                            box-sizing: border-box;
                                                            padding: 10px;
                                                            border-radius: 5px;
                                                            font-size: 16px;
                                                            margin: 0;
                                                            border: 2px solid #ddd;
                                                            line-height: 1em;
                                                            text-indent: unset;
                                                            height: unset;
                                                            appearance: auto;
                                                        }

                                                        .order-form .order-form-submit-button {
                                                            cursor: pointer;
                                                            display: block;
                                                            width: 100%;
                                                            background: #28a745;
                                                            color: #fff;
                                                            border: none;
                                                            padding: 0.9em 0.5em;
                                                            font-weight: 600;
                                                            font-size: 18px;
                                                            border-radius: 5px;
                                                            line-height: 20px;
                                                            box-sizing: border-box;
                                                        }

                                                        .order-form-product-image {
                                                            width: 100%;
                                                            height: auto;
                                                            max-height: 100%;
                                                            max-width: 300px;
                                                            margin: 0 auto;
                                                        }
                                                    