require.config({"config": {
        "text":{"blank.html":"","Magento_ConfigurableProduct/template/product/minimal_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"price-container\" css=\"getAdjustmentCssClasses($row())\">\n    <ifnot args=\"hasSpecialPrice($row())\">\n        <if args=\"useLinkForAsLowAs\">\n            <a attr=\"href: $row().url\"\n               class=\"minimal-price-link\"\n               html=\"getMinimalPriceUnsanitizedHtml($row())\"></a>\n        </if>\n\n        <ifnot args=\"useLinkForAsLowAs\">\n            <span class=\"price-wrapper price-including-tax\">\n                      <span class=\"minimal-price-link\"\n                            html=\"getMinimalPriceUnsanitizedHtml($row())\"></span>\n            </span>\n        </ifnot>\n\n        <each args=\"data: getAdjustments(), as: '$adj'\">\n            <render args=\"$adj.getBody()\"></render>\n        </each>\n    </ifnot>\n</span>\n","Magento_Catalog/template/product/image.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<img class=\"photo image\" loading=\"lazy\" data-bind=\"attr: {src: src, alt: alt}, style: {width: width + 'px', height: height + 'px'}\" />\n","Magento_Catalog/template/product/image_with_borders.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"product-image-container\" data-bind=\"style: {width: width/2 + 'px'}\">\n    <span class=\"product-image-wrapper\" data-bind=\"style: {'padding-bottom': height/width*100 + '%'}\">\n        <img class=\"product-image-photo\" loading=\"lazy\" data-bind=\"attr: {src: src, alt: alt}, style: {width: 'auto', height: 'auto'}\" />\n    </span>\n</span>\n","Magento_Catalog/template/product/name.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<strong if=\"isAllowed()\"\n        class=\"product-item-name\">\n    <a attr=\"href: $row().url\" html=\"getNameUnsanitizedHtml($col.getLabel($row()))\"></a>\n</strong>\n","Magento_Catalog/template/product/addtocart-button.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isAllowed()\">\n    <if args=\"isSalable($row())\">\n        <button class=\"action tocart primary\"\n                attr=\"'data-mage-init': getDataMageInit($row()),\n                      'data-post': getDataPost($row()),\n                       title: getLabel()\"\n                type=\"button\">\n            <span text=\"getLabel()\"></span>\n        </button>\n    </if>\n\n    <if args=\"isAvailable($row()) === false\">\n        <div class=\"stock unavailable\">\n            <text args=\"$t('Availability')\"></text>\n            <span translate=\"'Out of stock'\"></span>\n        </div>\n    </if>\n</if>\n","Magento_Catalog/template/product/final_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->","Magento_Catalog/template/product/addtocompare-button.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isAllowed()\">\n    <button attr=\"'data-post': $col.getDataPost($row()), title: getLabel()\"\n            class=\"action tocompare\"\n            data-action=\"add-to-compare\">\n            <span text=\"getLabel()\"></span>\n    </button>\n</if>\n","Magento_Catalog/template/product/link.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<a if=\"isAllowed()\"\n   class=\"product-item-link\"\n   attr=\"href: $row().url\"\n   text=\"label\"></a>\n","Magento_Catalog/template/product/list/listing.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div if=\"hasData()\"\n     class=\"block\" css=\"additionalClasses\">\n    <div class=\"block-title\">\n        <strong role=\"heading\"\n                aria-level=\"2\"\n                text=\"label\"></strong>\n    </div>\n    <div class=\"block-content\">\n        <div css=\"'products-' + displayMode\">\n            <ol class=\"product-items\">\n                <li class=\"product-item\" repeat=\"foreach: filteredRows, item: '$row'\">\n                    <div class=\"product-item-info\">\n                        <fastForEach args=\"data: getRegion('general-area'), as: '$col'\" >\n                            <render args=\"$col.getBody()\"></render>\n                        </fastForEach>\n\n                        <div class=\"product-item-details\">\n                            <fastForEach args=\"data: getRegion('details-area'), as: '$col'\" >\n                                <render args=\"$col.getBody()\"></render>\n                            </fastForEach>\n\n                            <div if=\"regionHasElements('action-primary-area') || regionHasElements('action-secondary-area')\"\n                                 class=\"product-item-actions\">\n                                <div class=\"actions-primary\" if=\"regionHasElements('action-primary-area')\">\n                                    <fastForEach args=\"data: getRegion('action-primary-area'), as: '$col'\" >\n                                        <render args=\"$col.getBody()\"></render>\n                                    </fastForEach>\n                                </div>\n\n                                <div if=\"regionHasElements('action-secondary-area')\"\n                                     class=\"actions-secondary\"\n                                     data-role=\"add-to-links\">\n                                    <fastForEach args=\"data: getRegion('action-secondary-area'), as: '$col'\" >\n                                        <render args=\"$col.getBody()\"></render>\n                                    </fastForEach>\n                                </div>\n                            </div>\n\n                            <div if=\"regionHasElements('description-area')\"\n                                 class=\"product-item-description\">\n                                <fastForEach args=\"data: getRegion('description-area'), as: '$col'\" >\n                                    <render args=\"$col.getBody()\"></render>\n                                </fastForEach>\n                            </div>\n                        </div>\n                    </div>\n                </li>\n            </ol>\n        </div>\n    </div>\n</div>\n","Magento_Catalog/template/product/list/columns/image.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isAllowed()\">\n    <a class=\"product-item-photo\"\n       attr=\"href: $row().url\">\n        <img if=\"imageExists($row())\"\n             class=\"product-image-photo\"\n             loading=\"lazy\"\n             attr=\"src: getImageUrl($row()),\n               alt: getLabel($row()),\n               title: getLabel($row()),\n               width: getResizedImageWidth($row()),\n               height: getResizedImageHeight($row())\"/>\n    </a>\n</if>\n\n","Magento_Catalog/template/product/list/columns/image_with_borders.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isAllowed()\">\n    <a if=\"imageExists($row())\"\n       class=\"product-item-photo\"\n       attr=\"href: $row().url\">\n        <span class=\"product-image-container\"\n              data-bind=\"style: {width: getWidth($row()) + 'px'}\">\n            <span class=\"product-image-wrapper\"\n                  data-bind=\"style: {'padding-bottom': getHeight($row())/getWidth($row()) * 100 + '%'}\">\n                <img class=\"product-image-photo\"\n                     loading=\"lazy\"\n                     data-bind=\"attr: {src: getImageUrl($row()),\n                                       alt: getLabel($row()), title: getLabel($row())}\" />\n            </span>\n        </span>\n    </a>\n</if>\n","Magento_Catalog/template/product/price/max_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span if=\"showMaximumPrice\"\n      class=\"price-container\"\n      css=\"getAdjustmentCssClasses($row())\">\n    <span if=\"label\"\n          class=\"price-label\"\n          text=\"label\"></span>\n\n    <span class=\"price-wrapper\"\n          css=\"priceWrapperCssClasses\"\n          attr=\"priceWrapperAttr\"\n          data-price-amount=\"\"\n          data-price-type=\"\"\n          html=\"getMaxPriceUnsanitizedHtml($row())\"></span>\n\n    <each args=\"data: getAdjustments('max_price'), as: '$adj'\">\n        <render args=\"$adj.getBody()\"></render>\n    </each>\n</span>\n\n","Magento_Catalog/template/product/price/special_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isSalable($row()) && hasSpecialPrice($row())\">\n    <span class=\"special-price\">\n        <span class=\"price-container\"\n              css=\"getAdjustmentCssClasses($row())\">\n            <span if=\"label\"\n                  class=\"price-label\"\n                  text=\"label\"></span>\n\n            <span class=\"price-wrapper\"\n                  css=\"priceWrapperCssClasses\"\n                  attr=\"priceWrapperAttr\"\n                  data-price-amount=\"\"\n                  data-price-type=\"finalPrice\"\n                  html=\"getPriceUnsanitizedHtml($row())\"></span>\n\n            <each args=\"data: getAdjustments(), as: '$adj'\">\n                <render args=\"$adj.getBody()\"></render>\n            </each>\n        </span>\n    </span>\n</if>\n","Magento_Catalog/template/product/price/minimal_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"showMinimalPrice\">\n    <if args=\"useLinkForAsLowAs\">\n        <a attr=\"href: $row().url\"\n           class=\"minimal-price-link\"\n           html=\"getMinimalPriceUnsanitizedHtml($row())\"></a>\n    </if>\n\n    <ifnot args=\"useLinkForAsLowAs\">\n        <span class=\"minimal-price-link\"\n              html=\"getMinimalPriceUnsanitizedHtml($row())\"></span>\n    </ifnot>\n</if>\n","Magento_Catalog/template/product/price/price_box.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"price-box\"\n     if=\"isAllowed()\">\n    <each args=\"data: getPrices($row()), as: '$price'\">\n        <with args=\"$price\">\n            <render args=\"getBody()\"></render>\n        </with>\n    </each>\n</div>\n","Magento_Catalog/template/product/price/pricetype_box.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<with args=\"getPrice($row())\">\n    <render args=\"getBody()\"></render>\n</with>\n","Magento_Catalog/template/product/price/regular_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isSalable($row())\">\n    <if args=\"getRegularPrice($row())\">\n        <span css=\"'old-price': hasSpecialPrice($row()), 'regular-price': !hasSpecialPrice($row())\">\n            <span class=\"price-container\"\n                  css=\"getAdjustmentCssClasses($row())\">\n                <span if=\"label && hasSpecialPrice($row())\"\n                      class=\"price-label\"\n                      text=\"label\"></span>\n\n                <span class=\"price-wrapper\"\n                      css=\"priceWrapperCssClasses\"\n                      attr=\"priceWrapperAttr\"\n                      data-price-amount=\"\"\n                      data-price-type=\"\"\n                      html=\"getRegularPriceUnsanitizedHtml($row())\"></span>\n\n                <if args=\"!hasSpecialPrice($row())\">\n                    <each args=\"data: getAdjustments(), as: '$adj'\">\n                        <render args=\"$adj.getBody()\"></render>\n                    </each>\n                </if>\n            </span>\n        </span>\n    </if>\n</if>\n","Magento_Catalog/template/product/price/minimal_regular_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span if=\"showMinRegularPrice($row())\"\n      class=\"old-price\">\n    <span class=\"price-container\"\n          css=\"getAdjustmentCssClasses($row())\">\n        <span if=\"label\"\n              class=\"price-label\"\n              text=\"label\"></span>\n\n        <span class=\"price-wrapper\"\n              css=\"priceWrapperCssClasses\"\n              attr=\"priceWrapperAttr\"\n              data-price-amount=\"\"\n              data-price-type=\"\"\n              html=\"getMinRegularPriceUnsanitizedHtml($row())\"></span>\n    </span>\n</span>\n","Magento_Catalog/template/product/price/max_regular_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span if=\"showMaxRegularPrice($row())\"\n      class=\"old-price\">\n    <span class=\"price-container\"\n          css=\"getAdjustmentCssClasses($row())\">\n        <span if=\"label\"\n              class=\"price-label\"\n              text=\"label\"></span>\n\n        <span class=\"price-wrapper\"\n              css=\"priceWrapperCssClasses\"\n              attr=\"priceWrapperAttr\"\n              data-price-amount=\"\"\n              data-price-type=\"\"\n              html=\"getMaxRegularPriceUnsanitizedHtml($row())\"></span>\n    </span>\n</span>\n","Magento_InstantPurchase/template/instant-purchase.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"showButton()\">\n    <button type=\"button\"\n            class=\"action primary instant-purchase\"\n            click=\"instantPurchase\"\n            attr=\"title: $t(buttonText)\">\n        <span translate=\"buttonText\"></span>\n    </button>\n    <input if=\"paymentToken()\"\n           type=\"hidden\"\n           name=\"instant_purchase_payment_token\"\n           ko-value=\"paymentToken().publicHash\" />\n    <input if=\"shippingAddress()\"\n           type=\"hidden\"\n           name=\"instant_purchase_shipping_address\"\n           ko-value=\"shippingAddress().id\" />\n    <input if=\"billingAddress()\"\n           type=\"hidden\"\n           name=\"instant_purchase_billing_address\"\n           ko-value=\"billingAddress().id\" />\n    <if args=\"shippingMethod()\">\n        <input type=\"hidden\"\n               name=\"instant_purchase_carrier\"\n               ko-value=\"shippingMethod().carrier\" />\n        <input type=\"hidden\"\n               name=\"instant_purchase_shipping\"\n               ko-value=\"shippingMethod().method\" />\n    </if>\n</if>\n","Magento_InstantPurchase/template/confirmation.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<p class=\"message\"><%- data.message %></p>\n<strong><%- data.shippingAddressTitle %>:</strong>\n<p><%- data.shippingAddress %></p>\n<strong><%- data.billingAddressTitle %>:</strong>\n<p><%- data.billingAddress %></p>\n<strong><%- data.paymentMethodTitle %>:</strong>\n<p><%- data.paymentToken %></p>\n<strong><%- data.shippingMethodTitle %>:</strong>\n<p><%- data.shippingMethod %></p>","PayPal_Braintree/template/payment/ach.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ACH Direct Debit -->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\" id=\"payment-method-braintree-ach\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <form class=\"form\" data-bind=\"attr: {'id': getCode() + '-form'}\">\n            <fieldset data-bind=\"attr: {class: 'fieldset payment items ach ' + getCode(), id: 'payment_form_' + getCode()}\">\n                <div class=\"field\">\n                        <div class=\"fields group group-2\">\n                            <div class=\"field required number\">\n                                <label data-bind=\"attr: {for: getCode() + '_routing_number'}\" class=\"label\">\n                                    <span><!-- ko i18n: 'Routing Number'--><!-- /ko --></span>\n                                </label>\n                                <div class=\"control\">\n                                    <input\n                                        class=\"input-text\"\n                                        data-bind=\"value: routingNumber\"\n                                        data-validate=\"{'required-number':true, minlength:8, maxlength:9}\"\n                                        name=\"payment[routing_number]\"\n                                        placeholder=\"011000015\"\n                                        type=\"number\">\n                                </div>\n                            </div>\n                            <div class=\"field required number\">\n                                <label data-bind=\"attr: {for: getCode() + '_account_number'}\" class=\"label\">\n                                    <span><!-- ko i18n: 'Account Number'--><!-- /ko --></span>\n                                </label>\n                                <div class=\"control\">\n                                    <input\n                                        class=\"input-text\"\n                                        data-bind=\"value: accountNumber\"\n                                        data-validate=\"{'required-number':true, minlength:4, maxlength:17}\"\n                                        name=\"payment[account_number]\"\n                                        placeholder=\"1000000000\"\n                                        type=\"number\">\n                                </div>\n                            </div>\n                        </div>\n                </div>\n\n                <div class=\"field\">\n                        <div class=\"fields group group-2\">\n                            <div class=\"field\">\n                                <label data-bind=\"attr: {for: getCode() + '_account_type'}\" class=\"label\">\n                                    <span data-bind=\"i18n: 'Account Type'\"></span>\n                                </label>\n                                <div class=\"control\">\n                                    <select class=\"select\"\n                                            data-bind=\"value: accountType\"\n                                            name=\"payment[account_type]\">\n                                        <option value=\"checking\">Checking</option>\n                                        <option value=\"savings\">Savings</option>\n                                    </select>\n                                </div>\n                            </div>\n                            <div class=\"field\">\n                                <label data-bind=\"attr: {for: getCode() + '_ownership_type'}\" class=\"label\">\n                                    <span data-bind=\"i18n: 'Ownership Type'\"></span>\n                                </label>\n                                <div class=\"control\">\n                                    <select class=\"select\"\n                                            data-bind=\"event: { change: changeOwnershipType }, value: ownershipType\"\n                                            name=\"payment[ownership_type]\">\n                                        <option value=\"personal\">Personal</option>\n                                        <option value=\"business\">Business</option>\n                                    </select>\n                                </div>\n                            </div>\n                        </div>\n                </div>\n\n                <!-- Personal Account -->\n                <!-- ko if: (isPersonal()) -->\n                <div class=\"field\">\n                        <div class=\"fields group group-2\">\n                            <div class=\"field required\">\n                                <label data-bind=\"attr: {for: getCode() + '_first_name'}\" class=\"label\">\n                                    <span data-bind=\"i18n: 'First Name'\"></span>\n                                </label>\n                                <div class=\"control\">\n                                    <input class=\"input-text\"\n                                           data-bind=\"attr: { id: getCode() + '_first_name' }, value: firstName\"\n                                           data-validate=\"{'required':true,'letters-only':true}\"\n                                           name=\"payment[first_name]\"\n                                           placeholder=\"Joe\"\n                                           type=\"text\">\n                                </div>\n                            </div>\n                            <div class=\"field required\">\n                                <label data-bind=\"attr: {for: getCode() + '_last_name'}\" class=\"label\">\n                                    <span data-bind=\"i18n: 'Last Name'\"></span>\n                                </label>\n                                <div class=\"control\">\n                                    <input class=\"input-text\"\n                                           data-bind=\"attr: { id: getCode() + '_last_name' }, value: lastName\"\n                                           data-validate=\"{'required':true,'letters-only':true}\"\n                                           name=\"payment[last_name]\"\n                                           placeholder=\"Bloggs\"\n                                           type=\"text\">\n                                </div>\n                            </div>\n                        </div>\n                </div>\n                <!-- /ko -->\n\n                <!-- Business Account -->\n                <!-- ko if: isBusiness() -->\n                <div class=\"field required\">\n                    <label data-bind=\"attr: {for: getCode() + '_business_name'}\" class=\"label\">\n                        <span data-bind=\"i18n: 'Business Name'\"></span>\n                    </label>\n                    <div class=\"control\">\n                        <input class=\"input-text\"\n                               data-bind=\"attr: { id: getCode() + '_business_name' }, value: businessName\"\n                               data-validate=\"{'required':true}\"\n                               type=\"text\"\n                               name=\"payment[business_name]\">\n                    </div>\n                </div>\n                <!-- /ko -->\n\n                <div class=\"field required\">\n                    <label class=\"label\">\n                        <span data-bind=\"i18n: 'Proof of Authorization'\"></span>\n                    </label>\n                    <input class=\"checkbox\"\n                           data-bind=\"checked: hasAuthorization\"\n                           name=\"payment[authorization_proof]\"\n                           type=\"checkbox\">\n                    <p id=\"braintree-ach-mandate\" data-bind=\"hidden: isVaultActive()\">By clicking <span data-bind=\"i18n: 'Pay with ACH'\"></span>, I authorize Braintree, a service of PayPal,\n                        on behalf of <span data-bind=\"text: getStoreName()\"></span> to verify my bank account information\n                        using bank information and consumer reports and I authorize <span data-bind=\"text: getStoreName()\"></span>\n                        to initiate an ACH/electronic debit to my checking/savings account,\n                        Depository Name: <span data-bind=\"text: getAccountHolderName()\"></span>, Routing Number: <span data-bind=\"text: getRoutingNumber()\"></span> and Account Number: <span data-bind=\"text: getAccountNumber()\"></span>,\n                        in the amount of $<span data-bind=\"text: getGrandTotal()\"></span> on <span data-bind=\"text: getCurrentDate()\"></span>.\n                        I agree the ACH transactions I authorize comply with all applicable laws.\n                    </p>\n                    <p id=\"braintree-ach-mandate-vault\" data-bind=\"visible: isVaultActive()\">By clicking <span data-bind=\"i18n: 'Pay with ACH'\"></span>, I authorize Braintree, a service of PayPal,\n                        on behalf of <span data-bind=\"text: getStoreName()\"></span> to verify my bank account information\n                        using bank information and consumer reports and I authorize <span data-bind=\"text: getStoreName()\"></span>\n                        to initiate an ACH/electronic debit to my checking/savings account,\n                        Depository Name: <span data-bind=\"text: getAccountHolderName()\"></span>, Routing Number: <span data-bind=\"text: getRoutingNumber()\"></span> and Account Number: <span data-bind=\"text: getAccountNumber()\"></span>,\n                        that will be stored on file, and debited on or after the due date.\n                        I agree the ACH transactions I authorize comply with all applicable laws.\n                        <br>\n                        I understand that this authorization will remain in full force and effect\n                        until I notify <span data-bind=\"text: getStoreName()\"></span> that I wish to revoke this authorization.\n                    </p>\n                </div>\n            </fieldset>\n        </form>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <!-- ko if: (isVaultEnabled()) -->\n        <div class=\"field choice\">\n            <input type=\"checkbox\"\n                   name=\"vault[is_enabled]\"\n                   class=\"checkbox\"\n                   data-bind=\"attr: {'id': getVaultCheckboxId() }, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n            <label class=\"label\" data-bind=\"attr: {'for': getVaultCheckboxId() }\">\n                <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n            </label>\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-vault\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span translate=\"'What is this?'\"></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n            </div>\n        </div>\n        <!-- /ko -->\n\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        data-bind=\"click: clickAchBtn, enable: hasAuthorization\"\n                        type=\"submit\">\n                    <span data-bind=\"i18n: 'Pay with ACH'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/paypal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': isActive()}\" id=\"payment-method-braintree-paypal\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')}\"\n                 class=\"payment-icon\">\n            <!-- PayPal Logo -->\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <fieldset class=\"braintree-paypal-fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n            <div id=\"paypal-container\"></div>\n        </fieldset>\n        <div class=\"checkout-agreements-block\">\n            <each args=\"$parent.getRegion('before-place-order')\" render=\"\"></each>\n        </div>\n        <!-- ko if: (vaultEnabler.isVaultEnabled())-->\n        <div class=\"field choice braintree-paypal-vault\" data-bind=\"visible: !isReviewRequired()\">\n            <input type=\"checkbox\"\n                   name=\"vault[is_enabled]\"\n                   class=\"checkbox\"\n                   data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n            <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n            </label>\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-vault\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span translate=\"'What is this?'\"></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n            </div>\n        </div>\n        <!-- /ko -->\n        <div class=\"actions-toolbar braintree-paypal-actions\" data-bind=\"visible: isReviewRequired()\">\n            <div class=\"payment-method-billing-address\">\n                <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!--/ko-->\n            </div>\n            <div class=\"payment-method-item braintree-paypal-account\">\n                <span class=\"payment-method-type\">PayPal</span>\n                <span class=\"payment-method-description\" text=\"customerEmail()\"></span>\n            </div>\n            <div class=\"primary\">\n                <button data-button=\"paypal-place\" data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"attr: {id: getCode() + '_place_order', title: $t('Place Order')},\n                            enable: (isActive()),\n                            click: placeOrder\"\n                        class=\"action primary checkout\"\n                        disabled>\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n        <div class=\"actions-toolbar braintree-paypal-buttons\" data-bind=\"visible: !isReviewRequired()\">\n            <div data-bind=\"attr: {id: getPayPalButtonId()}\"></div>\n            <!-- ko if: (isCreditEnabled())-->\n            <div data-bind=\"attr: {id: getCreditButtonId()}\"></div>\n            <!-- /ko -->\n            <!-- ko if: (isPayLaterEnabled())-->\n            <div data-bind=\"attr: {id: getPayLaterButtonId()}\"></div>\n            <!-- /ko -->\n            <!-- ko if: (isPayLaterMessageEnabled())-->\n            <div data-pp-message data-pp-placement=\"payment\"\n                 data-bind=\"attr: {\n                    'data-pp-amount': getGrandTotalAmount(),\n                    'data-pp-style-layout': getMessagingLayout(),\n                    'data-pp-style-logo-type': getMessagingLogo(),\n                    'data-pp-style-logo-position': getMessagingLogoPosition(),\n                    'data-pp-style-text-color': getMessagingTextColor()\n                 }\">\n            </div>\n            <!-- /ko -->\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/lpm.html":"<!-- Local Payment Methods -->\n<!-- ko if: isActive() -->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\" id=\"payment-method-braintree-lpm\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <!-- ko ifnot: paymentMethodsAvailable() -->\n        <p translate=\"'There are currently no available payment methods. Please update your Billing Address.'\"></p>\n        <!-- /ko -->\n\n        <div class=\"actions-toolbar\" each=\"getPaymentMethods()\">\n            <if args=\"$parent.isValidCountryAndCurrency(method)\">\n                <div class=\"primary\">\n                    <button class=\"action checkout\"\n                            click=\"function () { $parent.clickPaymentBtn(method) }\"\n                            css=\"$data.method, { disabled: !$parent.isPlaceOrderActionAllowed() }\"\n                            enabled=\"($parent.getCode() === $parent.isChecked())\">\n                        <img attr=\"{ src: $parent.getPaymentMarkSrc()[method], alt: 'Pay with' + label }\" />\n                    </button>\n                </div>\n            </if>\n        </div>\n    </div>\n</div>\n<!-- /ko -->\n","PayPal_Braintree/template/payment/form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-bind=\"attr: {class: 'payment-method payment-method-' + getCode()}, css: {'_active': isActive()}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n                class=\"radio\"\n                data-bind=\"\n                    attr: {'id': getCode()},\n                    value: getCode(),\n                    checked: isChecked,\n                    click: selectPaymentMethod,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <form id=\"co-transparent-form-braintree\"\n              class=\"form\"\n              data-bind=\"\"\n              method=\"post\"\n              action=\"#\"\n              novalidate=\"novalidate\">\n            <fieldset data-bind=\"attr: {class: 'fieldset payment items ccard ' + getCode(), id: 'payment_form_' + getCode()}\">\n                <legend class=\"legend\">\n                    <span><!-- ko i18n: 'Credit Card Information'--><!-- /ko --></span>\n                </legend>\n                <br>\n                <div class=\"field number required\">\n                    <label data-bind=\"attr: {for: getCode() + '_cc_number'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Credit Card Number'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control braintree-card-control\">\n                        <!-- ko if: !selectedCardType() -->\n                        <img data-bind=\"attr: {\n                            'src': getIcons('NONE').url,\n                            'alt': 'NONE'\n                        }\" class=\"braintree-credit-card-selected\">\n                        <!--/ko-->\n                        <!-- ko if: selectedCardType() -->\n                        <img data-bind=\"attr: {\n                            'src': getIcons(selectedCardType()).url,\n                            'alt': getIcons(selectedCardType()).alt\n                        }\" class=\"braintree-credit-card-selected\">\n                        <!--/ko-->\n\n                        <div data-bind=\"attr: {id: getCode() + '_cc_number'}\" class=\"hosted-control\"></div>\n                        <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Credit Card Number'--><!-- /ko --></div>\n                    </div>\n                    <div>\n                        <ul class=\"credit-card-types braintree-credit-card-types\">\n                            <!-- ko foreach: {data: getCcAvailableTypes(), as: 'item'} -->\n                            <li class=\"item\">\n                                <!--ko if: $parent.getIcons(item) -->\n                                <img data-bind=\"attr: {\n                                    'src': $parent.getIcons(item).url,\n                                    'alt': $parent.getIcons(item).alt\n                                }\">\n                                <!--/ko-->\n                            </li>\n                            <!--/ko-->\n                        </ul>\n                        <input type=\"hidden\"\n                               name=\"payment[cc_type]\"\n                               class=\"input-text\"\n                               value=\"\"\n                               data-bind=\"attr: {id: getCode() + '_cc_type', 'data-container': getCode() + '-cc-type'},\n                                    value: creditCardType\n                        \">\n                    </div>\n                </div>\n\n                <div class=\"field number required\">\n                    <label data-bind=\"attr: {for: getCode() + '_expiration'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Expiration Date'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control\">\n                        <div>\n                            <div data-bind=\"attr: {id: getCode() + '_expirationDate'}\"\n                                 class=\"hosted-control\"></div>\n\n                            <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Expiration Date'--><!-- /ko --></div>\n                        </div>\n                    </div>\n                </div>\n                <!-- ko if: (hasVerification())-->\n                <div class=\"field cvv required\" data-bind=\"attr: {id: getCode() + '_cc_type_cvv_div'}\">\n                    <label data-bind=\"attr: {for: getCode() + '_cc_cid'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Card Verification Number'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control _with-tooltip\">\n                        <div data-bind=\"attr: {id: getCode() + '_cc_cid'}\" class=\"hosted-control hosted-cid\"></div>\n                        <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Card Verification Number'--><!-- /ko --></div>\n\n                        <div class=\"field-tooltip toggle\">\n                            <span class=\"field-tooltip-action action-cvv\"\n                                  tabindex=\"0\"\n                                  data-toggle=\"dropdown\"\n                                  data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                                <span><!-- ko i18n: 'What is this?'--><!-- /ko --></span>\n                            </span>\n                            <div class=\"field-tooltip-content\"\n                                 data-target=\"dropdown\"\n                                 data-bind=\"html: getCvvImageHtml()\"></div>\n                        </div>\n                    </div>\n                </div>\n                <!-- /ko -->\n                <!-- ko if: (isVaultEnabled())-->\n                <div class=\"field choice\">\n                    <input type=\"checkbox\"\n                           name=\"vault[is_enabled]\"\n                           class=\"checkbox\"\n                           data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n                    <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                        <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"field-tooltip toggle\">\n                            <span class=\"field-tooltip-action action-vault\"\n                                  tabindex=\"0\"\n                                  data-toggle=\"dropdown\"\n                                  data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                                <span translate=\"'What is this?'\"></span>\n                            </span>\n                        <div class=\"field-tooltip-content\"\n                             data-target=\"dropdown\"\n                             translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n                    </div>\n                </div>\n                <!-- /ko -->\n            </fieldset>\n            <input type=\"submit\" id=\"braintree_submit\" style=\"display:none\">\n        </form>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <!-- ko foreach: $parent.getRegion('braintree-recaptcha') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: placeOrderClick,\n                            attr: {title: $t('Place Order')},\n                            css: {disabled: !isPlaceOrderActionAllowed()},\n                            enable: (getCode() == isChecked())\"\n                        disabled\n                >\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/venmo.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- Venmo -->\n<!-- ko if: isAllowed() -->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\" id=\"payment-method-braintree-venmo\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <img data-bind=\"attr: {src: getPaymentMarkSrc(), alt: $t('Venmo')}\"\n                 width=\"60\"\n                 class=\"payment-icon\">\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <!-- ko if: (isVaultEnabled())-->\n        <div class=\"field choice\">\n            <input type=\"checkbox\"\n                   name=\"vault[is_enabled]\"\n                   class=\"checkbox\"\n                   data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n            <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n            </label>\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-vault\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span translate=\"'What is this?'\"></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n            </div>\n        </div>\n        <!-- /ko -->\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\" data-bind=\"click: clickVenmoBtn\" type=\"submit\">\n                    <span data-bind=\"i18n: 'Pay with Venmo'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n<!-- /ko -->\n","PayPal_Braintree/template/payment/venmo/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': isActive()\" id=\"payment-method-braintree-venmo-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n\n            <img width=\"75px\" data-bind=\"attr: {'src': getVenmoIcon()}\" class=\"payment-icon\">\n\n            <span translate=\"'Username'\"></span>\n            <span text=\"getVenmoUsername()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: triggerPlaceOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/multishipping/paypal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': isActive()}\">\n    <div class=\"payment-method-title field choice\">\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark'), title: $t('Acceptance Mark')}\"\n                 class=\"payment-icon\"/>\n            <!-- PayPal Logo -->\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <fieldset class=\"braintree-paypal-fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n            <div id=\"paypal-container\"></div>\n        </fieldset>\n        <div class=\"actions-toolbar braintree-paypal-actions\" data-bind=\"visible: isReviewRequired()\">\n            <div class=\"payment-method-item braintree-paypal-account\">\n                <span class=\"payment-method-type\">PayPal</span>\n                <span class=\"payment-method-description\" text=\"customerEmail()\"></span>\n            </div>\n            <div class=\"actions-toolbar no-display\">\n                <div class=\"primary\">\n                    <button data-button=\"paypal-place\" data-role=\"review-save\"\n                            type=\"submit\"\n                            data-bind=\"{click: placeOrder}\"\n                            class=\"action primary checkout\">\n                        <span data-bind=\"i18n: 'Place Order'\"></span>\n                    </button>\n                </div>\n            </div>\n        </div>\n    </div>\n</div>","PayPal_Braintree/template/payment/multishipping/form.html":"<!--\n/**\n* Copyright \u00a9 Magento, Inc. All rights reserved.\n* See COPYING.txt for license details.\n*/\n-->\n<div data-bind=\"attr: {class: 'payment-method payment-method-' + getCode()}, css: {'_active': isActive()}\">\n    <div>\n        <form id=\"co-transparent-form-braintree\" class=\"form\" data-bind=\"\" method=\"post\" action=\"#\" novalidate=\"novalidate\">\n            <fieldset data-bind=\"attr: {class: 'fieldset payment items ccard ' + getCode(), id: 'payment_form_' + getCode()}\">\n                <legend class=\"legend\">\n                    <span><!-- ko i18n: 'Credit Card Information'--><!-- /ko --></span>\n                </legend>\n                <br>\n                <div class=\"field number required\">\n                    <label data-bind=\"attr: {for: getCode() + '_cc_number'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Credit Card Number'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control braintree-card-control\">\n                        <!-- ko if: !selectedCardType() -->\n                        <img data-bind=\"attr: {\n                            'src': getIcons('NONE').url,\n                            'alt': 'NONE'\n                        }\" class=\"braintree-credit-card-selected\">\n                        <!--/ko-->\n                        <!-- ko if: selectedCardType() -->\n                        <img data-bind=\"attr: {\n                            'src': getIcons(selectedCardType()).url,\n                            'alt': getIcons(selectedCardType()).alt\n                        }\" class=\"braintree-credit-card-selected\">\n                        <!--/ko-->\n\n                        <div data-bind=\"attr: {id: getCode() + '_cc_number'}\" class=\"hosted-control\"></div>\n                        <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Credit Card Number'--><!-- /ko --></div>\n                    </div>\n                    <div>\n                        <ul class=\"credit-card-types braintree-credit-card-types\">\n                            <!-- ko foreach: {data: getCcAvailableTypes(), as: 'item'} -->\n                            <li class=\"item\">\n                                <!--ko if: $parent.getIcons(item) -->\n                                <img data-bind=\"attr: {\n                                    'src': $parent.getIcons(item).url,\n                                    'alt': $parent.getIcons(item).alt\n                                }\">\n                                <!--/ko-->\n                            </li>\n                            <!--/ko-->\n                        </ul>\n                        <input type=\"hidden\"\n                               name=\"payment[cc_type]\"\n                               class=\"input-text\"\n                               value=\"\"\n                               data-bind=\"attr: {id: getCode() + '_cc_type', 'data-container': getCode() + '-cc-type'},\n                                    value: creditCardType\n                        \">\n                    </div>\n                </div>\n\n                <div class=\"field number required\">\n                    <label data-bind=\"attr: {for: getCode() + '_expiration'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Expiration Date'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control\">\n                        <div>\n                            <div data-bind=\"attr: {id: getCode() + '_expirationDate'}\"\n                                 class=\"hosted-control\"></div>\n\n                            <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Expiration Date'--><!-- /ko --></div>\n                        </div>\n                    </div>\n                </div>\n                <!-- ko if: (hasVerification())-->\n                <div class=\"field cvv required\" data-bind=\"attr: {id: getCode() + '_cc_type_cvv_div'}\">\n                    <label data-bind=\"attr: {for: getCode() + '_cc_cid'}\" class=\"label\">\n                        <span><!-- ko i18n: 'Card Verification Number'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control _with-tooltip\">\n                        <div data-bind=\"attr: {id: getCode() + '_cc_cid'}\" class=\"hosted-control hosted-cid\"></div>\n                        <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Card Verification Number'--><!-- /ko --></div>\n\n                        <div class=\"field-tooltip toggle\">\n                            <span class=\"field-tooltip-action action-cvv\"\n                                  tabindex=\"0\"\n                                  data-toggle=\"dropdown\"\n                                  data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                                <span><!-- ko i18n: 'What is this?'--><!-- /ko --></span>\n                            </span>\n                            <div class=\"field-tooltip-content\"\n                                 data-target=\"dropdown\"\n                                 data-bind=\"html: getCvvImageHtml()\"></div>\n                        </div>\n                    </div>\n                </div>\n                <!-- /ko -->\n            </fieldset>\n            <input type=\"submit\" id=\"braintree_submit\" style=\"display:none\" />\n        </form>\n\n        <div class=\"actions-toolbar no-display\">\n            <div class=\"primary\">\n                <button data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"{click: placeOrderClick}\"\n                        class=\"action primary checkout\">\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/cc/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': isActive()\" id=\"payment-method-braintree-cc-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n            'src': getIcons(getCardType()).url,\n            'width': getIcons(getCardType()).width,\n            'height': getIcons(getCardType()).height\n            }\" class=\"payment-icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getMaskedCard()\"></span>\n            (\n            <span translate=\"'expires'\"></span>:\n            <span text=\"getExpirationDate()\"></span>\n            )\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <!-- ko if: showCvvVerify() -->\n        <div class=\"field cvv required\" data-bind=\"attr: {id: getId() + '_cvv_div'}\">\n            <label data-bind=\"attr: {for: getId() + '_cid'}\" class=\"label\">\n                <span><!-- ko i18n: 'Card Verification Number'--><!-- /ko --></span>\n            </label>\n            <div class=\"control\">\n                <div data-bind=\"attr: {id: getId() + '_cid'}\" class=\"hosted-control hosted-cid\"></div>\n                <div class=\"hosted-error\"><!-- ko i18n: 'Please, enter valid Card Verification Number'--><!-- /ko --></div>\n            </div>\n        </div>\n        <!-- /ko -->\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: placeOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/ach/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': isActive()\" id=\"payment-method-braintree-ach-direct-debit-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n                'src': getPaymentIcon().url,\n                'width': '48'\n            }\" class=\"payment-icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getAccountNumberLastFourDigits()\"></span>\n            (\n            <span translate=\"'routing number'\"></span>:\n            <span text=\"getRoutingNumber()\"></span>\n            )\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: triggerPlaceOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/paypal/customer-vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': (getId() === isChecked())\"\n     data-bind='attr: {id: \"payment-method-braintree-paypal-vault-\" + getKebabCaseId()}'>\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n                'src': getPaymentIcon().url,\n                'width': getPaymentIcon().width,\n                'height': getPaymentIcon().height\n            }\" class=\"payment-icon\">\n            <span text=\"getPayerEmail()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <fieldset class=\"braintree-paypal-fieldset\" data-bind='attr: {id: \"payment_form_\" + getId()}'>\n            <div data-bind='attr: {id: \"paypal-vault-container-\" + getKebabCaseId()}'></div>\n        </fieldset>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar braintree-paypal-actions\" data-bind=\"visible: isReviewRequired()\">\n            <div class=\"payment-method-billing-address\">\n                <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!--/ko-->\n            </div>\n            <div class=\"payment-method-item braintree-paypal-account\">\n                <span class=\"payment-method-type\">PayPal</span>\n                <span class=\"payment-method-description\" text=\"customerEmail()\"></span>\n            </div>\n            <div class=\"primary\">\n                <button data-button=\"paypal-vault-place\" data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"attr: {id: getId() + '_place_order', title: $t('Place Order')}, enable: (isActive()), click: placeOrder\"\n                        class=\"action primary checkout\"\n                        disabled>\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n        <div class=\"actions-toolbar\" data-bind=\"visible: !isReviewRequired()\">\n            <div data-bind=\"attr: {id: getPayPalButtonId()}\"></div>\n            <!-- ko if: (isPayLaterEnabled())-->\n            <div data-bind=\"attr: {id: getPayLaterButtonId()}\"></div>\n            <!-- /ko -->\n            <!-- ko if: (isPayLaterEnabled() && isPayLaterMessageEnabled())-->\n            <div data-pp-message data-pp-placement=\"payment\"\n                 data-bind=\"attr: {\n                    'data-pp-amount': getGrandTotalAmount(),\n                    'data-pp-style-layout': getMessagingLayout(),\n                    'data-pp-style-logo-type': getMessagingLogo(),\n                    'data-pp-style-logo-position': getMessagingLogoPosition(),\n                    'data-pp-style-text-color': getMessagingTextColor()\n                 }\">\n            </div>\n            <!-- /ko -->\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/payment/paypal/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': (getId() === isChecked())\" id=\"payment-method-braintree-paypal-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n                'src': getPaymentIcon().url,\n                'width': getPaymentIcon().width,\n                'height': getPaymentIcon().height\n            }\" class=\"payment-icon\">\n            <span text=\"getPayerEmail()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: beforePlaceOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/express/express-paypal-paylater.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isMethodActive() -->\n<div class=\"braintree-express-paylater-message-container\">\n    <div class=\"paypal-paylater paypal-logo braintree-paypal-logo braintree-paypal-express-paylater-container checkout\">\n        <div data-bind=\"attr: {\n                'data-currency': checkoutCurrency,\n                'data-locale': checkoutLocale,\n                'data-amount': checkoutAmount,\n                'data-displayname': getMerchantName(),\n                'data-actionsuccess': actionSuccess,\n                'data-funding': 'paylater',\n                'data-fundingicons': true,\n                'data-label': buttonLabel,\n                'data-color': buttonColor,\n                'data-shape': buttonShape,\n                'data-requiredbillingaddress': getIsRequiredBillingAddress()\n                }\"\n             id=\"paypal-braintree-express-paylater\"\n             class=\"action-braintree-paypal-logo express-paylater\"></div>\n    </div>\n\n    <!-- ko if: isMethodMessageActive() -->\n    <div class=\"action-braintree-paypal-message\"\n         data-bind=\"attr: {\n                'data-pp-amount': checkoutAmount,\n                'data-currency-symbol': checkoutLocale,\n                'data-amount': checkoutAmount,\n                'data-messaging-layout': messageLayout,\n                'data-messaging-logo': messageLogo,\n                'data-messaging-logo-position': messageLogoPosition,\n                'data-messaging-text-color': messageTextColor,\n                }\"\n         data-pp-type=\"cart\"\n         id=\"paypal-braintree-express-paylater-message\"\n         data-currency-symbol=\"\"\n    ></div>\n    <!-- /ko -->\n</div>\n<!-- /ko -->\n","PayPal_Braintree/template/express/express-paypal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isMethodActive() -->\n    <div class=\"paypal paypal-cart checkout paypal-logo braintree-paypal-logo braintree-paypal-express-container\">\n        <div data-bind=\"attr: {\n            'data-currency': checkoutCurrency,\n            'data-locale': checkoutLocale,\n            'data-amount': checkoutAmount,\n            'data-displayname': getMerchantName(),\n            'data-actionsuccess': actionSuccess,\n            'data-funding': 'paypal',\n            'data-fundingicons': true,\n            'data-label': buttonLabel,\n            'data-color': buttonColor,\n            'data-shape': buttonShape,\n            'data-requiredbillingaddress': getIsRequiredBillingAddress()\n            },\n            afterRender: initPayPalButtons\"\n             id=\"paypal-braintree-express-payment\"\n             class=\"action-braintree-paypal-logo express-paypal\"></div>\n    </div>\n<!-- /ko -->\n","PayPal_Braintree/template/express/express-applepay.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isMethodActive() -->\n<div id=\"braintree-applepay-express-payment\"\n     data-bind=\"afterRender: initApplePayExpress\"\n     class=\"braintree-applepay-minicart applepay-express-payment\">\n</div>\n<!-- /ko -->\n","PayPal_Braintree/template/express/express-payment.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"braintree-express-payments\">\n    <span class=\"express-payment-title\" data-bind=\"text: $t('Express Checkout')\"></span>\n    <div>\n        <each args=\"getRegion('additional-express-payments-paypal')\" render=\"\"></each>\n    </div>\n    <span class=\"express-payment-subtitle\">\n        <span data-bind=\"text: $t('Or proceed with the standard checkout')\"></span>\n    </span>\n</div>\n\n","PayPal_Braintree/template/express/express-paypal-credit.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isMethodActive() -->\n<div class=\"paypal-credit paypal-cart paypal-logo braintree-paypal-logo braintree-paypal-express-credit-container\">\n    <div data-bind=\"attr: {\n            'data-currency': checkoutCurrency,\n            'data-locale': checkoutLocale,\n            'data-amount': checkoutAmount,\n            'data-displayname': getMerchantName(),\n            'data-actionsuccess': actionSuccess,\n            'data-funding': 'credit',\n            'data-fundingicons': true,\n            'data-label': buttonLabel,\n            'data-color': buttonColor,\n            'data-shape': buttonShape,\n            'data-requiredbillingaddress': getIsRequiredBillingAddress()\n            }\"\n         id=\"paypal-braintree-express-credit-payment\"\n         class=\"action-braintree-paypal-logo express-credit\"></div>\n</div>\n<!-- /ko -->\n\n","PayPal_Braintree/template/express/express-googlepay.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isMethodActive() -->\n<div id=\"braintree-googlepay-express-payment\"\n     data-bind=\"afterRender: initGooglePayExpress\"\n     class=\"googlepay-minicart-logo googlepay-express-payment\">\n</div>\n<!-- /ko -->\n","PayPal_Braintree/template/checkout/checkout-agreements.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-role=\"checkout-agreements\">\n    <div class=\"checkout-agreements\" data-bind=\"visible: isVisible\">\n        <!-- ko foreach: agreements -->\n            <!-- ko if: ($parent.isAgreementRequired($data)) -->\n            <div class=\"checkout-agreement required\">\n                <input type=\"checkbox\" class=\"required-entry\"\n                       data-bind=\"attr: {\n                                    'id': $parent.getCheckboxId($parentContext, agreementId),\n                                    'name': 'agreement[' + agreementId + ']',\n                                    'value': agreementId\n                                    }\"/>\n                <label data-bind=\"attr: {'for': $parent.getCheckboxId($parentContext, agreementId)}\">\n                    <button type=\"button\"\n                            class=\"action action-show\"\n                            data-bind=\"click: function(data, event) { return $parent.showContent(data, event) }\"\n                            >\n                        <span data-bind=\"html: checkboxText\"></span>\n                    </button>\n                </label>\n            </div>\n            <!-- /ko -->\n            <!-- ko ifnot: ($parent.isAgreementRequired($data)) -->\n            <div class=\"checkout-agreement\">\n                <button type=\"button\" class=\"action action-show\"\n                        data-bind=\"click: function(data, event) { return $parent.showContent(data, event) }\">\n                    <span data-bind=\"html: checkboxText\"></span>\n                </button>\n            </div>\n            <!-- /ko -->\n        <!-- /ko -->\n        <div id=\"checkout-agreements-modal\" data-bind=\"afterRender: initModal\" style=\"display: none\">\n            <div class=\"checkout-agreements-item-content\" data-bind=\"html: modalContent\"></div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/customer/payment/billing-address.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"billing-address-form\">\n    <!-- ko if:  addressModal.viewModel.selectExistingVisible() || addressModal.viewModel.newAddressFormVisible() -->\n    <div class=\"address-select-modal\">\n<!--        <div class=\"error\" data-bind=\"i18n: 'Complete your address.', visible: invalidAddress\"></div>-->\n\n        <div class=\"address-select-modal__form-container\" style=\"display: block\">\n            <div>\n                <div class=\"add-address-form\">\n                    <div class=\"billing-address__actions\">\n                        <button type=\"button\" class=\"action add-manually primary\"\n                                data-bind=\"click: showNewAddressForm\">\n                            <span data-bind=\"i18n: 'Add Your Billing Address Manually'\"></span>\n                        </button>\n                        <span class=\"separator\" data-bind=\"i18n: 'or'\"></span>\n                    </div>\n                </div>\n                <div class=\"billing-address__actions\">\n                    <button type=\"button\" class=\"action new-address primary\"\n                            data-bind=\"click: showExistingSelector\">\n                        <span data-bind=\"i18n: 'Select existing billing address'\"></span>\n                    </button>\n                </div>\n            </div>\n        </div>\n\n        <!-- ko ifnot: addressModal.viewModel.newAddressFormVisible -->\n            <!-- ko if: addressModal.viewModel.currentAddresses().length -->\n                <fieldset class=\"address-select-container\" data-bind=\"visible: addressModal.viewModel.selectExistingVisible\">\n                    <p class=\"subs-modal__text\" data-bind=\"i18n: 'Select your billing address'\"></p>\n\n                    <select data-bind=\"options: addressModal.viewModel.currentAddresses, optionsText: 'street',\n                            optionsValue: 'id',\n                            value: addressModal.viewModel.currentShippingId,\n                            event:{ change: addressModal.updateCurrentAddressId.bind(addressModal) }\"\n                        class=\"existing-address-select\" name=\"billing_address_id\">\n                    </select>\n                </fieldset>\n            <!-- /ko -->\n        <!-- /ko -->\n\n    </div>\n    <!-- /ko -->\n</div>\n","PayPal_Braintree/template/customer/payment/braintree-card.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method-braintree\">\n    <form id=\"co-transparent-form-braintree\" class=\"form\" method=\"post\" novalidate=\"novalidate\">\n        <!-- ko if: viewModel.errorMessage() -->\n            <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\">\n                <span data-bind=\"text: viewModel.errorMessage\"></span>\n            </div>\n        <!--/ko-->\n        <fieldset class=\"fieldset\">\n            <div class=\"field number required\">\n                <label for=\"braintree_cc_number\" class=\"label\">\n                    <span><!-- ko i18n: 'Card Number'--><!-- /ko --></span>\n                </label>\n                <div class=\"control braintree-card-control\">\n                    <!-- ko if: !selectedCardType() -->\n                    <img data-bind=\"attr: {\n                        'src': getIcons('NONE').url,\n                        'alt': 'NONE'\n                    }\" class=\"braintree-credit-card-selected\">\n                    <!--/ko-->\n                        <!-- ko if: selectedCardType() -->\n                        <img data-bind=\"attr: {\n                            'src': getIcons(selectedCardType()).url,\n                            'alt': getIcons(selectedCardType()).alt\n                        }\" class=\"braintree-credit-card-selected\">\n                        <!--/ko-->\n                    <div data-bind=\"attr: {id: code + '_cc_number'}\" class=\"hosted-control\"></div>\n                    <div class=\"hosted-error\"><!-- ko i18n: 'Please enter a valid Card Number'--><!-- /ko --></div>\n                </div>\n                <div class=\"credit-card-types braintree-credit-card-types\">\n                    <!-- ko foreach: {data: icons, as: 'icon'} -->\n                        <!-- ko ifnot: icon.type === 'NONE' -->\n                            <div class=\"item\">\n                                <img data-bind=\"attr: {\n                                                'src': icon.url,\n                                                'alt': icon.type\n                                            }\">\n                            </div>\n                        <!--/ko-->\n                    <!--/ko-->\n                </div>\n            </div>\n            <div class=\"field number required\">\n                <label data-bind=\"attr: {for: 'repeat_order_expiration'}\" class=\"label\">\n                    <span><!-- ko i18n: 'Expiry Date'--><!-- /ko --></span>\n                </label>\n                <div class=\"control\">\n                    <div class=\"hosted-date-wrap\">\n                        <div data-bind=\"attr: {id: code + '_expirationDate'}\"\n                            class=\"hosted-control hosted-date\"></div>\n\n                        <div class=\"hosted-error\"><!-- ko i18n: 'Please enter a valid Expiry Date'--><!-- /ko --></div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"field cvv required\" data-bind=\"attr: {id: 'repeat_order_cc_type_cvv_div'}\">\n                <label data-bind=\"attr: {for: 'repeat_order_cc_cid'}\" class=\"label\">\n                    <span><!-- ko i18n: 'Security Code'--><!-- /ko --></span>\n                </label>\n                <div class=\"control _with-tooltip\">\n                    <div data-bind=\"attr: {id: code + '_cc_cid'}\" class=\"hosted-control hosted-cid\"></div>\n                    <div class=\"hosted-error\"><!-- ko i18n: 'Please enter a valid Security Code'--><!-- /ko --></div>\n\n                    <div class=\"field-tooltip toggle\">\n                        <span class=\"field-tooltip-action action-cvv\"\n                              tabindex=\"0\"\n                              data-toggle=\"dropdown\"\n                              data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                            <span><!-- ko i18n: 'What is this?'--><!-- /ko --></span>\n                        </span>\n                        <div class=\"field-tooltip-content\"\n                             data-target=\"dropdown\"\n                             data-bind=\"html: getCvvImageHtml()\"></div>\n                    </div>\n                </div>\n            </div>\n        </fieldset>\n\n        <!-- ko foreach: elems -->\n        <!-- ko template: {name: getTemplate(), afterRender: function(){ showAddressModal(null, null, null); }} --><!-- /ko -->\n        <!-- /ko -->\n\n        <input type=\"hidden\" name=\"braintree-cc-payment-method-nonce\" id=\"braintree-cc-payment-method-nonce\">\n    </form>\n</div>\n","PayPal_Braintree/template/customer/payment/braintree-paypal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: viewModel.errorMessage() -->\n    <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\">\n        <span data-bind=\"text: viewModel.errorMessage\"></span>\n    </div>\n<!--/ko-->\n<form id=\"braintree-paypal-form\" class=\"form\" method=\"post\" novalidate=\"novalidate\">\n    <div id=\"paypal_container_account\"></div>\n    <input type=\"hidden\" name=\"braintree-paypal-payment-method-nonce\" id=\"braintree-paypal-payment-method-nonce\">\n    <input type=\"submit\" data-bind=\"text: 'Update to Use Paypal'\" style=\"display: none\" class=\"button\" id=\"braintree-paypal-submit\">\n</form>\n","PayPal_Braintree/template/credit/calculator.html":"<!-- ko if: visible -->\n<!-- ko if: displaySummary -->\n<div class=\"ppcredit-summary\">\n    <!-- ko i18n: 'From only' --><!-- /ko -->\n    &pound;<span data-bind=\"text: instalmentsFrom\"></span>\n    <!-- ko i18n: 'per month' --><!-- /ko -->\n</div>\n<!-- /ko -->\n<!-- ko if: displayInterestDetails -->\n<div class=\"ppcreditcalc-container\">\n    <div class=\"ppcreditcalc-header\">\n        <img src=\"https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_credit_logo_h_100x26.png\" />\n    </div>\n\n    <ol class=\"ppcreditcalc-instalments\" data-bind=\"foreach: instalments\"><li>\n            <a href=\"#\"\n               class=\"ppcreditcalc-instalments-term\"\n               data-bind=\"click: function() { $parent.setCurrentInstalment($data) }, css: {active: $parent.isCurrentInstalment(term)}\">\n                <span data-bind=\"text: term\"></span> <!-- ko i18n: 'Months' --><!-- /ko -->\n            </a>\n        </li></ol>\n\n    <div class=\"ppcreditcalc-instalment-summary\" data-bind=\"with: currentInstalment\">\n        <dl>\n            <dt><!-- ko i18n: 'Monthly Payment:' --><!-- /ko --></dt>\n            <dd>&pound;<span data-bind=\"text: monthlyPayment\"></span></dd>\n\n            <dt><!-- ko i18n: 'Instalment Rate:' --><!-- /ko --></dt>\n            <dd><span data-bind=\"text: apr\"></span>%</dd>\n\n            <dt><!-- ko i18n: 'Cost of purchase:' --><!-- /ko --></dt>\n            <dd>&pound;<span data-bind=\"text: cost\"></span></dd>\n\n            <dt><!-- ko i18n: 'Total inc. interest:' --><!-- /ko --></dt>\n            <dd>&pound;<span data-bind=\"text: costIncInterest\"></span></dd>\n        </dl>\n    </div>\n\n    <div class=\"ppcreditcalc-legal\">\n        <p><!-- ko i18n: 'If you are approved for a credit limit with PayPal Credit and use it for future purchases, the APR for those purchases won\u2019t be more than 21.9% and may be even lower.' --><!-- /ko --></p>\n\n        <p>\n            <strong><!-- ko i18n: 'Representative Example:' --><!-- /ko --></strong>\n            <br /><!-- ko i18n: 'Purchase Rate: 21.9% p.a. (variable)' --><!-- /ko -->\n            <br /><!-- ko i18n: 'Representative: 21.9% APR (variable)' --><!-- /ko -->\n            <br /><!-- ko i18n: 'Assumed Credit Limit: \u00a31,200' --><!-- /ko -->\n            <br /><!-- ko i18n: 'Subject to status. Terms and Conditions apply.' --><!-- /ko -->\n        </p>\n\n        <p>\n            <span data-bind=\"html: merchantName\"></span> acts as a broker and offers credit solely from PayPal (Europe) S.&agrave;.r.l. et Cie, S.C.A. 22-24 Boulevard Royal L-2449, Luxembourg.\n        </p>\n    </div>\n</div>\n<!-- /ko -->\n<!-- /ko -->\n","PayPal_Braintree/template/googlepay/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': isActive()\" id=\"payment-method-braintree-googlepay-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n            'src': getGooglePayIcons(getCardType()).url,\n            'width': getGooglePayIcons(getCardType()).width,\n            'height': getGooglePayIcons(getCardType()).height\n            }\" class=\"payment-icon\" alt=\"Google Pay Card Icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getMaskedCard()\"></span>\n            (\n            <span translate=\"'expires'\"></span>:\n            <span text=\"getExpirationDate()\"></span>\n            )\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: triggerPlaceOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/googlepay/core-checkout.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\"\n     id=\"payment-method-braintree-googlepay\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(),\n               checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentMarkSrc(), alt: $t('Google Pay Mark')}\"\n                 width=\"60\"\n                 class=\"payment-icon\">\n            <!-- PayPal Logo -->\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <!-- ko if: (isVaultEnabled()) -->\n        <div class=\"field choice\">\n            <input type=\"checkbox\"\n                   name=\"vault[is_enabled]\"\n                   class=\"checkbox\"\n                   data-bind=\"attr: {'id': getCode() + '_enable_vault'},\n                   checked: vaultEnabler.isActivePaymentTokenEnabler\">\n            <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n            </label>\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-vault\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')},\n                      mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span translate=\"'What is this?'\"></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n            </div>\n        </div>\n        <!--/ko-->\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <div data-bind=\"html: getGooglePayBtn('braintree-google-checkout-btn')\"\n                     id=\"braintree-google-checkout-btn\"></div>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/applepay/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': isActive()\" id=\"payment-method-braintree-applepay-vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\">\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n            'src': getApplePayIcons(getCardType()).url,\n            'width': getApplePayIcons(getCardType()).width,\n            'height': getApplePayIcons(getCardType()).height\n            }\" class=\"payment-icon\" alt=\"Apple Pay Card Icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getMaskedCard()\"></span>\n            (\n            <span translate=\"'expires'\"></span>:\n            <span text=\"getExpirationDate()\"></span>\n            )\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: triggerPlaceOrder,\n                            attr: {title: $t('Place Order')}\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","PayPal_Braintree/template/applepay/core-checkout.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: deviceSupported -->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\"\n     id=\"payment-method-braintree-applepay\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentMarkSrc(), alt: $t('Apple Pay Mark')}\"\n                 class=\"payment-icon\">\n            <!-- PayPal Logo -->\n            <span text=\"getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <!-- ko if: (isVaultEnabled()) -->\n        <div class=\"field choice\">\n            <input type=\"checkbox\"\n                   name=\"vault[is_enabled]\"\n                   class=\"checkbox\"\n                   data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n            <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n            </label>\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-vault\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span translate=\"'What is this?'\"></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     translate=\"'We store you payment information securely on Braintree servers via SSL.'\"></div>\n            </div>\n        </div>\n        <!-- /ko -->\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <div data-bind=\"html: getApplePayBtn('braintree-applepay-checkout-btn')\"\n                     id=\"braintree-applepay-checkout-btn\"></div>\n            </div>\n        </div>\n    </div>\n</div>\n<!--/ko-->\n","Magento_Customer/template/show-password.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n\n<input type=\"checkbox\" name=\"show-password\" data-bind=\"attr: {title : $t('Show Password')}\" id=\"show-password\" class=\"checkbox\" data-role=\"show-password\" ko-checked=\"isPasswordVisible\">\n<label for=\"show-password\" class=\"label\"><span translate=\"'Show Password'\"></span></label>\n","Magento_Customer/template/authentication-popup.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n\n<div class=\"block-authentication\"\n     data-bind=\"afterRender: setModalElement, blockLoader: isLoading\"\n     style=\"display: none\">\n    <div class=\"block block-new-customer\"\n         data-bind=\"attr: {'data-label': $t('or')}\">\n        <div class=\"block-title\">\n            <strong id=\"block-new-customer-heading\"\n                    role=\"heading\"\n                    aria-level=\"2\"\n                    data-bind=\"i18n: 'Checkout as a new customer'\"></strong>\n        </div>\n        <div class=\"block-content\" aria-labelledby=\"block-new-customer-heading\">\n            <p data-bind=\"i18n: 'Creating an account has many benefits:'\"></p>\n            <ul>\n                <li data-bind=\"i18n: 'See order and shipping status'\"></li>\n                <li data-bind=\"i18n: 'Track order history'\"></li>\n                <li data-bind=\"i18n: 'Check out faster'\"></li>\n            </ul>\n            <div class=\"actions-toolbar\">\n                <div class=\"primary\">\n                    <a class=\"action action-register primary\" data-bind=\"attr: {href: registerUrl}\">\n                        <span data-bind=\"i18n: 'Create an Account'\"></span>\n                    </a>\n                </div>\n            </div>\n        </div>\n    </div>\n\n    <div class=\"block block-customer-login\"\n         data-bind=\"attr: {'data-label': $t('or')}\">\n        <div class=\"block-title\">\n            <strong id=\"block-customer-login-heading\"\n                    role=\"heading\"\n                    aria-level=\"2\"\n                    data-bind=\"i18n: 'Checkout using your account'\"></strong>\n        </div>\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <!-- ko foreach: getRegion('before') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!-- /ko -->\n        <div class=\"block-content\" aria-labelledby=\"block-customer-login-heading\">\n            <form class=\"form form-login\"\n                  method=\"post\"\n                  data-bind=\"event: {submit: login }\"\n                  id=\"login-form\">\n                <div class=\"fieldset login\" data-bind=\"attr: {'data-hasrequired': $t('* Required Fields')}\">\n                    <div class=\"field email required\">\n                        <label class=\"label\" for=\"customer-email\"><span data-bind=\"i18n: 'Email Address'\"></span></label>\n                        <div class=\"control\">\n                            <input name=\"username\"\n                                   id=\"customer-email\"\n                                   type=\"email\"\n                                   class=\"input-text\"\n                                   data-mage-init='{\"mage/trim-input\":{}}'\n                                   data-bind=\"attr: {autocomplete: autocomplete}\"\n                                   data-validate=\"{required:true, 'validate-email':true}\">\n                        </div>\n                    </div>\n                    <div class=\"field password required\">\n                        <label for=\"pass\" class=\"label\"><span data-bind=\"i18n: 'Password'\"></span></label>\n                        <div class=\"control\">\n                            <input name=\"password\"\n                                   type=\"password\"\n                                   class=\"input-text\"\n                                   id=\"pass\"\n                                   data-bind=\"attr: {autocomplete: autocomplete}\"\n                                   data-validate=\"{required:true}\">\n                        </div>\n                    </div>\n                    <!-- ko foreach: getRegion('additional-login-form-fields') -->\n                    <!-- ko template: getTemplate() --><!-- /ko -->\n                    <!-- /ko -->\n                    <div class=\"actions-toolbar\">\n                        <input name=\"context\" type=\"hidden\" value=\"checkout\" />\n                        <div class=\"primary\">\n                            <button type=\"submit\" class=\"action action-login secondary\" name=\"send\" id=\"send2\">\n                                <span data-bind=\"i18n: 'Sign In'\"></span>\n                            </button>\n                        </div>\n                        <div class=\"secondary\">\n                            <a class=\"action\" data-bind=\"attr: {href: forgotPasswordUrl}\">\n                                <span data-bind=\"i18n: 'Forgot Your Password?'\"></span>\n                            </a>\n                        </div>\n                    </div>\n                </div>\n            </form>\n        </div>\n    </div>\n</div>\n","Magento_Weee/template/checkout/summary/weee.html":"<!--\n/**\n* Copyright \u00a9 Magento, Inc. All rights reserved.\n* See COPYING.txt for license details.\n*/\n-->\n<!-- ko if: isDisplayed() -->\n<tr class=\"totals\">\n    <th data-bind=\"text: title\" class=\"mark\" scope=\"row\"></th>\n    <td class=\"amount\" data-bind=\"attr: {'data-th': title}\">\n        <span class=\"price\" data-bind=\"text: getValue()\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_Weee/template/checkout/summary/item/price/row_incl_tax.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n    <span class=\"cart-tax-total\" data-bind=\"mageInit: {taxToggle: {itemTaxId : '#subtotal-item-tax-details'+$parents[2].item_id}}\">\n        <span class=\"price\" data-bind=\"text: getFormattedPrice(getRowDisplayPriceInclTax($parents[2]))\"></span>\n    </span>\n<!-- /ko -->\n\n<!-- ko ifnot: (isDisplayPriceWithWeeeDetails($parents[2])) -->\n    <span class=\"cart-price\">\n        <span class=\"price\" data-bind=\"text: getFormattedPrice(getRowDisplayPriceInclTax($parents[2]))\"></span>\n    </span>\n<!-- /ko -->\n\n<!--ko if:  (getWeeeTaxApplied($parents[2]).length > 0)-->\n    <!-- ko ifnot:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n        <span class=\"cart-tax-info\" data-bind =\"attr: {'id': 'subtotal-item-tax-details' + $parents[2].item_id}\" style=\"display: none;\"></span>\n    <!-- /ko -->\n\n    <!-- ko if:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n        <span class=\"cart-tax-info\" data-bind =\"attr: {'id': 'subtotal-item-tax-details' + $parents[2].item_id}\" style=\"display: none;\">\n         <!-- ko foreach: getWeeeTaxApplied($parents[2]) -->\n            <span class=\"weee\" data-bind=\"attr:{'data-label':title}\">\n                <span class=\"price\" data-bind=\"text: $parent.getFormattedPrice(row_amount_incl_tax)\"></span>\n            </span>\n         <!-- /ko -->\n        </span>\n    <!-- /ko -->\n\n    <!-- ko if: isDisplayFinalPrice($parents[2]) -->\n        <span class=\"cart-tax-total\" data-bind=\"mageInit: {taxToggle: {itemTaxId : '#subtotal-item-tax-details'+$parents[2].item_id}}\">\n            <span class=\"weee\" data-bind=\"attr: {'data-label':$t('Total incl. tax')}\">\n                <span class=\"price\" data-bind=\"text: getFormattedPrice(getFinalRowDisplayPriceInclTax($parents[2]))\"></span>\n            </span>\n        </span>\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Weee/template/checkout/summary/item/price/row_excl_tax.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n    <span class=\"cart-tax-total\" data-bind=\"mageInit: {taxToggle: {itemTaxId : '#esubtotal-item-tax-details'+$parents[2].item_id}}\">\n        <span class=\"price\" data-bind=\"text: getFormattedPrice(getRowDisplayPriceExclTax($parents[2]))\"></span>\n    </span>\n<!-- /ko -->\n\n<!-- ko ifnot: (isDisplayPriceWithWeeeDetails($parents[2])) -->\n    <span class=\"cart-price\">\n        <span class=\"price\" data-bind=\"text: getFormattedPrice(getRowDisplayPriceExclTax($parents[2]))\"></span>\n    </span>\n<!-- /ko -->\n\n<!--ko if:  (getWeeeTaxApplied($parents[2]).length > 0) -->\n    <!-- ko ifnot:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n        <span class=\"cart-tax-info\" data-bind =\"attr: {'id': 'esubtotal-item-tax-details' + $parents[2].item_id}\" style=\"display: none;\"></span>\n    <!-- /ko -->\n\n    <!-- ko if:  (isDisplayPriceWithWeeeDetails($parents[2])) -->\n        <span class=\"cart-tax-info\" data-bind =\"attr: {'id': 'esubtotal-item-tax-details' + $parents[2].item_id}\" style=\"display: none;\">\n         <!-- ko foreach: getWeeeTaxApplied($parents[2]) -->\n            <span class=\"weee\" data-bind=\"attr:{'data-label':title}\">\n                <span class=\"price\" data-bind=\"text: $parent.getFormattedPrice(row_amount)\"></span>\n            </span>\n         <!-- /ko -->\n        </span>\n    <!-- /ko -->\n\n    <!-- ko if: isDisplayFinalPrice($parents[2]) -->\n        <span class=\"cart-tax-total\" data-bind=\"mageInit: {taxToggle: {itemTaxId : '#esubtotal-item-tax-details'+$parents[2].item_id}}\">\n            <span class=\"weee\" data-bind=\"attr: {'data-label':$t('Total')}\">\n                <span class=\"price\" data-bind=\"text: getFormattedPrice(getFinalRowDisplayPriceExclTax($parents[2]))\"></span>\n            </span>\n        </span>\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Weee/template/price/adjustment.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"$adj.displayPriceInclFptDescr() || $adj.displayPriceExclFptDescr()\">\n    <each args=\"data: $adj.getWeeeAttributes($row()), as: '$taxAttribute'\">\n        <if args=\"$adj.displayBothPricesTax()\">\n            <span class=\"weee\"\n                  data-price-type=\"weee\"\n                  attr=\"'data-label': $adj.getWeeTaxAttributeName($taxAttribute) + ' ' + $t('Incl. tax')\"\n                  html=\"$adj.getWeeeTaxWithoutTaxUnsanitizedHtml($taxAttribute)\"></span>\n\n            <span class=\"weee\"\n                  data-price-type=\"weee\"\n                  attr=\"'data-label': $adj.getWeeTaxAttributeName($taxAttribute) + ' ' + $t('Excl. tax')\"\n                  html=\"$adj.getWeeeTaxWithTaxUnsanitizedHtml($taxAttribute)\"></span>\n        </if>\n\n        <if args=\"$adj.displayPriceInclTax()\">\n            <span class=\"weee\"\n                  data-price-type=\"weee\"\n                  attr=\"'data-label': $adj.getWeeTaxAttributeName($taxAttribute)\"\n                  html=\"$adj.getWeeeTaxWithTaxUnsanitizedHtml($taxAttribute)\"></span>\n        </if>\n\n        <if args=\"$adj.displayPriceExclTax()\">\n            <span class=\"weee\"\n                  data-price-type=\"weee\"\n                  attr=\"'data-label': $adj.getWeeTaxAttributeName($taxAttribute)\"\n                  html=\"$adj.getWeeeTaxWithoutTaxUnsanitizedHtml($taxAttribute)\"></span>\n        </if>\n    </each>\n</if>\n\n<if args=\"$adj.displayPriceExclFptDescr($row())\">\n    <span class=\"price-final\"\n          data-price-type=\"weeePrice\"\n          data-price-amount=\"\"\n          attr=\"'data-label': $t('Final Price')\"\n          html=\"$adj.getWeeeAdjustmentUnsanitizedHtml($row())\"></span>\n</if>\n","Blackbird_EstimateTimeShipping/template/summary/estimated-date.html":"<!--\n/**\n* Blackbird EstimateTimeShipping Module\n*\n* NOTICE OF LICENSE\n* If you did not receive a copy of the license and are unable to\n* obtain it through the world-wide-web, please send an email\n* to contact@bird.eu so we can send you a copy immediately.\n*\n* @category        Blackbird\n* @package         Blackbird_EstimateTimeShipping\n* @copyright       Copyright (c) 2018 Blackbird (https://black.bird.eu)\n* @author          Blackbird Team\n* @license         https://store.bird.eu/license/\n* @support         help@bird.eu\n*/\n-->\n\n<!-- ko if: isDisplayed() -->\n<div id=\"estimated-delivery-date\" data-bind=\"text: getValue()\">\n\n</div>\n<!-- /ko -->","Blackbird_EstimateTimeShipping/template/summary/items/item-date.html":"<!--\n/**\n* Blackbird EstimateTimeShipping Module\n*\n* NOTICE OF LICENSE\n* If you did not receive a copy of the license and are unable to\n* obtain it through the world-wide-web, please send an email\n* to contact@bird.eu so we can send you a copy immediately.\n*\n* @category        Blackbird\n* @package         Blackbird_EstimateTimeShipping\n* @copyright       Copyright (c) 2018 Blackbird (https://black.bird.eu)\n* @author          Blackbird Team\n* @license         https://store.bird.eu/license/\n* @support         help@bird.eu\n*/\n-->\n\n<!-- ko if: isDisplayed() -->\n<div style=\"display: table-row\"\n     data-bind=\"attr: { id: 'product' + $parents[1]['item_id'] }\">\n    <span data-bind=\"text: getValue($parents[1], 'product' + $parents[1]['item_id'])\"></span>\n</div>\n<!-- /ko -->","Magento_Wishlist/template/product/addtowishlist-button.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<button if=\"isAllowed()\"\n        attr=\"'data-post': getDataPost($row()),\n               title: getLabel()\"\n        class=\"action towishlist\"\n        data-action=\"add-to-wishlist\">\n        <span translate=\"getLabel()\"></span>\n</button>\n","Magento_GiftMessage/template/gift-message.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isActive() || hasActiveOptions() -->\n<div class=\"cart-gift-item\">\n    <div class=\"gift-item-block block\"\n         data-collapsible=\"true\"\n         data-bind=\"css: {_active: formBlockVisibility() || resultBlockVisibility()}\">\n        <div class=\"title\" data-role=\"title\" data-bind=\"click: $data.toggleFormBlockVisibility.bind($data)\">\n            <span data-bind=\"i18n: 'Gift options'\"></span>\n        </div>\n        <div class=\"content\" data-role=\"content\" data-bind=\"visible: formBlockVisibility() || resultBlockVisibility()\">\n            <!-- ko ifnot: resultBlockVisibility() -->\n            <div class=\"gift-options\">\n                <!-- ko foreach: getRegion('additionalOptions') -->\n                    <!-- ko template: getTemplate() --><!-- /ko -->\n                <!-- /ko -->\n                <!-- ko template: formTemplate --><!--/ko-->\n            </div>\n            <!-- /ko -->\n            <div class=\"gift-summary\">\n                <!-- ko if: resultBlockVisibility() -->\n                    <!-- ko foreach: getRegion('additionalOptions') -->\n                         <!--ko template: appliedTemplate --><!-- /ko -->\n                    <!-- /ko -->\n\n                    <!-- ko if: getObservable('message') -->\n                        <div class=\"gift-message-summary\">\n                            <span data-bind=\"i18n: 'Message:'\"></span>\n                            <!-- ko text: getObservable('message') --><!-- /ko -->\n                        </div>\n                    <!-- /ko -->\n                    <div class=\"actions-toolbar\">\n                        <div class=\"secondary\">\n                            <button type=\"submit\"\n                                    class=\"action action-edit\"\n                                    data-bind=\"attr: {title: $t('Edit')}, click: $data.editOptions.bind($data)\">\n                                <span data-bind=\"i18n: 'Edit'\"></span>\n                            </button>\n                            <button class=\"action action-delete\"\n                                    data-bind=\"attr: {title: $t('Delete')}, click: $data.deleteOptions.bind($data)\">\n                                <span data-bind=\"i18n: 'Delete'\"></span>\n                            </button>\n                        </div>\n                    </div>\n                <!-- /ko -->\n            </div>\n        </div>\n    </div>\n</div>\n<!-- /ko -->\n","Magento_GiftMessage/template/gift-message-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isActive() -->\n<div class=\"gift-message\">\n    <div class=\"gift-options-title\">\n        <span data-bind=\"i18n: 'Gift Message (optional)'\"></span>\n    </div>\n    <div class=\"gift-options-content\">\n        <fieldset class=\"fieldset\">\n            <div class=\"field field-to\">\n                <label data-bind=\"attr: {for: 'gift-message-whole-to-' + index }\" class=\"label\">\n                    <span data-bind=\"i18n: 'To:'\"></span>\n                </label>\n                <div class=\"control\">\n                    <input type=\"text\"\n                           class=\"input-text\"\n                           data-bind=\"value: getObservable('recipient'), attr: { id: 'gift-message-whole-to-' + index }\">\n                </div>\n            </div>\n\n            <div class=\"field field-from\">\n                <label data-bind=\"attr: {for: 'gift-message-whole-from-' + index }\" class=\"label\">\n                    <span data-bind=\"i18n: 'From:'\"></span>\n                </label>\n                <div class=\"control\">\n                    <input type=\"text\"\n                           class=\"input-text\"\n                           data-bind=\"value: getObservable('sender'), attr: { id: 'gift-message-whole-from-' + index }\">\n                </div>\n            </div>\n            <div class=\"field text\">\n                <label data-bind=\"attr: {for: 'gift-message-whole-message-' + index }\" class=\"label\">\n                    <span data-bind=\"i18n: 'Message:'\"></span>\n                </label>\n                <div class=\"control\">\n                    <textarea class=\"input-text\"\n                              rows=\"5\" cols=\"10\"\n                              data-bind=\"value: getObservable('message'), attr: { id: 'gift-message-whole-message-' + index }\"></textarea>\n                </div>\n            </div>\n        </fieldset>\n    </div>\n</div>\n<!-- /ko -->\n<div class=\"actions-toolbar\">\n    <div class=\"secondary\">\n        <button type=\"submit\" class=\"action secondary action-update\" data-bind=\"\n                    attr: {title: $t('Update')},\n                    click: $data.submitOptions.bind($data)\">\n            <span data-bind=\"i18n: 'Update'\"></span>\n        </button>\n        <button class=\"action action-cancel\" data-bind=\"\n                    attr: {title: $t('Cancel')},\n                    click: $data.hideFormBlock.bind($data)\">\n            <span data-bind=\"i18n: 'Cancel'\"></span>\n        </button>\n    </div>\n</div>\n","Magento_GiftMessage/template/gift-message-item-level.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n<!-- ko if: isActive() || hasActiveOptions() -->\n<button class=\"action action-gift\"\n        data-bind=\"\n            click: $data.toggleFormBlockVisibility.bind($data),\n            css: {_active: formBlockVisibility() || resultBlockVisibility()}\n        \">\n    <span data-bind=\"i18n: 'Gift options'\"></span>\n</button>\n<div class=\"gift-content\" data-bind=\"css: {_active: formBlockVisibility() || resultBlockVisibility()}\"> <!-- add class \"active\" to display the content -->\n    <!-- ko ifnot: resultBlockVisibility() -->\n        <div class=\"gift-options\">\n            <!-- ko foreach: getRegion('additionalOptions') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!-- /ko -->\n            <!-- ko template: formTemplate --><!--/ko-->\n        </div>\n    <!-- /ko -->\n    <!-- ko if: resultBlockVisibility() -->\n        <div class=\"gift-summary\">\n            <!-- ko foreach: getRegion('additionalOptions') -->\n                <!--ko template: appliedTemplate --><!-- /ko -->\n            <!-- /ko -->\n\n            <!-- ko if: getObservable('message') -->\n                <div class=\"gift-message-summary\">\n                    <span data-bind=\"i18n: 'Message' + ':'\"></span>\n                    <!-- ko text: getObservable('message') --><!-- /ko -->\n                </div>\n            <!-- /ko -->\n\n            <div class=\"actions-toolbar\">\n                <div class=\"secondary\">\n                    <button type=\"submit\" class=\"action action-edit\" data-bind=\"\n                            click: $data.editOptions.bind($data),\n                            attr: {title: $t('Edit')}\">\n                        <span data-bind=\"i18n: 'Edit'\"></span>\n                    </button>\n                    <button class=\"action action-delete\" data-bind=\"\n                            click: $data.deleteOptions.bind($data),\n                            attr: {title: $t('Delete')}\">\n                        <span data-bind=\"i18n: 'Delete'\"></span>\n                    </button>\n                </div>\n            </div>\n        </div>\n    <!-- /ko -->\n</div>\n<!-- /ko -->\n","Magento_Msrp/template/checkout/minicart/subtotal/totals.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"mark msrp\" data-bind=\"i18n: 'Order total will be displayed before you submit the order'\"></span>\n","Magento_Msrp/template/product/item/popup.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"map-popup\"\n     data-role=\"msrp-popup\">\n    <div class=\"map-info-price\">\n        <div class=\"price-box\">\n            <div class=\"map-msrp\">\n                <span class=\"label\"\n                      translate=\"'Price'\"></span>\n\n                <span class=\"old-price map-old-price\">\n                    <span class=\"price-container price-msrp\">\n                        <span class=\"price-wrapper\"\n                              html=\"getMsrpPriceUnsanitizedHtml($row())\"></span>\n                    </span>\n                </span>\n            </div>\n\n            <div class=\"map-price\">\n                <span class=\"label\"\n                      translate=\"'Actual Price'\"></span>\n\n                <span class=\"actual-price\">\n                    <if args=\"isAllowed()\">\n                        <each args=\"data: getPrices($row()), as: '$price'\">\n                            <with args=\"$price\">\n                                <render args=\"getBody()\"></render>\n                            </with>\n                        </each>\n                    </if>\n                </span>\n            </div>\n        </div>\n\n        <div class=\"map-form-addtocart\">\n            <with args=\"$parent.getComponentByCode('addtocart-button')\">\n                <render args=\"getBody()\"></render>\n            </with>\n        </div>\n    </div>\n\n    <div class=\"map-text\"\n         html=\"getExplanationMessageUnsanitizedHtml($row())\"></div>\n</div>\n","Magento_Msrp/template/product/price/price_box.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div if=\"isMsrpApplicable($row())\"\n     class=\"price-box\" data-role=\"msrp-price-box\"\n     afterRender=\"initListeners\">\n    <span class=\"old-price map-old-price\">\n        <span class=\"price-container price-msrp\">\n            <span class=\"price-wrapper\"\n                  data-price-amount=\"\"\n                  data-price-type=\"\"\n                  html=\"getMsrpPriceUnsanitizedHtml($row())\"></span>\n        </span>\n    </span>\n\n    <if args=\"isShowPriceOnGesture($row())\">\n        <button type=\"button\"\n                class=\"action map-show-info\"\n                data-role=\"msrp-popup-trigger\"\n                aria-haspopup=\"true\">\n            <span translate=\"'Click for price'\"></span>\n        </button>\n\n        <render args=\"popupTmpl\"></render>\n    </if>\n\n    <ifnot args=\"isShowPriceOnGesture($row())\">\n        <span class=\"msrp-message\"\n              html=\"getMsrpPriceMessageUnsanitizedHtml($row())\"></span>\n    </ifnot>\n</div>\n\n<ifnot args=\"isMsrpApplicable($row())\">\n    <div class=\"price-box\"\n         if=\"isAllowed()\">\n        <each args=\"data: getPrices($row()), as: '$price'\">\n            <with args=\"$price\">\n                <render args=\"getBody()\"></render>\n            </with>\n        </each>\n    </div>\n</ifnot>\n","Magento_Paypal/template/paylater.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-pp-message data-bind=\"attr: {\n        'class': getAttribute('class'),\n        'data-pp-amount': amount,\n        'data-pp-placement': getAttribute('data-pp-placement'),\n        'data-pp-style-layout': getAttribute('data-pp-style-layout'),\n        'data-pp-style-logo-type': getAttribute('data-pp-style-logo-type'),\n        'data-pp-style-logo-position': getAttribute('data-pp-style-logo-position'),\n        'data-pp-style-text-color': getAttribute('data-pp-style-text-color'),\n        'data-pp-style-text-size': getAttribute('data-pp-style-text-size'),\n        'data-pp-style-color': getAttribute('data-pp-style-color'),\n        'data-pp-style-ratio': getAttribute('data-pp-style-ratio'),\n    }\" ></div>\n\n","Magento_Paypal/template/payment/paypal-express-in-context.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"_active: getCode() == isChecked()\" afterRender=\"initListeners\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               attr=\"id: getCode()\"\n               ko-value=\"getCode()\"\n               ko-checked=\"isChecked\"\n               click=\"selectPaymentMethod\"\n               visible=\"isRadioButtonVisible()\"/>\n        <label attr=\"for: getCode()\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img attr=\"src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')\" class=\"payment-icon\"/>\n            <!-- PayPal Logo -->\n            <span text=\"getTitle()\"></span>\n            <a class=\"action action-help\"\n               attr=\"href: getPaymentAcceptanceMarkHref()\"\n               click=\"showAcceptanceWindow\"\n               translate=\"'What is PayPal?'\"></a>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <div class=\"checkout-agreements-block\">\n            <each args=\"$parent.getRegion('before-place-order')\" render=\"\"></each>\n        </div>\n        <div class=\"actions-toolbar\" attr=\"id: getButtonId()\" afterRender=\"renderPayPalButtons\"></div>\n        <div class=\"payment-method-extra-content\">\n            <each args=\"$parent.getRegion('paypal-method-extra-content')\" render=\"\"></each>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/paypal_billing_agreement-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <span data-bind=\"text: getTitle()\"></span>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <form id=\"billing-agreement-form\">\n            <div class=\"payment-method-billing-address\">\n                <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!--/ko-->\n            </div>\n            <select data-bind=\"\n                    attr: {id: getCode() + '_ba_agreement_id', name: 'payment[' + getTransportName() + ']',\n                    'data-validate': JSON.stringify({required:true})},\n                    options: getBillingAgreements(),\n                    optionsValue: 'id',\n                    optionsText: 'referenceId',\n                    optionsCaption: $t('-- Please Select Billing Agreement--'),\n                    value: selectedBillingAgreement\"\n                    class=\"select\">\n            </select>\n        </form>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"actions-toolbar\" id=\"review-buttons-container\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {title: $t('Place Order')},\n                        enable: (getCode() == isChecked()),\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \"\n                        data-role=\"review-save\">\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/iframe-methods.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\"><span data-bind=\"text: getTitle()\"></span></label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\" data-bind=\"visible: !isInAction()\">\n            <div class=\"primary\">\n                <button data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"click: placePendingPaymentOrder, attr: {title: $t('Continue')}, css: {disabled: !isPlaceOrderActionAllowed()}\"\n                        class=\"button action primary checkout\">\n                    <span data-bind=\"i18n: 'Continue'\"></span>\n                </button>\n            </div>\n        </div>\n        <div data-bind=\"visible: isInAction()\">\n            <div id=\"iframe-warning\" class=\"message notice\">\n                <div><!-- ko i18n: 'Please do not refresh the page until you complete payment.' --><!-- /ko --></div>\n            </div>\n            <!-- ko if: isPaymentReady() -->\n            <iframe data-bind=\"attr: {id: getCode() + '-iframe', src: getActionUrl()}, event: {load: iframeLoaded}\"\n                    data-container=\"paypal-iframe\"\n                    class=\"paypal iframe\"\n                    scrolling=\"no\"\n                    frameborder=\"0\"\n                    border=\"0\"\n                    height=\"610\"\n                    width=\"100%\"\n                    >\n            </iframe>\n            <!-- /ko -->\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/payflow-express-bml.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img src=\"https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-medium.png\"\n                 data-bind=\"attr: {alt: $t('Acceptance Mark')}\"\n                 class=\"payment-icon\"/>\n            <!-- PayPal Logo -->\n            <span data-bind=\"text: getTitle()\"></span>\n            <a href=\"https://www.securecheckout.billmelater.com/paycapture-content/fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html\"\n               data-bind=\"click: showAcceptanceWindow\"\n               class=\"action action-help\">\n                <!-- ko i18n: 'See terms' --><!-- /ko -->\n            </a>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n            <div class=\"payment-method-note\">\n                <!-- ko i18n: 'You will be redirected to the PayPal website when you place an order.' --><!-- /ko -->\n            </div>\n        </fieldset>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"payment-method-extra-content\">\n            <each args=\"$parent.getRegion('paypal-method-extra-content')\" render=\"\"></each>\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"click: continueToPayPal, enable: (getCode() == isChecked())\"\n                        disabled>\n                    <span data-bind=\"i18n: 'Continue to PayPal'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/paypal-express.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')}\"\n                 class=\"payment-icon\"/>\n            <!-- PayPal Logo -->\n            <span data-bind=\"text: getTitle()\"></span>\n            <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">\n                <!-- ko i18n: 'What is PayPal?' --><!-- /ko -->\n            </a>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n            <div class=\"payment-method-note\">\n                <!-- ko i18n: 'You will be redirected to the PayPal website.' --><!-- /ko -->\n            </div>\n            <!-- ko template: 'Magento_Paypal/payment/express/billing-agreement' --><!-- /ko -->\n        </fieldset>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"payment-method-extra-content\">\n            <each args=\"$parent.getRegion('paypal-method-extra-content')\" render=\"\"></each>\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"click: continueToPayPal, enable: (getCode() == isChecked())\"\n                        disabled>\n                    <span data-bind=\"i18n: 'Continue to PayPal'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/payflowpro-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <iframe width=\"0\"\n                height=\"0\"\n                data-bind=\"src: getSource(), attr: {id: getCode() + '-transparent-iframe', 'data-container': getCode() + '-transparent-iframe'}\"\n                allowtransparency=\"true\"\n                frameborder=\"0\"\n                name=\"iframeTransparent\"\n                class=\"payment-method-iframe\">\n        </iframe>\n        <form class=\"form\" id=\"co-transparent-form\" action=\"#\" method=\"post\" data-bind=\"mageInit: {\n            'transparent':{\n                'context': context(),\n                'controller': getControllerName(),\n                'gateway': getCode(),\n                'orderSaveUrl':getPlaceOrderUrl(),\n                'cgiUrl': getCgiUrl(),\n                'dateDelim': getDateDelim(),\n                'cardFieldsMap': getCardFieldsMap(),\n                'nativeAction': getSaveOrderUrl()\n            }, 'validation':[]}\">\n\n            <!-- ko template: 'Magento_Payment/payment/cc-form' --><!-- /ko -->\n\n            <!-- ko if: (isVaultEnabled())-->\n            <div class=\"field-tooltip-content\">\n                <input type=\"checkbox\"\n                       name=\"vault[is_enabled]\"\n                       class=\"checkbox-inline\"\n                       data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\"/>\n                <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                    <span><!-- ko i18n: 'Save credit card information for future use.'--><!-- /ko --></span>\n                </label>\n            </div>\n            <!-- /ko -->\n        </form>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"\n                        attr: {title: $t('Place Order')},\n                        enable: (getCode() == isChecked()),\n                        click: placeOrder,\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \"\n                        class=\"action primary checkout\"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/payflow-express.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <!-- PayPal Logo -->\n            <img data-bind=\"attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')}\" class=\"payment-icon\"/>\n            <!-- PayPal Logo -->\n            <span data-bind=\"text: getTitle()\"></span>\n            <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\"\n               class=\"action action-help\">\n                <!-- ko i18n: 'What is PayPal?' --><!-- /ko -->\n            </a>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n            <div class=\"payment-method-note\">\n                <!-- ko i18n: 'You will be redirected to the PayPal website.' --><!-- /ko -->\n            </div>\n        </fieldset>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"payment-method-extra-content\">\n            <each args=\"$parent.getRegion('paypal-method-extra-content')\" render=\"\"></each>\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"click: continueToPayPal, enable: (getCode() == isChecked())\"\n                        disabled>\n                    <span data-bind=\"i18n: 'Continue to PayPal'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Paypal/template/payment/paypal_direct-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko with: getCcFormView() -->\n    <!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n\n","Magento_Paypal/template/payment/express/billing-agreement.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: getBillingAgreementCode() -->\n<input type=\"checkbox\"\n    data-bind='\n        attr: {id: getBillingAgreementCode(), name: \"payment[\" + getBillingAgreementCode() + \"]\"},\n        checked: billingAgreement\n        enable: isActive($parent) && getBillingAgreementCode(),\n        click: selectPaymentMethod'\n    value=\"1\" class=\"checkbox\">\n<label\n    data-bind='\n        attr: {for: getBillingAgreementCode()}'\n    class=\"label\">\n    <span><!-- ko i18n: 'Sign a billing agreement to streamline further purchases with PayPal.' --><!-- /ko --></span>\n</label>\n<!-- /ko -->\n","Magento_SalesRule/template/summary/discount.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isDisplayed() -->\n<tr class=\"totals discount\">\n    <th class=\"mark\" scope=\"row\">\n        <span class=\"title\" data-bind=\"text: getTitle()\"></span>\n        <span class=\"discount coupon\" data-bind=\"text: getCouponCode()\"></span>\n    </th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValue(), attr: {'data-th': name}\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_SalesRule/template/payment/discount.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-option _collapsible opc-payment-additional discount-code\"\n     data-bind=\"mageInit: {'collapsible':{'openedState': '_active'}}\">\n    <div class=\"payment-option-title field choice\" data-role=\"title\">\n        <span class=\"action action-toggle\" id=\"block-discount-heading\" role=\"heading\" aria-level=\"2\">\n            <!-- ko i18n: 'Apply Discount Code'--><!-- /ko -->\n        </span>\n    </div>\n    <div class=\"payment-option-content\" data-role=\"content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <form class=\"form form-discount\" id=\"discount-form\">\n            <div class=\"payment-option-inner\">\n                <div class=\"field\">\n                    <label class=\"label\" for=\"discount-code\">\n                        <span data-bind=\"i18n: 'Enter discount code'\"></span>\n                    </label>\n                    <div class=\"control\">\n                        <input class=\"input-text\"\n                               type=\"text\"\n                               id=\"discount-code\"\n                               name=\"discount_code\"\n                               data-validate=\"{'required-entry':true}\"\n                               data-bind=\"value: couponCode, attr:{disabled:isApplied() , placeholder: $t('Enter discount code')} \" />\n                    </div>\n                </div>\n            </div>\n            <div class=\"actions-toolbar\">\n                <div class=\"primary\">\n                    <!-- ko ifnot: isApplied() -->\n                        <button class=\"action action-apply\" type=\"submit\" data-bind=\"'value': $t('Apply Discount'), click: apply\">\n                            <span><!-- ko i18n: 'Apply Discount'--><!-- /ko --></span>\n                        </button>\n                    <!-- /ko -->\n                    <!-- ko if: isApplied() -->\n                        <button class=\"action action-cancel\" type=\"submit\" data-bind=\"'value': $t('Cancel'), click: cancel\">\n                            <span><!-- ko i18n: 'Cancel coupon'--><!-- /ko --></span>\n                        </button>\n                    <!-- /ko -->\n                </div>\n                <!-- ko foreach: getRegion('captcha') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!-- /ko -->\n            </div>\n        </form>\n    </div>\n</div>\n","Magento_SalesRule/template/cart/totals/discount.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isDisplayed() -->\n<tr class=\"totals\">\n    <th colspan=\"1\" style=\"\" class=\"mark\" scope=\"row\">\n        <span class=\"title\" data-bind=\"text: getTitle()\"></span>\n        <span class=\"discount coupon\" data-bind=\"text: getCouponLabel()\"></span>\n    </th>\n    <td class=\"amount\" data-bind=\"attr: {'data-th': title}\">\n        <span><span class=\"price\" data-bind=\"text: getValue()\"></span></span>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_GroupedProduct/template/product/price/minimal_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"isSalable($row())\">\n    <div class=\"minimal-price\">\n        <span if=\"label\"\n              class=\"price-label\"\n              text=\"label\"></span>\n\n        <span class=\"price-container\"\n              css=\"getAdjustmentCssClasses($row())\">\n            <span class=\"price-wrapper price-including-tax\"\n                  data-price-amount=\"\"\n                  data-price-type=\"\"\n                  html=\"getPriceUnsanitizedHtml($row())\"></span>\n\n            <each args=\"data: getAdjustments(), as: '$adj'\">\n                <render args=\"$adj.getBody()\"></render>\n            </each>\n        </span>\n    </div>\n</if>\n","Magento_GroupedProduct/template/product/price/regular_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n","Magento_PaymentServicesPaypal/template/payment/credit-card.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method card-grid\" css=\"'_active': (getCode() == isChecked())\">\n    <div class=\"payment-method-title field choice flex-center\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               attr=\"'id': getCode()\"\n               ko-value=\"getCode()\"\n               ko-checked=\"isChecked\"\n               click=\"selectPaymentMethod\"\n               visible=\"isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label flex-center\">\n            <img class=\"payment-type-icon\" data-bind=\"attr: { src: paymentTypeIconUrl, alt: paymentTypeIconTitle }\" />\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\" data-bind=\"blockLoader: !isFormRendered()\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <div class=\"payment-method-billing-address\" if=\"isFormRendered() && isAvailable()\">\n            <each args=\"$parent.getRegion(getBillingAddressFormName())\" render=\"\"></each>\n        </div>\n        <div class=\"checkout-agreements-block\" if=\"isFormRendered() && isAvailable()\">\n            <each args=\"$parent.getRegion('before-place-order')\" render=\"\"></each>\n        </div>\n        <div class=\"card-container card-grid\">\n            <form attr=\"id: formId\" afterRender=\"afterRender\">\n                <fieldset if=\"isAvailable\" attr=\"class: 'fieldset payment items ccard ' + getCode(), id: 'payment_form_' + getCode()\">\n                    <div class=\"field type\">\n                        <div class=\"control\">\n                            <ul class=\"credit-card-types\">\n                                <each args=\"data: availableCards, as: 'ccCode'\">\n                                    <with args=\"$parent\">\n                                        <li class=\"item\"\n                                            css=\"_active: ccType() === ccCode || !ccType() , _inactive:   ccType() && ccType() !== ccCode \"\n                                            if=\"ccIcons[ccCode]\"\n                                            data-bind=\"attr: {\n                                                'aria-label': ccType() === ccCode ? cards[ccCode].eligibilityCode: null,\n                                                'aria-current': ccType() === ccCode ? cards[ccCode].eligibilityCode : null}\n                                            \">\n                                            <img attr=\"src: ccIcons[ccCode].url, alt: cards[ccCode].eligibilityCode, width: ccIcons[ccCode].width, height: ccIcons[ccCode].height\" />\n                                        </li>\n                                    </with>\n                                </each>\n                            </ul>\n                        </div>\n                    </div>\n\n                    <div class=\"card-layout\">\n                        <each args=\"data: Object.keys(fields), as: 'fieldName'\">\n                            <!-- ko with: $parent -->\n                            <div class=\"field required\" attr=\"'data-field-name': fieldName\" css=\"[fields[fieldName].class] +'-area'\">\n                                <label class=\"label\" translate=\"fields[fieldName].label\" attr=\"for: 'card-' + fieldName\"></label>\n                                <div css=\"'field-wrapper': fields[fieldName].tooltip\">\n                                    <div class=\"card-field\" attr=\"id: 'card-' + fieldName\" css=\"error: !isFieldValid(fieldName), [fields[fieldName].class]: true, 'display-lock': fields[fieldName]?.showLockIcon\">\n                                        <div class=\"lock-icon\" if=\"fields[fieldName]?.showLockIcon\"  attr=\"title: lockTitle\" ></div>\n                                    </div>\n                                    <div class=\"field-tooltip toggle\" if=\"fields[fieldName].tooltip\">\n                                        <span class=\"field-tooltip-action\"\n                                              tabindex=\"0\"\n                                              data-toggle=\"dropdown\"\n                                              css=\"['action-' + fieldName]\"\n                                              attr=\"title: fields[fieldName].tooltip.title\"\n                                              data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                                            <span translate=\"fields[fieldName].tooltip.title\"></span>\n                                        </span>\n                                        <div class=\"field-tooltip-content\"\n                                             data-target=\"dropdown\"\n                                             data-bind=\"html: fields[fieldName].tooltip.contentUnsanitizedHtml\"></div>\n                                    </div>\n                                </div>\n                                <div class=\"field-error\" if=\"!isFieldValid(fieldName)\">\n                                    <span translate=\"getFieldErrorMessage(fieldName)\"></span>\n                                </div>\n                            </div>\n                            <!-- /ko -->\n                        </each>\n                    </div>\n                </fieldset>\n            </form>\n        </div>\n        <div class=\"card-grid card-aux\">\n            <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\" if=\"isFormRendered() && !isAvailable()\">\n                <div data-ui-id=\"checkout-cart-validationmessages-message-error\" translate=\"notEligibleErrorMessage\"></div>\n            </div>\n            <div class=\"field choice\" if=\"isFormRendered() && isAvailable() && isCommerceVaultEnabled\">\n                <input\n                        enable=\"isFormRendered() && isAvailable()\"\n                        type=\"checkbox\"\n                        name=\"vault[is_enabled]\"\n                        class=\"checkbox\"\n                        data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\">\n                <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                    <span><!-- ko i18n: 'Save for later use.'--><!-- /ko --></span>\n                </label>\n                <div class=\"field-tooltip toggle\">\n                    <span class=\"field-tooltip-action\"\n                          tabindex=\"0\"\n                          data-toggle=\"dropdown\"\n                          attr=\"title: $t('What is this?')\"\n                          data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                        <span translate=\"'What is this?'\"></span>\n                    </span>\n                    <div class=\"field-tooltip-content\"\n                         data-target=\"dropdown\"\n                         translate=\"'Securely store your credit card information for future use.'\">\n                    </div>\n                </div>\n            </div>\n            <div class=\"actions-toolbar\" if=\"isFormRendered() && isAvailable()\">\n                <div class=\"primary\">\n                    <button class=\"action primary checkout\"\n                            type=\"submit\"\n                            click=\"placeOrderClick\"\n                            attr=\"title: placeOrderTitle\"\n                            css=\"disabled: !isPlaceOrderActionAllowed()\"\n                            ko-disabled=\"getCode() !== isChecked() || !isFormValid()\">\n                        <span translate=\"placeOrderTitle\"></span>\n                    </button>\n                </div>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_PaymentServicesPaypal/template/payment/vault.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': (getId() == isChecked())\" id=\"payment-method-payment_services_paypal_vault\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getId()}, value: getId(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label class=\"label\" attr=\"'for': getId()\">\n            <img attr=\"{\n                'src': getIcons(getCardBrand()).url,\n                'width': getIcons(getCardBrand()).width,\n                'height': getIcons(getCardBrand()).height,\n                'alt': getIcons(getCardBrand()).title\n            }\" class=\"payment-icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getMaskedCard()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        click=\"onPlaceOrder\">\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_PaymentServicesPaypal/template/payment/smart-buttons.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice flex-center\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label flex-center\">\n            <img class=\"payment-type-icon\" data-bind=\"attr: { src: paymentTypeIconUrl, alt: paymentTypeIconTitle }\" />\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\" data-bind=\"blockLoader: !isButtonsRendered()\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\" if=\"isButtonsRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"checkout-agreements-block\" if=\"isButtonsRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"card-container\">\n            <div attr=\"id: buttonsContainerId\" data-bind=\"afterRender: afterRender\" class=\"smart-buttons\"></div>\n        </div>\n        <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\" if=\"isButtonsRendered() && !isAvailable()\">\n            <div data-ui-id=\"checkout-cart-validationmessages-message-error\" translate=\"notEligibleErrorMessage\"></div>\n        </div>\n        <div attr=\"id: payLaterMessageContainerId\" class=\"pay-later-message\"></div>\n    </div>\n</div>\n","Magento_PaymentServicesPaypal/template/payment/apple-pay.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice flex-center\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label flex-center\">\n            <img class=\"payment-type-icon\" data-bind=\"attr: { src: paymentTypeIconUrl, alt: paymentTypeIconTitle }\" />\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\" data-bind=\"blockLoader: !isButtonRendered()\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\" if=\"isButtonRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"checkout-agreements-block\" if=\"isButtonRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"card-container\">\n            <div attr=\"id: buttonContainerId\" data-bind=\"afterRender: afterRender\" class=\"apple-pay\"></div>\n        </div>\n        <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\" if=\"isButtonRendered() && !isAvailable()\">\n            <div data-ui-id=\"checkout-cart-validationmessages-message-error\" translate=\"notEligibleErrorMessage\"></div>\n        </div>\n    </div>\n</div>\n","Magento_PaymentServicesPaypal/template/payment/google-pay.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice flex-center\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\">\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label flex-center\">\n            <img class=\"payment-type-icon\" data-bind=\"attr: { src: paymentTypeIconUrl, alt: paymentTypeIconTitle }\" />\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\" data-bind=\"blockLoader: !isButtonRendered()\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\" if=\"isButtonRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"checkout-agreements-block\" if=\"isButtonRendered() && isAvailable()\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n\n        <div class=\"card-container\">\n            <div attr=\"id: buttonContainerId\" data-bind=\"afterRender: afterRender\" class=\"google-pay\"></div>\n        </div>\n\n        <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\" if=\"isButtonRendered() && !isAvailable()\">\n            <div data-ui-id=\"checkout-cart-validationmessages-message-error\" translate=\"notEligibleErrorMessage\"></div>\n        </div>\n    </div>\n</div>\n","Magento_CheckoutAgreements/template/checkout/checkout-agreements.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-role=\"checkout-agreements\">\n    <div class=\"checkout-agreements fieldset\" data-bind=\"visible: isVisible\">\n        <!-- ko foreach: agreements -->\n            <!-- ko if: ($parent.isAgreementRequired($data)) -->\n            <div class=\"checkout-agreement field choice required\">\n                <input type=\"checkbox\" class=\"required-entry\"\n                       data-bind=\"attr: {\n                                    'id': $parent.getCheckboxId($parentContext, agreementId),\n                                    'name': 'agreement[' + agreementId + ']',\n                                    'value': agreementId\n                                    }\"/>\n                <label class=\"label\" data-bind=\"attr: {'for': $parent.getCheckboxId($parentContext, agreementId)}\">\n                    <button type=\"button\"\n                            class=\"action action-show\"\n                            data-bind=\"click: function(data, event) { return $parent.showContent(data, event) }\"\n                            >\n                        <span data-bind=\"html: checkboxText\"></span>\n                    </button>\n                </label>\n            </div>\n            <!-- /ko -->\n            <!-- ko ifnot: ($parent.isAgreementRequired($data)) -->\n            <div class=\"checkout-agreement\">\n                <button type=\"button\" class=\"action action-show\"\n                        data-bind=\"click: function(data, event) { return $parent.showContent(data, event) }\">\n                    <span data-bind=\"html: checkboxText\"></span>\n                </button>\n            </div>\n            <!-- /ko -->\n        <!-- /ko -->\n        <div id=\"checkout-agreements-modal\" data-bind=\"afterRender: initModal\" style=\"display: none\">\n            <div class=\"checkout-agreements-item-content\" data-bind=\"html: modalContent, style: {height: contentHeight, overflow:'auto' }\"></div>\n        </div>\n    </div>\n</div>\n","Magento_Persistent/template/remember-me.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isRememberMeCheckboxVisible() -->\n<div id=\"remember-me-box\" class=\"field choice persistent\">\n    <input type=\"checkbox\" name=\"persistent_remember_me\" class=\"checkbox\" id=\"persistent_remember_me\" data-bind=\"checked: isRememberMeCheckboxChecked, attr: {title: $t('Remember Me'), 'data-scope': dataScope}\" />\n    <label for=\"persistent_remember_me\" class=\"label\"><span data-bind=\"i18n: 'Remember Me'\"></span></label>\n    <span class=\"tooltip wrapper\">\n        <strong class=\"tooltip toggle\" data-bind=\"i18n: 'What\\'s this?'\"></strong>\n        <span class=\"tooltip content\" data-bind=\"i18n: 'Check \\'Remember Me\\' to access your shopping cart on this computer even if you are not signed in.'\"></span></span>\n</div>\n<!-- /ko -->\n","Magento_Variable/template/grid/cells/radioselect.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<input type=\"radio\" class=\"admin__control-radio\" name=\"radio-select\" data-bind=\"value: $row()['variable_type'] + ':' + $row()['code'], checked: selectedVariableCode, click: selectVariable\"/>\n<label class=\"admin__field-label\"></label>\n","Magento_ReCaptchaCheckout/template/payment-recaptcha-container.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n<div>\n    <each args=\"data: getRegion('place-order-recaptcha'), as: 'recaptcha'\" render=\"\"></each>\n</div>\n<hr />\n","Magento_ReCaptchaCheckout/template/reCaptcha.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n<!-- ko if: (isCheckoutReCaptchaRequiredFor($parents[1]))-->\n<div class=\"recaptcha-checkout-place-order\" data-bind=\"{\n    attr: {\n        'id': getReCaptchaIdFor($parents[1]) + '-wrapper'\n    },\n    'afterRender': renderReCaptchaFor($parents[1])\n}\">\n    <div class=\"g-recaptcha\"></div>\n    <!-- ko if: (!getIsInvisibleRecaptcha()) -->\n    <div class=\"field\">\n        <div class=\"control\">\n            <input type=\"checkbox\"\n                   value=\"\"\n                   class=\"required-captcha checkbox\"\n                   name=\"recaptcha-validate-\"\n                   data-validate=\"{required:true}\"\n                   tabindex=\"-1\">\n        </div>\n    </div>\n    <!-- /ko -->\n</div>\n<!-- /ko -->\n","Magento_ReCaptchaFrontendUi/template/reCaptcha.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n\n<div data-bind=\"{\n    attr: {\n        'id': getReCaptchaId() + '-wrapper'\n    },\n    'afterRender': renderReCaptcha()\n}\">\n    <div class=\"g-recaptcha\"></div>\n    <!-- ko if: (!getIsInvisibleRecaptcha()) -->\n    <div class=\"field\">\n        <div class=\"control\">\n            <input type=\"checkbox\"\n                   value=\"\"\n                   class=\"required-captcha checkbox\"\n                   name=\"recaptcha-validate-\"\n                   data-validate=\"{required:true}\"\n                   tabindex=\"-1\">\n        </div>\n    </div>\n    <!-- /ko -->\n</div>\n","Magento_Captcha/template/checkout/captcha.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input name=\"captcha_form_id\" type=\"hidden\" data-bind=\"value: formId,  attr: {'data-scope': dataScope}\" />\n<!-- ko if: (isRequired() && getIsVisible())-->\n<div class=\"field captcha required\" data-bind=\"blockLoader: getIsLoading()\">\n    <label data-bind=\"attr: {for: 'captcha_' + formId}\" class=\"label\"><span data-bind=\"i18n: 'Please type the letters and numbers below'\"></span></label>\n    <div class=\"control captcha\">\n        <input name=\"captcha_string\" type=\"text\" class=\"input-text required-entry\" data-bind=\"value: captchaValue(), attr: {id: 'captcha_' + formId, 'data-scope': dataScope}\" autocomplete=\"off\"/>\n        <div class=\"nested\">\n            <div class=\"field captcha no-label\">\n                <div class=\"control captcha-image\">\n                    <img data-bind=\"attr: {\n                                        alt: $t('Please type the letters and numbers below'),\n                                        title: $t('Please type the letters and numbers below'),\n                                        height: imageHeight(),\n                                        src: getImageSource(),\n                                        }\"\n                         class=\"captcha-img\"/>\n                    <button type=\"button\" class=\"action reload captcha-reload\" data-bind=\"attr: {title: $t('Reload captcha')}, click: refresh\">\n                        <span data-bind=\"i18n: 'Reload captcha'\"></span>\n                    </button>\n                </div>\n            </div>\n            <!-- ko if: isCaseSensitive()-->\n            <div class=\"captcha-note note\" data-bind=\"i18n: 'Attention: Captcha is case sensitive.'\"></div>\n            <!-- /ko -->\n        </div>\n    </div>\n</div>\n<!-- /ko -->\n","Magento_Bundle/template/product/final_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"hasPriceRange($row())\">\n    <div class=\"price-from\">\n        <with args=\"getPriceByCode('minimal_price')\">\n            <render args=\"getBody()\" ></render>\n        </with>\n        <with args=\"getPriceByCode('minimal_regular_price')\">\n            <render args=\"getBody()\" ></render>\n        </with>\n    </div>\n    <div class=\"price-to\">\n        <with args=\"getPriceByCode('max_price')\">\n            <render args=\"getBody()\" ></render>\n        </with>\n        <with args=\"getPriceByCode('max_regular_price')\">\n            <render args=\"getBody()\" ></render>\n        </with>\n    </div>\n</if>\n\n<ifnot args=\"hasPriceRange($row())\">\n    <with args=\"getPriceByCode('minimal_price')\">\n        <render args=\"getBody()\" ></render>\n    </with>\n    <with args=\"getPriceByCode('minimal_regular_price')\">\n        <render args=\"getBody()\" ></render>\n    </with>\n</ifnot>\n","Magento_Bundle/template/product/price/minimal_price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"getMinimalPriceAmount($row()) < getMaximumPriceAmount($row())\">\n    <span class=\"price-container\"\n          css=\"getAdjustmentCssClasses($row())\">\n        <span if=\"label\"\n              class=\"price-label\"\n              text=\"label\"></span>\n\n        <span class=\"price-wrapper\"\n              css=\"priceWrapperCssClasses\"\n              attr=\"priceWrapperAttr\"\n              data-price-amount=\"\"\n              data-price-type=\"\"\n              html=\"getMinimalPriceUnsanitizedHtml($row())\"></span>\n\n        <each args=\"data: getAdjustments(), as: '$adj'\">\n                <render args=\"$adj.getBody()\"></render>\n        </each>\n    </span>\n</if>\n","Magento_Tax/template/checkout/summary/grand-total.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isTaxDisplayedInGrandTotal && isDisplayed() -->\n<tr class=\"grand totals incl\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: inclTaxLabel\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': inclTaxLabel}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n    </td>\n</tr>\n<tr class=\"grand totals excl\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: exclTaxLabel\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': exclTaxLabel}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getGrandTotalExclTax()\"></span></strong>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: !isTaxDisplayedInGrandTotal && isDisplayed() -->\n<tr class=\"grand totals\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: title\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': title}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: isBaseGrandTotalDisplayNeeded() && isDisplayed() -->\n<tr class=\"totals charge\">\n    <th class=\"mark\" data-bind=\"i18n: basicCurrencyMessage\" scope=\"row\"></th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getBaseValue(), attr: {'data-th': basicCurrencyMessage}\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_Tax/template/checkout/summary/tax.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: ifShowValue() && !ifShowDetails() -->\n<tr class=\"totals-tax\">\n    <th data-bind=\"text: title\" class=\"mark\" scope=\"row\"></th>\n    <td data-bind=\"attr: {'data-th': title}\" class=\"amount\">\n        <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getValue()\"></span>\n        <!-- /ko -->\n        <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getValue()\"></span>\n        <!-- /ko -->\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: ifShowValue() && ifShowDetails() -->\n    <tr class=\"totals-tax-summary\"\n        data-bind=\"mageInit: {'toggleAdvanced':{'selectorsToggleClass': 'shown', 'baseToggleClass': 'expanded', 'toggleContainers': '.totals-tax-details'}}\">\n        <th data-bind=\"text: title\" class=\"mark\" scope=\"row\"></th>\n        <td data-bind=\"attr: {'data-th': title }\" class=\"amount\">\n            <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getValue()\"></span>\n            <!-- /ko -->\n            <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getValue()\"></span>\n            <!-- /ko -->\n        </td>\n    </tr>\n    <!-- ko foreach: getDetails() -->\n        <!-- ko foreach: rates -->\n        <tr class=\"totals-tax-details\">\n            <!-- ko if: percent -->\n                <th class=\"mark\" scope=\"row\" data-bind=\"text: title + ' (' + percent + '%)'\"></th>\n            <!-- /ko -->\n            <!-- ko if: !percent -->\n                <th class=\"mark\" scope=\"row\" data-bind=\"text: title\"></th>\n            <!-- /ko -->\n            <td class=\"amount\">\n                <!-- ko if: $parents[1].isCalculated() -->\n                <span class=\"price\"\n                      data-bind=\"text: $parents[1].getTaxAmount($parents[0], percent), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n                <!-- /ko -->\n                <!-- ko ifnot: $parents[1].isCalculated() -->\n                <span class=\"not-calculated\"\n                      data-bind=\"text: $parents[1].getTaxAmount($parents[0], percent), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n                <!-- /ko -->\n            </td>\n        </tr>\n        <!-- /ko -->\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Tax/template/checkout/summary/subtotal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isBothPricesDisplayed() -->\n<tr class=\"totals sub excl\">\n    <th class=\"mark\" scope=\"row\">\n        <span data-bind=\"i18n: title\"></span>\n        <span data-bind=\"i18n: excludingTaxMessage\"></span>\n    </th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValue(), attr: {'data-th': excludingTaxMessage}\"></span>\n    </td>\n</tr>\n<tr class=\"totals sub incl\">\n    <th class=\"mark\" scope=\"row\">\n        <span data-bind=\"i18n: title\"></span>\n        <span data-bind=\"i18n: includingTaxMessage\"></span>\n    </th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValueInclTax(), attr: {'data-th': includingTaxMessage}\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: !isBothPricesDisplayed() && isIncludingTaxDisplayed() -->\n<tr class=\"totals sub\">\n    <th data-bind=\"i18n: title\" class=\"mark\" scope=\"row\"></th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValueInclTax(), attr: {'data-th': title}\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: !isBothPricesDisplayed() && !isIncludingTaxDisplayed() -->\n<tr class=\"totals sub\">\n    <th data-bind=\"i18n: title\" class=\"mark\" scope=\"row\"></th>\n    <td class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValue(), attr: {'data-th': title}\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_Tax/template/checkout/summary/shipping.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: quoteIsVirtual == 0 -->\n    <!-- ko if: isBothPricesDisplayed() -->\n    <tr class=\"totals shipping excl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"text: title+ ' ' + excludingTaxMessage\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getExcludingValue(), attr: {'data-th': excludingTaxMessage}\"></span>\n            <!-- /ko -->\n            <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getExcludingValue(), attr: {'data-th': excludingTaxMessage}\"></span>\n            <!-- /ko -->\n        </td>\n    </tr>\n    <tr class=\"totals shipping incl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"text: title + ' ' + includingTaxMessage\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title + ' ' + excludingTaxMessage}\"></span>\n            <!-- /ko -->\n            <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title + ' ' + excludingTaxMessage}\"></span>\n            <!-- /ko -->\n        </td>\n    </tr>\n    <!-- /ko -->\n    <!-- ko if: isIncludingDisplayed() -->\n    <tr class=\"totals shipping incl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"i18n: title\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title}\"></span>\n            <!-- /ko -->\n            <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title}\"></span>\n            <!-- /ko -->\n        </td>\n    </tr>\n    <!-- /ko -->\n    <!-- ko if: isExcludingDisplayed() -->\n    <tr class=\"totals shipping excl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"i18n: title\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <!-- ko if: isCalculated() -->\n            <span class=\"price\"\n                  data-bind=\"text: getValue(), attr: {'data-th': title}\"></span>\n            <!-- /ko -->\n            <!-- ko ifnot: isCalculated() -->\n            <span class=\"not-calculated\"\n                  data-bind=\"text: getValue(), attr: {'data-th': title}\"></span>\n            <!-- /ko -->\n        </td>\n    </tr>\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Tax/template/checkout/summary/item/details/subtotal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"subtotal\">\n    <!-- ko if: isPriceInclTaxDisplayed() && !getRegion('row_incl_tax') -->\n    <span class=\"price-including-tax\"\n          data-bind =\"text: getValueInclTax($parents[1]), attr:{'data-label': $t('Incl. Tax')}\">\n    </span>\n    <!-- /ko -->\n\n    <!-- ko if: isPriceInclTaxDisplayed() && getRegion('row_incl_tax') -->\n    <span class=\"price-including-tax\" data-bind =\"attr:{'data-label': $t('Incl. Tax')}\">\n            <!-- ko foreach: getRegion('row_incl_tax') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!-- /ko -->\n    </span>\n    <!-- /ko -->\n\n    <!-- ko if: isPriceExclTaxDisplayed() && !getRegion('row_excl_tax') -->\n    <span class=\"price-excluding-tax\"\n          data-bind =\"text: getValueExclTax($parents[1]), attr:{'data-label': $t('Excl. Tax')}\">\n    </span>\n    <!-- /ko -->\n    <!-- ko if: isPriceExclTaxDisplayed() && getRegion('row_excl_tax') -->\n    <span class=\"price-excluding-tax\" data-bind =\"attr:{'data-label': $t('Excl. Tax')}\">\n            <!-- ko foreach: getRegion('row_excl_tax') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!-- /ko -->\n    </span>\n    <!-- /ko -->\n</div>\n","Magento_Tax/template/checkout/cart/totals/grand-total.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isTaxDisplayedInGrandTotal && isDisplayed() -->\n<tr class=\"grand totals incl\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: inclTaxLabel\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': inclTaxLabel}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n    </td>\n</tr>\n<tr class=\"grand totals excl\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: exclTaxLabel\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': exclTaxLabel}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getGrandTotalExclTax()\"></span></strong>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: !isTaxDisplayedInGrandTotal && isDisplayed() -->\n<tr class=\"grand totals\">\n    <th class=\"mark\" scope=\"row\">\n        <strong data-bind=\"i18n: title\"></strong>\n    </th>\n    <td data-bind=\"attr: {'data-th': title}\" class=\"amount\">\n        <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n    </td>\n</tr>\n<!-- /ko -->\n","Magento_Tax/template/checkout/cart/totals/tax.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<!-- ko if: ifShowValue() && !ifShowDetails() -->\n<tr class=\"totals-tax\">\n    <th data-bind=\"text: title\" class=\"mark\" colspan=\"1\" scope=\"row\"></th>\n    <td data-bind=\"attr: {'data-th': title}\" class=\"amount\">\n        <span class=\"price\" data-bind=\"text: getValue()\"></span>\n    </td>\n</tr>\n<!-- /ko -->\n<!-- ko if: ifShowValue() && ifShowDetails() -->\n    <tr class=\"totals-tax-summary\"\n        data-bind=\"mageInit: {'toggleAdvanced':{'selectorsToggleClass': 'shown', 'baseToggleClass': 'expanded', 'toggleContainers': '.totals-tax-details'}}\">\n        <th class=\"mark\" scope=\"row\" colspan=\"1\">\n            <span class=\"detailed\" data-bind=\"text: title\"></span>\n        </th>\n        <td data-bind=\"attr: {'data-th': title}\" class=\"amount\">\n            <span class=\"price\" data-bind=\"text: getValue()\"></span>\n        </td>\n    </tr>\n    <!-- ko foreach: getDetails() -->\n        <!-- ko foreach: rates -->\n        <tr class=\"totals-tax-details\">\n            <!-- ko if: percent -->\n                <th class=\"mark\" scope=\"row\" colspan=\"1\" data-bind=\"text: title + ' (' + percent + '%)'\"></th>\n            <!-- /ko -->\n            <!-- ko if: !percent -->\n                <th class=\"mark\" scope=\"row\" colspan=\"1\" data-bind=\"text: title\"></th>\n            <!-- /ko -->\n            <td class=\"amount\" rowspan=\"1\">\n                <!-- ko if: $parents[1].isCalculated() -->\n                <span class=\"price\"\n                      data-bind=\"text: $parents[1].getTaxAmount($parents[0], percent), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n                <!-- /ko -->\n                <!-- ko ifnot: $parents[1].isCalculated() -->\n                <span class=\"not-calculated\"\n                      data-bind=\"text: $parents[1].getTaxAmount($parents[0], percent), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n                <!-- /ko -->\n            </td>\n        </tr>\n        <!-- /ko -->\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Tax/template/checkout/cart/totals/shipping.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isCalculated() && quoteIsVirtual == 0 -->\n    <!-- ko if: isBothPricesDisplayed() -->\n    <tr class=\"totals shipping excl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"text: title + ' ' + excludingTaxMessage\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <span class=\"price\"\n                  data-bind=\"text: getExcludingValue(), attr: {'data-th': excludingTaxMessage}\"></span>\n        </td>\n    </tr>\n    <tr class=\"totals shipping incl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"text: title + ' ' + includingTaxMessage\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <span class=\"price\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title + ' ' + excludingTaxMessage}\"></span>\n        </td>\n    </tr>\n    <!-- /ko -->\n    <!-- ko if: isIncludingDisplayed() -->\n    <tr class=\"totals shipping incl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"i18n: title\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <span class=\"price\"\n                  data-bind=\"text: getIncludingValue(), attr: {'data-th': title}\"></span>\n        </td>\n    </tr>\n    <!-- /ko -->\n    <!-- ko if: isExcludingDisplayed() -->\n    <tr class=\"totals shipping excl\">\n        <th class=\"mark\" scope=\"row\">\n            <span class=\"label\" data-bind=\"i18n: title\"></span>\n            <!-- ko if: haveToShowCoupon() -->\n                <span class=\"label description\" data-bind=\"text: getCouponDescription()\"></span>\n            <!-- /ko -->\n            <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n        </th>\n        <td class=\"amount\">\n            <span class=\"price\"\n                  data-bind=\"text: getValue(), attr: {'data-th': title}\"></span>\n        </td>\n    </tr>\n    <!-- /ko -->\n<!-- /ko -->\n","Magento_Tax/template/checkout/minicart/subtotal/totals.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div class=\"amount price-container\">\n    <!-- ko if: displaySubtotal() -->\n        <!-- ko if: display_cart_subtotal_excl_tax -->\n            <span class=\"price-wrapper\" data-bind=\"html: cart().subtotal_excl_tax\"></span>\n        <!-- /ko -->\n\n        <!-- ko if: !display_cart_subtotal_excl_tax && display_cart_subtotal_incl_tax -->\n            <span class=\"price-wrapper\" data-bind=\"html: cart().subtotal_incl_tax\"></span>\n        <!-- /ko -->\n\n        <!-- ko if: !display_cart_subtotal_excl_tax && !display_cart_subtotal_incl_tax -->\n            <span class=\"price-wrapper price-including-tax\"\n                  data-bind=\"attr: { 'data-label': $t('Incl. Tax') }, html: cart().subtotal_incl_tax\">\n            </span>\n\n            <span class=\"price-wrapper price-excluding-tax\"\n                  data-bind=\"attr: { 'data-label': $t('Excl. Tax') }, html: cart().subtotal_excl_tax\">\n            </span>\n        <!-- /ko -->\n    <!-- /ko -->\n    <!-- ko ifnot: displaySubtotal() -->\n        <!-- ko foreach: getRegion('minicart-subtotal-hidden') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n        <!-- /ko -->\n    <!-- /ko -->\n</div>\n","Magento_Tax/template/checkout/shipping_method/price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if:  isDisplayShippingPriceExclTax -->\n<span class=\"price\"><span class=\"price\" data-bind=\"text: getFormattedPrice(method.price_excl_tax)\"></span></span>\n<!-- /ko -->\n<!-- ko ifnot: isDisplayShippingPriceExclTax -->\n<!-- ko if:  (isDisplayShippingBothPrices && (method.price_excl_tax != method.price_incl_tax))-->\n<span class=\"price-including-tax\" data-bind = \"attr: {'data-label': $t('Incl. Tax')}\">\n    <span class=\"price\"><span class=\"price\" data-bind=\"text: getFormattedPrice(method.price_incl_tax)\"></span></span>\n</span>\n<!-- /ko -->\n\n<!-- ko ifnot:  (isDisplayShippingBothPrices && (method.price_excl_tax != method.price_incl_tax))-->\n    <span class=\"price\"><span class=\"price\" data-bind=\"text: getFormattedPrice(method.price_incl_tax)\"></span></span>\n<!-- /ko -->\n\n<!-- /ko -->\n<!-- ko if:  (isDisplayShippingBothPrices && (method.price_excl_tax != method.price_incl_tax))-->\n<span class=\"price-excluding-tax\" data-bind = \"attr: {'data-label': $t('Excl. Tax')}\">\n    <span class=\"price\"><span class=\"price\" data-bind=\"text: getFormattedPrice(method.price_excl_tax)\"></span></span>\n</span>\n<!-- /ko -->\n","Magento_Tax/template/price/adjustment.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"displayBothPrices()\">\n    <span class=\"price-wrapper price-excluding-tax\"\n          attr=\"'data-label': $t('Excl. Tax')\"\n          data-price-amount=\"\"\n          data-price-type=\"basePrice\"\n          html=\"getTax($row())\">\n    </span>\n</if>\n","Magento_Tax/template/price/bundle/adjustment.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"displayPriceIncludeTax()\">\n    <span class=\"price-wrapper price-excluding-tax\"\n          attr=\"'data-label': $t('Incl. Tax')\"\n          data-price-amount=\"\"\n          data-price-type=\"basePrice\"\n          html=\"getTaxUnsanitizedHtml($row())\"></span>\n</if>\n\n<if args=\"displayPriceExclTax()\">\n    <span class=\"price-wrapper price-excluding-tax\"\n          attr=\"'data-label': $t('Excl. Tax')\"\n          data-price-amount=\"\"\n          data-price-type=\"basePrice\"\n          html=\"getTaxUnsanitizedHtml($row())\"></span>\n</if>\n\n<if args=\"displayBothPrices()\">\n    <span class=\"price-wrapper price-excluding-tax\"\n          attr=\"'data-label': $t('Excl. Tax')\"\n          data-price-amount=\"\"\n          data-price-type=\"basePrice\"\n          html=\"getTaxUnsanitizedHtml($row())\"></span>\n</if>\n","Magento_Vault/template/payment/form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" css=\"'_active': (getId() === isChecked())\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"\n                    attr: {'id': getId()},\n                    value: getId(),\n                    click: selectPaymentMethod,\n                    checked: isChecked,\n                    visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getId()}\">\n            <img data-bind=\"attr: {\n            'src': getIcons(getCardType()).url,\n            'width': getIcons(getCardType()).width,\n            'height': getIcons(getCardType()).height,\n            'alt': getIcons(getCardType()).title\n            }\" class=\"payment-icon\">\n            <span translate=\"'ending'\"></span>\n            <span text=\"getMaskedCard()\"></span>\n            (\n            <span translate=\"'expires'\"></span>:\n            <span text=\"getExpirationDate()\"></span>\n            )\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <each args=\"getRegion('messages')\" render=\"\"></each>\n        <div class=\"payment-method-billing-address\">\n            <each args=\"data: $parent.getRegion(getBillingAddressFormName()), as: '$item'\">\n                <render args=\"$item.getTemplate()\"></render>\n            </each>\n        </div>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                            click: placeOrder,\n                            attr: {title: $t('Place Order')},\n                            enable: isButtonActive()\n                        \"\n                    disabled>\n                    <span translate=\"'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Blackbird_RestrictionShippingMethod/template/shipping.html":"<li id=\"shipping\" class=\"checkout-shipping-address\" data-bind=\"fadeVisible: visible()\">\n    <div class=\"step-title\" translate=\"'Shipping Address'\" data-role=\"title\"></div>\n    <div id=\"checkout-step-shipping\"\n         class=\"step-content\"\n         data-role=\"content\">\n\n        <each if=\"!quoteIsVirtual\" args=\"getRegion('customer-email')\" render=\"\"></each>\n        <each args=\"getRegion('address-list')\" render=\"\"></each>\n        <each args=\"getRegion('address-list-additional-addresses')\" render=\"\"></each>\n\n        <!-- Address form pop up -->\n        <if args=\"!isFormInline\">\n            <div class=\"new-address-popup\">\n                <button type=\"button\"\n                        class=\"action action-show-popup\"\n                        click=\"showFormPopUp\"\n                        visible=\"!isNewAddressAdded()\">\n                    <span translate=\"'New Address'\"></span>\n                </button>\n            </div>\n            <div id=\"opc-new-shipping-address\"\n                 visible=\"isFormPopUpVisible()\"\n                 render=\"shippingFormTemplate\">\n            </div>\n        </if>\n\n        <each args=\"getRegion('before-form')\" render=\"\"></each>\n\n        <!-- Inline address form -->\n        <render if=\"isFormInline\" args=\"shippingFormTemplate\"></render>\n    </div>\n</li>\n\n<!--Shipping method template-->\n<li id=\"opc-shipping_method\"\n    class=\"checkout-shipping-method\"\n    data-bind=\"fadeVisible: visible(), blockLoader: isLoading\"\n    role=\"presentation\">\n    <div class=\"checkout-shipping-method\">\n        <div class=\"step-title\"\n             translate=\"'Shipping Methods'\"\n             data-role=\"title\">\n        </div>\n\n        <each args=\"getRegion('before-shipping-method-form')\" render=\"\"></each>\n\n        <div id=\"checkout-step-shipping_method\"\n             class=\"step-content\"\n             data-role=\"content\"\n             role=\"tabpanel\"\n             aria-hidden=\"false\">\n            <form id=\"co-shipping-method-form\"\n                  class=\"form methods-shipping\"\n                  if=\"rates().length\"\n                  submit=\"setShippingInformation\"\n                  novalidate=\"novalidate\">\n\n                <render args=\"shippingMethodListTemplate\"></render>\n\n                <div id=\"onepage-checkout-shipping-method-additional-load\">\n                    <each args=\"getRegion('shippingAdditional')\" render=\"\"></each>\n                </div>\n                <div role=\"alert\"\n                     if=\"errorValidationMessage().length\"\n                     class=\"message notice\">\n                    <span text=\"errorValidationMessage()\"></span>\n                </div>\n                <div class=\"actions-toolbar\" id=\"shipping-method-buttons-container\">\n                    <div class=\"primary\">\n                        <button data-role=\"opc-continue\" type=\"submit\" class=\"button action continue primary\">\n                            <span translate=\"'Next'\"></span>\n                        </button>\n                    </div>\n                </div>\n            </form>\n            <div class=\"no-quotes-block\"\n                 ifnot=\"rates().length > 0\"\n                 translate=\"'Sorry, no quotes are available for this order at this time'\"\n                 afterRender=\"getShippingMessage\"\n                >\n            </div>\n        </div>\n    </div>\n</li>\n\n","Magento_PaypalCaptcha/template/payment/payflowpro-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <iframe width=\"0\"\n                height=\"0\"\n                data-bind=\"src: getSource(), attr: {id: getCode() + '-transparent-iframe', 'data-container': getCode() + '-transparent-iframe'}\"\n                allowtransparency=\"true\"\n                frameborder=\"0\"\n                name=\"iframeTransparent\"\n                class=\"payment-method-iframe\">\n        </iframe>\n        <form class=\"form\" id=\"co-transparent-form\" action=\"#\" method=\"post\" data-bind=\"mageInit: {\n            'transparent':{\n                'context': context(),\n                'controller': getControllerName(),\n                'gateway': getCode(),\n                'orderSaveUrl':getPlaceOrderUrl(),\n                'cgiUrl': getCgiUrl(),\n                'dateDelim': getDateDelim(),\n                'cardFieldsMap': getCardFieldsMap(),\n                'nativeAction': getSaveOrderUrl()\n            }, 'validation':[]}\">\n\n            <!-- ko template: 'Magento_Payment/payment/cc-form' --><!-- /ko -->\n\n            <!-- ko if: (isVaultEnabled())-->\n            <div class=\"field-tooltip-content\">\n                <input type=\"checkbox\"\n                       name=\"vault[is_enabled]\"\n                       class=\"checkbox-inline\"\n                       data-bind=\"attr: {'id': getCode() + '_enable_vault'}, checked: vaultEnabler.isActivePaymentTokenEnabler\"/>\n                <label class=\"label\" data-bind=\"attr: {'for': getCode() + '_enable_vault'}\">\n                    <span><!-- ko i18n: 'Save credit card information for future use.'--><!-- /ko --></span>\n                </label>\n            </div>\n            <!-- /ko -->\n        </form>\n        <fieldset class=\"fieldset payment items ccard\">\n            <!-- ko foreach: $parent.getRegion('paypal-captcha') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!-- /ko -->\n        </fieldset>\n\n\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button data-role=\"review-save\"\n                        type=\"submit\"\n                        data-bind=\"\n                        attr: {title: $t('Place Order')},\n                        enable: (getCode() == isChecked()),\n                        click: placeOrder,\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \"\n                        class=\"action primary checkout\"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Shipping/template/checkout/shipping/shipping-policy.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"shipping-policy-block field-tooltip\"\n     data-bind=\"visible: config.isEnabled\">\n    <span class=\"field-tooltip-action\"\n          tabindex=\"0\"\n          data-toggle=\"dropdown\"\n          data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\">\n        <!-- ko i18n: 'See our Shipping Policy' --><!-- /ko -->\n    </span>\n    <div class=\"field-tooltip-content\"\n         data-target=\"dropdown\">\n        <span data-bind=\"html: config.shippingPolicyContent\"></span>\n    </div>\n</div>\n","Magento_Payment/template/payment/free.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}, visible: isAvailable()\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: getTitle()\"></span></label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {title: $t('Place Order')},\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \">\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_Payment/template/payment/cc-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<fieldset data-bind=\"attr: {class: 'fieldset payment items ccard ' + getCode(), id: 'payment_form_' + getCode()}\">\n    <!-- ko if: (isShowLegend())-->\n    <legend class=\"legend\">\n        <span><!-- ko i18n: 'Credit Card Information'--><!-- /ko --></span>\n    </legend><br />\n    <!-- /ko -->\n    <div class=\"field type\">\n        <div class=\"control\">\n            <ul class=\"credit-card-types\">\n                <!-- ko foreach: {data: getCcAvailableTypesValues(), as: 'item'} -->\n                <li class=\"item\" data-bind=\"css: {\n                                                 _active: $parent.selectedCardType() == item.value,\n                                                 _inactive: $parent.selectedCardType() != null && $parent.selectedCardType() != item.value\n                                                 } \">\n                    <!--ko if: $parent.getIcons(item.value) -->\n                    <img data-bind=\"attr: {\n                        'src': $parent.getIcons(item.value).url,\n                        'alt': item.type,\n                        'width': $parent.getIcons(item.value).width,\n                        'height': $parent.getIcons(item.value).height\n                        }\">\n                    <!--/ko-->\n                </li>\n                <!--/ko-->\n            </ul>\n            <input type=\"hidden\"\n                   name=\"payment[cc_type]\"\n                   class=\"input-text\"\n                   value=\"\"\n                   data-bind=\"attr: {id: getCode() + '_cc_type', 'data-container': getCode() + '-cc-type'},\n                   value: creditCardType\n                   \">\n        </div>\n    </div>\n    <div class=\"field number required\">\n        <label data-bind=\"attr: {for: getCode() + '_cc_number'}\" class=\"label\">\n            <span><!-- ko i18n: 'Credit Card Number'--><!-- /ko --></span>\n        </label>\n        <div class=\"control\">\n            <input type=\"number\" name=\"payment[cc_number]\" class=\"input-text\" value=\"\"\n                   oncopy=\"return false;\"\n                   oncut=\"return false;\"\n                   onpaste=\"return false;\"\n                   data-bind=\"attr: {\n                                    autocomplete: off,\n                                    id: getCode() + '_cc_number',\n                                    title: $t('Credit Card Number'),\n                                    'data-container': getCode() + '-cc-number',\n                                    'data-validate': JSON.stringify({'required-number':true, 'validate-card-type':getCcAvailableTypesValues(), 'validate-card-number':'#' + getCode() + '_cc_type', 'validate-cc-type':'#' + getCode() + '_cc_type'})},\n                              enable: isActive($parents),\n                              value: creditCardNumber,\n                              valueUpdate: 'keyup' \"/>\n        </div>\n    </div>\n    <div class=\"field date required\" data-bind=\"attr: {id: getCode() + '_cc_type_exp_div'}\">\n        <label data-bind=\"attr: {for: getCode() + '_expiration'}\" class=\"label\">\n            <span><!-- ko i18n: 'Expiration Date'--><!-- /ko --></span>\n        </label>\n        <div class=\"control\">\n            <div class=\"fields group group-2\">\n                <div class=\"field no-label month\">\n                    <div class=\"control\">\n                        <select  name=\"payment[cc_exp_month]\"\n                                 class=\"select select-month\"\n                                 data-bind=\"attr: {id: getCode() + '_expiration', 'data-container': getCode() + '-cc-month', 'data-validate': JSON.stringify({required:true, 'validate-cc-exp':'#' + getCode() + '_expiration_yr'})},\n                                            enable: isActive($parents),\n                                            options: getCcMonthsValues(),\n                                            optionsValue: 'value',\n                                            optionsText: 'month',\n                                            optionsCaption: $t('Month'),\n                                            value: creditCardExpMonth\">\n                        </select>\n                    </div>\n                </div>\n                <div class=\"field no-label year\">\n                    <div class=\"control\">\n                        <select name=\"payment[cc_exp_year]\"\n                                class=\"select select-year\"\n                                data-bind=\"attr: {id: getCode() + '_expiration_yr', 'data-container': getCode() + '-cc-year', 'data-validate': JSON.stringify({required:true})},\n                                           enable: isActive($parents),\n                                           options: getCcYearsValues(),\n                                           optionsValue: 'value',\n                                           optionsText: 'year',\n                                           optionsCaption: $t('Year'),\n                                           value: creditCardExpYear\">\n                        </select>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </div>\n    <!-- ko if: (hasVerification())-->\n    <div class=\"field cvv required\" data-bind=\"attr: {id: getCode() + '_cc_type_cvv_div'}\">\n        <label data-bind=\"attr: {for: getCode() + '_cc_cid'}\" class=\"label\">\n            <span><!-- ko i18n: 'Card Verification Number'--><!-- /ko --></span>\n        </label>\n        <div class=\"control _with-tooltip\">\n            <input type=\"number\"\n                   autocomplete=\"off\"\n                   class=\"input-text cvv\"\n                   name=\"payment[cc_cid]\"\n                   value=\"\"\n                   oncopy=\"return false;\"\n                   oncut=\"return false;\"\n                   onpaste=\"return false;\"\n                   data-bind=\"attr: {id: getCode() + '_cc_cid',\n                        title: $t('Card Verification Number'),\n                        'data-container': getCode() + '-cc-cvv',\n                        'data-validate': JSON.stringify({'required-number':true, 'validate-card-cvv':'#' + getCode() + '_cc_type'})},\n                        enable: isActive($parents),\n                        value: creditCardVerificationNumber\" />\n            <div class=\"field-tooltip toggle\">\n                <span class=\"field-tooltip-action action-cvv\"\n                      tabindex=\"0\"\n                      data-toggle=\"dropdown\"\n                      data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                    <span><!-- ko i18n: 'What is this?'--><!-- /ko --></span>\n                </span>\n                <div class=\"field-tooltip-content\"\n                     data-target=\"dropdown\"\n                     data-bind=\"html: getCvvImageUnsanitizedHtml()\"></div>\n            </div>\n        </div>\n    </div>\n    <!-- /ko -->\n</fieldset>\n","Magento_Payment/template/payment/iframe.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- IFRAME for request to Payment Gateway -->\n<iframe width=\"0\" height=\"0\" data-bind=\"src: getSource(), attr: {id: getCode() + '-transparent-iframe', 'data-container': getCode() + '-transparent-iframe'}\" allowtransparency=\"true\" frameborder=\"0\"  name=\"iframeTransparent\" style=\"display:none;width:100%;background-color:transparent\"></iframe>\n<form class=\"form\" id=\"co-transparent-form\" autocomplete=\"off\" action=\"#\" method=\"post\" data-bind=\"mageInit: {\n    'transparent':{\n        'controller': getControllerName(),\n        'gateway': getCode(),\n        'orderSaveUrl':getPlaceOrderUrl(),\n        'cgiUrl': getCgiUrl(),\n        'dateDelim': getDateDelim(),\n        'cardFieldsMap': getCardFieldsMap(),\n        'nativeAction': getSaveOrderUrl(),\n        'expireYearLength': getExpireYearLength()\n    }, 'validation':[]}\">\n<!-- ko with: getCcFormView() -->\n    <!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n</form>\n<div class=\"checkout-agreements-block\">\n    <!-- ko foreach: $parent.getRegion('before-place-order') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n    <!--/ko-->\n</div>\n<div class=\"actions-toolbar\" id=\"review-buttons-container\">\n    <div class=\"primary\">\n        <button data-role=\"review-save\" type=\"submit\"\n                data-bind=\"attr: {title: $t('Place Order')}\"\n                class=\"button action primary checkout\">\n            <span data-bind=\"i18n: 'Place Order'\"></span>\n        </button>\n        <button type=\"submit\" id=\"originalPlaceOrder\" class=\"hidden\"\n                data-bind=\"click: originalPlaceOrder($parents[1])\"></button>\n    </div>\n    <div class=\"secondary\">\n        <span id=\"checkout-review-edit-label\" data-bind=\"i18n: 'Forgot an Item?'\"></span>\n        <a data-bind=\"attr: {href: $parents[1].cartUrl}\"\n           aria-describedby=\"checkout-review-edit-label\"\n           class=\"action edit\">\n            <span data-bind=\"i18n: 'Edit Your Cart'\"></span>\n        </a>\n    </div>\n</div>\n","mage/multiselect.html":"<div class=\"admin__action-multiselect-search-wrap\">\n    <input class=\"admin__control-text admin__action-multiselect-search\" data-role=\"advanced-select-text\" type=\"text\">\n    <label class=\"admin__action-multiselect-search-label\" data-action=\"advanced-select-search\"></label>\n    <div class=\"admin__action-multiselect-search-count\">\n        <span class=\"admin__action-multiselect-items-selected\">0</span> selected\n    </div>\n</div>","mage/gallery/gallery.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"fotorama-item\" data-gallery-role=\"gallery\">\n    <div data-gallery-role=\"fotorama__focusable-start\" tabindex=\"-1\"></div>\n    <div class=\"fotorama__wrap fotorama__wrap--css3 fotorama__wrap--slide fotorama__wrap--toggle-arrows\">\n        <div class=\"fotorama__stage\" data-fotorama-stage=\"fotorama__stage\">\n            <div class=\"fotorama__arr fotorama__arr--prev\" tabindex=\"0\" role=\"button\" aria-label=\"Previous\" data-gallery-role=\"arrow\">\n                <div class=\"fotorama__arr__arr\"></div>\n            </div>\n            <div class=\"fotorama__stage__shaft\" tabindex=\"0\" data-gallery-role=\"stage-shaft\">\n            </div>\n            <div class=\"fotorama__arr fotorama__arr--next fotorama__arr--disabled\" tabindex=\"-1\" role=\"button\"\n                 aria-label=\"Next\" data-gallery-role=\"arrow\">\n                <div class=\"fotorama__arr__arr\"></div>\n            </div>\n            <div class=\"fotorama__video-close\"></div>\n            <div class=\"fotorama__zoom-in\" data-gallery-role=\"fotorama__zoom-in\" aria-label=\"Zoom in\" role=\"button\" tabindex=\"0\"></div>\n            <div class=\"fotorama__zoom-out\" data-gallery-role=\"fotorama__zoom-out\" aria-label=\"Zoom out\" role=\"button\" tabindex=\"0\"></div>\n            <div class=\"fotorama__spinner\"></div>\n        </div>\n        <div class=\"fotorama__nav-wrap\" data-gallery-role=\"nav-wrap\">\n            <div class=\"fotorama__nav fotorama__nav--thumbs\">\n                <div class=\"fotorama__fullscreen-icon\" data-gallery-role=\"fotorama__fullscreen-icon\" tabindex=\"0\" aria-label=\"Exit fullscreen\" role=\"button\"></div>\n                <div class=\"fotorama__thumb__arr fotorama__thumb__arr--left\" role=\"button\" aria-label=\"Previous\" data-gallery-role=\"arrow\" tabindex = \"-1\">\n                    <div class=\"fotorama__thumb--icon\"></div>\n                </div>\n                <div class=\"fotorama__nav__shaft\">\n                    <div class=\"fotorama__thumb-border\"></div>\n                </div>\n                <div class=\"fotorama__thumb__arr fotorama__thumb__arr--right\" role=\"button\" aria-label=\"Next\" data-gallery-role=\"arrow\" tabindex = \"-1\">\n                    <div class=\"fotorama__thumb--icon\"></div>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div data-gallery-role=\"fotorama__focusable-end\" tabindex=\"-1\"></div>\n</div>\n<div class=\"magnifier-preview\" data-gallery-role=\"magnifier\" id=\"preview\"></div>\n","Blackbird_Monetico/template/payment/monetico-multitime.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_cb\"></div>\r\n                <div class=\"payment-icon payment_method_monetico_master\"></div>\r\n                <div class=\"payment-icon payment_method_monetico_visa\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the CM-CIC service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cic\"></div>\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cm\"></div>\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_desjardins\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Blackbird_Monetico/template/payment/monetico-4xcb.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_4xcb\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the Cofidis service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cofidis\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Blackbird_Monetico/template/payment/monetico-3xcb.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_3xcb\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the Cofidis service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cofidis\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Blackbird_Monetico/template/payment/monetico-euro.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_1euro\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the Cofidis service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cofidis\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Blackbird_Monetico/template/payment/monetico-onetime.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_cb\"></div>\r\n                <div class=\"payment-icon payment_method_monetico_master\"></div>\r\n                <div class=\"payment-icon payment_method_monetico_visa\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the CM-CIC service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cic\"></div>\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_cm\"></div>\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_desjardins\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Blackbird_Monetico/template/payment/monetico-paypal.html":"<!--\r\n/**\r\n * Blackbird Monetico Module\r\n *\r\n * NOTICE OF LICENSE\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to contact@bird.eu so we can send you a copy immediately.\r\n *\r\n * @category    Blackbird\r\n * @package     Blackbird_Monetico\r\n * @copyright   Copyright (c) 2018 Blackbird (https://black.bird.eu)\r\n * @author      Blackbird Team\r\n * @license     https://store.bird.eu/license/\r\n * @support     help@bird.eu\r\n */\r\n-->\r\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\r\n    <div class=\"payment-method-title field choice\">\r\n        <input type=\"radio\"\r\n               name=\"payment[method]\"\r\n               class=\"radio\"\r\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\r\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\r\n            <div class=\"allowed-payment-icon\">\r\n                <div class=\"payment-icon payment_method_monetico_paypal\"></div>\r\n            </div>\r\n            <span data-bind=\"text: getTitle()\"></span>\r\n            <!-- <a data-bind=\"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow\" class=\"action action-help\">--><!--</a> -->\r\n        </label>\r\n    </div>\r\n    <div class=\"payment-method-content\">\r\n        <!-- ko foreach: getRegion('messages') -->\r\n            <!-- ko template: getTemplate() --><!-- /ko -->\r\n        <!--/ko-->\r\n        <div class=\"payment-method-billing-address\">\r\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <br>\r\n        <fieldset class=\"fieldset\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\r\n            <div class=\"payment-method-note\">\r\n                <!-- ko i18n: 'Payment through the PayPal service.' --><!-- /ko -->\r\n            </div>\r\n            <div class=\"payment-method-icon\">\r\n                <div class=\"payment-method-bank-icon payment_method_monetico_paypal\"></div>\r\n            </div>\r\n        </fieldset>\r\n        <div class=\"checkout-agreements-block\">\r\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\r\n                <!-- ko template: getTemplate() --><!-- /ko -->\r\n            <!--/ko-->\r\n        </div>\r\n        <div class=\"actions-toolbar\">\r\n            <div class=\"primary\">\r\n                <button class=\"action primary checkout\"\r\n                        type=\"submit\"\r\n                        data-bind=\"\r\n                        click: placeOrder,\r\n                        attr: {title: $t('Place Order')},\r\n                        css: {disabled: !isPlaceOrderActionAllowed()},\r\n                        enable: (getCode() == isChecked())\r\n                        \"\r\n                        disabled>\r\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\r\n                </button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n","Magento_OfflinePayments/template/payment/purchaseorder-form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\">\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <form id=\"purchaseorder-form\" class=\"form form-purchase-order\" data-role=\"purchaseorder-form\">\n            <fieldset class=\"fieldset payment method\" data-bind='attr: {id: \"payment_form_\" + getCode()}'>\n                <div class=\"field field-number required\">\n                    <label for=\"po_number\" class=\"label\">\n                        <span><!-- ko i18n: 'Purchase Order Number'--><!-- /ko --></span>\n                    </label>\n                    <div class=\"control\">\n                        <input type=\"text\"\n                               id=\"po_number\"\n                               name=\"payment[po_number]\"\n                               data-validate=\"{required:true}\"\n                               data-bind='\n                                attr: {title: $t(\"Purchase Order Number\")},\n                                value: purchaseOrderNumber'\n                               class=\"input-text\"/>\n                    </div>\n                </div>\n            </fieldset>\n\n            <div class=\"checkout-agreements-block\">\n                <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                    <!-- ko template: getTemplate() --><!-- /ko -->\n                <!--/ko-->\n            </div>\n\n            <div class=\"actions-toolbar\" id=\"review-buttons-container\">\n                <div class=\"primary\">\n                    <button class=\"action primary checkout\"\n                            type=\"submit\"\n                            data-bind=\"\n                            click: placeOrder,\n                            attr: {title: $t('Place Order')},\n                            enable: (getCode() == isChecked()),\n                            css: {disabled: !isPlaceOrderActionAllowed()}\n                            \"\n                            data-role=\"review-save\">\n                        <span data-bind=\"i18n: 'Place Order'\"></span>\n                    </button>\n                </div>\n            </div>\n        </form>\n    </div>\n</div>\n\n","Magento_OfflinePayments/template/payment/banktransfer.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\" />\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: getTitle()\"></span></label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <p data-bind=\"html: getInstructions()\"></p>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {'title': $t('Place Order')},\n                        enable: (getCode() == isChecked()),\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Magento_OfflinePayments/template/payment/cashondelivery.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: getTitle()\"></span></label>\n    </div>\n\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <p data-bind=\"html: getInstructions()\"></p>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {title: $t('Place Order')},\n                        enable: (getCode() == isChecked()),\n                        css: {disabled: !isPlaceOrderActionAllowed()}\n                        \"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n\n    </div>\n</div>\n","Magento_OfflinePayments/template/payment/checkmo.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"payment-method\" data-bind=\"css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label data-bind=\"attr: {'for': getCode()}\" class=\"label\"><span data-bind=\"text: getTitle()\"></span></label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <!-- ko if: getMailingAddress() || getPayableTo() -->\n        <dl class=\"items check payable\">\n            <!-- ko if: getPayableTo() -->\n            <dt class=\"title\"><!-- ko i18n: 'Make Check payable to:' --><!-- /ko --></dt>\n            <dd class=\"content\"><!-- ko text: getPayableTo() --><!-- /ko --></dd>\n            <!-- /ko -->\n            <!-- ko if: getMailingAddress() -->\n            <dt class=\"title\"><!-- ko i18n: 'Send Check to:' --><!-- /ko --></dt>\n            <dd class=\"content\">\n                <address class=\"checkmo mailing address\" data-bind=\"html: getMailingAddress()\"></address>\n            </dd>\n            <!-- /ko -->\n        </dl>\n        <!-- /ko -->\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {title: $t('Place Order')},\n                        css: {disabled: !isPlaceOrderActionAllowed()},\n                        enable: (getCode() == isChecked())\n                        \"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n        \n","Blackbird_BillMap/template/payment/form.html":"<!--\n/**\n * Blackbird BillMap Module\n *\n * NOTICE OF LICENSE\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to contact@bird.eu so we can send you a copy immediately.\n *\n * @category        Blackbird\n * @package         Blackbird_BillMap\n * @copyright       Copyright (c) Blackbird (https://black.bird.eu)\n * @author          Blackbird Team\n * @license         https://store.bird.eu/license/\n */\n-->\n<div data-bind=\"attr: {class: 'payment-method payment-method-' + getCode()}, css: {'_active': (getCode() == isChecked())}\">\n    <div class=\"payment-method-title field choice\">\n        <input type=\"radio\"\n               name=\"payment[method]\"\n               class=\"radio\"\n               data-bind=\"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n        <label class=\"label\" data-bind=\"attr: {'for': getCode()}\">\n            <span data-bind=\"text: getTitle()\"></span>\n        </label>\n    </div>\n    <div class=\"payment-method-content\">\n        <!-- ko foreach: getRegion('messages') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <div class=\"payment-method-billing-address\">\n            <!-- ko foreach: $parent.getRegion(getBillingAddressFormName()) -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <p data-bind=\"html: getInstructions()\"></p>\n        <form data-bind=\"attr: {class: 'form form_' + getCode(), id: 'form_payment_method_' + getCode()}\" data-role=\"billmap_form_payment_method\">\n            <fieldset data-bind=\"attr:\u00a0{class: 'fieldset payment method ' + getCode(), id: 'payment_form_' + getCode()}\">\n                <legend class=\"legend\">\n                    <span data-bind=\"i18n: 'Phone Number Information'\"></span>\n                </legend>\n                <div class=\"field msisdn required\" data-bind=\"attr: {id: getCode() + '_msisdn_field\">\n                    <label data-bind=\"attr: {for: getCode() + '_msisdn'}\" class=\"label\">\n                        <span data-bind=\"i18n: 'Phone Number'\"></span>\n                    </label>\n                    <div class=\"control _with-tooltip\">\n                        <input data-bind=\"attr: {id: getCode() + '_msisdn', name: getCode() + '_msisdn', value: getDefaultPhoneNumber(), 'data-validate': '{required:true, pattern:' + getMsisdnRegexPattern() + '}'}\"\n                               class=\"input-text\"\n                               type=\"tel\"/>\n                        <div class=\"field-tooltip toggle\">\n                            <span class=\"field-tooltip-action action-msisdn\"\n                                  tabindex=\"0\"\n                                  data-toggle=\"dropdown\"\n                                  data-bind=\"attr: {title: $t('What is this?')}, mageInit: {'dropdown':{'activeClass': '_active'}}\">\n                                <span data-bind=\"i18n: 'What is this?'\"></span>\n                            </span>\n                            <div class=\"field-tooltip-content\"\n                                 data-target=\"dropdown\"\n                                 data-bind=\"i18n: 'The MTN Pay application must be installed and configured on your phone.'\"></div>\n                        </div>\n                    </div>\n                </div>\n            </fieldset>\n        </form>\n        <div class=\"checkout-agreements-block\">\n            <!-- ko foreach: $parent.getRegion('before-place-order') -->\n            <!-- ko template: getTemplate() --><!-- /ko -->\n            <!--/ko-->\n        </div>\n        <div class=\"actions-toolbar\">\n            <div class=\"primary\">\n                <button class=\"action primary checkout\"\n                        type=\"submit\"\n                        data-bind=\"\n                        click: placeOrder,\n                        attr: {title: $t('Place Order')},\n                        css: {disabled: !isPlaceOrderActionAllowed()},\n                        enable: (getCode() == isChecked())\n                        \"\n                        disabled>\n                    <span data-bind=\"i18n: 'Place Order'\"></span>\n                </button>\n            </div>\n        </div>\n    </div>\n</div>\n","Blackbird_RestrictionPaymentMethod/template/payment.html":"<li id=\"payment\" role=\"presentation\" class=\"checkout-payment-method\" data-bind=\"fadeVisible: isVisible\">\n    <div id=\"checkout-step-payment\"\n         class=\"step-content\"\n         data-role=\"content\"\n         role=\"tabpanel\"\n         aria-hidden=\"false\">\n        <!-- ko if: (quoteIsVirtual) -->\n        <!-- ko foreach: getRegion('customer-email') -->\n        <!-- ko template: getTemplate() --><!-- /ko -->\n        <!--/ko-->\n        <!--/ko-->\n        <form id=\"co-payment-form\" class=\"form payments\" novalidate=\"novalidate\">\n            <input data-bind='attr: {value: getFormKey()}' type=\"hidden\" name=\"form_key\"/>\n            <fieldset class=\"fieldset\">\n                <legend class=\"legend\">\n                    <span data-bind=\"i18n: 'Payment Information'\"></span>\n                </legend><br />\n                <!-- ko foreach: getRegion('place-order-captcha') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!-- /ko -->\n                <br />\n                <!-- ko foreach: getRegion('beforeMethods') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!-- /ko -->\n                <div id=\"checkout-payment-method-load\" class=\"opc-payment\" data-bind=\"visible: isPaymentMethodsAvailable\">\n                    <!-- ko foreach: getRegion('payment-methods-list') -->\n                    <!-- ko template: getTemplate() --><!-- /ko -->\n                    <!-- /ko -->\n                </div>\n                <div class=\"no-quotes-block\" data-bind=\"visible: isPaymentMethodsAvailable() == false\" afterRender=\"getPaymentMessage\">\n                    <!-- ko i18n: 'No Payment method available.'--><!-- /ko -->\n                </div>\n                <!-- ko foreach: getRegion('afterMethods') -->\n                <!-- ko template: getTemplate() --><!-- /ko -->\n                <!-- /ko -->\n            </fieldset>\n        </form>\n    </div>\n</li>\n","Magento_Ui/template/messages.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-role=\"checkout-messages\" class=\"messages\" data-bind=\"visible: isVisible(), click: removeAll\">\n    <!-- ko foreach: messageContainer.getErrorMessages() -->\n    <div aria-atomic=\"true\" role=\"alert\" class=\"message message-error error\">\n        <div data-ui-id=\"checkout-cart-validationmessages-message-error\" data-bind=\"text: $data\"></div>\n    </div>\n    <!--/ko-->\n    <!-- ko foreach: messageContainer.getSuccessMessages() -->\n    <div aria-atomic=\"true\" role=\"alert\" class=\"message message-success success\">\n        <div data-ui-id=\"checkout-cart-validationmessages-message-success\" data-bind=\"text: $data\"></div>\n    </div>\n    <!--/ko-->\n</div>\n","Magento_Ui/templates/collection.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<each args=\"data: elems, as: 'element'\">\n    <render if=\"hasTemplate()\"></render>\n</each>\n","Magento_Ui/templates/tab.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__page-nav\">\n    <div class=\"admin__page-nav-title\" css=\"_collapsible: collapsible, _opened: opened && collapsible\" click=\"toggleOpened\" keyboard=\"13: toggleOpened\">\n        <strong tabindex=\"1\" text=\"label\" keyboard=\"13: toggleOpened\"></strong>\n    </div>\n    <ul class=\"admin__page-nav-items items\" each=\"elems\" visible=\"opened\">\n        <li class=\"admin__page-nav-item\" tabindex=\"2\" css=\"_active: active, _loading: loading\" click=\"activate\" keyboard=\"13: activate\">\n            <a class=\"admin__page-nav-link\" href=\"#\" css=\"_changed: changed\" attr=\"id: 'tab_' + index\">\n                <span text=\"label\"></span>\n                <span class=\"admin__page-nav-item-messages\">\n                    <span class=\"admin__page-nav-item-message _changed\">\n                        <span class=\"admin__page-nav-item-message-icon\"></span>\n                        <span class=\"admin__page-nav-item-message-tooltip\"\n                               translate=\"'Changes have been made to this section that have not been saved.'\"></span>\n                    </span>\n                    <span class=\"admin__page-nav-item-message-loader\">\n                        <span class=\"spinner\">\n                           <span repeat=\"8\"></span>\n                        </span>\n                   </span>\n                </span>\n            </a>\n        </li>\n    </ul>\n</div>\n","Magento_Ui/templates/block-loader.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-role=\"loader\" class=\"loading-mask\" style=\"position: absolute;\">\n    <div class=\"loader\">\n        <img src=\"<%= loaderImageHref %>\" alt=\"Loading...\" title=\"Loading...\" style=\"position: absolute;\">\n    </div>\n</div>\n","Magento_Ui/templates/area.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"wasActivated\">\n    <div each=\"elems\" visible=\"active\" attr=\"'data-area-active': active\" render=\"\"></div>\n</if>\n","Magento_Ui/templates/modal/modal-component.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div css=\"modalClass\" hasFocus=\"focused\">\n    <each if=\"state() || $data.modal\" args=\"data: elems, as: 'element'\" render=\"\"></each>\n</div>\n","Magento_Ui/templates/modal/modal-slide.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<aside role=\"dialog\"\n       class=\"modal-<%- data.type %> <%- data.modalClass %>\n               <% if(data.innerScroll){ %><%- data.innerScrollClass %><% } %>\"\n       <% if(data.title){ %> aria-labelledby=\"modal-title-<%- data.id %>\"<% } %>\n       aria-describedby=\"modal-content-<%- data.id %>\"\n       data-role=\"modal\"\n       data-type=\"<%- data.type %>\"\n       tabindex=\"0\">\n    <div data-role=\"focusable-start\" tabindex=\"0\"></div>\n    <div class=\"modal-inner-wrap\"\n         data-role=\"focusable-scope\">\n        <header class=\"modal-header\">\n            <% if(data.title || data.subTitle){ %>\n            <h1 id=\"modal-title-<%- data.id %>\" class=\"modal-title\"\n                data-role=\"title\">\n                <% if(data.title){ %>\n                    <%= data.title %>\n                <% } %>\n\n                <% if(data.subTitle){ %>\n                <span class=\"modal-subtitle\"\n                      data-role=\"subTitle\">\n                    <%= data.subTitle %>\n                </span>\n                <% } %>\n            </h1>\n            <% } %>\n            <button\n                class=\"action-close\"\n                data-role=\"closeBtn\"\n                type=\"button\">\n                <span><%= data.closeText %></span>\n            </button>\n            <% if(data.buttons.length > 0){ %>\n            <div class=\"page-main-actions\">\n                <div class=\"page-actions\">\n                    <div class=\"page-actions-buttons\">\n                        <% _.each(data.buttons, function(button) { %>\n                        <button\n                            class=\"<%- button.class %>\"\n                            type=\"button\"\n                            data-role=\"action\"><span><%= button.text %></span>\n                        </button>\n                        <% }); %>\n                    </div>\n                </div>\n            </div>\n            <% } %>\n        </header>\n        <div id=\"modal-content-<%- data.id %>\" class=\"modal-content\" data-role=\"content\"></div>\n    </div>\n    <div data-role=\"focusable-end\" tabindex=\"0\"></div>\n</aside>\n","Magento_Ui/templates/modal/modal-prompt-content.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<form <%= formAttr %>>\n    <fieldset class=\"fieldset\">\n        <div class=\"field\">\n            <% if(data.label){ %>\n            <label for=\"prompt-field-<%- data.id %>\" class=\"label\">\n                <span><%= data.label %></span>\n            </label>\n            <% } %>\n            <div class=\"control\">\n                <input type=\"text\" data-role=\"promptField\" id=\"prompt-field-<%- data.id %>\" class=\"input-text\" <%= inputAttr %>/>\n            </div>\n        </div>\n    </fieldset>\n</form>\n","Magento_Ui/templates/modal/modal-popup.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<aside role=\"dialog\"\n       class=\"modal-<%- data.type %> <%- data.modalClass %>\n               <% if(data.responsive){ %><%- data.responsiveClass %><% } %>\n               <% if(data.innerScroll){ %><%- data.innerScrollClass %><% } %>\"\n       <% if(data.title){ %> aria-labelledby=\"modal-title-<%- data.id %>\"<% } %>\n       aria-describedby=\"modal-content-<%- data.id %>\"\n       data-role=\"modal\"\n       data-type=\"<%- data.type %>\"\n       tabindex=\"0\">\n    <div data-role=\"focusable-start\" tabindex=\"0\"></div>\n    <div class=\"modal-inner-wrap\"\n         data-role=\"focusable-scope\">\n        <header class=\"modal-header\">\n            <% if(data.title || data.subTitle){ %>\n            <h1 id=\"modal-title-<%- data.id %>\" class=\"modal-title\"\n                data-role=\"title\">\n                <% if(data.title){ %>\n                    <%= data.title %>\n                <% } %>\n\n                <% if(data.subTitle){ %>\n                <span class=\"modal-subtitle\"\n                      data-role=\"subTitle\">\n                    <%= data.subTitle %>\n                </span>\n                <% } %>\n            </h1>\n            <% } %>\n            <button\n                class=\"action-close\"\n                data-role=\"closeBtn\"\n                type=\"button\">\n                <span><%= data.closeText %></span>\n            </button>\n        </header>\n        <div id=\"modal-content-<%- data.id %>\"\n            class=\"modal-content\"\n            data-role=\"content\"></div>\n        <% if(data.buttons.length > 0){ %>\n        <footer class=\"modal-footer\">\n            <% _.each(data.buttons, function(button) { %>\n            <button\n                class=\"<%- button.class %>\"\n                type=\"button\"\n                data-role=\"action\"><span><%= button.text %></span></button>\n            <% }); %>\n        </footer>\n        <% } %>\n    </div>\n    <div data-role=\"focusable-end\" tabindex=\"0\"></div>\n</aside>\n","Magento_Ui/templates/modal/modal-custom.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<aside role=\"dialog\"\n       class=\"modal-<%- data.type %> <%- data.modalClass %>\n       <% if(data.responsive){ %><%- data.responsiveClass %><% } %>\n       <% if(data.innerScroll){ %><%- data.innerScrollClass %><% } %>\"\n       <% if(data.title){ %> aria-labelledby=\"modal-title-<%- data.id %>\"<% } %>\n       aria-describedby=\"modal-content-<%- data.id %>\"\n       data-role=\"modal\"\n       data-type=\"<%- data.type %>\"\n       tabindex=\"0\">\n    <div data-role=\"focusable-start\" tabindex=\"0\"></div>\n    <div class=\"modal-inner-wrap\"\n         data-role=\"focusable-scope\">\n        <header class=\"modal-header\">\n            <% if(data.title || data.subTitle){ %>\n            <h1 id=\"modal-title-<%- data.id %>\" class=\"modal-title\"\n                data-role=\"title\">\n                <% if(data.title){ %>\n                    <%= data.title %>\n                <% } %>\n\n                <% if(data.subTitle){ %>\n                <span class=\"modal-subtitle\"\n                      data-role=\"subTitle\">\n                    <%= data.subTitle %>\n                </span>\n                <% } %>\n            </h1>\n            <% } %>\n            <button\n                class=\"action-close\"\n                data-role=\"closeBtn\"\n                type=\"button\">\n                <span><%= data.closeText %></span>\n            </button>\n        </header>\n        <div id=\"modal-content-<%- data.id %>\" class=\"modal-content\" data-role=\"content\"></div>\n        <% if(data.buttons.length > 0){ %>\n        <footer class=\"modal-footer\">\n            <% _.each(data.buttons, function(button) { %>\n            <button class=\"<%- button.class %>\"\n                    type=\"button\"\n                    data-role=\"action\">\n                <span><%= button.text %></span>\n            </button>\n            <% }); %>\n        </footer>\n        <% } %>\n    </div>\n    <div data-role=\"focusable-end\" tabindex=\"0\"></div>\n</aside>\n","Magento_Ui/templates/content/content.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div html=\"getContentUnsanitizedHtml()\"\n     css=\"$data.additionalClasses\"\n     visible=\"visible\"></div>\n\n<div data-role=\"spinner\"\n     class=\"admin__data-grid-loading-mask\"\n     visible=\"loading\"\n     if=\"showSpinner\">\n    <div class=\"spinner\">\n        <span repeat=\"8\"></span>\n    </div>\n</div>\n","Magento_Ui/templates/group/group.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<fieldset class=\"field\" data-bind=\"css: additionalClasses\">\n    <legend class=\"label\">\n        <span translate=\"element.label\"></span>\n    </legend>\n    <div class=\"control\">\n        <!-- ko foreach: { data: elems, as: 'element' } -->\n\n            <!-- ko if: element.visible() -->\n\n                <!-- ko ifnot: (element.input_type == 'checkbox' || element.input_type == 'radio') -->\n                    <!-- ko template: $parent.fieldTemplate --><!-- /ko -->\n                <!-- /ko -->\n\n                <!-- ko if: (element.input_type == 'checkbox' || element.input_type == 'radio') -->\n                    <!-- ko template: element.elementTmpl --><!-- /ko -->\n                <!-- /ko -->\n\n            <!-- /ko -->\n\n        <!-- /ko -->\n\n        <!-- ko if: validateWholeGroup -->\n        <!-- ko  foreach: { data: elems, as: 'element' } -->\n            <!-- ko if: element.error() && element.visible() -->\n                <label class=\"error\" data-bind=\"attr: { for: uid }, text: element.error\"></label>\n            <!-- /ko -->\n        <!-- /ko -->\n        <!-- /ko -->\n    </div>\n</fieldset>\n","Magento_Ui/templates/form/collection.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<each args=\"data: items, as: '$item'\">\n    <each args=\"$item\" render=\"\"></each>\n</each>\n","Magento_Ui/templates/form/fieldset.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"fieldset-wrapper\"\n     css=\"$data.additionalClasses\"\n     attr=\"'data-level': $data.level, 'data-index': index\"\n     data-bind=\"visible: $data.visible === undefined ? true: $data.visible\">\n    <div class=\"fieldset-wrapper-title\"\n         attr=\"tabindex: !collapsible ? -1 : 0,\n               'data-state-collapsible': collapsible ? opened() ? 'open' : 'closed' : null\"\n         click=\"toggleOpened\"\n         keyboard=\"13: toggleOpened\"\n         if=\"label\">\n\n        <strong css=\"'admin__collapsible-title': collapsible,\n                      title: !collapsible,\n                      '_changed': changed,\n                      '_loading': loading,\n                      '_error': error\">\n            <span translate=\"label\"></span>\n            <span class=\"admin__page-nav-item-messages\" if=\"collapsible\">\n                <span class=\"admin__page-nav-item-message _changed\">\n                    <span class=\"admin__page-nav-item-message-icon\"\n                          role=\"tooltip\"\n                          tabindex=\"0\"\n                          aria-labelledby=\"changed-message-tooltip\">\n                    </span>\n                    <span class=\"admin__page-nav-item-message-tooltip\" id=\"changed-message-tooltip\"\n                          data-bind=\"i18n: 'Changes have been made to this section that have not been saved.'\">\n                    </span>\n                </span>\n                <span class=\"admin__page-nav-item-message _error\">\n                    <span class=\"admin__page-nav-item-message-icon\"\n                          role=\"tooltip\"\n                          tabindex=\"0\"\n                          aria-labelledby=\"error-message-tooltip\">\n                    </span>\n                    <span class=\"admin__page-nav-item-message-tooltip\" id=\"error-message-tooltip\"\n                          data-bind=\"i18n: 'This tab contains invalid data. Please resolve this before saving.'\">\n                    </span>\n                </span>\n                <span class=\"admin__page-nav-item-message-loader\">\n                    <span class=\"spinner\">\n                       <span repeat=\"8\"></span>\n                    </span>\n               </span>\n            </span>\n        </strong>\n    </div>\n\n    <div class=\"admin__fieldset-wrapper-content\"\n         css=\"'admin__collapsible-content': collapsible, '_show': opened, '_hide': !opened()\">\n        <fieldset\n                if=\"opened() || _wasOpened || initializeFieldsetDataByDefault\"\n                class=\"admin__fieldset\"\n                each=\"data: elems, as: 'element'\" render=\"\"></fieldset>\n    </div>\n</div>\n","Magento_Ui/templates/form/wysiwyg.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div css=\"$data.additionalClasses\" visible=\"visible\">\n    <div html=\"getContentUnsanitizedHtml()\"></div>\n    <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"></label>\n</div>\n\n<div data-role=\"spinner\"\n     class=\"admin__data-grid-loading-mask\"\n     visible=\"loading\"\n     if=\"showSpinner\">\n    <div class=\"spinner\">\n        <span repeat=\"8\"></span>\n    </div>\n</div>\n","Magento_Ui/templates/form/field.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"field\" data-bind=\"visible: visible, attr: {'name': element.dataScope}, css: additionalClasses\">\n\n    <label class=\"label\" data-bind=\"attr: { for: element.uid }\"><!-- ko if: element.label --><span translate=\"element.label\"></span><!-- /ko --></label>\n\n    <div class=\"control\" data-bind=\"css: {'_with-tooltip': element.tooltip}\">\n        <!-- ko ifnot: element.hasAddons() -->\n            <!-- ko template: element.elementTmpl --><!-- /ko -->\n        <!-- /ko -->\n\n        <!-- ko if: element.hasAddons() -->\n            <div class=\"control-addon\">\n                <!-- ko template: element.elementTmpl --><!-- /ko -->\n\n                <!-- ko if: element.addbefore -->\n                    <label class=\"addon-prefix\" data-bind=\"attr: { for: element.uid }\"><span data-bind=\"text: element.addbefore\"></span></label>\n                <!-- /ko -->\n\n                <!-- ko if: element.addafter -->\n                    <label class=\"addon-suffix\" data-bind=\"attr: { for: element.uid }\"><span data-bind=\"text: element.addafter\"></span></label>\n                <!-- /ko -->\n            </div>\n        <!-- /ko -->\n\n        <!-- ko if: element.tooltip -->\n            <!-- ko template: element.tooltipTpl --><!-- /ko -->\n        <!-- /ko -->\n\n        <!-- ko if: element.notice -->\n            <div class=\"field-note\" data-bind=\"attr: { id: element.noticeId }\">\n                <span data-bind=\"text: element.notice\"></span>\n            </div>\n        <!-- /ko -->\n\n        <!-- ko if: element.error() -->\n            <div class=\"field-error\" data-bind=\"attr: { id: element.errorId }\" generated=\"true\">\n                <span data-bind=\"text: element.error\"></span>\n            </div>\n        <!-- /ko -->\n\n        <!-- ko if: element.warn() -->\n            <div role=\"alert\" class=\"message warning\" data-bind=\"attr: { id: element.warningId }\" generated=\"true\">\n                <span data-bind=\"text: element.warn\"></span>\n            </div>\n        <!-- /ko -->\n    </div>\n</div>\n","Magento_Ui/templates/form/insert.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div data-bind=\"bindHtml: content,\n        visible: visible,\n        css: contentSelector\"></div>\n\n<!--ko if: showSpinner -->\n<div data-role=\"spinner\" class=\"admin__data-grid-loading-mask\" data-bind=\"visible: loading\">\n    <div class=\"spinner\">\n        <span></span><span></span><span></span><span></span>\n        <span></span><span></span><span></span><span></span>\n    </div>\n</div>\n<!-- /ko -->\n","Magento_Ui/templates/form/element/split-button.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div class=\"action-select-wrap\" >\n    <div each=\"getRegion('button')\" render=\"\"></div>\n    <button type=\"button\" class=\"action-select\" click=\"$data.toggleOpened\"></button>\n    <ul class=\"action-menu\" css=\"_active: $data.opened\" >\n        <!-- ko foreach: $data.elems() -->\n            <li>\n                <!--ko template: getTemplate()-->\n                <!-- /ko -->\n            </li>\n        <!-- /ko -->\n    </ul>\n</div>\n","Magento_Ui/templates/form/element/media.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"admin__control-file\" type=\"file\" data-bind=\"\n    hasFocus: focused,\n    attr: {\n        name: inputName,\n        placeholder: placeholder,\n        'aria-describedby': noticeId,\n        id: uid,\n        disabled: disabled,\n        form: formId\n    }\"\n/>\n","Magento_Ui/templates/form/element/text.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"admin__field-value\"\n       data-bind=\"\n        text: value,\n        attr: {\n            name: inputName,\n            id: uid\n    }\"></span>\n","Magento_Ui/templates/form/element/checkbox-set.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<fieldset class=\"admin__field\"\n     visible=\"visible\"\n     css=\"$data.additionalClasses\"\n     attr=\"'data-config-scope': $data.scopeLabel, 'data-index': index\">\n    <legend class=\"admin__field-label\" if=\"$data.label\" attr=\"for: uid\">\n        <span text=\"label\"></span>\n    </legend>\n\n    <div class=\"admin__field-control\"\n         css=\"'_with-tooltip': $data.tooltip\">\n        <div class=\"admin__field admin__field-option\" outereach=\"options\">\n            <input\n                ko-checked=\"$parent.value\"\n                ko-disabled=\"$parent.disabled\"\n                css=\"\n                    'admin__control-radio': !$parent.multiple,\n                    'admin__control-checkbox': $parent.multiple\"\n                attr=\"\n                    id: ++ko.uid,\n                    value: value,\n                    type: $parent.multiple ? 'checkbox' : 'radio'\"/>\n\n            <label class=\"admin__field-label\" text=\"label\" attr=\"for: ko.uid\"></label>\n        </div>\n\n        <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"></label>\n\n        <div class=\"admin__field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n            <span><strong translate=\"NOTE\"></strong>: <translate args=\"$data.notice\"></translate></span>\n        </div>\n\n        <div class=\"admin__additional-info\" if=\"$data.additionalInfo\" html=\"$data.additionalInfoUnsanitizedHtml\"></div>\n\n        <render args=\"$data.service.template\" if=\"$data.hasService()\"></render>\n    </div>\n</fieldset>\n","Magento_Ui/templates/form/element/textarea.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<textarea class=\"admin__control-textarea\" data-bind=\"\n    value: value,\n    valueUpdate: valueUpdate,\n    hasFocus: focused,\n    attr: {\n        name: inputName,\n        cols: cols,\n        rows: rows,\n        'aria-describedby': noticeId,\n        placeholder: placeholder,\n        id: uid,\n        disabled: disabled\n    }\"></textarea>\n","Magento_Ui/templates/form/element/hidden.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"admin__control-text\" type=\"hidden\"\n       data-bind=\"\n        value: value,\n        hasFocus: focused,\n        attr: {\n            name: inputName,\n            placeholder: placeholder,\n            'aria-describedby': noticeId,\n            id: uid\n    }\"/>\n","Magento_Ui/templates/form/element/checkbox.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"choice field\">\n    <input type=\"checkbox\"\n           class=\"checkbox\"\n           data-bind=\"\n           checked: value,\n           attr: {\n                id: uid,\n                disabled: disabled,\n                name: inputName,\n                'aria-describedby': getDescriptionId(),\n                'aria-required': required,\n                'aria-invalid': error() ? true : 'false'\n                },\n           hasFocus: focused\">\n\n    <label class=\"label\" data-bind=\"checked: value, attr: { for: uid }\">\n        <span data-bind=\"text: description || label\"></span>\n    </label>\n\n    <!-- ko if: notice -->\n        <div class=\"field-note\" data-bind=\"attr: {id: noticeId}\"><span data-bind=\"text: notice\"></span></div>\n    <!-- /ko -->\n</div>\n","Magento_Ui/templates/form/element/radio.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field admin__field-option\">\n    <input type=\"radio\"\n           class=\"admin__control-radio\"\n           data-bind=\"checkedValue: value, checked: checked\"\n           ko-disable=\"disabled\"\n           hasFocus=\"focused\"\n           attr=\"id: uid, name: inputName\"/>\n\n    <label class=\"admin__field-label\" text=\"label\" attr=\"for: uid\"></label>\n\n    <div class=\"admin__field-note\"\n         if=\"notice\"\n         attr=\"id: noticeId\">\n        <span text=\"notice\"></span>\n    </div>\n</div>\n","Magento_Ui/templates/form/element/date.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"input-text\" type=\"text\" data-bind=\"\n    hasFocus: focused,\n    datepicker: { storage: value, options: options },\n    attr: {\n        id: uid,\n        value: value,\n        name: inputName,\n        placeholder: placeholder,\n        'aria-describedby': getDescriptionId(),\n        'aria-required': required,\n        'aria-invalid': error() ? true : 'false',\n        disabled: disabled\n    }\" />\n","Magento_Ui/templates/form/element/password.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"input-text\" type=\"password\" data-bind=\"\n    hasFocus: focused,\n    value: value,\n    attr: {\n        name: inputName,\n        placeholder: placeholder,\n        'aria-describedby': getDescriptionId(),\n        'aria-required': required,\n        'aria-invalid': error() ? true : 'false',\n        id: uid,\n        disabled: disabled\n    }\"/>\n","Magento_Ui/templates/form/element/price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__control-addon\">\n    <label class=\"admin__addon-prefix\" data-bind=\"attr: { for: uid }\"><span data-bind=\"text: currency_sign\"></span></label>\n    <input class=\"admin__control-text\" type=\"text\" data-bind=\"value: value, attr: { id: uid, disabled: disabled, name: inputName }, hasFocus: focused\"/>\n</div>\n","Magento_Ui/templates/form/element/url-input.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!--render select with link types-->\n<div class=\"admin__field url-input-container\"\n     visible=\"visible\"\n     css=\"$data.additionalClasses\"\n     attr=\"'data-index': index\">\n    <label class=\"admin__field-label\" if=\"$data.label\" visible=\"$data.labelVisible\" attr=\"for: uid\">\n        <span translate=\"label\" attr=\"'data-config-scope': $data.scopeLabel\"></span>\n    </label>\n    <div class=\"admin__field-control\"\n         css=\"'_with-tooltip': $data.tooltip, '_with-reset': $data.showFallbackReset && $data.isDifferedFromDefault\">\n            <div class=\"type-selector-input-container\">\n                <!--render link types select-->\n                <render args=\"typeSelectorTemplate\"></render>\n\n                <!--display field to insert link value based on link type-->\n                <div ko-scope=\"getLinkedElementName()\" class=\"url-input-element-linked-element\">\n                    <render></render>\n                    <label class=\"admin__field-error\" visible=\"error\" attr=\"for: uid\" text=\"error\"></label>\n                </div>\n            </div>\n\n        <!--display container to specify url options(Example: open in new tab)-->\n        <div render=\"settingTemplate\" if=\"isDisplayAdditionalSettings\"></div>\n    </div>\n</div>\n","Magento_Ui/templates/form/element/wysiwyg.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div class=\"admin__control-wysiwig\" data-bind=\"html: content\"></div>\n","Magento_Ui/templates/form/element/textDate.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"admin__field-value\"\n      data-bind=\"\n        text: shiftedValue,\n        attr: {\n            name: inputName,\n            id: uid\n    }\"></span>\n","Magento_Ui/templates/form/element/switcher.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__actions-switch\" data-role=\"switcher\">\n    <input class=\"admin__actions-switch-checkbox\"\n           type=\"checkbox\"\n           data-bind=\"checked: value, attr: { id: uid, disabled: disabled, name: inputName }, hasFocus: focused\"/>\n    <label class=\"admin__actions-switch-label\"\n           data-bind=\"attr: { for: uid }\">\n        <span data-bind=\"attr: {\n                   'data-text-on': $t('Yes'),\n                   'data-text-off': $t('No')\n              }\"\n              class=\"admin__actions-switch-text\"></span>\n    </label>\n</div>\n","Magento_Ui/templates/form/element/email.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"input-text\" type=\"email\" data-bind=\"\n    hasFocus: focused,\n    value: value,\n    attr: {\n        name: inputName,\n        placeholder: placeholder,\n        'aria-describedby': getDescriptionId(),\n        'aria-required': required,\n        'aria-invalid': error() ? true : 'false',\n        id: uid,\n        disabled: disabled\n    }\"/>\n","Magento_Ui/templates/form/element/select.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<select class=\"select\" data-bind=\"\n    attr: {\n        name: inputName,\n        id: uid,\n        disabled: disabled,\n        'aria-describedby': getDescriptionId(),\n        'aria-required': required,\n        'aria-invalid': error() ? true : 'false',\n        placeholder: placeholder\n    },\n    hasFocus: focused,\n    optgroup: options,\n    value: value,\n    optionsCaption: caption,\n    optionsValue: 'value',\n    optionsText: 'label',\n    optionsAfterRender: function(option, item) {\n        if (item && item.disabled) {\n            ko.applyBindingsToNode(option, {attr: {disabled: true}}, item);\n        }\n    }\"\n></select>\n","Magento_Ui/templates/form/element/html.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko with: {valueUnsanitizedHtml: value, inputName: inputName, uid: uid} -->\n<span class=\"admin__field-value\"\n       data-bind=\"\n        html: valueUnsanitizedHtml,\n        attr: {\n            name: inputName,\n            id: uid\n    }\"></span>\n<!-- /ko -->\n","Magento_Ui/templates/form/element/button.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<button type=\"button\"\n        css=\"buttonClasses\"\n        click=\"action\"\n        disable=\"disabled\"\n        attr=\"'data-index': index, 'aria-labelledby': ariLabelledby\">\n    <span attr=\"'id': buttonTextId\" text=\"title\"></span>\n</button>\n\n<if args=\"childError\">\n    <strong class=\"_error\">\n        <span class=\"admin__page-nav-item-messages\">\n            <span class=\"admin__page-nav-item-message _error\">\n                <span class=\"admin__page-nav-item-message-icon\"></span>\n                <span class=\"admin__page-nav-item-message-tooltip\"\n                      data-bind=\"i18n: 'This element contains invalid data. Please resolve this before saving.'\">This element contains invalid data. Please resolve this before saving.</span>\n            </span>\n        </span>\n    </strong>\n</if>\n","Magento_Ui/templates/form/element/multiselect.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<select multiple class=\"admin__control-multiselect\" data-bind=\"\n    attr: {\n        name: inputName,\n        id: uid,\n        size: size ? size : '6',\n        disabled: disabled,\n        'aria-describedby': noticeId,\n        placeholder: placeholder\n    },\n    hasFocus: focused,\n    optgroup: options,\n    selectedOptions: value,\n    optionsValue: 'value',\n    optionsText: 'label'\"\n></select>\n","Magento_Ui/templates/form/element/input.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<input class=\"input-text\" type=\"text\" data-bind=\"\n    value: value,\n    valueUpdate: 'keyup',\n    hasFocus: focused,\n    attr: {\n        name: inputName,\n        placeholder: placeholder,\n        'aria-describedby': getDescriptionId(),\n        'aria-required': required,\n        'aria-invalid': error() ? true : 'false',\n        id: uid,\n        disabled: disabled\n    }\" />\n","Magento_Ui/templates/form/element/color-picker.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field-control\"\n     visible=\"visible\"\n     css=\"$data.additionalClasses\">\n    <input type=\"hidden\" class=\"colorpicker-spectrum\" colorPicker=\"colorPickerConfig\" disable=\"disabled\" />\n    <input type=\"text\" class=\"admin__control-text colorpicker-input\"\n           ko-value=\"value\" hasFocus=\"focused\" disable=\"disabled\"\n           attr=\"name: inputName, id: uid, placeholder: placeholder\"/>\n</div>\n","Magento_Ui/templates/form/element/preview.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"value\">\n    <img attr=\"src: value\" class=\"small-image-preview v-middle\" width=\"48\" />\n</if>\n\n<input class=\"admin__control-text\" type=\"hidden\"\n       data-bind=\"\n        value: value,\n        hasFocus: focused,\n        attr: {\n            name: inputName,\n            placeholder: placeholder,\n            'aria-describedby': noticeId,\n            id: uid\n    }\"/>\n","Magento_Ui/templates/form/element/urlInput/typeSelector.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<select class=\"admin__control-select url-input-select\" data-bind=\"\n    attr: {\n        name: inputName,\n        id: uid,\n        disabled: disabled,\n        visible: visible,\n        'aria-describedby': noticeId\n    },\n    hasFocus: focused,\n    optgroup: options,\n    value: linkType,\n    optionsValue: 'value',\n    optionsText: 'label'\"></select>\n","Magento_Ui/templates/form/element/urlInput/setting.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!--display container to specify url options(Example: open in new tab)-->\n<div class=\"admin__field admin__field-option url-input-setting\" visible=\"visible\" click=\"checkboxClick\">\n    <input type=\"checkbox\"\n           class=\"admin__control-checkbox\"\n           ko-checked=\"settingValue\"\n           disable=\"disabled\"\n           ko-value=\"settingValue\"\n           attr=\"id: uid, name: inputName\"/>\n\n    <label class=\"admin__field-label\" text=\"settingLabel\" attr=\"for: uid\"></label>\n</div>\n","Magento_Ui/templates/form/element/helper/fallback-reset.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<button class=\"admin__field-fallback-reset\"\n        type=\"button\"\n        click=\"element.restoreToDefault\">\n        <span translate=\"'Use Default Value'\"></span>\n</button>\n","Magento_Ui/templates/form/element/helper/service.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field-service\">\n    <input type=\"checkbox\"\n           class=\"admin__control-checkbox\"\n           attr=\"\n                id: $data.uid + '_default',\n                name: 'use_default[' + $data.index + ']',\n           \"\n           ko-checked=\"isUseDefault\"\n           ko-disabled=\"$data.serviceDisabled\">\n    <label translate=\"'Use Default Value'\" attr=\"for: $data.uid + '_default'\" class=\"admin__field-label\"></label>\n</div>\n","Magento_Ui/templates/form/element/helper/tooltip.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n <div class=\"field-tooltip toggle\">\n\n    <!-- ko if: (tooltip.link)-->\n    <a class=\"field-tooltip-action action-help\"\n       target=\"_blank\"\n       data-toggle=\"dropdown\"\n       data-bind=\"attr: {href: tooltip.link}, mageInit: {'dropdown':{'activeClass': '_active'}}\"></a>\n     <!-- /ko -->\n\n     <span class=\"label\" data-bind=\"attr: { id: $data.tooltipId ? $data.tooltipId : 'tooltip-label' }\"><!-- ko i18n: 'Tooltip' --><!-- /ko --></span>\n     <!-- ko if: (!tooltip.link)-->\n         <span\n             class=\"field-tooltip-action action-help\"\n             tabindex=\"0\"\n             data-toggle=\"dropdown\"\n             data-bind=\"\n                mageInit: {'dropdown':{'activeClass': '_active', 'parent': '.field-tooltip.toggle'}},\n                attr: { 'aria-labelledby': $data.tooltipId ? $data.tooltipId : 'tooltip-label' }\n            \"\n         >\n         </span>\n     <!-- /ko -->\n\n     <div class=\"field-tooltip-content\"\n         data-target=\"dropdown\" translate=\"tooltip.description\">\n    </div>\n</div>\n","Magento_Ui/templates/form/element/uploader/image.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field\" visible=\"visible\" css=\"$data.additionalClasses\">\n    <label class=\"admin__field-label\" if=\"$data.label\" attr=\"for: uid\">\n        <span translate=\"label\" attr=\"'data-config-scope': $data.scopeLabel\"></span>\n    </label>\n\n    <div class=\"admin__field-control\" css=\"'_with-tooltip': $data.tooltip\">\n        <div class=\"file-uploader image-uploader\" data-role=\"drop-zone\" css=\"_loading: isLoading\">\n            <div class=\"file-uploader-area\">\n                <input type=\"file\" afterRender=\"onElementRender\" attr=\"id: uid, name: inputName, multiple: isMultipleFiles\" disable=\"disabled\" />\n                <label class=\"file-uploader-button action-default\" attr=\"for: uid, disabled: disabled\" disable=\"disabled\" translate=\"'Upload'\"></label>\n                <label\n                    data-bind=\"event: {change: addFileFromMediaGallery, click: openMediaBrowserDialog}\"\n                    class=\"file-uploader-button action-default\"\n                    attr=\"id: mediaGalleryUid, disabled: disabled\"\n                    data-force_static_path=\"1\"\n                    translate=\"'Select from Gallery'\"></label>\n                <render args=\"fallbackResetTpl\" if=\"$data.showFallbackReset && $data.isDifferedFromDefault\"></render>\n                <p class=\"image-upload-requirements\">\n                    <span if=\"$data.maxFileSize\">\n                        <span translate=\"'Maximum file size'\"></span>: <text args=\"formatSize($data.maxFileSize)\"></text>.\n                    </span>\n                    <span if=\"$data.allowedExtensions\">\n                        <span translate=\"'Allowed file types'\"></span>: <text args=\"getAllowedFileExtensionsInCommaDelimitedFormat()\"></text>.\n                    </span>\n                </p>\n            </div>\n\n            <render args=\"tooltipTpl\" if=\"$data.tooltip\"></render>\n\n            <div class=\"admin__field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n                <!-- ko with: {noticeUnsanitizedHtml: notice} -->\n                <span html=\"noticeUnsanitizedHtml\"></span>\n                <!-- /ko -->\n            </div>\n\n            <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"></label>\n\n            <each args=\"data: value, as: '$file'\" render=\"$parent.getPreviewTmpl($file)\"></each>\n\n            <div if=\"!hasData()\" class=\"image image-placeholder\" click=\"triggerImageUpload\">\n                <div class=\"file-uploader-summary product-image-wrapper\">\n                    <div class=\"file-uploader-spinner image-uploader-spinner\"></div>\n                    <p class=\"image-placeholder-text\" translate=\"'Browse to find or drag image here'\"></p>\n                </div>\n            </div>\n        </div>\n        <render args=\"$data.service.template\" if=\"$data.hasService()\"></render>\n    </div>\n</div>\n","Magento_Ui/templates/form/element/uploader/uploader.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div class=\"field-control\" css=\"'_with-tooltip': $data.tooltip\">\n    <div class=\"file-uploader\" data-role=\"drop-zone\" css=\"_loading: isLoading\">\n        <div class=\"file-uploader-area\">\n            <input type=\"file\" afterRender=\"onElementRender\" attr=\"id: uid, name: inputName, multiple: isMultipleFiles\"\n                   disable=\"disabled\"/>\n            <label class=\"file-uploader-button action-default\" attr=\"for: uid\" translate=\"'Upload'\"></label>\n\n            <span class=\"file-uploader-spinner\"></span>\n            <render args=\"fallbackResetTpl\" if=\"$data.showFallbackReset && $data.isDifferedFromDefault\"></render>\n        </div>\n\n        <render args=\"tooltipTpl\" if=\"$data.tooltip\"></render>\n\n        <div class=\"field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n            <span><strong translate=\"NOTE\"></strong>: <translate args=\"$data.notice\"></translate></span>\n        </div>\n\n        <each args=\"data: value, as: '$file'\" render=\"$parent.getPreviewTmpl($file)\"></each>\n\n        <div if=\"isMultipleFiles\" class=\"file-uploader-summary\">\n            <label attr=\"for: uid\"\n                   class=\"file-uploader-placeholder\"\n                   css=\"'placeholder-' + placeholderType\">\n                    <span class=\"file-uploader-placeholder-text\"\n                          translate=\"'Click here or drag and drop to add files.'\"></span>\n            </label>\n        </div>\n    </div>\n    <render args=\"$data.service.template\" if=\"$data.hasService()\"></render>\n</div>\n","Magento_Ui/templates/form/element/uploader/preview.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"file-uploader-summary\">\n    <div class=\"file-uploader-preview\">\n        <a class=\"preview-link\"\n           css=\"'preview-' + $file.previewType\"\n           attr=\"href: $parent.getFilePreview($file), title: $file.name\" target=\"_blank\">\n            <img\n                if=\"$file.previewType === 'image'\"\n                tabindex=\"0\"\n                event=\"load: $parent.onPreviewLoad.bind($parent)\"\n                attr=\"\n                    src: $parent.getFilePreview($file),\n                    alt: $file.name\"/>\n        </a>\n\n        <div class=\"actions\">\n            <button\n                type=\"button\"\n                class=\"action-remove\"\n                data-role=\"delete-button\"\n                attr=\"title: $t('Delete image')\"\n                click=\"$parent.removeFile.bind($parent, $file)\">\n                <span translate=\"'Delete image'\"></span>\n            </button>\n        </div>\n    </div>\n\n    <div class=\"file-uploader-filename\" text=\"$file.name\"></div>\n\n    <div class=\"file-uploader-meta\">\n        <span if=\"$file.previewType === 'image'\">\n            <text args=\"$file.previewWidth\"></text>x<text args=\"$file.previewHeight\"></text>,\n        </span>\n        <text args=\"$parent.formatSize($file.size)\"></text>\n    </div>\n</div>\n","Magento_Ui/templates/form/components/collection.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"ui-tabs\">\n    <ul class=\"address-list ui-tabs-nav\">\n\n        <li class=\"address-list-item\" outereach=\"elems\" css=\"'ui-state-active': active\" click=\"activate\">\n            <div class=\"address-list-item-actions\">\n                <button class=\"action-delete\" type=\"button\" click=\"$parent.removeAddress.bind($parent, $data)\">\n                    <span text=\"$parent.removeLabel\"></span>\n                </button>\n            </div>\n            <render args=\"previewTpl\"></render>\n            <div each=\"getRegion('head')\" render=\"\"></div>\n        </li>\n\n        <li class=\"address-list-actions last\">\n            <button class=\"scalable add\" type=\"button\" click=\"addChild\">\n                <span text=\"addLabel\"></span>\n            </button>\n        </li>\n    </ul>\n\n    <div class=\"address-item-edit\" outereach=\"elems\" visible=\"active\">\n        <div class=\"address-item-edit-content\">\n            <fieldset class=\"admin__fieldset\">\n                <legend class=\"admin__legend\">\n                    <span text=\"$parent.label\"></span>\n                </legend><br />\n\n                <each args=\"getRegion('body')\" render=\"\"></each>\n            </fieldset>\n        </div>\n    </div>\n</div>\n","Magento_Ui/templates/form/components/complex.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div class=\"admin__field-complex\" css=\"$data.additionalClasses\" attr=\"'data-index': index\">\n\n    <div class=\"admin__field-complex-title\" if=\"label\">\n        <span text=\"label\"></span>\n    </div>\n\n    <div class=\"admin__field-complex-elements\"\n         each=\"data: elems, as: 'element'\"\n         render=\"\"></div>\n\n    <!-- ko if: $data.content -->\n        <!-- ko with: {contentUnsanitizedHtml: $data.content} -->\n            <div class=\"admin__field-complex-content\" html=\"contentUnsanitizedHtml\"></div>\n        <!-- /ko -->\n    <!-- /ko -->\n\n    <!-- ko if: $data.text -->\n        <!-- ko with: {textUnsanitizedHtml: $data.text} -->\n            <div class=\"admin__field-complex-text\" html=\"textUnsanitizedHtml\"></div>\n        <!-- /ko -->\n    <!-- /ko -->\n</div>\n","Magento_Ui/templates/form/components/collection/preview.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<address>\n    <each args=\"{\n        data: formatPreviews([\n            'prefix firstname middlename lastname suffix',\n            'company',\n            'street',\n            {\n                items: 'city region_id region_id_input postcode',\n                separator: ', '\n            },\n            'country_id',\n            {\n                items: 'telephone',\n                prefix: 'T: '\n            },\n            {\n                items: 'fax',\n                prefix: 'F: '\n            },\n            {\n                items: 'vat_id',\n                prefix: 'VAT: '\n            }\n        ]),\n        as: '$preview'}\"\n    >\n\n        <if args=\"$parent.hasPreview($preview)\">\n            <span text=\"$parent.buildPreview($preview)\"></span><br />\n        </if>\n    </each>\n\n    <if args=\"noPreview\">\n        <span text=\"label\"></span><br />\n    </if>\n</address>\n","Magento_Ui/templates/form/components/single/checkbox.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field admin__field-option\">\n    <input type=\"checkbox\"\n           class=\"admin__control-checkbox\"\n           simple-checked=\"checked\"\n           ko-disabled=\"disabled\"\n           ko-focused=\"focused\"\n           ko-value=\"value\"\n           attr=\"id: uid, name: inputName\"/>\n\n    <label class=\"admin__field-label\" text=\"description\" attr=\"for: uid\"></label>\n</div>\n","Magento_Ui/templates/form/components/single/radio.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field admin__field-option\">\n    <input type=\"radio\"\n           class=\"admin__control-radio\"\n           simple-checked=\"checked\"\n           ko-disabled=\"disabled\"\n           ko-focused=\"focused\"\n           ko-value=\"value\"\n           attr=\"id: uid, name: inputName, 'data-index': index\"/>\n\n    <label class=\"admin__field-label\" text=\"description\" attr=\"for: uid\"></label>\n</div>\n","Magento_Ui/templates/form/components/single/switcher.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__actions-switch\" data-role=\"switcher\">\n    <input type=\"checkbox\"\n           class=\"admin__actions-switch-checkbox\"\n           simple-checked=\"checked\"\n           ko-disabled=\"disabled\"\n           ko-focused=\"focused\"\n           ko-value=\"value\"\n           attr=\"id: uid, name: inputName\"/>\n    <label class=\"admin__actions-switch-label\"\n           attr=\"for: uid\">\n        <span class=\"admin__actions-switch-text\"\n              attr=\"'data-text-on': toggleLabels.on, 'data-text-off': toggleLabels.off\"></span>\n    </label>\n</div>\n","Magento_Ui/templates/form/components/single/field.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<render args=\"elementTmpl\" visible=\"visible\"></render>\n","Magento_Ui/templates/form/components/button/simple.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<render args=\"elementTmpl\" if=\"visible\"></render>\n","Magento_Ui/templates/form/components/button/container.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"admin__field admin__field-group-additional\" css=\"$data.additionalClasses\" visible=\"visible\">\n    <label class=\"admin__field-label\" if=\"$data.label\" visible=\"$data.labelVisible\">\n        <span text=\"label\"></span>\n    </label>\n\n    <div class=\"admin__field-control\">\n        <render args=\"elementTmpl\"></render>\n    </div>\n</div>\n","Magento_Ui/templates/list/listing.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<ol class=\"list-items\">\n    <li class=\"list-item\" repeat=\"foreach: rows, item: '$row'\">\n        <div class=\"item-info\">\n            <!--ko foreach: {data: getVisible(), as: '$col'}-->\n                <!-- ko template: getBody() --><!-- /ko -->\n            <!-- /ko -->\n        </div>\n    </li>\n</ol>\n","Magento_Ui/templates/tooltip/tooltip.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div data-tooltip=\"tooltip-wrapper\" class=\"data-tooltip-wrapper <%= data.tooltipClasses %>\">\n    <div class=\"data-tooltip-tail\"></div>\n    <div class=\"data-tooltip\">\n        <% if(data.closeButton){ %>\n            <button type=\"button\" class=\"action-close\">\n                <span translate=\"'Close'\"></span>\n            </button>\n        <% } %>\n        <div class=\"data-tooltip-content\"></div>\n    </div>\n</div>\n","Magento_Theme/templates/breadcrumbs.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<ul class=\"items\">\n<% _.each(breadcrumbs, function(crumb) { %>\n    <li class=\"item <%- crumb.name %>\">\n        <% if (crumb.link) { %>\n        <a href=\"<%= crumb.link %>\" title=\"<%- crumb.title %>\"><%- crumb.label %></a>\n        <% } else if (crumb.last) { %>\n        <strong><%= crumb.label %></strong>\n        <% } else { %>\n        <%= crumb.label %>\n        <% } %>\n    </li>\n<% }); %>\n</ul>\n"}
}});
require.config({
    bundles: {
        'mage/requirejs/static': [
            'jsbuild',
            'buildTools',
            'text',
            'statistician'
        ]
    },
    deps: [
        'jsbuild'
    ]
});
