require.config({"config": {
"text":{"blank.html":"","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=\"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 <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/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()\"/>\n <a class=\"action action-help\"\n attr=\"href: getPaymentAcceptanceMarkHref()\"\n click=\"showAcceptanceWindow\"\n translate=\"'What is PayPal?'\"/>\n </label>\n </div>\n <div class=\"payment-method-content\">\n <each args=\"getRegion('messages')\" render=\"\"/>\n <div class=\"checkout-agreements-block\">\n <each args=\"$parent.getRegion('before-place-order')\" render=\"\"/>\n </div>\n <div class=\"actions-toolbar\" attr=\"id: getButtonId()\" afterRender=\"renderPayPalButtons\"/>\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/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=\"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/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/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/paypal-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 <!-- 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=\"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/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=\"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/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_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\" />\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 </div>\n </form>\n </div>\n</div>\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/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_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 <a class=\"link tooltip toggle\" href=\"#\" data-bind=\"i18n: 'What\\'s this?'\"></a>\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>\n </span>\n</div>\n<!-- /ko -->\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_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=\"getPrice($row())['msrp_price']\"/>\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'\"/>\n </button>\n\n <render args=\"popupTmpl\"/>\n </if>\n\n <ifnot args=\"isShowPriceOnGesture($row())\">\n <span class=\"msrp-message\"\n html=\"getMsrpPriceMessage($row())\" />\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()\"/>\n </with>\n </each>\n </div>\n</ifnot>\n","Magento_Msrp/template/product/item/popup.html":"<!--\n/**\n * Copyright \u00a9 2017 Magento. 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'\"/>\n\n <span class=\"old-price map-old-price\">\n <span class=\"price-container price-msrp\">\n <span class=\"price-wrapper\"\n html=\"getPrice($row())['msrp_price']\"/>\n </span>\n </span>\n </div>\n\n <div class=\"map-price\">\n <span class=\"label\"\n translate=\"'Actual Price'\"/>\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()\"/>\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()\" />\n </with>\n </div>\n </div>\n\n <div class=\"map-text\"\n html=\"getExplanationMessage($row())\"/>\n</div>\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","Vertex_Tax/template/checkout/cart/totals/tax-messages.html":"<!--\n/**\n * @copyright Vertex. All rights reserved. https://www.vertexinc.com/\n * @author Mediotype https://www.mediotype.com/\n */\n-->\n<!-- ko foreach: messages -->\n <!-- ko if: $data -->\n <tr class=\"field vertex-message\">\n <td colspan=\"2\">\n <div role=\"alert\" class=\"message warning\" generated=\"true\">\n <span data-bind=\"text: $data\"></span>\n </div>\n </td>\n </tr>\n <!-- /ko -->\n<!-- /ko -->\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","Amazon_Payment/template/notification.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko if: (isAmazonAccountLoggedIn) -->\n <!-- ko if: (chargeOnOrder) -->\n <!-- ko if: (isEuPaymentRegion) -->\n <div class=\"message success\"><span data-bind=\"text: message\"></span></div>\n <!-- /ko -->\n <!-- /ko -->\n<!-- /ko -->\n","Amazon_Payment/template/checkout-button.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko foreach: getRegion('before-amazon-button') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<div class=\"amazon-button-container\" data-bind=\"visible: !isAmazonAccountLoggedIn() && isPwaVisible()\">\n <div class=\"amazon-button-container__cell\">\n <div class=\"login-with-amazon\" data-bind=\"attr: {id: 'PayWithAmazon_' + displayArea}, mageInit: {'amazonButton':{'buttonType': 'PwA'}}\"></div>\n </div>\n\n <div class=\"amazon-button-container__cell\">\n <div class=\"field-tooltip toggle\">\n <span class=\"field-tooltip-action action-help\" data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"></span>\n <div class=\"field-tooltip-content\" data-target=\"dropdown\" aria-hidden=\"true\" data-bind=\"text: tooltip\"></div>\n </div>\n </div>\n</div>\n\n<!-- ko foreach: getRegion('after-amazon-button') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n","Amazon_Payment/template/checkout-widget-address.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko foreach: getRegion('before-widget-address') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<!-- ko if: (isAmazonAccountLoggedIn) -->\n <div class=\"amazon-widget-container\">\n <div id=\"addressBookWidgetDiv\" class=\"amazon-widget amazon-widget--address\" data-bind=\"afterRender: initAddressWidget\"></div>\n </div>\n<!--/ko-->\n\n<!-- ko foreach: getRegion('after-widget-address') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n","Amazon_Payment/template/checkout-revert.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko if: (isAmazonEnabled) -->\n <!-- ko if: (isAmazonAccountLoggedIn) -->\n <a href=\"javascript:;\" data-bind=\"click: revertCheckout\" class=\"revert-checkout\">\n <!-- ko i18n: 'Return to standard checkout' --><!--/ko-->\n </a>\n <!--/ko-->\n<!--/ko-->\n","Amazon_Payment/template/checkout-sandbox-simulator.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko foreach: getRegion('before-sandbox-simulator') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<!-- ko if: (isAmazonAccountLoggedIn) -->\n <!-- ko if: (isSandboxEnabled) -->\n <div class=\"amazon-sandbox-simulator payment-option _collapsible\"\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=\"amazon-sandbox-simulator-heading\" role=\"heading\" aria-level=\"2\">\n <!-- ko i18n: 'Simulate Payment Scenarios'--><!-- /ko -->\n </span>\n </div>\n <div class=\"payment-option-content\" data-role=\"content\">\n <div class=\"amazon-sandbox-simulator-scenarios\" data-bind=\"foreach: sandboxSimulationOptions\">\n <div data-bind=\"attr: {class: 'field choice amazon-sandbox-simulator-scenario amazon-sandbox-simulator-scenario-' + $index()}\">\n <div class=\"control\">\n <input type=\"radio\" class=\"radio\" data-bind=\"\n checkedValue: simulationValue,\n checked: $parent.sandboxSimulationReference,\n attr: {\n name: 'amazon-sandbox-simulator-scenario-' + $index(),\n id: 'amazon-sandbox-simulator-scenario-' + $index(),\n 'aria-labelledby': 'amazon-sandbox-simulator-scenario-' + $index()\n }\"/>\n <label class=\"label\" data-bind=\"\n attr: {\n id: 'amazon-sandbox-simulator-scenario-' + $index() + '-label',\n for: 'amazon-sandbox-simulator-scenario-' + $index()\n }\">\n <span data-bind=\"i18n: labelText\"></span>\n </label>\n </div>\n </div>\n </div>\n </div>\n </div>\n <!--/ko-->\n<!--/ko-->\n\n<!-- ko foreach: getRegion('after-sandbox-simulator') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n","Amazon_Payment/template/form/element/email.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n<!-- ko foreach: getRegion('amazon-button-region') -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n\n<!-- ko ifnot: isCustomerLoggedIn() -->\n\n<!-- ko foreach: getRegion('before-login-form') -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n<form class=\"form form-login\" data-role=\"email-with-possible-login\"\n data-bind=\"submit:login\"\n method=\"post\">\n <fieldset id=\"customer-email-fieldset\" class=\"fieldset\" data-bind=\"blockLoader: isLoading\">\n <div class=\"field required\">\n <label class=\"label\" for=\"customer-email\">\n <span data-bind=\"i18n: 'Email Address'\"></span>\n </label>\n <div class=\"control _with-tooltip\">\n <input class=\"input-text\"\n type=\"email\"\n data-bind=\"\n textInput: email,\n hasFocus: emailFocused\"\n name=\"username\"\n data-validate=\"{required:true, 'validate-email':true}\"\n id=\"customer-email\" />\n <!-- ko template: 'ui/form/element/helper/tooltip' --><!-- /ko -->\n <span class=\"note\" data-bind=\"fadeVisible: isPasswordVisible() == false\"><!-- ko i18n: 'You can create an account after checkout.'--><!-- /ko --></span>\n </div>\n </div>\n\n <!--Hidden fields -->\n <fieldset class=\"fieldset hidden-fields\" data-bind=\"fadeVisible: isPasswordVisible\">\n <div class=\"field\">\n <label class=\"label\" for=\"customer-password\">\n <span data-bind=\"i18n: 'Password'\"></span>\n </label>\n <div class=\"control\">\n <input class=\"input-text\"\n placeholder=\"optional\"\n type=\"password\"\n name=\"password\"\n id=\"customer-password\"\n data-validate=\"{required:true}\" autocomplete=\"off\"/>\n <span class=\"note\" data-bind=\"i18n: 'You already have an account with us. Sign in or continue as guest.'\"></span>\n </div>\n\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 login primary\" data-action=\"checkout-method-login\"><span data-bind=\"i18n: 'Login'\"></span></button>\n </div>\n <div class=\"secondary\">\n <a class=\"action remind\" data-bind=\"attr: { href: forgotPasswordUrl }\">\n <span data-bind=\"i18n: 'Forgot Your Password?'\"></span>\n </a>\n </div>\n </div>\n </fieldset>\n <!--Hidden fields -->\n </fieldset>\n</form>\n<!-- /ko -->\n","Amazon_Payment/template/payment/amazon-payment-widget.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko if: (isPwaVisible) -->\n <!-- ko if: (isAmazonAccountLoggedIn) -->\n\n <div class=\"payment-method amazon-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=\"amazon-widget-container\">\n <div id=\"walletWidgetDiv\" class=\"amazon-widget amazon-widget--payment\" data-bind=\"afterRender: initPaymentWidget\"></div>\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 <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: isPlaceOrderDisabled()},\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 <!--/ko-->\n<!--/ko-->\n","Amazon_Payment/template/payment/amazonlogin.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n<if args=\"isPwaVisible()\">\n <div class=\"payment-method\" css=\"_active : (getCode() == isChecked())\">\n <div class=\"payment-method-title field choice\">\n <input type=\"radio\"\n name=\"payment[method]\"\n class=\"radio\"\n ko-checked=\"isChecked\" ko-value=\"getCode()\" attr=\"{'id': getCode()}, click: selectPaymentMethod, visible: isRadioButtonVisible()\"/>\n <label attr=\"for : getCode()\" class=\"label\"><span text=\"getTitle()\"></span></label>\n </div>\n <div class=\"payment-method-content\">\n <div class=\"amazon-button-container\" data-bind=\"visible: true\">\n <div class=\"amazon-button-container__cell\">\n <div id=\"PayWithAmazon\" class=\"login-with-amazon\"\n data-bind=\"mageInit: {'amazonButton':{'buttonType': 'PwA'}}\"></div>\n </div>\n <div class=\"amazon-button-container__cell\">\n <div class=\"field-tooltip toggle\">\n <span class=\"field-tooltip-action action-help\"\n data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\" data-toggle=\"dropdown\"\n aria-haspopup=\"true\" aria-expanded=\"false\"></span>\n <div class=\"field-tooltip-content\" data-target=\"dropdown\" aria-hidden=\"true\">\n <translate args=\"'Securely login into our website using your existing Amazon details.'\" />\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</if>\n","Amazon_Payment/template/shipping-address/inline-form.html":"<div data-bind=\"afterRender: manipulateInlineForm\"></div>\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-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_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 for=\"gift-message-whole-message\" class=\"label\">\n <span data-bind=\"i18n: 'Message:'\"></span>\n </label>\n <div class=\"control\">\n <textarea id=\"gift-message-whole-message\"\n class=\"input-text\"\n rows=\"5\" cols=\"10\"\n data-bind=\"value: getObservable('message')\"></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_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 + 'px'}\">\n <span class=\"product-image-wrapper\" data-bind=\"style: {'padding-bottom': height/width*100 + '%'}\">\n <img class=\"product-image-photo\" data-bind=\"attr: {src: src, alt: alt}, style: {width: width + 'px', height: height + 'px'}\" />\n </span>\n</span>\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()\"/>\n </button>\n</if>\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=\"$col.getLabel($row())\"/>\n</strong>\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/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()\"/>\n </button>\n </if>\n\n <ifnot args=\"isSalable($row())\">\n <div class=\"stock unavailable\">\n <text args=\"$t('Availability')\"/>\n <span translate=\"'Out of stock'\"/>\n </div>\n </ifnot>\n</if>\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\" data-bind=\"attr: {src: src, alt: alt}, style: {width: width + 'px', height: height + 'px'}\" />\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\"/>\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"\"\n html=\"getMinRegularPrice($row())\"/>\n </span>\n</span>\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()\"/>\n </with>\n </each>\n</div>\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"\"\n html=\"getRegularPrice($row())\"/>\n\n <if args=\"!hasSpecialPrice($row())\">\n <each args=\"data: getAdjustments(), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\n </each>\n </if>\n </span>\n </span>\n </if>\n</if>\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"finalPrice\"\n html=\"getPrice($row())\"/>\n\n <each args=\"data: getAdjustments(), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\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=\"getMinimalPrice($row())\"/>\n </if>\n\n <ifnot args=\"useLinkForAsLowAs\">\n <span class=\"minimal-price-link\"\n html=\"getMinimalPrice($row())\"/>\n </ifnot>\n</if>\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"\"\n html=\"getMaxRegularPrice($row())\"/>\n </span>\n</span>\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()\"/>\n</with>\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"\"\n html=\"getMaxPrice($row())\"/>\n\n <each args=\"data: getAdjustments('max_price'), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\n </each>\n</span>\n\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\"/>\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()\"/>\n </fastForEach>\n\n <div class=\"product-item-details\">\n <fastForEach args=\"data: getRegion('details-area'), as: '$col'\" >\n <render args=\"$col.getBody()\"/>\n </fastForEach>\n\n <div if=\"getRegion('action-primary-area')().length || getRegion('action-secondary-area')().length\"\n class=\"product-item-actions\">\n <div class=\"actions-primary\" if=\"getRegion('action-primary-area')().length\">\n <fastForEach args=\"data: getRegion('action-primary-area'), as: '$col'\" >\n <render args=\"$col.getBody()\"/>\n </fastForEach>\n </div>\n\n <div if=\"getRegion('action-secondary-area')().length\"\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()\"/>\n </fastForEach>\n </div>\n </div>\n\n <div if=\"getRegion('description-area')().length\"\n class=\"product-item-description\">\n <fastForEach args=\"data: getRegion('description-area'), as: '$col'\" >\n <render args=\"$col.getBody()\"/>\n </fastForEach>\n </div>\n </div>\n </div>\n </li>\n </ol>\n </div>\n </div>\n</div>","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 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/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 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","Temando_Shipping/template/checkout/shipping/pickup-locations-form.html":"<form id=\"pickup-locations-form\"\n class=\"form fieldset delivery-locations-form\">\n\n <div class=\"step-title\"\n data-bind=\"i18n: 'Select Pickup Location'\"\n data-role=\"title\"></div>\n\n <div class=\"delivery-locations-list\" if=\"getPickupLocations().length > 0\">\n <table class=\"location\">\n <tbody data-bind=\"foreach: getPickupLocations()\">\n <tr>\n <td class=\"first-column\">\n <input type=\"radio\"\n id=\"pickup-location\"\n name=\"pickup-locations\"\n data-bind=\"checked: $parent.selected, value: pickup_location_id, attr: { id: 'pickup-location-' + entity_id }\"\n />\n </td>\n <td class=\"second-column\">\n <label for=\"pickup-location\" data-bind=\"attr: { for: 'pickup-location-' + entity_id }\">\n <strong data-bind=\"text: name\"></strong>\n <strong data-bind=\"visible: distance, text: '(' + distance + ')'\"></strong>\n </label>\n </td>\n </tr>\n <tr>\n <td class=\"first-column\"></td>\n <td class=\"second-column\">\n <span data-bind=\"text: street\"></span>,\n <span data-bind=\"text: city\"></span>,\n <span data-bind=\"text: region\"></span>\n <span data-bind=\"text: postcode\"></span>\n </td>\n </tr>\n <tr>\n <td class=\"first-column\"></td>\n <td class=\"second-column\">\n <div class=\"opening-hour-wrapper\" ifnot=\"opening_hours.general.length > 0 ||\n opening_hours.specific.openings.length > 0 ||\n opening_hours.specific.closures.length > 0\">\n <table class=\"collection-point-opening-hours\" collapsible=\"closeOnOuter: false\">\n <thead data-role=\"collapsible-title\" data-bind=\"toggleCollapsible\">\n <tr>\n <td data-bind=\"i18n: 'Opening Hours'\"></td>\n </tr>\n </thead>\n <tbody data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"i18n: 'Not Available'\"></td>\n </tr>\n </tbody>\n </table>\n </div>\n <div class=\"opening-hour-wrapper\" if=\"opening_hours.general.length > 0 ||\n opening_hours.specific.openings.length > 0 ||\n opening_hours.specific.closures.length > 0\">\n <table collapsible=\"closeOnOuter: false\">\n <thead data-role=\"collapsible-title\" data-bind=\"toggleCollapsible\">\n <tr>\n <td data-bind=\"i18n: 'Opening Hours'\"></td>\n </tr>\n </thead>\n <tbody data-bind=\"foreach: opening_hours.general\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: days\"></td>\n <td class=\"time-span\" data-bind=\"text: times\"></td>\n </tr>\n </tbody>\n <tbody class=\"special-hours-heading\" data-role=\"collapsible-content\"\n if=\"opening_hours.specific.openings.length > 0\">\n <tr>\n <td data-bind=\"i18n: 'Specific Openings'\"></td>\n </tr>\n </tbody>\n <tbody data-bind=\"foreach: opening_hours.specific.openings\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: description\"></td>\n <td class=\"time-span\">\n <span data-bind=\"text: from\"></span> - <span data-bind=\"text: to\"></span>\n </td>\n </tr>\n </tbody>\n <tbody class=\"special-hours-heading\" data-role=\"collapsible-content\"\n if=\"opening_hours.specific.closures.length > 0\">\n <tr>\n <td data-bind=\"i18n: 'Specific Closures'\"></td>\n </tr>\n </tbody>\n <tbody data-bind=\"foreach: opening_hours.specific.closures\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: description\"></td>\n <td class=\"time-span\">\n <span data-bind=\"text: from\"></span> - <span data-bind=\"text: to\"></span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </td>\n </tr>\n <tr>\n <td colspan=\"3\">\n <hr>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <div if=\"getMessage()\" data-bind=\"text:getMessage(), css:{'field-error':hasNoResult()}\"></div>\n</form>\n","Temando_Shipping/template/checkout/shipping/collection-points-form.html":"<form id=\"collection-points-form\"\n class=\"form fieldset delivery-locations-form\"\n data-bind=\"submit: submitForm.bind($data)\">\n\n <div class=\"step-title\"\n data-bind=\"i18n: 'Collection Point Selection'\"\n data-role=\"title\"></div>\n\n <div class=\"field _required collection-point-country\">\n <label class=\"label\" for=\"collection-point-countries\">\n <span data-bind=\"i18n:'Country'\"></span>\n </label>\n <div class=\"control\">\n <select class=\"input-select\"\n id=\"collection-point-countries\"\n data-bind=\"options: getCountryData(),\n optionsText: 'countryName',\n optionsValue: 'countryCode',\n value: countryValue\">\n </select>\n </div>\n </div>\n\n <div class=\"field _required collection-point-postalcode\" data-bind=\"css:{_error: zipCodeError}\">\n <label class=\"label\" for=\"collection-points-postal-code\">\n <span data-bind=\"i18n:'Postal Code'\"></span>\n </label>\n <div class=\"control\">\n <input class=\"input-text required-entry\"\n type=\"text\"\n id=\"collection-points-postal-code\"\n data-bind=\"value: zipValue\" />\n <label class=\"admin__ field-error\"\n if=\"zipCodeError\"\n data-bind=\"i18n:zipCodeError\"></label>\n </div>\n </div>\n\n <div class=\"field collection-point-button\">\n <div class=\"control\">\n <button class=\"action primary\" type=\"submit\" title=\"search\">\n <span data-bind=\"i18n:'Search'\"></span>\n </button>\n </div>\n </div>\n\n <div class=\"delivery-locations-list\" if=\"getCollectionPoints().length > 0\">\n <table class=\"location\">\n <tbody data-bind=\"foreach: getCollectionPoints()\">\n <tr>\n <td class=\"first-column\">\n <input type=\"radio\"\n data-bind=\"checked: $parent.selected,\n value: collection_point_id,\n attr: { name: 'collection-points', id: collection_point_id }\" />\n </td>\n <td class=\"second-column\">\n <label data-bind=\"attr: { for: collection_point_id }\">\n <strong data-bind=\"text: name\"></strong>\n <strong data-bind=\"visible: distance, text: '(' + distance + ')'\"></strong>\n </label>\n </td>\n </tr>\n <tr>\n <td class=\"first-column\"></td>\n <td class=\"second-column\">\n <div>\n <span data-bind=\"text: street\"></span>,\n <span data-bind=\"text: city\"></span>,\n <span data-bind=\"text: region\"></span>\n <span data-bind=\"text: postcode\"></span>\n </div>\n </td>\n </tr>\n <tr>\n <td class=\"first-column\"></td>\n <td class=\"second-column\">\n <div class=\"opening-hour-wrapper\" ifnot=\"opening_hours.general.length > 0 ||\n opening_hours.specific.openings.length > 0 ||\n opening_hours.specific.closures.length > 0\">\n <table collapsible=\"closeOnOuter: false\">\n <thead data-role=\"collapsible-title\" data-bind=\"toggleCollapsible\">\n <tr>\n <td data-bind=\"i18n: 'Opening Hours'\"></td>\n </tr>\n </thead>\n <tbody data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"i18n: 'Not Available'\"></td>\n </tr>\n </tbody>\n </table>\n </div>\n <div class=\"opening-hour-wrapper\" if=\"opening_hours.general.length > 0 ||\n opening_hours.specific.openings.length > 0 ||\n opening_hours.specific.closures.length > 0\">\n <table class=\"collection-point-opening-hours\" collapsible=\"closeOnOuter: false\">\n <thead data-role=\"collapsible-title\" data-bind=\"toggleCollapsible\">\n <tr>\n <td data-bind=\"i18n: 'Opening Hours'\"></td>\n </tr>\n </thead>\n <tbody data-bind=\"foreach: opening_hours.general\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: days\"></td>\n <td class=\"time-span\" data-bind=\"text: times\"></td>\n </tr>\n </tbody>\n <tbody class=\"special-hours-heading\" data-role=\"collapsible-content\"\n if=\"opening_hours.specific.openings.length > 0\">\n <tr>\n <td data-bind=\"i18n: 'Specific Openings'\"></td>\n </tr>\n </tbody>\n <tbody data-bind=\"foreach: opening_hours.specific.openings\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: description\"></td>\n <td class=\"time-span\">\n <span data-bind=\"text: from\"></span> - <span data-bind=\"text: to\"></span>\n </td>\n </tr>\n </tbody>\n <tbody class=\"special-hours-heading\" data-role=\"collapsible-content\"\n if=\"opening_hours.specific.closures.length > 0\">\n <tr>\n <td data-bind=\"i18n: 'Specific Closures'\"></td>\n </tr>\n </tbody>\n <tbody data-bind=\"foreach: opening_hours.specific.closures\"\n data-role=\"collapsible-content\">\n <tr>\n <td data-bind=\"text: description\"></td>\n <td class=\"time-span\">\n <span data-bind=\"text: from\"></span> - <span data-bind=\"text: to\"></span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </td>\n </tr>\n <tr>\n <td colspan=\"3\">\n <hr>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n <div if=\"getMessage()\" data-bind=\"text:getMessage(), css:{'field-error':hasNoResult()}\"></div>\n</form>\n","Temando_Shipping/template/checkout/shipping/checkout-fields.html":"<!-- ko if: getFields().length -->\n<form id=\"carrier-fields-block\" class=\"form form-shipping-address form-carrier-fields\">\n <div class=\"fieldset\" data-bind=\"visible: checkoutFieldsVisible\">\n <!-- ko foreach: getFields() -->\n <!-- ko if: type == 'checkbox' -->\n <table class=\"table-checkout-shipping-method\">\n <tbody>\n <tr class=\"row\">\n <td class=\"col col-method\" width=\"10px\">\n <input type=\"checkbox\" data-bind=\"attr: {id: id}, value:id , checked: value\"/>\n </td>\n <td class=\"col\">\n <label data-bind=\"i18n: label, attr: {for: id}\"></label>\n </td>\n </tr>\n </tbody>\n </table>\n <!-- /ko -->\n\n <!-- ko if: type == 'text' || type == 'number' -->\n <div class=\"field\">\n <label class=\"label\" data-bind=\"attr: {for: id}\">\n <span data-bind=\"i18n: label\"></span>\n </label>\n <div class=\"control\">\n <input class=\"input-text\" data-bind=\"attr: {id: id,type: type},value:value \"/>\n </div>\n </div>\n <!-- /ko -->\n\n <!-- ko if: type == 'select' -->\n <div class=\"field\">\n <label class=\"label\" data-bind=\"attr: {for: id}\">\n <span data-bind=\"i18n: label\"></span>\n </label>\n <div class=\"control\">\n <select class=\"input-select\" data-bind=\"attr: {\n id: id,\n type: type\n },\n options:options,\n optionsText:'name',\n optionsValue:'value',\n value:value,\n optionsCaption: ''\n \"></select>\n </div>\n </div>\n <!-- /ko -->\n <!-- /ko -->\n </div>\n</form>\n<!-- /ko -->\n","Temando_Shipping/template/checkout/shipping/delivery-options.html":"<!--ko if: deliveryOptions().length > 0 -->\n<form id=\"delivery-options-fields-block\" class=\"form form-shipping-address form-delivery-options\">\n <fieldset class=\"fieldset delivery-options\">\n <dl class=\"delivery-options\">\n <dt class=\"item-title\"><span data-bind=\"i18n:'Delivery Options'\"></span></dt>\n <!-- ko foreach: deliveryOptions -->\n <dd class=\"item-options\">\n <input type=\"radio\" name=\"delivery-options\"\n data-bind=\"attr: $data, checked: $parent.radioSelectedOptionValue\"\n />\n <label data-bind=\"i18n:label, attr:{for: $data.id }\"></label>\n </dd>\n <!-- /ko -->\n </dl>\n </fieldset>\n <div data-bind=\"visible: collectionPointsVisible\">\n <!-- ko foreach: getRegion('collection-points-form') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </div>\n <div data-bind=\"visible: clickAndCollectVisible\">\n <!-- ko foreach: getRegion('click-and-collect-form') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </div>\n</form>\n<!-- /ko -->\n","Temando_Shipping/template/checkout/shipping/address-renderer/collection-point.html":"<div data-bind=\"foreach: collectionPoints.getSelectedCollectionPoint()\">\n <!-- ko text: name --><!-- /ko --><br/>\n <!-- ko text: street --><!-- /ko --><br/>\n <!-- ko text: city --><!-- /ko -->, <!-- ko text: $parent.getRegionNameByCode(country,region) --><!-- /ko -->, <!-- ko text: postcode --><!-- /ko --><br/>\n <!-- ko text: $parent.getCountryName(country) --><!-- /ko -->\n</div>\n","Temando_Shipping/template/checkout/shipping/address-renderer/pickup-location.html":"<div data-bind=\"foreach: pickupLocations.getSelectedPickupLocation()\">\n <strong><!-- ko text: name --><!-- /ko --></strong><br/>\n <!-- ko text: street --><!-- /ko --><br/>\n <!-- ko text: city --><!-- /ko -->, <!-- ko text: $parent.getRegionNameByCode(country,region) --><!-- /ko -->, <!-- ko text: postcode --><!-- /ko --><br/>\n <!-- ko text: $parent.getCountryName(country) --><!-- /ko -->\n</div>\n","MSP_ReCaptcha/template/reCaptcha.html":"<!--\n/**\n * MageSpecialist\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Open Software License (OSL 3.0)\n * that is bundled with this package in the file LICENSE.txt.\n * It is also available through the world-wide-web at this URL:\n * http://opensource.org/licenses/osl-3.0.php\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 info@magespecialist.it so we can send you a copy immediately.\n *\n * @category MSP\n * @package MSP_ReCaptcha\n * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\n */\n-->\n<!-- ko if: (getIsVisible()) -->\n<div data-bind=\"{\n attr: {\n 'id': getReCaptchaId() + '-wrapper'\n },\n 'afterRender': renderReCaptcha()\n}\">\n <div class=\"g-recaptcha\" ></div>\n</div>\n<!-- /ko -->\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\" />\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>","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_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()\" />\n </with>\n <with args=\"getPriceByCode('minimal_regular_price')\">\n <render args=\"getBody()\" />\n </with>\n </div>\n <div class=\"price-to\">\n <with args=\"getPriceByCode('max_price')\">\n <render args=\"getBody()\" />\n </with>\n <with args=\"getPriceByCode('max_regular_price')\">\n <render args=\"getBody()\" />\n </with>\n </div>\n</if>\n\n<ifnot args=\"hasPriceRange($row())\">\n <with args=\"getPriceByCode('minimal_price')\">\n <render args=\"getBody()\" />\n </with>\n <with args=\"getPriceByCode('minimal_regular_price')\">\n <render args=\"getBody()\" />\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\"/>\n\n <span class=\"price-wrapper\"\n css=\"priceWrapperCssClasses\"\n attr=\"priceWrapperAttr\"\n data-price-amount=\"\"\n data-price-type=\"\"\n html=\"getMinimalPrice($row())\"/>\n\n <each args=\"data: getAdjustments(), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\n </each>\n </span>\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_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\"/>\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=\"getPrice($row())\"/>\n\n <each args=\"data: getAdjustments(), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\n </each>\n </span>\n </div>\n</if>\n","Magento_Tinymce3/tiny_mce/plugins/preview/example.html":"<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script language=\"javascript\" src=\"../../tiny_mce_popup.js\"></script>\n<script type=\"text/javascript\" src=\"jscripts/embed.js\"></script>\n<script type=\"text/javascript\">\ntinyMCEPopup.onInit.add(function(ed) {\n\tvar dom = tinyMCEPopup.dom;\n\n\t// Load editor content_css\n\ttinymce.each(ed.settings.content_css.split(','), function(u) {\n\t\tdom.loadCSS(ed.documentBaseURI.toAbsolute(u));\n\t});\n\n\t// Place contents inside div container\n\tdom.setHTML('content', ed.getContent());\n});\n</script>\n<title>Example of a custom preview page</title>\n</head>\n<body>\n\nEditor contents: <br />\n<div id=\"content\">\n<!-- Gets filled with editor contents -->\n</div>\n\n</body>\n</html>\n","Magento_Tinymce3/tiny_mce/plugins/preview/preview.html":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<script type=\"text/javascript\" src=\"../../tiny_mce_popup.js\"></script>\n<script type=\"text/javascript\" src=\"jscripts/embed.js\"></script>\n<script type=\"text/javascript\"><!--\ndocument.write('<base href=\"' + tinyMCEPopup.getWindowArg(\"base\") + '\">');\n// -->\n</script>\n<title>{#preview.preview_desc}</title>\n</head>\n<body id=\"content\">\n<script type=\"text/javascript\">\n\tdocument.write(tinyMCEPopup.editor.getContent());\n</script>\n</body>\n</html>\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 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 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()\"/>\n</each>\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/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\"/>\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\"/>\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\"/>\n <span class=\"admin__page-nav-item-message-tooltip\"\n translate=\"'Changes have been made to this section that have not been saved.'\"/>\n </span>\n <span class=\"admin__page-nav-item-message-loader\">\n <span class=\"spinner\">\n <span repeat=\"8\"/>\n </span>\n </span>\n </span>\n </a>\n </li>\n </ul>\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=\"\"/>\n</if>\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 }\">\n <!-- ko if: element.label -->\n <span translate=\"element.label\"></span>\n <!-- /ko -->\n </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\"/>\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\"/>\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\"/>\n </div>\n <!-- /ko -->\n </div>\n</div>\n<!-- /ko -->\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=\"\"/>\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\"/>\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\"></span>\n <span class=\"admin__page-nav-item-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\"></span>\n <span class=\"admin__page-nav-item-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\"/>\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=\"\"/>\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/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\"/>\n </button>\n </div>\n <render args=\"previewTpl\"/>\n <div each=\"getRegion('head')\" render=\"\"/>\n </li>\n\n <li class=\"address-list-actions last\">\n <button class=\"scalable add\" type=\"button\" click=\"addChild\">\n <span text=\"addLabel\"/>\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\"/>\n </legend><br />\n\n <each args=\"getRegion('body')\" render=\"\"/>\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\"/>\n </div>\n\n <div class=\"admin__field-complex-elements\"\n each=\"data: elems, as: 'element'\"\n render=\"\" />\n\n <div class=\"admin__field-complex-content\"\n html=\"$data.content\" if=\"$data.content\"></div>\n\n <div class=\"admin__field-complex-text\"\n html=\"$data.text\" if=\"$data.text\"></div>\n</div>\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\"/>\n </label>\n\n <div class=\"admin__field-control\">\n <render args=\"elementTmpl\"/>\n </div>\n</div>\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\"/>\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\"/>\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\"/>\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\"/>\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/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)\"/><br>\n </if>\n </each>\n\n <if args=\"noPreview\">\n <span text=\"label\"/><br />\n </if>\n</address>\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/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/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\"/>\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\"/>\n </div>\n\n <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"/>\n\n <div class=\"admin__field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n <span html=\"notice\"/>\n </div>\n\n <div class=\"admin__additional-info\" if=\"$data.additionalInfo\" html=\"$data.additionalInfo\"></div>\n\n <render args=\"$data.service.template\" if=\"$data.hasService()\"/>\n </div>\n</fieldset>\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/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/>\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 }\"/>\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 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/html.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 html: value,\n attr: {\n name: inputName,\n id: uid\n }\"/>\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/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/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/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\"/>\n\n <div class=\"admin__field-note\"\n if=\"notice\"\n attr=\"id: noticeId\">\n <span text=\"notice\"/>\n </div>\n</div>\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/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/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 <input class=\"admin__control-text\" type=\"text\" data-bind=\"value: value, attr: { id: uid, disabled: disabled, name: inputName }, hasFocus: focused\">\n <label class=\"admin__addon-prefix\" data-bind=\"attr: { for: uid }\"><span data-bind=\"text: currency_sign\"></span></label>\n</div>\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 }\"\n />\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/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\"/>\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\"/>\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/>\n <label class=\"admin__field-error\" visible=\"error\" attr=\"for: uid\" text=\"error\"/>\n </div>\n </div>\n\n <!--display container to specify url options(Example: open in new tab)-->\n <div render=\"settingTemplate\" if=\"isDisplayAdditionalSettings\"/>\n </div>\n</div>\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/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\">\n <span text=\"title\"/>\n</button>\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=\"\"/>\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/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 }\"/>\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/>\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'\"/>","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\"/>\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=\"admin__field\" visible=\"visible\" css=\"$data.additionalClasses\">\n <label class=\"admin__field-label\" if=\"$data.label\" attr=\"for: uid\" visible=\"$data.labelVisible\">\n <span translate=\"label\" attr=\"'data-config-scope': $data.scopeLabel\"/>\n </label>\n\n <div class=\"admin__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\" disable=\"disabled\" />\n <label class=\"file-uploader-button action-default\" attr=\"for: uid\" translate=\"'Upload'\"/>\n\n <span class=\"file-uploader-spinner\"/>\n <render args=\"fallbackResetTpl\" if=\"$data.showFallbackReset && $data.isDifferedFromDefault\"/>\n </div>\n\n <render args=\"tooltipTpl\" if=\"$data.tooltip\"/>\n\n <div class=\"admin__field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n <span html=\"notice\"/>\n </div>\n\n <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"/>\n\n <each args=\"data: value, as: '$file'\" render=\"$parent.getPreviewTmpl($file)\"/>\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.'\"/>\n </label>\n </div>\n </div>\n <render args=\"$data.service.template\" if=\"$data.hasService()\"/>\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\"/>\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'\" />\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'\"/>\n <render args=\"fallbackResetTpl\" if=\"$data.showFallbackReset && $data.isDifferedFromDefault\"/>\n <p class=\"image-upload-requirements\">\n <span if=\"$data.maxFileSize\">\n <span translate=\"'Maximum file size'\" />: <text args=\"formatSize($data.maxFileSize)\"/>.\n </span>\n <span if=\"$data.allowedExtensions\">\n <span translate=\"'Allowed file types'\" />: <text args=\"getAllowedFileExtensionsInCommaDelimitedFormat()\"/>.\n </span>\n </p>\n </div>\n\n <render args=\"tooltipTpl\" if=\"$data.tooltip\"/>\n\n <div class=\"admin__field-note\" if=\"$data.notice\" attr=\"id: noticeId\">\n <span html=\"notice\"/>\n </div>\n\n <label class=\"admin__field-error\" if=\"error\" attr=\"for: uid\" text=\"error\"/>\n\n <each args=\"data: value, as: '$file'\" render=\"$parent.getPreviewTmpl($file)\"/>\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\" />\n <p class=\"image-placeholder-text\" translate=\"'Browse to find or drag image here'\"/>\n </div>\n </div>\n </div>\n <render args=\"$data.service.template\" if=\"$data.hasService()\"/>\n </div>\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'\"/>\n </button>\n </div>\n </div>\n\n <div class=\"file-uploader-filename\" text=\"$file.name\"/>\n\n <div class=\"file-uploader-meta\">\n <span if=\"$file.previewType === 'image'\">\n <text args=\"$file.previewWidth\"/>x<text args=\"$file.previewHeight\"/>,\n </span>\n <text args=\"$parent.formatSize($file.size)\"/>\n </div>\n</div>\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 <!-- ko if: (!tooltip.link)-->\n <span class=\"field-tooltip-action action-help\"\n tabindex=\"0\"\n data-toggle=\"dropdown\"\n data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\"></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/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/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'\"/>\n </button>\n <% } %>\n <div class=\"data-tooltip-content\"></div>\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/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=\"content\"\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\"/>\n </div>\n</div>\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/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-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-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-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=\"\"/>\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","Klarna_Kp/template/payments/kp.html":"<!--\n/**\n * This file is part of the Klarna KP module\n *\n * (c) Klarna Bank AB (publ)\n *\n * For the full copyright and license information, please view the NOTICE\n * and LICENSE files that were distributed with this source code.\n */\n-->\n<div class=\"payment-method\" data-bind=\"visible: isVisible, 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>\n <div style=\"float:right\"><img width=\"55\" data-bind=\"attr: {'src': getLogoUrl()}\"></div><span data-bind=\"html: getTitle()\"></span>\n </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 <div>\n <div data-bind=\"text: getMessage(), visible: hasMessage()\"></div>\n <div data-bind=\"attr: {'id': getContainerId()}, afterRender: checkPreSelect()\"></div>\n <fieldset class=\"fieldset items klarna_kp\" data-bind=\"attr: {'id': 'payment_form_' + getCode()}\"\n style=\"display: none\">\n <input type=\"hidden\"\n name=\"payment[authorization_token]\"\n data-bind=\"attr: {'id': 'authorization_token_' + getCode()}, value: getAuthorizationToken()\"\n />\n </fieldset>\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\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() && isPlaceOrderActionAllowed() && showButton()),\n click: authorize,\n css: {disabled: !isPlaceOrderActionAllowed()}\"\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_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 }\" 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()\"/>\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 <span translate=\"'Place Order'\"></span>\n </button>\n </div>\n </div>\n </div>\n</div>\n","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()\"/>\n</button>\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=\"getTax($row())\"/>\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=\"getTax($row())\"/>\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=\"getTax($row())\"/>\n</if>\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 <!-- ko if: $index() == 0 -->\n <td class=\"amount\">\n <!-- ko if: $parents[1].isCalculated() -->\n <span class=\"price\"\n data-bind=\"text: $parents[1].formatPrice($parents[0].amount), 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].formatPrice($parents[0].amount), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n <!-- /ko -->\n </td>\n <!-- /ko -->\n </tr>\n <!-- /ko -->\n <!-- /ko -->\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 <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 <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 <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 <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/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/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/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/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/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/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 <!-- ko if: $index() == 0 -->\n <td class=\"amount\" rowspan=\"1\">\n <!-- ko if: $parents[1].isCalculated() -->\n <span class=\"price\"\n data-bind=\"text: $parents[1].formatPrice($parents[0].amount), 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].formatPrice($parents[0].amount), attr: {'data-th': title, 'rowspan': $parents[0].rates.length }\"></span>\n <!-- /ko -->\n </td>\n <!-- /ko -->\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 <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 <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 <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 <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/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_Authorizenet/template/payment/authorizenet-directpost.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 <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\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 <!-- ko template: 'Magento_Payment/payment/cc-form' --><!-- /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\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_Checkout/template/onepage.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko foreach: getRegion('authentication') -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<!-- ko foreach: getRegion('progressBar') -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<!-- ko foreach: getRegion('estimation') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<!-- ko foreach: getRegion('messages') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n<div class=\"opc-wrapper\">\n <ol class=\"opc\" id=\"checkoutSteps\">\n <!-- ko foreach: getRegion('steps') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </ol>\n</div>\n\n<!-- ko foreach: getRegion('sidebar') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n","Magento_Checkout/template/shipping-information.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<!-- ko if: (isVisible()) -->\n<div class=\"shipping-information\">\n <div class=\"ship-to\">\n <div class=\"shipping-information-title\">\n <span data-bind=\"i18n: 'Ship To:'\"></span>\n <button class=\"action action-edit\" data-bind=\"click: back\">\n <span data-bind=\"i18n: 'edit'\"></span>\n </button>\n </div>\n <div class=\"shipping-information-content\">\n <!-- ko foreach: getRegion('ship-to') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </div>\n </div>\n <div class=\"ship-via\">\n <div class=\"shipping-information-title\">\n <span data-bind=\"i18n: 'Shipping Method:'\"></span>\n <button class=\"action action-edit\" data-bind=\"click: backToShippingMethod\">\n <span data-bind=\"i18n: 'edit'\"></span>\n </button>\n </div>\n <div class=\"shipping-information-content\">\n <span class=\"value\" data-bind=\"text: getShippingMethodTitle()\"></span>\n </div>\n </div>\n</div>\n<!--/ko-->\n","Magento_Checkout/template/shipping.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<li id=\"shipping\" class=\"checkout-shipping-address\" data-bind=\"fadeVisible: visible()\">\n <div class=\"step-title\" translate=\"'Shipping Address'\" data-role=\"title\" />\n <div id=\"checkout-step-shipping\"\n class=\"step-content\"\n data-role=\"content\">\n\n <each if=\"!quoteIsVirtual\" args=\"getRegion('customer-email')\" render=\"\" />\n <each args=\"getRegion('address-list')\" render=\"\" />\n <each args=\"getRegion('address-list-additional-addresses')\" render=\"\" />\n\n <!-- Address form pop up -->\n <if args=\"!isFormInline\">\n <button type=\"button\"\n class=\"action action-show-popup\"\n click=\"showFormPopUp\"\n visible=\"!isNewAddressAdded()\">\n <span translate=\"'New Address'\" />\n </button>\n <div id=\"opc-new-shipping-address\"\n visible=\"isFormPopUpVisible()\"\n render=\"shippingFormTemplate\" />\n </if>\n\n <each args=\"getRegion('before-form')\" render=\"\" />\n\n <!-- Inline address form -->\n <render if=\"isFormInline\" args=\"shippingFormTemplate\" />\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\n <each args=\"getRegion('before-shipping-method-form')\" render=\"\" />\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\"/>\n\n <div id=\"onepage-checkout-shipping-method-additional-load\">\n <each args=\"getRegion('shippingAdditional')\" render=\"\" />\n </div>\n <div role=\"alert\"\n if=\"errorValidationMessage().length\"\n class=\"message notice\">\n <span text=\"errorValidationMessage()\" />\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'\" />\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 </div>\n </div>\n</li>\n","Magento_Checkout/template/registration.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko foreach: getRegion('messages') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n<div>\n <!-- ko if: isFormVisible -->\n <p data-bind=\"i18n: 'You can track your order status by creating an account.'\"></p>\n <p><span data-bind=\"i18n: 'Email Address'\"></span>: <span data-bind=\"text: getEmailAddress()\"></span></p>\n <form method=\"get\" data-bind=\"attr: { action: getUrl() }\">\n <input type=\"submit\" class=\"action primary\" data-bind=\"value: $t('Create an Account')\" />\n </form>\n <!--/ko-->\n</div>\n","Magento_Checkout/template/progress-bar.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<ul class=\"opc-progress-bar\">\n <!-- ko foreach: { data: steps().sort(sortItems), as: 'item' } -->\n <li class=\"opc-progress-bar-item\" data-bind=\"css: item.isVisible() ? '_active' : ($parent.isProcessed(item) ? '_complete' : '')\">\n <span data-bind=\"i18n: item.title, click: $parent.navigateTo\"></span>\n </li>\n <!-- /ko -->\n</ul>\n","Magento_Checkout/template/billing-address.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"checkout-billing-address\">\n\n <div class=\"billing-address-same-as-shipping-block field choice\" data-bind=\"visible: canUseShippingAddress()\">\n <input type=\"checkbox\" name=\"billing-address-same-as-shipping\"\n data-bind=\"checked: isAddressSameAsShipping, click: useShippingAddress, attr: {id: 'billing-address-same-as-shipping-' + getCode($parent)}\"/>\n <label data-bind=\"attr: {for: 'billing-address-same-as-shipping-' + getCode($parent)}\"><span\n data-bind=\"i18n: 'My billing and shipping address are the same'\"></span></label>\n </div>\n\n <!-- ko template: 'Magento_Checkout/billing-address/details' --><!-- /ko -->\n <fieldset class=\"fieldset\" data-bind=\"visible: !isAddressDetailsVisible()\">\n <!-- ko template: 'Magento_Checkout/billing-address/list' --><!-- /ko -->\n <!-- ko template: 'Magento_Checkout/billing-address/form' --><!-- /ko -->\n <div class=\"actions-toolbar\">\n <div class=\"primary\">\n <button class=\"action action-update\" type=\"button\" data-bind=\"click: updateAddress\">\n <span data-bind=\"i18n: 'Update'\"></span>\n </button>\n <button class=\"action action-cancel\" type=\"button\" data-bind=\"click: cancelAddressEdit\">\n <span data-bind=\"i18n: 'Cancel'\"></span>\n </button>\n </div>\n </div>\n </fieldset>\n\n</div>\n","Magento_Checkout/template/summary.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"opc-block-summary\" data-bind=\"blockLoader: isLoading\">\n <span data-bind=\"i18n: 'Order Summary'\" class=\"title\"></span>\n <!-- ko foreach: elems() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n</div>\n","Magento_Checkout/template/sidebar.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<div id=\"opc-sidebar\"\n data-bind=\"afterRender:setModalElement, mageInit: {\n 'Magento_Ui/js/modal/modal':{\n 'type': 'custom',\n 'modalClass': 'opc-sidebar opc-summary-wrapper',\n 'wrapperClass': 'checkout-container',\n 'parentModalClass': '_has-modal-custom',\n 'responsive': true,\n 'responsiveClass': 'custom-slide',\n 'overlayClass': 'modal-custom-overlay',\n 'buttons': []\n }}\">\n\n <!-- ko foreach: getRegion('summary') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n\n <div class=\"opc-block-shipping-information\">\n <!-- ko foreach: getRegion('shipping-information') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </div>\n</div>\n","Magento_Checkout/template/authentication.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"authentication-wrapper\" data-block=\"authentication\" data-bind=\"visible: isActive()\">\n <button\n type=\"button\"\n class=\"action action-auth-toggle\"\n data-trigger=\"authentication\">\n <span data-bind=\"i18n: 'Sign In'\"></span>\n </button>\n <div class=\"block-authentication\"\n style=\"display: none\"\n data-bind=\"mageInit: {\n 'Magento_Ui/js/modal/modal':{\n 'type': 'custom',\n 'modalClass': 'authentication-dropdown',\n 'trigger': '[data-trigger=authentication]',\n 'wrapperClass': 'authentication-wrapper',\n 'parentModalClass': '_has-modal-custom _has-auth-shown',\n 'responsive': true,\n 'responsiveClass': 'custom-slide',\n 'overlayClass': 'dropdown-overlay modal-custom-overlay',\n 'buttons': []\n }}\">\n <!-- ko foreach: getRegion('before') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\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: 'Sign In'\"></strong>\n </div>\n <!-- ko foreach: getRegion('messages') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n <div class=\"block-content\" aria-labelledby=\"block-customer-login-heading\">\n <form data-role=\"login\"\n data-bind=\"submit:login\"\n method=\"post\">\n <div class=\"fieldset\"\n data-bind=\"attr: {'data-hasrequired': $t('* Required Fields')}\">\n <div class=\"field field-email required\">\n <label class=\"label\" for=\"login-email\"><span data-bind=\"i18n: 'Email Address'\"></span></label>\n <div class=\"control\">\n <input type=\"email\"\n class=\"input-text\"\n id=\"login-email\"\n name=\"username\"\n data-bind=\"attr: {autocomplete: autocomplete}\"\n data-validate=\"{required:true, 'validate-email':true}\" />\n </div>\n </div>\n <div class=\"field field-password required\">\n <label for=\"login-password\" class=\"label\"><span data-bind=\"i18n: 'Password'\"></span></label>\n <div class=\"control\">\n <input type=\"password\"\n class=\"input-text\"\n id=\"login-password\"\n name=\"password\"\n data-bind=\"attr: {autocomplete: autocomplete}\"\n data-validate=\"{required:true}\"\n autocomplete=\"off\"/>\n </div>\n </div>\n <!-- ko foreach: getRegion('additional-login-form-fields') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </div>\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\"><span data-bind=\"i18n: 'Sign In'\"></span></button>\n </div>\n <div class=\"secondary\">\n <a class=\"action action-remind\" data-bind=\"attr: { href: forgotPasswordUrl }\">\n <span data-bind=\"i18n: 'Forgot Your Password?'\"></span>\n </a>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n</div>\n","Magento_Checkout/template/estimation.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"opc-estimated-wrapper\" data-bind=\"blockLoader: isLoading\">\n <div class=\"estimated-block\">\n <span class=\"estimated-label\" data-bind=\"i18n: 'Estimated Total'\"></span>\n <span class=\"estimated-price\" data-bind=\"text: getValue()\"></span>\n </div>\n <div class=\"minicart-wrapper\">\n <button type=\"button\" class=\"action showcart\" data-bind=\"click: showSidebar\" data-toggle=\"opc-summary\">\n <span class=\"counter qty\">\n <span class=\"counter-number\" data-bind=\"text: getQuantity()\"></span>\n </span>\n </button>\n </div>\n</div>\n","Magento_Checkout/template/payment.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<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('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\">\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_Checkout/template/billing-address/list.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"field field-select-billing\">\n <label class=\"label\"><span data-bind=\"i18n: 'Billing Address'\"></span></label>\n <div class=\"control\" data-bind=\"if: (addressOptions.length > 1)\">\n <select class=\"select\" name=\"billing_address_id\" data-bind=\"\n options: addressOptions,\n optionsText: addressOptionsText,\n value: selectedAddress,\n event: {change: onAddressChange(selectedAddress())};\n \"></select>\n </div>\n</div>\n","Magento_Checkout/template/billing-address/details.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div if=\"isAddressDetailsVisible() && currentBillingAddress()\" class=\"billing-address-details\">\n <text args=\"currentBillingAddress().prefix\"/> <text args=\"currentBillingAddress().firstname\"/> <text args=\"currentBillingAddress().middlename\"/>\n <text args=\"currentBillingAddress().lastname\"/> <text args=\"currentBillingAddress().suffix\"/><br/>\n <text args=\"_.values(currentBillingAddress().street).join(', ')\"/><br/>\n <text args=\"currentBillingAddress().city \"/>, <span text=\"currentBillingAddress().region\"></span> <text args=\"currentBillingAddress().postcode\"/><br/>\n <text args=\"getCountryName(currentBillingAddress().countryId)\"/><br/>\n <a if=\"currentBillingAddress().telephone\" attr=\"'href': 'tel:' + currentBillingAddress().telephone\" text=\"currentBillingAddress().telephone\"></a><br/>\n\n <each args=\"data: currentBillingAddress().customAttributes, as: 'element'\">\n <each args=\"data: Object.keys(element), as: 'attribute'\">\n <if args=\"typeof element[attribute] === 'object'\">\n <if args=\"element[attribute].label\">\n <text args=\"element[attribute].label\"/>\n </if>\n <ifnot args=\"element[attribute].label\">\n <if args=\"element[attribute].value\">\n <text args=\"element[attribute].value\"/>\n </if>\n </ifnot>\n </if>\n <if args=\"typeof element[attribute] === 'string'\">\n <text args=\"element[attribute]\"/>\n </if><br/>\n </each>\n </each>\n\n <button visible=\"!isAddressSameAsShipping()\"\n type=\"button\"\n class=\"action action-edit-address\"\n click=\"editAddress\">\n <span translate=\"'Edit'\"></span>\n </button>\n</div>\n\n","Magento_Checkout/template/billing-address/form.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\" data-bind=\"fadeVisible: isAddressFormVisible\">\n <!-- ko foreach: getRegion('before-fields') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n <form data-bind=\"attr: {'data-hasrequired': $t('* Required Fields')}\">\n <fieldset class=\"fieldset address\" data-form=\"billing-new-address\">\n <!-- ko foreach: getRegion('additional-fieldsets') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n <!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->\n <div class=\"choice field\">\n <input type=\"checkbox\" class=\"checkbox\" data-bind=\"checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}\" />\n <label class=\"label\" data-bind=\"attr: {for: 'billing-save-in-address-book-' + getCode($parent)}\" >\n <span data-bind=\"i18n: 'Save in address book'\"></span>\n </label>\n </div>\n <!-- /ko -->\n </fieldset>\n </form>\n</div>\n","Magento_Checkout/template/form/element/email.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko ifnot: isCustomerLoggedIn() -->\n\n<!-- ko foreach: getRegion('before-login-form') -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n<form class=\"form form-login\" data-role=\"email-with-possible-login\"\n data-bind=\"submit:login\"\n method=\"post\">\n <fieldset id=\"customer-email-fieldset\" class=\"fieldset\" data-bind=\"blockLoader: isLoading\">\n <div class=\"field required\">\n <label class=\"label\" for=\"customer-email\">\n <span data-bind=\"i18n: 'Email Address'\"></span>\n </label>\n <div class=\"control _with-tooltip\">\n <input class=\"input-text\"\n type=\"email\"\n data-bind=\"\n textInput: email,\n hasFocus: emailFocused,\n mageInit: {'mage/trim-input':{}}\"\n name=\"username\"\n data-validate=\"{required:true, 'validate-email':true}\"\n id=\"customer-email\" />\n <!-- ko template: 'ui/form/element/helper/tooltip' --><!-- /ko -->\n <span class=\"note\" data-bind=\"fadeVisible: isPasswordVisible() == false\"><!-- ko i18n: 'You can create an account after checkout.'--><!-- /ko --></span>\n </div>\n </div>\n\n <!--Hidden fields -->\n <fieldset class=\"fieldset hidden-fields\" data-bind=\"fadeVisible: isPasswordVisible\">\n <div class=\"field\">\n <label class=\"label\" for=\"customer-password\">\n <span data-bind=\"i18n: 'Password'\"></span>\n </label>\n <div class=\"control\">\n <input class=\"input-text\"\n data-bind=\"\n attr: {\n placeholder: $t('Password'),\n }\"\n type=\"password\"\n name=\"password\"\n id=\"customer-password\"\n data-validate=\"{required:true}\" autocomplete=\"off\"/>\n <span class=\"note\" data-bind=\"i18n: 'You already have an account with us. Sign in or continue as guest.'\"></span>\n </div>\n\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 login primary\" data-action=\"checkout-method-login\"><span data-bind=\"i18n: 'Login'\"></span></button>\n </div>\n <div class=\"secondary\">\n <a class=\"action remind\" data-bind=\"attr: { href: forgotPasswordUrl }\">\n <span data-bind=\"i18n: 'Forgot Your Password?'\"></span>\n </a>\n </div>\n </div>\n </fieldset>\n <!--Hidden fields -->\n </fieldset>\n</form>\n<!-- /ko -->\n","Magento_Checkout/template/payment/generic-title.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko text: getTitle() --><!-- /ko -->\n","Magento_Checkout/template/payment/before-place-order.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko foreach: { data: elems, as: 'element' } -->\n<!-- ko if: hasTemplate() -->\n<!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n<!-- /ko -->\n","Magento_Checkout/template/review/actions.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko with: getActiveView() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n","Magento_Checkout/template/review/actions/default.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"actions-toolbar\" id=\"review-buttons-container\">\n <div class=\"primary\">\n <button data-role=\"review-save\" type=\"submit\"\n data-bind=\"click: placeOrder($parents[1]), attr: {title: $t('Place Order')}\"\n class=\"button action primary checkout\"><span data-bind=\"i18n: 'Place Order'\"></span></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","Magento_Checkout/template/shipping-address/shipping-method-item.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<tr class=\"row\"\n click=\"element.selectShippingMethod\">\n <td class=\"col col-method\">\n <input type=\"radio\"\n class=\"radio\"\n ifnot=\"method.error_message\"\n ko-checked=\"element.isSelected\"\n ko-value=\"method.carrier_code + '_' + method.method_code\"\n attr=\"'aria-labelledby': 'label_method_' + method.method_code + '_' + method.carrier_code + ' ' + 'label_carrier_' + method.method_code + '_' + method.carrier_code,\n 'checked': element.rates().length == 1 || element.isSelected\" />\n </td>\n <td class=\"col col-price\">\n <each args=\"element.getRegion('price')\" render=\"\" />\n </td>\n <td class=\"col col-method\"\n attr=\"'id': 'label_method_' + method.method_code + '_' + method.carrier_code\"\n text=\"method.method_title\" />\n <td class=\"col col-carrier\"\n attr=\"'id': 'label_carrier_' + method.method_code + '_' + method.carrier_code\"\n text=\"method.carrier_title\" />\n</tr>\n<tr class=\"row row-error\"\n if=\"method.error_message\">\n <td class=\"col col-error\" colspan=\"4\">\n <div role=\"alert\" class=\"message error\">\n <div text=\"method.error_message\"></div>\n </div>\n <span class=\"no-display\">\n <input type=\"radio\"\n attr=\"'value' : method.method_code, 'id': 's_method_' + method.method_code\" />\n </span>\n </td>\n</tr>\n","Magento_Checkout/template/shipping-address/list.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<!-- ko if: (visible)-->\n<div class=\"field addresses\">\n <div class=\"control\">\n <div class=\"shipping-address-items\">\n <!-- ko foreach: { data: elems, as: 'element' } -->\n <!-- ko template: element.getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </div>\n </div>\n</div>\n<!-- /ko -->\n","Magento_Checkout/template/shipping-address/shipping-method-list.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div id=\"checkout-shipping-method-load\">\n <table class=\"table-checkout-shipping-method\">\n <thead>\n <tr class=\"row\">\n <th class=\"col col-method\" translate=\"'Select Method'\"></th>\n <th class=\"col col-price\" translate=\"'Price'\"></th>\n <th class=\"col col-method\" translate=\"'Method Title'\"></th>\n <th class=\"col col-carrier\" translate=\"'Carrier Title'\"></th>\n </tr>\n </thead>\n <tbody>\n <!-- ko foreach: { data: rates(), as: 'method'} -->\n <!--ko template: { name: element.shippingMethodItemTemplate} --><!-- /ko -->\n <!-- /ko -->\n </tbody>\n </table>\n</div>\n","Magento_Checkout/template/shipping-address/form.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<form class=\"form form-shipping-address\" id=\"co-shipping-form\" data-bind=\"attr: {'data-hasrequired': $t('* Required Fields')}\">\n <!-- ko foreach: getRegion('before-fields') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n <div id=\"shipping-new-address-form\" class=\"fieldset address\">\n <!-- ko foreach: getRegion('additional-fieldsets') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n <!-- ko if: (isCustomerLoggedIn) -->\n <div class=\"field choice\" data-bind=\"visible: !isFormInline\">\n <input type=\"checkbox\" class=\"checkbox\" id=\"shipping-save-in-address-book\" data-bind=\"checked: saveInAddressBook\" />\n <label class=\"label\" for=\"shipping-save-in-address-book\">\n <span data-bind=\"i18n: 'Save in address book'\"></span>\n </label>\n </div>\n <!-- /ko -->\n </div>\n</form>\n","Magento_Checkout/template/shipping-address/address-renderer/default.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"shipping-address-item\" css=\"'selected-item' : isSelected() , 'not-selected-item':!isSelected()\">\n <text args=\"address().prefix\"/> <text args=\"address().firstname\"/> <text args=\"address().middlename\"/>\n <text args=\"address().lastname\"/> <text args=\"address().suffix\"/><br/>\n <text args=\"_.values(address().street).join(', ')\"/><br/>\n <text args=\"address().city \"/>, <span text=\"address().region\"></span> <text args=\"address().postcode\"/><br/>\n <text args=\"getCountryName(address().countryId)\"/><br/>\n <a if=\"address().telephone\" attr=\"'href': 'tel:' + address().telephone\" text=\"address().telephone\"></a><br/>\n\n <each args=\"data: address().customAttributes, as: 'element'\">\n <each args=\"data: Object.keys(element), as: 'attribute'\">\n <if args=\"typeof element[attribute] === 'object'\">\n <if args=\"element[attribute].label\">\n <text args=\"element[attribute].label\"/>\n </if>\n <ifnot args=\"element[attribute].label\">\n <if args=\"element[attribute].value\">\n <text args=\"element[attribute].value\"/>\n </if>\n </ifnot>\n </if>\n <if args=\"typeof element[attribute] === 'string'\">\n <text args=\"element[attribute]\"/>\n </if><br/>\n </each>\n </each>\n\n <button visible=\"address().isEditable()\" type=\"button\"\n class=\"action edit-address-link\"\n click=\"editAddress\">\n <span translate=\"'Edit'\"></span>\n </button>\n <!-- ko if: (!isSelected()) -->\n <button type=\"button\" click=\"selectAddress\" class=\"action action-select-shipping-item\">\n <span translate=\"'Ship Here'\"></span>\n </button>\n <!-- /ko -->\n</div>\n","Magento_Checkout/template/summary/cart-items.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"block items-in-cart\" data-bind=\"mageInit: {'collapsible':{'openedState': 'active', 'active': isItemsBlockExpanded()}}\">\n <div class=\"title\" data-role=\"title\">\n <strong role=\"heading\">\n <translate args=\"maxCartItemsToDisplay\" if=\"maxCartItemsToDisplay < getCartLineItemsCount()\"/>\n <translate args=\"'of'\" if=\"maxCartItemsToDisplay < getCartLineItemsCount()\"/>\n <span data-bind=\"text: getCartLineItemsCount()\"></span>\n <translate args=\"'Item in Cart'\" if=\"getCartLineItemsCount() === 1\"/>\n <translate args=\"'Items in Cart'\" if=\"getCartLineItemsCount() > 1\"/>\n </strong>\n </div>\n <div class=\"content minicart-items\" data-role=\"content\">\n <div class=\"minicart-items-wrapper overflowed\">\n <ol class=\"minicart-items\">\n <each args=\"items()\">\n <li class=\"product-item\">\n <div class=\"product\">\n <each args=\"$parent.elems()\" render=\"\"/>\n </div>\n </li>\n </each>\n </ol>\n </div>\n </div>\n <div class=\"actions-toolbar\" if=\"maxCartItemsToDisplay < getCartLineItemsCount()\">\n <div class=\"secondary\">\n <a class=\"action viewcart\" data-bind=\"attr: {href: cartUrl}\">\n <span data-bind=\"i18n: 'View and Edit Cart'\"></span>\n </a>\n </div>\n </div>\n</div>\n","Magento_Checkout/template/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 <tr class=\"totals shipping excl\">\n <th class=\"mark\" scope=\"row\">\n <span class=\"label\" data-bind=\"i18n: title\"></span>\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","Magento_Checkout/template/summary/subtotal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<tr class=\"totals\">\n <th class=\"mark\" scope=\"row\" data-bind=\"text: title\"></th>\n <td class=\"amount\">\n <span class=\"price\" data-bind =\"text: getValue(), attr:{'data-label': title}\"></span>\n <!-- ko foreach: elems() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </td>\n</tr>\n","Magento_Checkout/template/summary/totals.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<!-- ko if: isDisplayed() -->\n<table class=\"data table table-totals\">\n <caption class=\"table-caption\" data-bind=\"i18n: 'Order Summary'\"></caption>\n <tbody>\n <!-- ko foreach: elems() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </tbody>\n</table>\n<!-- /ko -->\n","Magento_Checkout/template/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: isDisplayed() -->\n<tr class=\"grand totals\">\n <td class=\"mark\" scope=\"row\">\n <strong data-bind=\"i18n: title\"></strong>\n </td>\n <td class=\"amount\" data-bind=\"attr: {'data-th': $t(title)}\">\n <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n <!-- ko foreach: elems() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </td>\n</tr>\n<!-- /ko -->\n","Magento_Checkout/template/summary/item/details.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<!-- ko foreach: getRegion('before_details') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n<div class=\"product-item-details\">\n\n <div class=\"product-item-inner\">\n <div class=\"product-item-name-block\">\n <strong class=\"product-item-name\" data-bind=\"html: $parent.name\"></strong>\n <div class=\"details-qty\">\n <span class=\"label\"><!-- ko i18n: 'Qty' --><!-- /ko --></span>\n <span class=\"value\" data-bind=\"text: $parent.qty\"></span>\n </div>\n </div>\n <!-- ko foreach: getRegion('after_details') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </div>\n\n <!-- ko if: (JSON.parse($parent.options).length > 0)-->\n <div class=\"product options\" data-bind=\"mageInit: {'collapsible':{'openedState': 'active'}}\">\n <span data-role=\"title\" class=\"toggle\"><!-- ko i18n: 'View Details' --><!-- /ko --></span>\n <div data-role=\"content\" class=\"content\">\n <strong class=\"subtitle\"><!-- ko i18n: 'Options Details' --><!-- /ko --></strong>\n <dl class=\"item-options\">\n <!--ko foreach: JSON.parse($parent.options)-->\n <dt class=\"label\" data-bind=\"text: label\"></dt>\n <!-- ko if: ($data.full_view)-->\n <dd class=\"values\" data-bind=\"html: full_view\"></dd>\n <!-- /ko -->\n <!-- ko ifnot: ($data.full_view)-->\n <dd class=\"values\" data-bind=\"html: value\"></dd>\n <!-- /ko -->\n <!-- /ko -->\n </dl>\n </div>\n </div>\n <!-- /ko -->\n</div>\n<!-- ko foreach: getRegion('item_message') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!-- /ko -->\n","Magento_Checkout/template/summary/item/details/subtotal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<span class=\"subtotal\" data-bind=\"text: getValue($parents[1])\"></span>\n","Magento_Checkout/template/summary/item/details/message.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"cart item message notice\" if=\"getMessage($parents[1])\">\n <div data-bind=\"text: getMessage($parents[1])\"></div>\n</div>\n","Magento_Checkout/template/summary/item/details/thumbnail.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\"\n data-bind=\"attr: {'style': 'height: ' + getHeight($parents[1]) + 'px; width: ' + getWidth($parents[1]) + 'px;' }\">\n <span class=\"product-image-wrapper\">\n <img\n data-bind=\"attr: {'src': getSrc($parents[1]), 'width': getWidth($parents[1]), 'height': getHeight($parents[1]), 'alt': getAlt($parents[1]), 'title': getAlt($parents[1]) }\"/>\n </span>\n</span>\n","Magento_Checkout/template/payment-methods/list.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n -->\n<div if=\"isPaymentMethodsAvailable()\"\n class=\"items payment-methods\">\n <div repeat=\"foreach: paymentGroupsList, item: '$group'\"\n class=\"payment-group\">\n <div if=\"getRegion($group().displayArea)().length\"\n translate=\"getGroupTitle($group)\"\n class=\"step-title\"\n data-role=\"title\">\n </div>\n <each args=\"data: getRegion($group().displayArea), as: 'method'\" render=\"\"/>\n </div>\n</div>\n<div ifnot=\"isPaymentMethodsAvailable()\"\n class=\"no-payments-block\"\n translate=\"'No Payment Methods'\">\n</div>\n","Magento_Checkout/template/minicart/content.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"block-title\">\n <strong>\n <span class=\"text\" translate=\"'My Cart'\"/>\n <span\n class=\"qty empty\"\n text=\"getCartParam('summary_count')\"\n data-bind=\"css: { empty: !!getCartParam('summary_count') == false },\n attr: { title: $t('Items in Cart') }\">\n </span>\n </strong>\n</div>\n\n<div class=\"block-content\">\n <button type=\"button\"\n id=\"btn-minicart-close\"\n class=\"action close\"\n data-action=\"close\"\n data-bind=\"attr: { title: $t('Close') }\">\n <span translate=\"'Close'\"/>\n </button>\n\n <if args=\"getCartParam('summary_count')\">\n <div class=\"items-total\">\n <span class=\"count\" if=\"maxItemsToDisplay < getCartLineItemsCount()\" text=\"maxItemsToDisplay\"/>\n <translate args=\"'of'\" if=\"maxItemsToDisplay < getCartLineItemsCount()\"/>\n <span class=\"count\" text=\"getCartLineItemsCount()\"/>\n <!-- ko if: (getCartLineItemsCount() === 1) -->\n <span translate=\"'Item in Cart'\"/>\n <!--/ko-->\n <!-- ko if: (getCartLineItemsCount() > 1) -->\n <span translate=\"'Items in Cart'\"/>\n <!--/ko-->\n </div>\n\n <each args=\"getRegion('subtotalContainer')\" render=\"\"/>\n <each args=\"getRegion('extraInfo')\" render=\"\"/>\n\n <div class=\"actions\" if=\"getCartParam('possible_onepage_checkout')\">\n <div class=\"primary\">\n <button\n id=\"top-cart-btn-checkout\"\n type=\"button\"\n class=\"action primary checkout\"\n data-action=\"close\"\n data-bind=\"\n attr: {\n title: $t('Proceed to Checkout')\n },\n click: closeMinicart()\n \"\n translate=\"'Proceed to Checkout'\"\n />\n <div data-bind=\"html: getCartParam('extra_actions')\"></div>\n </div>\n </div>\n </if>\n\n <if args=\"getCartParam('summary_count')\">\n <strong class=\"subtitle\" translate=\"'Recently added item(s)'\"/>\n <div data-action=\"scroll\" class=\"minicart-items-wrapper\">\n <ol id=\"mini-cart\" class=\"minicart-items\" data-bind=\"foreach: { data: getCartItems(), as: 'item' }\">\n <each args=\"$parent.getRegion($parent.getItemRenderer(item.product_type))\"\n render=\"{name: getTemplate(), data: item, afterRender: function() {$parents[1].initSidebar()}}\"\n />\n </ol>\n </div>\n </if>\n\n <ifnot args=\"getCartParam('summary_count')\">\n <strong class=\"subtitle empty\"\n data-bind=\"visible: closeSidebar()\"\n translate=\"'You have no items in your shopping cart.'\"\n />\n <if args=\"getCartParam('cart_empty_message')\">\n <p class=\"minicart empty text\" text=\"getCartParam('cart_empty_message')\"/>\n <div class=\"actions\">\n <div class=\"secondary\">\n <a class=\"action viewcart\" data-bind=\"attr: {href: shoppingCartUrl}\">\n <span translate=\"'View and Edit Cart'\"/>\n </a>\n </div>\n </div>\n </if>\n </ifnot>\n\n <div class=\"actions\" if=\"getCartParam('summary_count')\">\n <div class=\"secondary\">\n <a class=\"action viewcart\" data-bind=\"attr: {href: shoppingCartUrl}\">\n <span translate=\"'View and Edit Cart'\"/>\n </a>\n </div>\n </div>\n\n <div id=\"minicart-widgets\" class=\"minicart-widgets\" if=\"getRegion('promotion').length\">\n <each args=\"getRegion('promotion')\" render=\"\"/>\n </div>\n</div>\n<each args=\"getRegion('sign-in-popup')\" render=\"\"/>\n","Magento_Checkout/template/minicart/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 <span class=\"label\">\n <!-- ko i18n: 'Cart Subtotal' --><!-- /ko -->\n </span>\n\n <!-- ko foreach: elems -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n</div>\n","Magento_Checkout/template/minicart/subtotal/totals.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"amount price-container\">\n <span class=\"price-wrapper\" data-bind=\"html: cart().subtotal\"></span>\n</div>\n","Magento_Checkout/template/minicart/item/price.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"price-container\">\n <span class=\"price-wrapper\" data-bind=\"html: price\"></span>\n</div>\n","Magento_Checkout/template/minicart/item/default.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<li class=\"item product product-item\" data-role=\"product-item\">\n <div class=\"product\">\n <!-- ko if: product_has_url -->\n <a data-bind=\"attr: {href: product_url, title: product_name}\" tabindex=\"-1\" class=\"product-item-photo\">\n <!-- ko foreach: $parent.getRegion('itemImage') -->\n <!-- ko template: {name: getTemplate(), data: item.product_image} --><!-- /ko -->\n <!-- /ko -->\n </a>\n <!-- /ko -->\n <!-- ko ifnot: product_has_url -->\n <span class=\"product-item-photo\">\n <!-- ko foreach: $parent.getRegion('itemImage') -->\n <!-- ko template: {name: getTemplate(), data: item.product_image} --><!-- /ko -->\n <!-- /ko -->\n </span>\n <!-- /ko -->\n\n <div class=\"product-item-details\">\n <strong class=\"product-item-name\">\n <!-- ko if: product_has_url -->\n <a data-bind=\"attr: {href: product_url}, html: product_name\"></a>\n <!-- /ko -->\n <!-- ko ifnot: product_has_url -->\n <!-- ko text: product_name --><!-- /ko -->\n <!-- /ko -->\n </strong>\n\n <!-- ko if: options.length -->\n <div class=\"product options\" data-mage-init='{\"collapsible\":{\"openedState\": \"active\", \"saveState\": false}}'>\n <span data-role=\"title\" class=\"toggle\"><!-- ko i18n: 'See Details' --><!-- /ko --></span>\n\n <div data-role=\"content\" class=\"content\">\n <strong class=\"subtitle\"><!-- ko i18n: 'Options Details' --><!-- /ko --></strong>\n <dl class=\"product options list\">\n <!-- ko foreach: { data: options, as: 'option' } -->\n <dt class=\"label\"><!-- ko text: option.label --><!-- /ko --></dt>\n <dd class=\"values\">\n <!-- ko if: Array.isArray(option.value) -->\n <span data-bind=\"html: option.value.join('<br>')\"></span>\n <!-- /ko -->\n <!-- ko ifnot: Array.isArray(option.value) -->\n <span data-bind=\"text: option.value\"></span>\n <!-- /ko -->\n </dd>\n <!-- /ko -->\n </dl>\n </div>\n </div>\n <!-- /ko -->\n\n <div class=\"product-item-pricing\">\n <!-- ko if: canApplyMsrp -->\n\n <div class=\"details-map\">\n <span class=\"label\" data-bind=\"i18n: 'Price'\"></span>\n <span class=\"value\" data-bind=\"i18n: 'See price before order confirmation.'\"></span>\n </div>\n <!-- /ko -->\n <!-- ko ifnot: canApplyMsrp -->\n <!-- ko foreach: $parent.getRegion('priceSidebar') -->\n <!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->\n <!-- /ko -->\n <!-- /ko -->\n\n <div class=\"details-qty qty\">\n <label class=\"label\" data-bind=\"i18n: 'Qty', attr: {\n for: 'cart-item-'+item_id+'-qty'}\"></label>\n <input data-bind=\"attr: {\n id: 'cart-item-'+item_id+'-qty',\n 'data-cart-item': item_id,\n 'data-item-qty': qty,\n 'data-cart-item-id': product_sku\n }, value: qty\"\n type=\"number\"\n size=\"4\"\n class=\"item-qty cart-item-qty\">\n <button data-bind=\"attr: {\n id: 'update-cart-item-'+item_id,\n 'data-cart-item': item_id,\n title: $t('Update')\n }\"\n class=\"update-cart-item\"\n style=\"display: none\">\n <span data-bind=\"i18n: 'Update'\"></span>\n </button>\n </div>\n </div>\n\n <div class=\"product actions\">\n <!-- ko if: is_visible_in_site_visibility -->\n <div class=\"primary\">\n <a data-bind=\"attr: {href: configure_url, title: $t('Edit item')}\" class=\"action edit\">\n <span data-bind=\"i18n: 'Edit'\"></span>\n </a>\n </div>\n <!-- /ko -->\n <div class=\"secondary\">\n <a href=\"#\" data-bind=\"attr: {'data-cart-item': item_id, title: $t('Remove item')}\"\n class=\"action delete\">\n <span data-bind=\"i18n: 'Remove'\"></span>\n </a>\n </div>\n </div>\n </div>\n </div>\n</li>\n","Magento_Checkout/template/cart/shipping-rates.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<form id=\"co-shipping-method-form\" data-bind=\"blockLoader: isLoading, visible: isVisible()\">\n <p class=\"field note\" data-bind=\"visible: (!isLoading() && shippingRates().length <= 0)\">\n <!-- ko text: $t('Sorry, no quotes are available for this order at this time')--><!-- /ko -->\n </p>\n <fieldset class=\"fieldset rate\" data-bind=\"visible: (shippingRates().length > 0)\">\n <dl class=\"items methods\" data-bind=\"foreach: shippingRateGroups\">\n <dt class=\"item-title\"><span data-bind=\"text: $data\"></span></dt>\n <dd class=\"item-options\" data-bind=\"foreach: { data:$parent.getRatesForGroup($data), as: 'method' }\">\n <div data-bind=\"css: {'field choice item': available, 'message error': !available} \">\n <!-- ko ifnot: (available) -->\n <div data-bind=\"text: error_message\"></div>\n <!-- /ko -->\n <!-- ko if: (available) -->\n <input type=\"radio\"\n class=\"radio\"\n data-bind=\"\n click: $parents[1].selectShippingMethod,\n checked: $parents[1].selectedShippingMethod,\n attr: {\n value: carrier_code + '_' + method_code,\n id: 's_method_' + carrier_code + '_' + method_code\n }\n \"/>\n <label class=\"label\" data-bind=\"attr: {for: 's_method_' + carrier_code + '_' + method_code}\">\n <!-- ko text: $data.method_title --><!-- /ko -->\n <each args=\"element.getRegion('price')\" render=\"\" />\n </label>\n <!-- /ko -->\n </div>\n </dd>\n </dl>\n </fieldset>\n</form>\n","Magento_Checkout/template/cart/totals.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<div class=\"table-wrapper\" data-bind=\"blockLoader: isLoading\">\n <table class=\"data table totals\">\n <caption class=\"table-caption\" data-bind=\"text: $t('Total')\"></caption>\n <tbody>\n <!-- ko foreach: elems() -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!-- /ko -->\n </tbody>\n </table>\n</div>\n","Magento_Checkout/template/cart/shipping-estimation.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<form method=\"post\" id=\"shipping-zip-form\">\n <fieldset class=\"fieldset estimate\">\n <legend class=\"legend\">\n <span data-bind=\"text: isVirtual ? $t('Estimate Tax') : $t('Estimate Shipping and Tax') \"></span>\n </legend><br>\n <p class=\"field note\" data-bind=\"text: isVirtual ? $t('Enter your billing address to get a tax estimate.') : $t('Enter your destination to get a shipping estimate.')\"></p>\n <!-- ko foreach: getRegion('address-fieldsets') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n <!--/ko-->\n </fieldset>\n</form>\n","Magento_Checkout/template/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() -->\n<tr class=\"totals shipping excl\">\n <th class=\"mark\" colspan=\"1\" scope=\"row\" data-bind=\"text: title + ' (' + getShippingMethodTitle() + ')'\"></th>\n <td class=\"amount\">\n <span class=\"price\" data-bind=\"text: getValue()\"></span>\n </td>\n</tr>\n<!-- /ko -->\n","Magento_Checkout/template/cart/totals/subtotal.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<tr class=\"totals sub\">\n <th class=\"mark\" colspan=\"1\" scope=\"row\" data-bind=\"i18n: title\"></th>\n <td class=\"amount\" data-th=\"Subtotal\">\n <span class=\"price\" data-bind=\"text: getValue()\"></span>\n </td>\n</tr>\n","Magento_Checkout/template/cart/totals/grand-total.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<tr class=\"grand totals\">\n <th class=\"mark\" colspan=\"1\" scope=\"row\">\n <strong data-bind=\"i18n: title\"></strong>\n </th>\n <td class=\"amount\" data-th=\"Order Total\">\n <strong><span class=\"price\" data-bind=\"text: getValue()\"></span></strong>\n </td>\n</tr>\n","Magento_Checkout/template/shipping-information/list.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n\n<!-- ko foreach: { data: elems, as: 'element' } -->\n<!-- ko template: element.getTemplate() --><!-- /ko -->\n<!-- /ko -->\n","Magento_Checkout/template/shipping-information/address-renderer/default.html":"<!--\n/**\n * Copyright \u00a9 Magento, Inc. All rights reserved.\n * See COPYING.txt for license details.\n */\n-->\n<if args=\"visible()\">\n <text args=\"address().prefix\"/> <text args=\"address().firstname\"/> <text args=\"address().middlename\"/>\n <text args=\"address().lastname\"/> <text args=\"address().suffix\"/><br/>\n <text args=\"_.values(address().street).join(', ')\"/><br/>\n <text args=\"address().city \"/>, <span text=\"address().region\"></span> <text args=\"address().postcode\"/><br/>\n <text args=\"getCountryName(address().countryId)\"/><br/>\n <a if=\"address().telephone\" attr=\"'href': 'tel:' + address().telephone\" text=\"address().telephone\"></a><br/>\n\n <each args=\"data: address().customAttributes, as: 'element'\">\n <each args=\"data: Object.keys(element), as: 'attribute'\">\n <if args=\"typeof element[attribute] === 'object'\">\n <if args=\"element[attribute].label\">\n <text args=\"element[attribute].label\"/>\n </if>\n <ifnot args=\"element[attribute].label\">\n <if args=\"element[attribute].value\">\n <text args=\"element[attribute].value\"/>\n </if>\n </ifnot>\n </if>\n <if args=\"typeof element[attribute] === 'string'\">\n <text args=\"element[attribute]\"/>\n </if><br/>\n </each>\n </each>\n</if>\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 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 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: getCvvImageHtml()\"></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","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.getWeeeTaxWithoutTax($taxAttribute)\"/>\n\n <span class=\"weee\"\n data-price-type=\"weee\"\n attr=\"'data-label': $adj.getWeeTaxAttributeName($taxAttribute) + ' ' + $t('Excl. tax')\"\n html=\"$adj.getWeeeTaxWithTax($taxAttribute)\"/>\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.getWeeeTaxWithTax($taxAttribute)\"/>\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.getWeeeTaxWithoutTax($taxAttribute)\"/>\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.getWeeeAdjustment($row())\"/>\n</if>\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_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/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_AuthorizenetAcceptjs/template/payment/authorizenet-acceptjs.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()\">\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 />\n <label attr=\"for: getCode()\" class=\"label\">\n <span translate=\"getTitle()\"></span>\n </label>\n </div>\n <div class=\"payment-method-content\">\n <each args=\"getRegion('messages')\" render=\"\" />\n <div class=\"payment-method-billing-address\">\n <each args=\"$parent.getRegion(getBillingAddressFormName())\" render=\"\" />\n </div>\n <form class=\"form\" id=\"co-payment-form\" method=\"post\" afterRender=\"initFormElement\">\n <render args=\"ccForm\" />\n </form>\n <div class=\"checkout-agreements-block\">\n <each args=\"$parent.getRegion('before-place-order')\" render=\"\" />\n </div>\n <div class=\"actions-toolbar\">\n <div class=\"primary\">\n <button class=\"action primary checkout\"\n type=\"submit\"\n click=\"beforePlaceOrder\"\n attr=\"title: $t('Place Order')\"\n >\n <span translate=\"'Place Order'\"></span>\n </button>\n </div>\n </div>\n </div>\n</div>\n","Magento_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()}\">\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'), 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=\"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\" 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 your 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-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')}, 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 class=\"primary\">\n <button data-button=\"place\" data-role=\"review-save\"\n type=\"submit\"\n data-bind=\"attr: {id: getButtonId(), title: $t(getButtonTitle())}, enable: (isActive()), click: payWithPayPal\"\n class=\"action primary checkout\"\n disabled>\n <span translate=\"getButtonTitle()\"></span>\n </button>\n </div>\n </div>\n </div>\n</div>\n","Magento_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=\"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 <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 type\">\n <div class=\"control\">\n <ul class=\"credit-card-types\">\n <!-- ko foreach: {data: getCcAvailableTypes(), as: 'item'} -->\n <li class=\"item\" data-bind=\"css: {\n _active: $parent.selectedCardType() == item,\n _inactive: $parent.selectedCardType() != null && $parent.selectedCardType() != item\n } \">\n <!--ko if: $parent.getIcons(item) -->\n <img data-bind=\"attr: {\n 'src': $parent.getIcons(item).url,\n 'width': $parent.getIcons(item).width,\n 'height': $parent.getIcons(item).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 <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 <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 class=\"hosted-date-wrap\">\n <div data-bind=\"attr: {id: getCode() + '_expirationMonth'}\"\n class=\"hosted-control hosted-date\"></div>\n\n <div data-bind=\"attr: {id: getCode() + '_expirationYear'}\"\n class=\"hosted-control hosted-date\"></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 <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 enable: isButtonActive()\n \"\n disabled>\n <span data-bind=\"i18n: 'Place Order'\"></span>\n </button>\n </div>\n </div>\n </div>\n</div>\n","Magento_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())\">\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","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","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","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\" 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","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","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 </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 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 \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/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","Amazon_Login/template/login-button.html":"<!--\n/**\n * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n-->\n\n<!-- ko foreach: getRegion('before-amazon-button') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n\n<div class=\"amazon-button-container\" data-bind=\"visible: !isAmazonAccountLoggedIn() && isLwaVisible()\">\n <div class=\"amazon-button-container__cell\">\n <div id=\"LoginWithAmazon\" class=\"login-with-amazon\" data-bind=\"mageInit: {'amazonButton':{'buttonType': 'LwA'}}\"></div>\n </div>\n\n <div class=\"amazon-button-container__cell\">\n <div class=\"field-tooltip toggle\">\n <span class=\"field-tooltip-action action-help\" data-bind=\"mageInit: {'dropdown':{'activeClass': '_active'}}\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\"></span>\n <div class=\"field-tooltip-content\" data-target=\"dropdown\" aria-hidden=\"true\" data-bind=\"text: tooltip\"></div>\n </div>\n </div>\n</div>\n\n<!-- ko foreach: getRegion('after-amazon-button') -->\n <!-- ko template: getTemplate() --><!-- /ko -->\n<!--/ko-->\n","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=\"getMinimalPrice($row())\"/>\n </if>\n\n <ifnot args=\"useLinkForAsLowAs\">\n <span class=\"price-wrapper price-including-tax\">\n <span class=\"minimal-price-link\"\n html=\"getMinimalPrice($row())\"/>\n </span>\n </ifnot>\n\n <each args=\"data: getAdjustments(), as: '$adj'\">\n <render args=\"$adj.getBody()\"/>\n </each>\n </ifnot>\n</span>\n"}
}});
require.config({
bundles: {
'mage/requirejs/static': [
'jsbuild',
'buildTools',
'text',
'statistician'
]
},
deps: [
'jsbuild'
]
});
-
Ketan authoredf012f907