{"templates":{"widgets/misc/promobannerwidget":"\r\n{% preload_json model.config \"widgetModel\" %}\r\n{% require_script \"widgets/promo-banner-widget\" %}\r\n\r\n<div class=\"full-width-banner\">\r\n    <div class=\"mz-promo-banner-widget\"></div>\r\n</div>\r\n","modules/awning-wizard/awning-slick-slider":"\t{% comment %}\r\n\t<div class=\"mobile-slideshow-loader\">\r\n\t\t\t\t\t<div class=\"loading-spinner white-bg spinner4 primary\"></div>\r\n\t</div>\r\n\t<button class=\"slick-arrow slick-prev primary\"><i class=\"icon chevron1-left\"></i></button>\r\n\t<div id=\"mobile-slick\" class=\"awning-selections \">\r\n\t\t{% for item in model.items %}\r\n\t\t\t\t\t{% include \"modules/awning-wizard/awning-wizard-item\" model=item %}\r\n\t\t{% endfor %}\r\n\t</div>\r\n\t<button class=\"slick-arrow slick-next primary\"><i class=\"icon chevron1-right\"></i></button>\r\n\t{% endcomment %}\r\n","modules/awning-wizard/awning-splash-item-selection":"{% for item in model.items %}\r\n\t\t\t{% include \"modules/awning-wizard/awning-wizard-item\" model=item isFirst=forloop.first %}\r\n{% endfor %}","modules/awning-wizard/awning-customize":"\r\n\r\n<div class=\"col-xs-12 no-pad wizard-step-customize {% if model.isActive %}wizard-step-active{% endif %}\">\r\n    <h3 class=\"wizard-step-header\">\r\n        Customize Your Awning\r\n    </h3>\r\n    {% comment %}\r\n       don't render if not active, save a little client side processing\r\n    {% endcomment %}\r\n    {% if model.isActive %}\r\n    <div class=\"col-xs-12 wizard-step-body\">\r\n      <div class=\"row awning-more-detail-wrap {% if model.howToVisible %}show-content{% endif %}\">\r\n            <div class=\"col-xs-12\">\r\n                <p class=\"awning-more-details-header\" data-mz-action=\"showContent\">\r\n                    <strong>How to Measure Your Awning</strong><i class=\"more-details-icon icon plus2\"></i> <i class=\"icon minus more-details-icon\"></i>\r\n                </p>\r\n            </div>\r\n            <div class=\"col-xs-12 awning-more-detail-content\">\r\n                <div class=\"col-xs-12 col-md-7\">\r\n                    <strong>Measuring Instructions:</strong>\r\n                    <p>\r\n                        First, consider what openings your new awning may block. <br>\r\n                        <ul>\r\n                            <li>To measure the awning length, measure from top left bracket to the top right bracket, center to center. Size awning to the nearest foot.</li>\r\n                            <li>\r\n                                {% if model.awningModel == \"9100\" %}To measure the awning height, measgure from the top of the door to the bottom of the awning rail. If measurement is 7” to 10” use standard hardware. If measurement is greater than 12” use basement hardware.{% else %}To measure the awning height, measure from awning rail to interior floor line.{% endif %}\r\n                            </li>\r\n                            <li>Awnings are typically sold in one foot increments. If you already have an awning and are replacing it, just measure from the center of one awning arm to the other. If this is a new install, just choose the length of awning you would like.</li>\r\n                        </ul>\r\n                    </p>\r\n                </div>\r\n                <div class=\"col-xs-12 col-md-5\">\r\n                    <img class=\"img-responsive\" src=\"/resources/images/awning-length.jpg\">\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class=\"row add-option-margin\">\r\n            <div class=\"mz-productoptions\">\r\n                {% with model.facets|findwhere(\"field\", model.attributeMap.operation) as facet  %}\r\n                    <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-3 {% if not facet.values.length %}not-ready{% endif %}\">\r\n                        <label class=\"mz-productoptions-optionlabel\"><strong>A. </strong>Power or manual operation:</label>\r\n                        <div class=\"mz-productoptions-valuecontainer\">\r\n                            <select data-mz-facet-select {% if not facet.values.length %}disabled{% endif %}>\r\n                                <option></option>\r\n                                {% for fval in facet.values %}\r\n                                    <option id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}selected=\"true\"{% else %}{% if facet.values.length === 1 %}selected=\"true\"{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" >\r\n                                        {{ fval.label }}\r\n                                    </option>\r\n                                {% endfor %}\r\n                            </select>\r\n                        </div>\r\n                    </div>\r\n                {% endwith %}\r\n                {% with model.facets|findwhere(\"field\", model.attributeMap.awningLength) as facet %}\r\n                        <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-3 {% if not facet.values.length %}not-ready{% endif %}\">\r\n                        <label class=\"mz-productoptions-optionlabel\"><strong>B. </strong>Select an awning length:</label>\r\n                        <div class=\"mz-productoptions-valuecontainer\">\r\n                            <select data-mz-facet-select {% if not facet.values.length %}disabled{% endif %}>\r\n                                <option></option>\r\n                                {% for fval in facet.values %}\r\n                                    <option id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}selected=\"true\"{% else %}{% if facet.values.length === 1 %}selected=\"true\"{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" >\r\n                                        {{ fval.label }}\r\n                                    </option>\r\n                                {% endfor %}\r\n                            </select>\r\n                        </div>\r\n                    </div>\r\n                {% endwith %}\r\n            {% with model.facets|findwhere(\"field\", model.attributeMap.awningHeight) as facet  %}\r\n                {% with model.heavyDutyRequired as hdRequired %}\r\n                <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-3 {% if not facet.values.length %}not-ready{% endif %}\">\r\n                    <label class=\"mz-productoptions-optionlabel\"><strong>C. </strong>Select an awning height:</label>\r\n                    <div class=\"mz-productoptions-valuecontainer\">\r\n                         <select data-mz-facet-select {% if not facet.values.length %}disabled{% endif %}>\r\n                            <option></option>\r\n                            {% for fval in facet.values %}\r\n                                {% if fval.isDisplayed %}\r\n                                <option id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}selected=\"true\"{% else %}{% if facet.values.length === 1 %}selected=\"true\"{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" >\r\n                                    {{ fval.label }}\r\n                                </option>\r\n                                {% endif %}\r\n                            {% endfor %}\r\n                        </select>\r\n                    </div>\r\n                </div>\r\n                {% endwith %}\r\n            {% endwith %}\r\n            {% with model.facets|findwhere(\"field\", model.attributeMap.fabricType) as facet %}\r\n                <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-3 {% if not facet.values.length %}not-ready{% endif %}\">\r\n                    <label class=\"mz-productoptions-optionlabel\"><strong>D. </strong>Select a fabric type:</label>\r\n                    <div class=\"mz-productoptions-valuecontainer\">\r\n                        <select data-mz-facet-select {% if not facet.values.length %}disabled{% endif %}>\r\n                            <option></option>\r\n                            {% for fval in facet.values %}\r\n                            <option id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}selected=\"true\"{% else %}{% if facet.values.length === 1 %}selected=\"true\"{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" >\r\n                                {{ fval.label }}\r\n                            </option>\r\n                            {% endfor %}\r\n                        </select>\r\n                    </div>\r\n                </div>\r\n            {% endwith %}\r\n            </div>\r\n        </div>\r\n        <div class=\"row\">\r\n            {% comment %}\r\n                {% include \"modules/awning-wizard/awning-option-fabric-color\" %}\r\n            {% endcomment %}\r\n                {% with model.facets|findwhere(\"field\", model.attributeMap.fabricColor) as facet %}\r\n                <div class=\"mz-productoptions-optioncontainer col-xs-12 {% if not facet.values.length %}not-ready{% endif %}\">\r\n                            <label class=\"mz-productoptions-optionlabel\"><strong>E. </strong>Please select an awning color:</label>\r\n                            <div class=\"mz-productoptions-valuecontainer\">\r\n                                    {% for fval in facet.values %}\r\n                                     <div style=\"margin-right: 20px;display: inline-block;\">\r\n                                            <div class=\"fabric-color-wrapper\">\r\n                                                <input type=\"radio\" class=\"mz-productoptions-option styled\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" {% if fval.isApplied %}checked{% else %}{% if facet.values.lenght === 1%}checked{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" />\r\n                                                <label style=\"margin-bottom:0;\" class='radioLabel {{ facet.field }}' for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n\r\n\r\n                                                <img src=\"/resources/images/awning-colors/fabric-{{fval.value|slugify}}.jpg\"/></label>\r\n\r\n                                            </div>\r\n                                            <div style=\"text-align: center;margin-top:5px;\">\r\n                                               {{fval.label}}\r\n                                                {% comment %}\r\n                                                    {% if value.deltaPrice and value.deltaPrice > 0 %}\r\n                                                    ( {{ value.deltaPrice|currency }} {{ labels.more }} )\r\n                                                    {% endif %}\r\n                                                {% endcomment %}\r\n                                            </div>\r\n                                     </div>\r\n                                    {% endfor %}\r\n                            </div>\r\n                </div>\r\n                {% endwith %}\r\n        </div>\r\n        <div class=\"row {% if not model.hardwareSectionReady %}not-ready{% endif %}\">\r\n            <h3 class=\"col-xs-12\"><strong>Customize Your Weathershield and Hardware</strong></h3>\r\n        </div>\r\n        <div class=\"row add-option-margin {% if not model.hardwareSectionReady %}not-ready{% endif %}\">\r\n            {% comment %}\r\n                {% include \"modules/awning-wizard/awning-option-ws-type\" %}\r\n            {% endcomment %}\r\n                    {% comment %}\r\n                        {{model.shieldType}}\r\n                    {% endcomment %}\r\n                    {% with model.facets|findwhere(\"field\", model.attributeMap.shieldType) as facet %}\r\n                        <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-3\">\r\n                            <label class=\"mz-productoptions-optionlabel\"><strong>F. </strong>Select Weathershield:</label>\r\n                            <div class=\"mz-productoptions-valuecontainer\">\r\n                                <select data-mz-facet-select>\r\n                                    <option></option>\r\n                                    {% for fval in facet.values %}\r\n                                    <option id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}selected=\"true\"{% else %}{% if facet.values.length === 1 %}selected=\"true\"{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" >\r\n                                        {{ fval.label }}\r\n                                    </option>\r\n                                    {% endfor %}\r\n                                </select>\r\n                            </div>\r\n                        </div>\r\n                    {% endwith %}\r\n                    {% comment %}\r\n                        \"tenant~awning-ws-ec-color\"\r\n                    {% endcomment %}\r\n                    {% with model.facets|findwhere(\"field\", model.attributeMap.shieldColor) as facet %}\r\n                        <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-9\">\r\n                            <label class=\"mz-productoptions-optionlabel\"><strong>G.</strong>{% if (model.awningModel == \"9000\" or model.awningModel == \"9100\") and model.usingMetalWeathershield %} Select a Weathershield color: {% else %} Select an End Cap Color: {% endif %}</label>\r\n                            <div class=\"mz-productoptions-valuecontainer\">\r\n                                    {% for fval in facet.values %}\r\n                                     <div style=\"margin-right: 20px;display: inline-block;\">\r\n                                            <div class=\"fabric-color-wrapper\">\r\n                                                <input type=\"radio\" class=\"mz-productoptions-option styled\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" {% if fval.isApplied %}checked{% else %}{% if facet.values.lenght === 1%}checked{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" />\r\n                                                <label style=\"margin-bottom:0;\" class='radioLabel {{ facet.field }}' for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n\r\n\r\n                                                <img src=\"/resources/images/awning-colors/wsec-{{fval.value|slugify}}.jpg\"/></label>\r\n\r\n                                            </div>\r\n                                            <div style=\"text-align: center;margin-top:5px;\">\r\n                                               {{fval.label}}\r\n                                            </div>\r\n                                     </div>\r\n                                    {% endfor %}\r\n                            </div>\r\n                        </div>\r\n                    {% endwith %}\r\n        </div>\r\n        <div class=\"row add-option-margin {% if not model.hardwareSectionReady %}not-ready{% endif %}\">\r\n                    {% with model.facets|findwhere(\"field\", model.attributeMap.hardwareColor) as facet %}\r\n                        <div class=\"mz-productoptions-optioncontainer col-xs-12 col-sm-6 col-lg-9\">\r\n                            <label class=\"mz-productoptions-optionlabel\"><strong>H.</strong> Awning hardware color:</label>\r\n                            <div class=\"mz-productoptions-valuecontainer\">\r\n                                    {% for fval in facet.values %}\r\n                                     <div style=\"margin-right: 20px;display: inline-block;\">\r\n                                            <div class=\"fabric-color-wrapper\">\r\n                                                <input type=\"radio\" class=\"mz-productoptions-option styled\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" {% if fval.isApplied %}checked{% else %}{% if facet.values.lenght === 1%}checked{% endif %}{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" />\r\n                                                <label style=\"margin-bottom:0;\" class='radioLabel {{ facet.field }}' for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n                                                <img src=\"/resources/images/awning-colors/hw-{{fval.value|slugify}}.jpg\"/></label>\r\n                                            </div>\r\n                                            <div style=\"text-align: center;margin-top:5px;\">\r\n                                               {{fval.label}}\r\n                                            </div>\r\n                                     </div>\r\n                                    {% endfor %}\r\n                            </div>\r\n                        </div>\r\n                    {% endwith %}\r\n        </div>\r\n        <div class=\"row\">\r\n            <div class=\"col-xs-12 text-center\">\r\n                <button class=\"mz-button color5\" {% if not model.reviewReady %}disabled{% endif %} data-mz-action=\"reviewSelection\">Review Selection</button>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% endif %}\r\n</div>\r\n","modules/awning-wizard/awning-splash":"    <div class=\"col-xs-12 col-sm-7\">\r\n    \t<img class=\"img-responsive\" src=\"{{model.mainImage.src}}\">\r\n    </div>\r\n    <div class=\"col-xs-12 col-sm-5\">\r\n    \t<h5>{{model.content.productName}}</h5>\r\n    \t<h3 >Starts at \r\n    \t\t{% if model.hasPriceRange %}\r\n\t\t\t\t{{model.priceRange.lower.price|currency}}\r\n\t\t\t{% else %}\r\n\t\t\t\t{% if model.price %}\r\n\t\t\t\t\t{{model.price.price|currency}}\r\n\t\t\t\t{% endif %}\r\n\t\t\t{% endif %}<span class=\"is-required\">*</span></h3>\r\n    \t<p><span class=\"is-required\">*</span> Prices subject to change, excludes taxes and shipping</p>\r\n        <p class=\"is-required\">{{labels.awningBuildTime}}</p>\r\n    \t<p><button id=\"build-awning-btn\" class=\"mz-button color5\">BUILD IT <i class=\"icon chevron2-right\"></i></button></p>\r\n    </div>\r\n    <div class=\"col-xs-12 awning-more-detail-wrap\">\r\n    \t<p class=\"awning-more-details-header\"><strong>More Details</strong><i class=\"more-details-icon icon plus2\"></i> <i class=\"icon minus more-details-icon\"></i></p>\r\n    \t<div class=\"col-xs-12 awning-more-detail-content\">\r\n    \t\t<p>{{model.content.productFullDescription|safe|default(model.content.productShortDescription|safe)}}</p>\r\n    \t\t<p style=\"line-height: 2.2;\">{{labels.awningMoreDetails|safe}}</p>\r\n    \t\t<p>{{labels.awningMoreDetailsNote|string_format(labels.contactUsPhone)}}</p>\r\n    \t</div>\r\n    </div>","modules/awning-wizard/awning-wizard-header":"<h1 class=\"page-title\">{{model.content.productName}}</h1>\r\n<div class=\"wizard-head-block col-xs-12\">\r\n\t<div class=\"col-xs-12 col-sm-7\">\r\n    \t<img class=\"img-responsive\" src=\"{{model.mainImage.src}}\">\r\n    </div>\r\n    <div class=\"col-xs-12 col-sm-5\">\r\n    \t<h5>{{model.content.productName}}</h5>\r\n    \t<h3 >Starts at\r\n    \t\t{% if model.hasPriceRange %}\r\n\t\t\t\t{{model.priceRange.lower.price|currency}}\r\n\t\t\t{% else %}\r\n\t\t\t\t{% if model.price %}\r\n\t\t\t\t\t{{model.price.price|currency}}\r\n\t\t\t\t{% endif %}\r\n\t\t\t{% endif %}<span class=\"is-required\">*</span></h3>\r\n    \t<p><span class=\"is-required\">*</span> Prices subject to change, excludes taxes and shipping</p>\r\n        <p class=\"is-required\">{{labels.awningBuildTime}}</p>\r\n    \t<p><button class=\"mz-button dark-gray no-loading\" data-mz-action=\"chooseDifferentAwning\">CHOOSE A DIFFERENT AWNING</button></p>\r\n    </div>\r\n</div>\r\n","modules/awning-wizard/wizard-facet-json":"{% if model.facets %}\r\n\t<script type=\"text/json\" id=\"data-mz-preload-facets\">\r\n\t{\r\n\t    \"facets\": {% json model.facets %}\r\n\t}\r\n\t</script>\r\n{% endif %}\r\n","modules/awning-wizard/awning-wizard-item":"<div class=\"awning-item-wrap clearfix {% if isFirst %}awning-selected{% endif %}\" data-mz-product-code=\"{{model.productCode}}\"  data-mz-action=\"toggleSelection\">\r\n\r\n\t<div class=\"awning-item-mask\"></div>\r\n\t<div class=\"col-xs-12 text-center awning-item\">\r\n\t\t\t{% if model.mainImage %}\r\n\t\t\t\t<img class=\"img-responsive\" src=\"{{model.mainImage.src}}\" alt=\"{{model.mainImage.altText}}\">\r\n\t\t\t{% endif %}\r\n\t\t\t<h6>{{model.content.productName}}</h6>\r\n\t\t\t<p>Starting at \r\n\t\t\t\t<b>\r\n\t\t\t\t{% if model.hasPriceRange %}\r\n\t\t\t\t\t{{model.priceRange.lower.price|currency}}\r\n\t\t\t\t{% else %}\r\n\t\t\t\t\t{% if model.price %}\r\n\t\t\t\t\t\t{{model.price.price|currency}}\r\n\t\t\t\t\t{% endif %}\r\n\t\t\t\t{% endif %}</b><span class=\"is-required\">*</span>\r\n\t\t\t</p>\r\n\t</div>\r\n</div>","modules/checkout/billing-address-selector":"\r\n{% if model.isSameBillingShippingAddress %}\r\n    <div class=\"mz-addresssummary mz-same-as-shipping-summary\" id=\"mz-same-as-shipping-summary\">\r\n        {% include \"modules/common/address-summary\" with model=model.billingContact %}\r\n    </div>\r\n{% else %}\r\n\r\n    {% if model.usingSavedCard and model.savedPaymentMethodId %}\r\n\r\n        <div class=\"mz-addresssummary mz-same-as-shipping-summary mz-l-stack-section\" id=\"mz-same-as-shipping-summary\">\r\n            {% include \"modules/common/address-summary\" with model=model.billingContact %}\r\n        </div>\r\n\r\n        {% include \"modules/checkout/ppl-checkout-billing-address-contact\" with model=model %}\r\n\r\n    {% else %}\r\n        <div class=\"mz-l-formfieldgroup mz-l-formfieldgroup-address\">\r\n\r\n            {% include \"modules/checkout/ppl-checkout-billing-address-contact\" with model=model %}\r\n\r\n        </div>\r\n    {% endif %}\r\n{% endif %}\r\n","modules/checkout/amazon-shipping-billing":"\r\n{% with siteContext.checkoutSettings.externalPaymentWorkflowSettings|findwhere(\"name\", \"PayWithAmazon\") as payWithAmazon %} \r\n\t{%with payWithAmazon.credentials|findwhere(\"apiName\", \"clientId\") as clientId%}\r\n\t\t<script>\r\n\t\t\twindow.onAmazonLoginReady = function() {\r\n\t\t\t\tamazon.Login.setClientId(\"{{clientId.value}}\"); \r\n\t\t};\r\n\t\t</script>\r\n\t{%endwith%}\r\n\r\n\t{%with payWithAmazon.credentials|findwhere(\"apiName\", \"environment\") as environment%}\r\n\t\t{%with payWithAmazon.credentials|findwhere(\"apiName\", \"region\") as region%}\r\n\t\t\t{% if environment.value == \"sandbox\" %}\r\n\t\t\t\t{% if region.value == \"uk\" || region.value == \"de\"%}  \r\n\t\t\t\t\t<script ype='text/javascript' src='https://static-eu.payments-amazon.com/OffAmazonPayments/{{region.value}}/sandbox/lpa/js/Widgets.js'></script>\r\n\t\t\t\t{%else%}\r\n\t\t\t\t\t<script ype='text/javascript' src='https://static-na.payments-amazon.com/OffAmazonPayments/us/sandbox/js/Widgets.js'></script>\r\n\t\t\t\t{%endif%}\r\n\t\t\t{%else%}\r\n\t\t\t\t{% if region.value == \"uk\" || region.value == \"de\"%}  \r\n\t\t\t\t\t<script type='text/javascript' src='https://static-eu.payments-amazon.com/OffAmazonPayments/{{region.value}}/lpa/js/Widgets.js'></script>\r\n\t\t\t\t{%else%}\r\n\t\t\t\t\t<script type='text/javascript' src='https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js'></script>\r\n\t\t\t\t{%endif%}\t\r\n\t\t\t{%endif%}\r\n\t\t{%endwith%}\r\n\t{%endwith%}\r\n\t\t\r\n{% endwith %}\r\n\r\n<div class=\"amazonContainer\">\r\n\t<div class=\"amazonRow\">\r\n\t\t<div id=\"amazonAddressBookWidgetDiv\"></div>\r\n\t\t<div id=\"walletWidgetDiv\"></div>\r\n\t</div>\r\n\t<div class=\"amazonRow\">\r\n\t\t<button id=\"cancel\" class=\"mz-button mz-button-medium\" data-mz-action=\"redirectToCart\">{{ labels.cancel }}</button>\r\n\t\t<button id=\"continue\" class=\"mz-button mz-button-medium\" style=\"display:none;\" data-mz-action=\"submit\">{{ labels.continue }}Continue</button>\r\n\t</div>\r\n</div>","modules/cart/cart-table":"{% if not model.isEmpty %}\r\n<div class=\"mz-table-cart-{%if Model.IsEmpty %}isempty{% else %}container{% endif %} col-sm-12 col-md-8\">\r\n  <div class=\"mz-cartTitle\"><h2>{{ labels.cartPageTitle }}</h2><span>< <a id=\"keepShopping\" href=\"javascript:history.back()\">Keep Shopping</a></span></div>\r\n  <div class=\"mz-table-cart-{%if Model.IsEmpty %}isempty{% else %}items{% endif %}\">\r\n    <div class=\"mz-carttable-head\">\r\n      <div class=\"mz-carttable-header-product\"></div>\r\n      <div class=\"mz-carttable-header-price\">{{ labels.price }}</div>\r\n      <div class=\"mz-carttable-header-qty\">{{ labels.quantity }}</div>\r\n      <div class=\"mz-carttable-header-total\">{{ labels.total }}</div>\r\n      <div class=\"mz-carttable-header-remove\"></div>\r\n    </div>\r\n    {% for item in model.items %}\r\n      <div class=\"mz-carttable-item\">\r\n        <div class=\"mz-carttable-item-product\">\r\n          {% if themeSettings.showCartItemImage %}\r\n            <div class=\"mz-carttable-item-image-wrapper\">\r\n              {% if item.product.imageUrl %}\r\n              <a class=\"mz-carttable-item-link\" href=\"{{item.product.url}}\"><img class=\"mz-carttable-item-image img-responsive\" src=\"{% make_url \"image\" item.product with max=80 as_parameters %}\" {% if item.product.imageAlternateText %}alt=\"{{ item.product.imageAlternateText }}\"{% endif %} /></a>\r\n              {% endif %}\r\n            </div>\r\n            {% endif %}\r\n            <a class=\"mz-carttable-item-link\" href=\"{{item.product.url}}\">\r\n            <div class=\"mz-carttable-item-info-wrap{% if not item.product.imageUrl %} mz-no-image{% endif %}\">\r\n              {{ item.product.name }}\r\n              <span class=\"mz-carttable-item-code\">\r\n                Item #<em>{{ item.product.productCode }}</em>\r\n              </span>\r\n              {% if item.fulfillmentMethod == 'Pickup' %}\r\n                <span class=\"mz-carttable-item-pickuplocation\">\r\n                  {{ labels.storePickupAt|string_format(item.fulfillmentLocationName)|safe }}\r\n                </span>\r\n              {% endif %}\r\n            </div>\r\n            </a>\r\n          </div>\r\n          <div class=\"mz-carttable-item-price\">\r\n            {% with item.productDiscounts|first as productDiscount %}\r\n            {% if item.unitPrice.saleAmount %}\r\n              {% if not productDiscount or productDiscount.appliesToSalePrice %}\r\n                  <span class=\"mz-item-price is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}>{{ item.unitPrice.listAmount|currency }}<span class=\"mobile-label visible-xs-inline-block\">/{{ labels.eachLc }}</span></span>\r\n                  <span class=\"mz-item-price is-saleprice\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label\">/{{ labels.eachLc }}</span></span>\r\n              {% else %}\r\n                  <span class=\"mz-item-price\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label\">/{{ labels.eachLc }}</span></span>\r\n              {% endif %}\r\n            {% else %}\r\n            <span class=\"mz-item-price\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label\">/{{ labels.eachLc }}</span></span>\r\n            {% endif %}\r\n            {% endwith %}\r\n          </div>\r\n          <div class=\"mz-carttable-item-qty\">\r\n            <input class=\"mz-carttable-qty-field\" type=\"number\" min=\"1\" {% if model.isLoading %}disabled=\"disabled\"{% endif %} data-mz-cart-item=\"{{ item.id }}\" data-mz-value=\"quantity\" value=\"{{ item.quantity }}\" />\r\n          </div>\r\n          <div class=\"mz-carttable-item-total\">\r\n            {% include \"modules/common/item-total\" %}\r\n          </div>\r\n          <div class=\"mz-carttable-item-remove\">\r\n            <a href=\"javascript:;\" data-mz-action=\"removeItem\" data-mz-cart-item=\"{{ item.id }}\"><i class=\"icon exit1-circle\"></i></a>\r\n          </div>\r\n        </div>\r\n      {% endfor %}\r\n    </div>\r\n    <div class=\"mz-carttable-item-empty\"></div>\r\n  </div>\r\n  <div class=\"mz-carttable-footer col-sm-12 col-md-4\">\r\n    <div class=\"mz-carttable-summary\">\r\n      <div class=\"mz-carttable-summary-details-row\">\r\n        <div class=\"mz-carttable-summary-details-title\">Order Summary</div>\r\n        <div class=\"mz-carttable-summary-details-cell\">\r\n          <div class=\"mz-carttable-subtotal-row\">\r\n            <div class=\"mz-carttable-subtotal-label\">\r\n            {{ labels.subtotal }}:\r\n          </div>\r\n          <div class=\"mz-carttable-subtotal-wrap\">\r\n            <span>{{ model.subtotal|currency }}</span>\r\n          </div>\r\n        </div>\r\n\r\n        <div class=\"mz-carttable-total-row\">\r\n          <div class=\"mz-carttable-text-label\">\r\n            {{ labels.cartSummaryText }}\r\n          </div>\r\n        </div>\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-carttable-checkout-row\">\r\n      <div>\r\n        <button id=\"cart-checkout\" class=\"mz-button mz-carttable-button-active pull-right\"  {% if model.isEmpty %} disabled=\"disabled\" {% endif %} data-mz-action=\"proceedToCheckout\">{{ labels.proceedToCheckout }}</button>\r\n      </div>\r\n      {% with siteContext.checkoutSettings.externalPaymentWorkflowSettings|findwhere(\"isEnabled\", true) as externalPaymentWorkflowsEnabled %}\r\n        {% if externalPaymentWorkflowsEnabled && not model.isEmpty %}\r\n          {% if not model.hasSubscription %}\r\n            <div class=\"mz-carttable-thirdpartypayment\" >\r\n              <p>Or</p>\r\n              {% for externalPayment in siteContext.checkoutSettings.externalPaymentWorkflowSettings %}\r\n                {% if externalPayment.isEnabled %}\r\n                  {% if externalPayment.name == \"PayWithAmazon\" %}\r\n                    <div id=\"AmazonPayButton\"></div>\r\n                  {% endif %}\r\n                  {% if externalPayment.name == \"PayPalExpress2\" %}\r\n                    <img id=\"btn_xpressPaypal\" class=\"p-button\" alt=\"Check out with PayPal\" role=\"button\" src=\"https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png\" width=\"170px\" height=\"32px\" align=\"left\" style=\"margin-top:12px; float:right;\"/>\r\n                  {%endif%}\r\n                {%endif%}\r\n              {%endfor%}\r\n            </div>\r\n          {% endif %}\r\n        {% endif %}\r\n      {% endwith %}\r\n    </div>\r\n    {% include \"modules/common/ppl-guarantees\" %}\r\n  </div>\r\n</div>\r\n{% else %}\r\n  <div class=\"col-xs-12\">\r\n    <div class=\"info-message text-center col-xs-12 col-sm-6 col-sm-offset-3\">{{ labels.cartEmpty }}</div>\r\n  </div>\r\n{% endif %}\r\n","modules/awning-wizard/awning-wizard-review":"<div class=\"col-xs-12 no-pad wizard-step-review {% if model.isActive %}wizard-step-active{% endif %}\">\r\n    <h3 class=\"wizard-step-header\">\r\n    Review Your Selections\r\n    </h3>\r\n\r\n    <div class=\"col-xs-12 wizard-step-body\">\r\n        <p class=\"is-required text-center\">{{labels.awningBuildTime}}</p>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Fabric & Roller Tube</h6>\r\n            {% if model.awning %}\r\n                {% with model.awning as product %}\r\n                <div class=\"review-section-table\">\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.partNumber}}</div>\r\n                            <div class=\"review-section-cell\">{{product.productCode}}</div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningLength}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {% with product|get_product_attribute(themeSettings.awningLengthAttr|default(\"tenant~awning-size\")) as awningSizeAttr %}\r\n                                    {{awningSizeAttr.values|first|prop(\"stringValue\")}}\r\n                                {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningFabricType}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {% with product|get_product_attribute(\"tenant~awning-fabric-type\") as awningFabricTypeAttr %}\r\n                                    {{awningFabricTypeAttr.values|first|prop(\"stringValue\")}}\r\n                                {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningFabricColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(themeSettings.awningFabricColorAttr|default(\"tenant~awning-fabric-color\")) as awningProp %}\r\n                                    {{awningProp.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningWeatherShield}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(\"tenant~awning-ws-type\") as awningWSType %}\r\n                                    {{awningWSType.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningWeatherShieldColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                        {% comment %}\r\n                        {% if (model.awningModel == \"9000\" or model.awningModel == \"9100\") and model.usingMetalWeathershield %}\r\n                        {% endcomment %}\r\n                        {% with product|get_product_attribute(\"tenant~awning-ws-ec-color\") as awningWSColor %}\r\n                                    {{awningWSColor.values|first|prop(\"stringValue\")}}\r\n                        {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningEndCapColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                                Random value\r\n                            </div>\r\n                        </div>\r\n                </div>\r\n                {% endwith %}\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Hardware Set</h6>\r\n            {% if model.hardware %}\r\n                {% with model.hardware as product %}\r\n                <div class=\"review-section-table\">\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.partNumber}}</div>\r\n                            <div class=\"review-section-cell\">{{product.productCode}}</div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningOperation}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                        {% with product|get_product_attribute(themeSettings.awningOperationAttr|default(\"tenant~awning-ws-ec-color\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                        {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningArms}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                           {% with product|get_product_attribute(themeSettings.awningHardwareArmDimensionAttr|default(\"tenant~awning-arm-dimensions\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningArmColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(themeSettings.awningHardwareColorAttr|default(\"tenant~awning-hardware-color\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                </div>\r\n                {% endwith %}\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Pricing</h6>\r\n            {% if model.awning and model.hardware %}\r\n                <div class=\"review-section-table\">\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Awning</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% if model.awning.onSale %}\r\n                                {{model.awning.salePrice|currency}}\r\n                            {% else %}\r\n                                {{model.awning.price|currency}}\r\n                            {% endif %}\r\n                            </div>\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Hardware/Arms</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% if model.hardware.price.onSale %}\r\n                                {{model.hardware.price.salePrice|currency}}\r\n                            {% else %}\r\n                                {{model.hardware.price.price|currency}}\r\n                            {% endif %}\r\n                            </div>\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Est. Shipping</div>\r\n                            <div class=\"review-section-cell\">{{0|currency}}</div>\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Est. Total</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {{model.totalPrice|currency}}\r\n                            </div>\r\n                    </div>\r\n                </div>\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"col-xs-12 review-button-wrap\">\r\n                <div class=\"col-xs-12 col-sm-6 no-pad\">\r\n                    <button data-mz-action=\"backToCustomize\" class=\"mz-button primary back-customize-btn\"><i class=\"icon chevron1-left\"></i>BACK TO CUSTOMIZE</button>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-6 text-right no-pad\">\r\n                    <button data-mz-action=\"addItemsToCart\" class=\"mz-button color5 add-to-cart-btn\">ADD TO CART</button>\r\n                </div>\r\n            </div>\r\n            <div class=\"review-footer-wrap col-xs-12\">\r\n                <div class=\"col-xs-12 col-sm-7\">\r\n                    Still have questions about your awning? <strong><a href=\"/contact-us\" target=\"_blank\">Contact Us</a></strong>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-5 print-review-wrap\">\r\n                    <button class=\"mz-button dark-gray\"><i class=\"icon printer\"></i> Print This Configuration</button>\r\n\r\n                </div>\r\n            </div>\r\n    </div>\r\n\r\n</div>\r\n","modules/checkout/billing-address-form":"{% extends \"modules/common/address-form\" %}\r\n{% block address-form %}\r\n{% set addresscontext=\"billingContact.\" %}\r\n{% parent %}\r\n{% endblock address-form %}","modules/awning-wizard/wizard-review":"<div class=\"col-xs-12 no-pad wizard-step-review {% if model.isActive %}wizard-step-active{% endif %}\">\r\n    <h3 class=\"wizard-step-header\">\r\n    Review Your Selections\r\n    </h3>\r\n\r\n    <div class=\"col-xs-12 wizard-step-body\">\r\n        <p class=\"is-required text-center\">{{labels.awningBuildTime}}</p>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Fabric & Roller Tube</h6>\r\n            {% if model.awning %}\r\n                {% with model.awning as product %}\r\n                <div class=\"review-section-table\">\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.partNumber}}</div>\r\n                            <div class=\"review-section-cell\">{{product.productCode}}</div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningLength}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {% with product|get_product_attribute(themeSettings.awningLengthAttr|default(\"tenant~awning-size\")) as awningSizeAttr %}\r\n                                    {{awningSizeAttr.values|first|prop(\"stringValue\")}}\r\n                                {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningFabricType}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {% with product|get_product_attribute(\"tenant~awning-fabric-type\") as awningFabricTypeAttr %}\r\n                                    {{awningFabricTypeAttr.values|first|prop(\"stringValue\")}}\r\n                                {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningFabricColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(themeSettings.awningFabricColorAttr|default(\"tenant~awning-fabric-color\")) as awningProp %}\r\n                                    {{awningProp.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningWeatherShield}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(\"tenant~awning-ws-type\") as awningWSType %}\r\n                                    {{awningWSType.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        {% with product|get_product_attribute(\"tenant~awning-ws-color\") as awningWSColor %}\r\n                            {% if awningWSColor %}\r\n\r\n                            <div class=\"review-section-row\">\r\n                                <div class=\"review-section-cell\">{{labels.awningWeatherShieldColor}}</div>\r\n                                <div class=\"review-section-cell\">\r\n\r\n                                </div>\r\n                            </div>\r\n                            {% endif %}\r\n                        {% endwith %}\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningWeatherShieldColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                        {% with product|get_product_attribute(\"tenant~awning-ws-ec-color\") as awningWSColor %}\r\n                                    {{awningWSColor.values|first|prop(\"stringValue\")}}\r\n                        {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                </div>\r\n                {% endwith %}\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Hardware Set</h6>\r\n            {% if model.hardware %}\r\n                {% with model.hardware as product %}\r\n                <div class=\"review-section-table\">\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.partNumber}}</div>\r\n                            <div class=\"review-section-cell\">{{product.productCode}}</div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningOperation}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                        {% with product|get_product_attribute(themeSettings.awningOperationAttr|default(\"tenant~awning-operation\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                        {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningArms}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                           {% with product|get_product_attribute(themeSettings.awningHardwareArmDimensionAttr|default(\"tenant~awning-arm-dimensions\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">{{labels.awningArmColor}}</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% with product|get_product_attribute(themeSettings.awningHardwareColorAttr|default(\"tenant~awning-hardware-color\")) as productAttr %}\r\n                                    {{productAttr.values|first|prop(\"stringValue\")}}\r\n                            {% endwith %}\r\n                            </div>\r\n                        </div>\r\n                </div>\r\n                {% endwith %}\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"review-section-group col-xs-12 col-sm-6 col-md-4\">\r\n                <h6>Pricing</h6>\r\n            {% if model.awning and model.hardware %}\r\n                <div class=\"review-section-table\">\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Awning</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% if model.awning.price.onSale %}\r\n                                {{model.awning.price.salePrice|currency}}\r\n                            {% else %}\r\n                                {{model.awning.price.price|currency}}\r\n                            {% endif %}\r\n                            </div>\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Hardware/Arms</div>\r\n                            <div class=\"review-section-cell\">\r\n                            {% if model.hardware.price.onSale %}\r\n                                {{model.hardware.price.salePrice|currency}}\r\n                            {% else %}\r\n                                {{model.hardware.price.price|currency}}\r\n                            {% endif %}\r\n                            </div>\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Est. Shipping</div>\r\n                            {% with model.hardware|get_product_attribute(\"tenant~residential-freight-shipping\")|prop(\"values\")|first|prop(\"value\") as hardwareShipping %}\r\n                              {% with model.awning|get_product_attribute(\"tenant~residential-freight-shipping\")|prop(\"values\")|first|prop(\"value\") as awningShipping %}\r\n                                <div class=\"review-section-cell\">{{awningShipping|add(hardwareShipping)|currency}}</div>\r\n                              {% endwith %}\r\n                            {% endwith %}\r\n\r\n                    </div>\r\n                    <div class=\"review-section-row\">\r\n                            <div class=\"review-section-cell\">Est. Total</div>\r\n                            <div class=\"review-section-cell\">\r\n                                {{model.totalPrice|currency}}\r\n                            </div>\r\n                    </div>\r\n                </div>\r\n            {% endif %}\r\n            </div>\r\n            <div class=\"col-xs-12 review-button-wrap\">\r\n                <div class=\"col-xs-12 col-sm-6 no-pad\">\r\n                    <button data-mz-action=\"backToCustomize\" class=\"mz-button primary back-customize-btn\"><i class=\"icon chevron1-left\"></i>BACK TO CUSTOMIZE</button>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-6 text-right no-pad\">\r\n                    <button data-mz-action=\"addItemsToCart\" class=\"mz-button color5 add-to-cart-btn\">ADD TO CART</button>\r\n                </div>\r\n            </div>\r\n            <div class=\"review-footer-wrap col-xs-12\">\r\n                <div class=\"col-xs-12 col-sm-7\">\r\n                    Still have questions about your awning? <strong><a href=\"/contact-us\" target=\"_blank\">Contact Us</a></strong>\r\n                </div>\r\n\r\n                <div class=\"col-xs-12 col-sm-5 print-review-wrap\">\r\n                    <button class=\"mz-button dark-gray\" data-mz-action=\"printSelection\"><i class=\"icon printer\"></i> Print This Configuration</button>\r\n                </div>\r\n            </div>\r\n    </div>\r\n\r\n</div>\r\n","modules/canonical":"{% with pageURL|split('?')|prop(0) as stem %}\r\n\t{% if startIndex %}\r\n\t        \t  <link rel=\"canonical\" href=\"{{stem}}?startIndex={{startIndex}}\" />\r\n\t{% else %}\r\n\t        \t  <link rel=\"canonical\" href=\"{{stem}}\" />\r\n\t{% endif %}\r\n{% endwith %}\r\n","modules/checkout/amazon-checkout-contact":"<div class=\"mz-l-formfieldgroup-row mz-addressform-firstname\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"firstname\">{{ labels.firstName }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.firstName }}\r\n    </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-lastname\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"lastname\">{{ labels.lastName }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.lastNameOrSurname }}\r\n    </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-address1\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"address-line-1\">{{ labels.address }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.address.address1 }}\r\n    </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-address2\">\r\n    <div class=\"mz-l-formfieldgroup-cell\"></div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.address.address2 }}\r\n    </div>\r\n</div>\r\n{% comment %}\r\n{% if countries && countries.length > 0 %}\r\n    <div class=\"mz-l-formfieldgroup-row read-only-country\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label>{{ labels.country }}:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n                    {% for country in countries %}\r\n                        {% if country.value == themeSettings.preselectCountryCode %}<label style=\"text-align: left;cursor: normal;\">{{country.key}}</label>{% endif %}\r\n                    {% endfor %}\r\n        </div>\r\n    </div>\r\n{% endif %}\r\n{% endcomment %}\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-country\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"country\">{{ labels.country }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.address.countryCode }}\r\n    </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-city\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"city\">{{ labels.city }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.address.cityOrTown }}\r\n    </div>\r\n        <div class=\"mz-addressform-autocompletefields\">\r\n            {{ model.address.stateOrProvince }},\r\n            {{ model.address.postalOrZipCode }}\r\n        </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-state\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"stateOrProvince\">{{ labels.stateOrProvince }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.address.stateOrProvince }}\r\n    </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-addressform-phone\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"shippingphone\">{{ labels.phone }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        {{ model.phoneNumbers.home }}\r\n    </div>\r\n</div>\r\n","modules/checkout/billing-credit-card-form":"{% extends \"modules/common/credit-card-form-blocked\" %}\r\n{% set cardcontext=\"card.\" %}\r\n\r\n\r\n{% block credit-card-cvv-row %}\r\n\t<div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-securitycode-row input-status\">\r\n\t\t<div class=\"mz-l-formfieldgroup-cell\">\r\n\t\t\t<label for=\"mz-payment-security-code\">{{ labels.securityCode }}{% if not model.isCvvOptional %}<span class=\"is-required\"> *</span>{% endif %}:</label>\r\n\t\t</div>\r\n\t\t<div class=\"mz-l-formfieldgroup-cell\">\r\n\t\t\t<input type=\"tel\" name=\"security-code\" id=\"mz-payment-security-code\" class=\"mz-l-formfieldgroup-halfsize mz-payment-security-code\" data-mz-value=\"{{ cardcontext }}cvv\" value=\"{{ model.cvv }}\" autocomplete=\"off\">\r\n\t\t\t<div class=\"input-status\" style=\"display: inline-block;\">\r\n\t\t\t\t<a href=\"javascript:;\" class=\"what-is-cvv\">What is this?</a>\r\n\t\t\t\t<div class=\"help-message bottom\">\r\n\t\t\t\t\t<img src=\"/resources/images/CVV-Modal_Text.png\">\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\t<span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}cvv\"></span>\r\n\t\t</div>\r\n\t</div>\r\n{% endblock credit-card-cvv-row %}\r\n\r\n{% block credit-card-save-row %}\r\n\t{%if !user.isAnonymous %}\r\n        <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-savepayment-row\">\r\n\t\t\t\t\t<div class=\"mz-l-formfieldgroup-cell\"></div>\r\n          <div class=\"mz-l-formfieldgroup-cell\">\r\n\t\t \t\t    <p><label class=\"mz-inline\"> <input type=\"checkbox\" class=\"styled\" id=\"chbxisCardInfoSaved\" name=\"save-card-info\" data-mz-value=\"{{ cardcontext }}isCardInfoSaved\" value=\"true\" {% if model.isCardInfoSaved %}checked=\"checked\"{% endif %}> {{ labels.saveCard }}</label></p>\r\n          </div>\r\n        </div>\r\n    {%endif%}\r\n{% endblock credit-card-save-row %}\r\n","modules/checkout/checking-account-form":"<div class=\"mz-l-formfieldgroup-row mz-payment-name-on-check\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"nameOnCheck\">\r\n            {{ labels.nameOnCheck }}<span class=\"is-required\"> *</span>:\r\n        </label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <input type=\"text\" name=\"nameOnCheck\" id=\"nameOnCheck\" data-mz-value=\"check.nameOnCheck\" value=\"{{ model.check.nameOnCheck }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"check.nameOnCheck\"></span>\r\n        </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-payment-routing-number\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"checkNumber\">\r\n            {{ labels.routingNumber }}<span class=\"is-required\"> *</span>:\r\n        </label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <input type=\"text\" name=\"checkNumber\" id=\"checkNumber\" data-mz-value=\"check.routingNumber\" value=\"{{ model.check.routingNumber }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"check.routingNumber\"></span>\r\n        </div>\r\n</div>\r\n<div class=\"mz-l-formfieldgroup-row mz-payment-check-number\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"checkNumber\">\r\n            {{ labels.checkNumber }}<span class=\"is-required\"> *</span>:\r\n        </label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <input type=\"text\" name=\"checkNumber\" id=\"checkNumber\" data-mz-value=\"check.checkNumber\" value=\"{{ model.check.checkNumber }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"check.checkNumber\"></span>\r\n        </div>\r\n</div>\r\n","modules/checkout/checkout-digital-credit":"<div class=\"mz-checkout-digitalcredit mz-l-stack-section\">\r\n  <h4 class=\"mz-checkoutform-title\">{{ labels.digitalCredits }}</h4>\r\n  <div class=\"mz-l-formfieldgroup-cell mz-formstep-fields\">\r\n    <input type=\"text\" id=\"digital-credit-code\" name=\"digital-credit-code\" class=\"mz-checkout-digitalcredit-enter-code\" value=\"{{ model.digitalCreditCode }}\" data-mz-value=\"digitalCreditCode\" />\r\n    <button class=\"mz-button\" data-mz-action=\"getDigitalCredit\" {% if not model.digitalCreditCode %} disabled=\"disabled\" {% endif %}>{{ labels.apply }}</button>\r\n  </div>\r\n\r\n  {% if model.availableDigitalCredits %}\r\n    <table class=\"mz-checkout-digitalcredit-table mz-table zebra striped col-xs-12 no-pad\">\r\n      <thead>\r\n        <tr>\r\n          <th>&nbsp;</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-code\">{{ labels.digitalCreditCode }}</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-balance\">{{ labels.digitalCreditBalance }}</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-amt-to-apply\">{{ labels.digitalCreditAmtToUse }}</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-remainder\">{{ labels.digitalCreditRemainder }}</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-unlabeled\">&nbsp;</th>\r\n          <th class=\"mz-checkout-digitalcredit-header-unlabeled\">&nbsp;</th>\r\n        </tr>\r\n      </thead>\r\n      <tbody>\r\n        {% for credit in model.availableDigitalCredits.models %}\r\n          <tr class=\"mz-checkout-digitalcredit-row\">\r\n            <td class=\"mz-checkout-digitalcredit-cell-enable\">\r\n                <input type=\"checkbox\" data-mz-digital-credit-enable {% if credit.attributes.isEnabled %}checked=\"checked\"{% endif %} \r\n                       class=\"data-mz-credit-enabled mz-formstep-fields\" \r\n                       data-mz-credit-code-source=\"{{ credit.attributes.code }}\" \r\n                       data-mz-credit-balance=\"{{ credit.attributes.currentBalance }}\" \r\n                       id=\"enable{{ credit.attributes.code }}\"/>\r\n                <input type=\"checkbox\" data-mz-digital-credit-enable {% if credit.attributes.isEnabled %}checked=\"checked\"{% endif %} \r\n                       class=\"data-mz-credit-enabled mz-formstep-summary\" \r\n                       data-mz-credit-code-source=\"{{ credit.attributes.code }}\" \r\n                       data-mz-credit-balance=\"{{ credit.attributes.currentBalance }}\" \r\n                       id=\"enable{{ credit.attributes.code }}\" \r\n                       disabled />\r\n            </td>\r\n            <td class=\"mz-checkout-digitalcredit-cell-code\">\r\n              <label class=\"mz-checkout-digitalcredit-code mz-formstep-fields\" for=\"enable{{ credit.attributes.code }}\">\r\n                <span class=\"mz-checkout-digitalcredit-code\" data-mz-value=\"credit.attributes.code\">{{ credit.attributes.code }}</span>\r\n              </label>\r\n              <span class=\"mz-checkout-digitalcredit-code mz-formstep-summary\">\r\n                <span class=\"mz-checkout-digitalcredit-code\">{{ credit.attributes.code }}</span>\r\n              </span>\r\n            </td>\r\n            <td class=\"mz-checkout-digitalcredit-cell-balance\">\r\n              <span class=\"visible-xs-inline\">{{ labels.digitalCreditBalance }}: </span>\r\n              <span class=\"pull-right\">{{ credit.attributes.currentBalance|currency }}</span>\r\n            </td>\r\n            <td class=\"mz-checkout-digitalcredit-cell-amt-to-apply\">\r\n              <span class=\"visible-xs-inline\">{{ labels.digitalCreditAmtToUse }}: </span>\r\n              <span class=\"pull-right\">\r\n                <input class=\"data-mz-credit-amt-to-apply mz-formstep-fields\" data-mz-credit-code-target=\"{{ credit.attributes.code }}\" \r\n                      min=\"1\" step=\"0.01\" data-mz-digital-credit-amount \r\n                      data-mz-value=\"creditAmountApplied\" \r\n                      {% if credit.attributes.creditAmountApplied %}value=\"{{ credit.attributes.creditAmountApplied|currency }}\"{% endif %} \r\n                      {% if not credit.attributes.isEnabled %}disabled=\"true\"{% endif %} \r\n                      />\r\n                <span class=\"data-mz-credit-amt-to-apply mz-formstep-summary\">\r\n                  {% if credit.attributes.creditAmountApplied %}\r\n                    {{ credit.attributes.creditAmountApplied|currency }}\r\n                  {% else %}\r\n                    {{ labels.currencySymbol }}0.00\r\n                  {% endif %}\r\n                </span>\r\n              </span>\r\n            </td>\r\n            <td class=\"mz-checkout-digitalcredit-cell-remainder\">\r\n              {% if credit.attributes.isEnabled and credit.attributes.remainingBalance > 0 %}\r\n                <span class=\"visible-xs-inline\">{{ labels.digitalCreditRemainder }}: </span>\r\n                <span class=\"mz-checkout-digitalcredit-remainder pull-right\" data-mz-value=\"credit.attributes.remainingBalance\">{{ credit.attributes.remainingBalance|currency }}</span>\r\n              {% endif %}\r\n            </td>\r\n            {% if not model.isAnonymousShopper and not credit.attributes.isTiedToCustomer and credit.attributes.isEnabled and credit.attributes.remainingBalance > 0 %}\r\n              <td class=\"mz-checkout-digitalcredit-cell-savetoaccount\">\r\n                <input type=\"checkbox\" data-mz-value=\"credit.attributes.addRemainderToCustomer\" \r\n                        data-mz-digital-add-remainder-to-customer\r\n                        data-mz-credit-code-to-tie-to-customer=\"{{ credit.attributes.code }}\"\r\n                        id=\"addCust{{ credit.attributes.code }}\" \r\n                        class=\"mz-formstep-fields\" \r\n                        value=\"true\" {% if credit.attributes.isTiedToCustomer %}disabled=\"true\" checked=\"true\"{% else %} {% if credit.attributes.addRemainderToCustomer %}checked=\"true\"{% endif %} {% endif %}/>\r\n                <input type=\"checkbox\" data-mz-value=\"credit.attributes.addRemainderToCustomer\" \r\n                        data-mz-digital-add-remainder-to-customer \r\n                        data-mz-credit-code-to-tie-to-customer=\"{{ credit.attributes.code }}\" \r\n                        id=\"addCust{{ credit.attributes.code }}\" \r\n                        class=\"mz-formstep-summary\" \r\n                        value=\"true\" {% if credit.attributes.isTiedToCustomer %}disabled=\"true\" checked=\"true\"{% else %} {% if credit.attributes.addRemainderToCustomer %}checked=\"true\"{% endif %} {% endif %} \r\n                        disabled=\"disabled\"/>\r\n              </td>\r\n              <td class=\"mz-checkout-digitalcredit-cell-savetoaccount-label\">\r\n                <label class=\"mz-paymenttype mz-paymenttype-paypal\" for=\"addCust{{ credit.attributes.code }}\">\r\n                  <span class=\"mz-checkout-digitalcredit-remainder\">{{ labels.digitalCreditAddToAccount }}</span>\r\n                </label>\r\n              </td>\r\n            {% endif %}\r\n          </tr>\r\n        {% endfor %}\r\n      </tbody>\r\n    </table>\r\n  {% endif %}\r\n</div>\r\n","modules/checkout/checkout-order-summary-brief":"<div class=\"mz-ordersummary-checkout col-xs-12 no-pad\">\r\n    <h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n        {{ labels.orderSummary }}\r\n        <a href=\"/cart\" class=\"mz-formstep-edit mz-edit-text-mobile\" data-mz-action=\"editCart\">{{ labels.edit }}</a>\r\n    </h3>\r\n\r\n    <div class=\"mz-formstep-body col-xs-12 no-pad\">\r\n        {% include \"modules/common/short-order-summary\" %}\r\n    </div><!-- #order-summary -->\r\n</div>","modules/checkout/checkout-digital-fulfillment":"<div class=\"mz-l-stack-section\">\r\n  <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.digitalFulfillmentContact }}</h4>\r\n  <div class=\"mz-l-formfieldgroup\">\r\n    <div class=\"mz-l-formfieldgroup-row\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label for=\"digital-fulfillment-email\">\r\n          {{ labels.email }}<span class=\"is-required\"> *</span>:\r\n        </label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <input type=\"text\" id=\"digital-fulfillment-email\" name=\"digital-fulfillment-email\" data-mz-value=\"email\" value=\"{{ model.email }}\" />\r\n          <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"email\"></span>\r\n        </div>\r\n    </div>\r\n  </div>\r\n</div>","modules/checkout/checkout-order-summary":"<div class=\"mz-ordersummary-checkout col-xs-12 no-pad\">\r\n    <h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12\">\r\n        {{ labels.orderSummary }}\r\n        <a href=\"/cart\" class=\"mz-formstep-edit\" data-mz-action=\"editCart\">{{ labels.edit }}</a>\r\n    </h3>\r\n\r\n    <div class=\"mz-formstep-body col-xs-12 no-pad\">\r\n        {% include \"modules/common/order-summary\" %}\r\n    </div><!-- #order-summary -->\r\n</div>","modules/checkout/checkout-payment":"<div class=\"mz-checkout-payment\">\r\n    <h4 class=\"mz-checkout-paymenttitle\">\r\n        <strong>\r\n            {% if model.amountCollected > 0 %}\r\n                {{ model.amountCollected|currency }}\r\n            {% else %}\r\n                {{ model.amountRequested|currency }}\r\n            {% endif %}\r\n        </strong> &mdash; \r\n        {% if model.billingInfo.paymentType == \"Check\" %}\r\n            {{ labels.checkByMail }}\r\n        {% endif %}\r\n        {% if model.billingInfo.paymentType == \"CreditCard\" %}\r\n            {{ labels.creditCard }}\r\n        {% endif %}\r\n        {% if model.billingInfo.paymentType == \"StoreCredit\" or model.billingInfo.paymentType == \"GiftCard\" %}\r\n            {{ labels.digitalCredit }}\r\n        {% endif %}\r\n    </h4>\r\n    <dl class=\"mz-propertylist\">\r\n        {% if model.billingInfo.billingContact.email %}\r\n            <dt>{{ labels.billingEmail }}</dt>\r\n            <dd>{{ model.billingInfo.billingContact.email }}</dd>\r\n        {% endif %}\r\n        {% if model.billingInfo.paymentType == \"StoreCredit\" or model.billingInfo.paymentType == \"GiftCard\" %}\r\n            <dt>{{ labels.digitalCreditCode }}</dt>\r\n            <dd>{{ model.billingInfo.storeCreditCode }}</dd>\r\n        {% else %}\r\n            <dt>{{ labels.billingAddress }}</dt>\r\n            <dd class=\"mz-addresssummary\">\r\n                {% with pageModel.billingInfo.billingContact as model %}\r\n                    {% include \"modules/common/address-summary\" %}\r\n                {% endwith %}\r\n            </dd>\r\n        {% endif %}\r\n        {% if model.billingInfo.paymentType == \"CreditCard\" %}\r\n            <dt>{{ labels.cardType }}</dt>\r\n            <dd>{{ model.billingInfo.card.paymentOrCardType }}</dd>\r\n            <dt>{{ labels.cardNumber }}</dt>\r\n            <dd>{{ model.billingInfo.card.cardNumberPartOrMask|default(\"****************\") }}</dd>\r\n        {% endif %}\r\n        {% if model.billingInfo.paymentType == \"Check\" %}\r\n            {% if model.billingInfo.check.checkNumber %}\r\n                <dt>{{ labels.checkNumber }}</dt>\r\n                <dd>{{ model.billingInfo.check.checkNumber }}</dd>\r\n            {% endif %}\r\n            <dt><strong>{{ labels.mailCheckTo }}</strong></dt>\r\n            <dd class=\"mz-addresssummary\">\r\n                <span>{{ ViewData.mailCheckTo.shippingOriginContact.firstName}} {{ ViewData.mailCheckTo.shippingOriginContact.lastNameOrSurname }}</span>\r\n                <span>{{ ViewData.mailCheckTo.shippingOriginContact.companyOrOrganization }}</span>\r\n                {% include \"modules/common/address-summary\" with model=ViewData.mailCheckTo %}\r\n            </dd>\r\n        {% endif %}\r\n    </dl>\r\n</div>\r\n{% with model.pageModel as model %}\r\n    \r\n{% endwith %}","modules/checkout/checkout-shipping-contact-selector":"{% extends \"modules/common/contact-selector\" %}\r\n{% block module-classes %} mz-l-tiles {% endblock module-classes %}","modules/checkout/edit-saved-card-form":"","modules/checkout/comments-field":"    <div class=\"mz-l-formfieldgroup-cell\">\r\n      <label for=\"order-comments\">{{ labels.comments }}:</label>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n      <textarea id=\"order-comments\" class=\"mz-checkoutform-comments-field\" name=\"comments\" data-mz-value=\"shopperNotes.comments\">{{ model.shopperNotes.comments }}</textarea>\r\n    </div>","modules/checkout/checkout-store-credit":"<div class=\"mz-checkout-storecredit mz-l-stack-section\">\r\n  <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.digitalCredits }}</h4>\r\n  <div class=\"mz-l-formfieldgroup-cell\">\r\n    <label for=\"digital-credit-code\">{{ labels.digitalCreditCode }}: </label>\r\n  </div>\r\n  <div class=\"mz-l-formfieldgroup-cell\">\r\n    <input type=\"text\" id=\"digital-credit-code\" name=\"digital-credit-code\" value=\"{{ model.digitalCreditCode }}\" data-mz-value=\"digitalCreditCode\" />\r\n    <button class=\"mz-button\" data-mz-action=\"getDigitalCredit\" {% if not model.digitalCreditCode  %} disabled=\"disabled\" {% endif %}>{{ labels.apply }}</button>\r\n  </div>\r\n  \r\n{% if model.activeStoreCredits %}\r\n    <div class=\"mz-checkout-appliedcredits\">\r\n        <p>{{ labels.digitalCreditApplied }}</p>\r\n        <ul class=\"mz-checkout-storecredit-appliedcreditslist\">\r\n            {% for credit in model.activeStoreCredits %}\r\n            <li class=\"mz-checkout-storecredit-credit mz-checkout-storecredit-credit-applied\">\r\n                <span class=\"mz-checkout-storecredit-creditamount\">{{ credit.amountRequested|currency }}</span>\r\n                <span class=\"mz-checkout-storecredit-creditcode\">{{ labels.digitalCreditCode }}: {{ credit.billingInfo.storeCreditCode }}</span>\r\n                <a href=\"javascript:;\" class=\"mz-icon mz-icon-close\" data-mz-action=\"removeCredit\" data-mz-credit-id=\"{{ credit.id }}\">{{ labels.remove }}</a>\r\n            </li>\r\n            {% endfor %}\r\n        </ul>\r\n        <p>{{ labels.remainingTotal }}</p>\r\n        <p class=\"mz-checkout-appliedcredits-remainingtotal\">\r\n            {{ model.nonStoreCreditTotal|currency }}\r\n        </p>\r\n    </div>\r\n{% endif %}\r\n{% if model.applyingCredit %}\r\n\r\n<div class=\"mz-checkout-storecredit-apply\">\r\n    <div class=\"mz-checkout-storecredit-applyamount\">\r\n        {{ labels.apply }} <input type=\"number\" max=\"{{ model.maxCreditAmountToApply }}\" data-mz-value=\"creditAmountToApply\" min=\"1\" step=\"0.01\" value=\"{{ model.maxCreditAmountToApply }}\" /> {{ labels.of }} {{ model.applyingCredit.currentBalance|currency }} {{ labels.from }} {{ model.applyingCredit.code }}\r\n    </div>\r\n    <div class=\"mz-checkout-storecredit-applyactions\">\r\n        <button class=\"mz-button\" data-mz-action=\"finishApplyCredit\">{{ labels.apply }}</button>\r\n        <button class=\"mz-button\" data-mz-action=\"cancelApplyCredit\">{{ labels.cancel }}</button>\r\n    </div>\r\n</div>\r\n{% else %} {% if model.availableStoreCredits and model.nonStoreCreditTotal > 0 %}\r\n  <p>{{ labels.digitalCreditAvailable }}</p>\r\n  <div class=\"mz-checkout-storecredit-list\">\r\n    {% for credit in model.availableStoreCredits %}\r\n    <label class=\"mz-checkout-storecredit-credit\">\r\n      <input type=\"radio\" {% if model.selectedCredit == credit.code %}checked=\"checked\"{% endif %} name=\"applycredit\" value=\"{{ credit.code }}\" data-mz-value=\"selectedCredit\" />\r\n      <span class=\"mz-checkout-storecredit-creditamount\">{{ credit.currentBalance|currency }}</span>\r\n      <span class=\"mz-checkout-storecredit-creditcode\">{{ credit.code }}</span>\r\n    </label>\r\n    {% endfor %}\r\n  </div>\r\n  <button class=\"mz-button\" {% if not model.selectedCredit %}disabled=\"disabled\"{% endif %} data-mz-action=\"beginApplyCredit\">{{ labels.applyCredit }}</button>\r\n  {% endif %}\r\n{% endif %}\r\n</div>","modules/checkout/coupon-code-field":"\r\n{% comment %}\r\n<div>\r\n{% if model.showInputField == true %}\r\n\t<div class=\"mz-l-formfieldgroup\">\r\n\t    <div class=\"mz-checkoutform-couponcode mz-l-formfieldgroup-row\">\r\n\t\t    <div class=\"mz-l-formfieldgroup-cell coupon-code-label-wrapper\">\r\n\t\t        <label for=\"coupon-code\">{{ labels.couponCode }}: </label>\r\n\t\t    </div>\r\n\t\t    <div class=\"mz-l-formfieldgroup-cell\">\r\n\t\t        <input type=\"text\" id=\"coupon-code\" name=\"coupon-code\" value=\"{{ model.couponCode }}\" data-mz-value=\"couponCode\">\r\n\t\t        <button class=\"mz-button dark-gray\" data-mz-action=\"addCoupon\" {% if not model.couponCode %} disabled=\"disabled\" {% endif %}>{{ labels.apply }}</button>\r\n\t\t    </div>\r\n\t    </div>\r\n\t</div>\r\n{% else %}\r\n\t<div class=\"col-xs-12 text-center show-coupon-code\">\r\n\t\t<strong>Have a coupon code?</strong>\r\n\t\t<a href=\"javascript:;\" data-mz-action=\"showInput\">Click Here!</a>\r\n\t</div>\r\n{% endif %}\r\n</div>\r\n{% endcomment %}\r\n","modules/checkout/forgot-password":"<div data-mz-forgot-password-checkout class=\"mz-popover\">\r\n  <section data-mz-role=\"forgotpassword-form\" class=\"mz-forgot-password mz-l-slidebox-panel\">\r\n    <label>{{ labels.resetPassword }}</label>\r\n    <input type=\"email\" data-mz-forgotpassword-email name=\"reset-password\" placeholder=\"{{ labels.emailAddress }}\" />\r\n    <div class=\"mz-popover-action\">\r\n      <button class=\"mz-button\" data-mz-action=\"submitforgotpassword\">{{ labels.sendEmail }}</button>\r\n      <a href=\"javascript:;\" data-mz-action=\"loginform\">{{ labels.cancel }}</a>\r\n    </div>\r\n    <div data-mz-role=\"popover-message\"></div>\r\n  </section>\r\n</div>\r\n","modules/checkout/payment-selector":"{% with paymentId|default(0) as paymentId %}\r\n<div class=\"mz-l-formfieldgroup mz-paymentselector\">\r\n    <div class=\"mz-l-formfieldgroup-row mz-paymentselector-option mz-paymentselector-newcreditcard mz-checkoutform {% if model.paymentType == 'CreditCard' %} mz-checkoutform-active {% endif %} col-xs-12\">\r\n        \r\n            {% include \"modules/checkout/ppl-checkout-billing-cc-selector\" %}\r\n\r\n            {% if model.paymentType == \"CreditCard\" and model.usingSavedCard and model.savedPaymentMethodId %}\r\n                <div class=\"mz-l-stack-section\">\r\n                    <h4 class=\"mz-checkoutform-title mz-formstep-header\">{{ labels.billingAddress }}</h4>\r\n                    \r\n                    {% include \"modules/checkout/billing-address-selector\" %}\r\n                </div>\r\n            {% endif %}\r\n        </div>\r\n    {% if siteContext.checkoutSettings.payByMail %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-paymentselector-option mz-paymentselector-check mz-checkoutform {% if model.paymentType == \"Check\" %}mz-checkoutform-active{% endif %} col-xs-12\">\r\n        <div class=\"mz-l-formfieldgroup-row\">\r\n            <div class=\"mz-l-formfieldgroup-cell radio-cell\">\r\n                <input data-mz-value=\"paymentType\" data-mz-check data-mz-payment-type id=\"paymentType-check-{{ paymentId }}\" name=\"paymentType\" type=\"radio\" class=\"mz-paymenttype-input styled\" value=\"Check\" {% if model.paymentType == \"Check\" %}checked=\"checked\"{% endif %} />\r\n                <label class=\"mz-paymentselector-label mz-paymentselector-label-check mz-checkoutform-radio\" for=\"paymentType-check-{{ paymentId }}\">{{ labels.checkByMail }}</label>\r\n            </div>\r\n            <div class=\"mz-l-formfieldgroup-cell\"></div>\r\n        </div>\r\n        {% if model.paymentType == \"Check\" %}\r\n        {% include \"modules/checkout/checking-account-form\" %}\r\n        <div class=\"mz-l-stack-section\">\r\n            <h4 class=\"mz-checkoutform-title mz-formstep-header\">{{ labels.billingAddress }}</h4>\r\n            {% include \"modules/checkout/billing-address-selector\" %}\r\n        </div>\r\n        {% endif %}\r\n    </div>\r\n    {% endif %}\r\n    \r\n    {% comment %}\r\n        Disabled for now, current flow has express payments planned for cart, not on checkout\r\n        \r\n    {% with siteContext.checkoutSettings.externalPaymentWorkflowSettings|findwhere(\"isEnabled\", true) as externalPaymentWorkflowsEnabled %} \r\n        {% if externalPaymentWorkflowsEnabled %}\r\n            <div class=\"mz-l-formfieldgroup-row\">\r\n                <div class=\"mz-paymentselector-label-separator\"><b>&ndash; {{ labels.or }} &ndash;</b></div>\r\n            </div>\r\n            {% for externalPayment in siteContext.checkoutSettings.externalPaymentWorkflowSettings %}\r\n\t\t\t\t{% if externalPayment.isEnabled %}\r\n                {% with externalPayment.name|lower as name %}\r\n                    <div class=\"mz-l-formfieldgroup-row mz-paymentselector-externalworkflows\">\r\n                        <div class=\"mz-l-formfieldgroup-cell\">\r\n                            {% if name == \"visacheckout\"%}\r\n                                <div class=\"mz-digitalwallets\">\r\n                                    <img alt=\"Visa Checkout\" class=\"v-button\" role=\"button\"\r\n                                    src=\"{{pageContext.visaCheckoutButtonUrl}}?size=154&amp;color=neutral\"/>\r\n                                </div>\r\n                            {% endif %}\r\n                            {% if name == \"paypalexpress2\"%}\r\n                                <div class=\"mz-digitalwallets\">\r\n                                    <button class=\"primary\">{{ labels.checkoutWithPaypal }}</button>\r\n                                </div>\r\n                            {% endif %}\r\n                        </div>\r\n                    </div>\r\n                {% endwith %}\r\n\t\t\t\t{% endif %}\r\n            {% endfor %}\r\n        {% endif %}\r\n    {% endwith %}\r\n    {% endcomment %}\r\n\r\n    <div class=\"mz-l-formfieldgroup-row mz-paymentselector-validation\">\r\n        <div class=\"mz-formfieldgroup-cell\">\r\n        </div>\r\n        <div class=\"mz-formfieldgroup-cell\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"paymentType\"></span>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n{% endwith %}\r\n","modules/checkout/payment-paybyamazon":"<div class=\"mz-l-stack-section\">\r\n    <div class=\"mz-l-formfieldgroup-cell\">\r\n        <img src=\"../resources/images/amazonpay60x38.png\"/>\r\n    </div>\r\n   {%if model.firstName %}\r\n    <div class=\"mz-addresssummary \" style=\"margin-top:10px;\">\r\n        {% include \"modules/common/address-summary\"  %}\r\n    </div>\r\n   {%endif%}\r\n    <div  class=\"mz-l-formfieldgroup-cell\" style=\"margin-top:10px;\">\r\n    <a data-mz-action=\"amazonShippingAndBilling\" href=\"#\">{{labels.aswChangeBilling}}</a>\r\n    </div>\r\n</div>\r\n\r\n\r\n\r\n","modules/checkout/ppl-checkout-billing-address-contact":"<div class=\"ppl-selector\">\r\n    <ul id=\"contactselector-savedbillingAdress\" class=\"ppl-selector-list\">\r\n\r\n        {% with model.shippingContactInfo as contact%}\r\n            <li class=\"list-item {{contact.id}}\">\r\n                <input type=\"radio\" id=\"shipping-billingAddress\" name=\"billingContact\" value=\"shipping\"\r\n                {% if model.billingContact.contactId == \"shipping\" || model.billingContact.id == contact.id  || not model.billingContact.id %} checked {% endif %}>\r\n                <label for=\"shipping-billingAddress\"> {% include \"modules/checkout/ppl-contact-list\" with model=contact%}\r\n                    {% if not user.isAnonymous %}\r\n                      <span class=\"isShippingAddress\">\r\n                          Shipping Address <a class=\"edit-shipping-address mz-edit-text-mobile\" data-mz-action=\"editShippingAddress\">Edit </a>\r\n                      </span>\r\n                    {% endif %}\r\n                </label>\r\n                <div class=\"radio-button check\"></div>\r\n            </li>\r\n        {% endwith %}\r\n          {%if model.availableContacts %}\r\n              {% for contact in model.availableContacts%}\r\n                  {% if model.shippingContactInfo.id != contact.id %}\r\n                      <li class=\"list-item {{ contact.id }}\">\r\n                          <input type=\"radio\" id=\"{{ contact.id }}-billingAdress\" name=\"billingContact\" value=\"{{ contact.id }}\" {% if model.billingContact.id == contact.id %} checked {% endif %}>\r\n                          <label for=\"{{ contact.id }}-billingAdress\"> {% include \"modules/checkout/ppl-contact-list\" with model=contact %}</label>\r\n                          <div class=\"radio-button check\"></div>\r\n                      </li>\r\n                  {% endif %}\r\n              {% endfor %}\r\n          {% endif %}\r\n          <li class=\"contact-item add-contact\">\r\n              <input type=\"radio\" id=\"add-billing-option\" name=\"billingContact\" value=\"new\" {% if model.billingContact.contactId === \"new\" %} checked {% endif %}>\r\n              <label for=\"add-billing-option\">{{labels.addAddress}} </label>\r\n              <div class=\"radio-button add\"></div>\r\n          </li>\r\n    </ul>\r\n\r\n    {% if model.billingContact.contactId === \"new\" %}\r\n      {% if not model.billingContact.address.candidateValidatedAddresses %}\r\n        <div class=\"mz-contactselector-contact mz-contactselector-new mz-checkoutform-shipping\">\r\n            <span class=\"mz-contactselector-summarywrapper\">\r\n                {% block enter-new-form %}\r\n                    {% include \"modules/checkout/billing-address-form\" with model=model.billingContact countries=pageContext.billingCountries states=pageContext.billingStates %}\r\n                {% endblock enter-new-form %}\r\n            </span>\r\n        </div>\r\n      {% else %}\r\n        {% with model.billingContact as model %}\r\n          <div class=\"mz-formstep-fields mz-l-formfieldgroup mz-checkoutform  mz-checkoutform-shipping mz-checkoutform-active col-xs-11 no-pad\">\r\n            {{ labels.selectValidAddress }}\r\n            {% for addr in model.address.candidateValidatedAddresses %}\r\n              <label class=\"mz-l-formfieldgroup-row\">\r\n                <div class=\"mz-l-formfieldgroup-cell\">\r\n                  <span>{{ labels.suggestionNum|string_format(forloop.index) }}</span>\r\n                </div>\r\n                <div class=\"mz-l-formfieldgroup-cell\">\r\n                  <input data-mz-action=\"choose\" name=\"candidateValidatedAddresses\" type=\"radio\" value=\"{{forloop.index0}}\"{% if forloop.index == 1 %} checked=\"checked\"{% endif %}/>\r\n                </div>\r\n                <div class=\"mz-l-formfieldgroup-cell\">\r\n                  {{addr.address1}}<br />\r\n                  {% if addr.address2 %}{{addr.address2}}<br />{% endif %}\r\n                  {{addr.cityOrTown}}, {{addr.stateOrProvince}} {{addr.postalOrZipCode}} {{addr.countryCode}}\r\n                </div>\r\n              </label>\r\n            {% endfor %}\r\n            {% if siteContext.generalSettings.allowInvalidAddresses %}\r\n            <label class=\"mz-l-formfieldgroup-row\">\r\n              <div class=\"mz-l-formfieldgroup-cell\">\r\n                  <span>{{ labels.original }}</span>\r\n              </div>\r\n              <div class=\"mz-l-formfieldgroup-cell\">\r\n                <input data-mz-action=\"choose\" name=\"candidateValidatedAddresses\" type=\"radio\" value=\"-1\" />\r\n              </div>\r\n              <div class=\"mz-l-formfieldgroup-cell\">\r\n                {{model.address.address1}}<br />\r\n                {% if model.address.address2 %}{{model.address.address2}}<br />{% endif %}\r\n                {{model.address.cityOrTown}}, {{model.address.stateOrProvince}} {{model.address.postalOrZipCode}} {{model.address.countryCode}}\r\n              </div>\r\n            </label>\r\n            {% endif %}\r\n          </div>\r\n      {% endwith %}\r\n    {% endif %}\r\n</div>\r\n","modules/checkout/ppl-checkout-billing-address-selector":"<div class=\"ppl-contactselector\">\r\n\r\n{% block contact-selector %}\r\n\r\n  <ul id=\"contactselector-savedcontact\" class=\"ppl-contactselector-list\">\r\n    {% for contact in model.availableContacts %}\r\n\t    <li class=\"contact-item {{ contact.id }}\">\r\n\t\t    <input type=\"radio\" id=\"{{ contact.id }}-option\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"{{ contact.id }}\" {% if model.id == contact.id or contact.contactId == \"shipping\" %} checked {% endif %}>\r\n\t\t    <label for=\"{{ contact.id }}-option\"> {% include \"modules/checkout/ppl-contact-list\" with model=contact %}</label>\r\n\t\t    <div class=\"radio-button check\"></div>\r\n\t    </li>\r\n    {% endfor %}\r\n\t<li class=\"contact-item add-contact\">\r\n\t    <input type=\"radio\" id=\"add-option\" name=\"contactId\" value=\"add\" data-mz-action=\"pplBeginAddContact\">\r\n\t    <label for=\"add-option\">{{labels.addAddress}} </label>\r\n\t    <div class=\"radio-button add\"></div>\r\n    </li>\r\n  </ul>\r\n\r\n  {% if model.id == \"new\" %}\r\n    <div class=\"mz-contactselector-contact mz-contactselector-new mz-checkoutform-shipping\">\r\n      <span class=\"mz-contactselector-summarywrapper\">\r\n\r\n        {% block enter-new-form %}\r\n        {% include \"modules/checkout/billing-address-form\" with model=model.billingContact countries=pageContext.billingCountries states=pageContext.billingStates %}\r\n        {% endblock enter-new-form %}\r\n      </span>\r\n    </div>\r\n  {% endif %}\r\n{% endblock contact-selector %}\r\n</div>\r\n","modules/checkout/ppl-checkout-billing-cc-selector":"<div class=\"ppl-selector\">\r\n    <ul id=\"ccSelector\" class=\"ppl-selector-list\" >\r\n    {% if model.savedPaymentMethods %}\r\n    {% with model.savedPaymentMethods|findwhere(\"isDefaultPayMethod\", true) as card %}\r\n    <li class=\"list-item {{ card.id }} {% if window.currentDate.year > card.expireYear %}mz-payment-method-disabled{% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}mz-payment-method-disabled{% endif %}{% endif %}\">\r\n        <input type=\"radio\" id=\"{{ card.id }}-option\" name=\"savedPaymentMethods\" value=\"{{ card.id }}\" {% if model.savedPaymentMethodId == card.id %} {% if window.currentDate.year > card.expireYear %}disabled{% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}disabled{% else %}checked{% endif %}{% endif %} {% endif %}>\r\n        <label for=\"{{ card.id }}-option\">\r\n            <span class=\"cc-number\">{{ card.cardNumberPartOrMask }}</span>\r\n            {% if not themeSettings.isCvvSuppressed and model.paymentType == \"CreditCard\" and model.usingSavedCard and model.savedPaymentMethodId == card.id %}\r\n                <div class=\"mz-paymentselector-reenter-cvv inline-cvv\">\r\n                    <label class=\"mz-paymentselector-label\">{{ labels.securityCode }} <span class=\"is-required\">*</span></label>\r\n                    <input {% if not model.usingSavedCard %}disabled=\"true\"{% endif %} data-mz-saved-cvv type=\"tel\" name=\"security-code\" id=\"mz-payment-security-code-{{ paymentId }}\" class=\"mz-l-formfieldgroup-halfsize mz-payment-security-code\" data-mz-value=\"card.cvv\" value=\"{{ model.card.cvv }}\" autocomplete=\"off\"/>\r\n                </div>\r\n            {% endif %}\r\n            <div class=\"cc-sub-data\">\r\n                <span class=\"cc-expiration-date\">\r\n                {% if window.currentDate.year > card.expireYear %}<span class=\"mz-is-expired\">Expired</span> {% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}<span class=\"mz-is-expired\">Expired</span> {% else %}Expires {% endif %}{% endif %} <strong>{{ card.expireMonth }}/{{ card.expireYear }}</strong></span>\r\n                <span class=\"cc-whats-this\"><a href=\"#\">What's this?</a></span>\r\n            </div>\r\n        </label>\r\n        {% if not themeSettings.isCvvSuppressed and model.paymentType == \"CreditCard\" and model.usingSavedCard and model.savedPaymentMethodId == card.id %}\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"card.cvv\"></span>\r\n        {% endif %}\r\n        <div class=\"radio-button cc-icon i-{{ card.cardType|lower}}_mono\"><span class=\"cc-icon i-{{ card.cardType|lower}} icon-hover\"></span></div>\r\n        <div id=\"cvv2Tooltip\">\"CVV\" stands for \"Card Verification Value\"</div>\r\n        <span class=\"mz-payment-method-disabled-msg\">{{ labels.expiredSavedCard }}<a href=\"{{pageContext.secureHost}}/myaccount?view=paymentmethods\">My Account</a> page.</span>\r\n    </li>\r\n    {% endwith %}\r\n    {% for card in model.savedPaymentMethods %}\r\n      {% if not card.isDefaultPayMethod %}\r\n        <li class=\"list-item {{ card.id }} {% if window.currentDate.year > card.expireYear %}mz-payment-method-disabled{% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}mz-payment-method-disabled{% endif %}{% endif %}\">\r\n            <input type=\"radio\" id=\"{{ card.id }}-option\" name=\"savedPaymentMethods\" value=\"{{ card.id }}\" {% if model.savedPaymentMethodId == card.id %} {% if window.currentDate.year > card.expireYear %}disabled{% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}disabled{% else %}checked{% endif %}{% endif %} {% endif %}>\r\n            <label for=\"{{ card.id }}-option\">\r\n                <span class=\"cc-number\">{{ card.cardNumberPartOrMask }}</span>\r\n                {% if not themeSettings.isCvvSuppressed and model.paymentType == \"CreditCard\" and model.usingSavedCard and model.savedPaymentMethodId == card.id %}\r\n                    <div class=\"mz-paymentselector-reenter-cvv inline-cvv\">\r\n                        <label class=\"mz-paymentselector-label\">{{ labels.securityCode }} <span class=\"is-required\">*</span></label>\r\n                        <input {% if not model.usingSavedCard %}disabled=\"true\"{% endif %} data-mz-saved-cvv type=\"tel\" name=\"security-code\" id=\"mz-payment-security-code-{{ paymentId }}\" class=\"mz-l-formfieldgroup-halfsize mz-payment-security-code\" data-mz-value=\"card.cvv\" value=\"{{ model.card.cvv }}\" autocomplete=\"off\"/>\r\n                    </div>\r\n                {% endif %}\r\n                <div class=\"cc-sub-data\">\r\n                    <span class=\"cc-expiration-date\">\r\n                    {% if window.currentDate.year > card.expireYear %}<span class=\"mz-is-expired\">Expired</span> {% else %}{% if window.currentDate.month > card.expireMonth && window.currentDate.year == card.expireYear %}<span class=\"mz-is-expired\">Expired</span> {% else %}Expires {% endif %}{% endif %} <strong>{{ card.expireMonth }}/{{ card.expireYear }}</strong></span>\r\n                    <span class=\"cc-whats-this\"><a href=\"#\">What's this?</a></span>\r\n                </div>\r\n            </label>\r\n            {% if not themeSettings.isCvvSuppressed and model.paymentType == \"CreditCard\" and model.usingSavedCard and model.savedPaymentMethodId == card.id %}\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"card.cvv\"></span>\r\n            {% endif %}\r\n            <div class=\"radio-button cc-icon i-{{ card.cardType|lower}}_mono\"><span class=\"cc-icon i-{{ card.cardType|lower}} icon-hover\"></span></div>\r\n            <div id=\"cvv2Tooltip\">\"CVV\" stands for \"Card Verification Value\"</div>\r\n            <span class=\"mz-payment-method-disabled-msg\">{{ labels.expiredSavedCard }}<a href=\"{{pageContext.secureHost}}/myaccount?view=paymentmethods\">My Account</a> page.</span>\r\n        </li>\r\n      {% endif %}\r\n    {% endfor %}\r\n\r\n    <li class=\"list-item add-contact\">\r\n        <input type=\"radio\" id=\"add-cc-option\" name=\"savedPaymentMethods\" value=\"new\" {% if model.savedPaymentMethodId == 'new' %} checked {% endif %} />\r\n        <label for=\"add-cc-option\">{{labels.addNewCard}} </label>\r\n        <div class=\"radio-button add\"></div>\r\n    </li>\r\n    {% endif %}\r\n    </ul>\r\n\r\n    {% if model.paymentType == \"CreditCard\" and not model.usingSavedCard%}\r\n        <div class=\"mz-l-stack-section\">\r\n\r\n            {% include \"modules/checkout/billing-credit-card-form\" with model=model.card %}\r\n        </div>\r\n        <div class=\"mz-l-stack-section\">\r\n            <h4 class=\"mz-checkoutform-title mz-formstep-header\">\r\n                {{ labels.billingAddress }}\r\n                <span class=\"enter-billing-address-msg\"> {{ labels.enterBillingAddress}} </span>\r\n            </h4>\r\n            {% include \"modules/checkout/billing-address-selector\" %}\r\n        </div>\r\n    {% endif %}\r\n\r\n</div>\r\n","modules/checkout/ppl-checkout-shipping-contact-selector":"<div class=\"ppl-selector\">\r\n{% block contact-selector %}\r\n  <ul id=\"contactselector-savedcontact\" class=\"ppl-selector-list\">\r\n    {% for contact in model.contacts %}\r\n      {% if contact.types.length > 0 %}\r\n        {% for type in contact.types %}\r\n          {% if type.name == \"Shipping\" && type.isPrimary == true %}\r\n          <li class=\"list-item {{ contact.id }}\">\r\n            <input type=\"radio\" id=\"{{ contact.id }}-option\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"{{ contact.id }}\" {% if contact.id == model.id %} checked {% endif %}>\r\n            <label for=\"{{ contact.id }}-option\"> {% include \"modules/checkout/ppl-contact-list\" with model=contact %}\r\n              <span class=\"isShippingAddress\">\r\n                {% if contact.id == model.primaryShippingId %}\r\n                  {{ labels.makeDefaultShippingAddress }}\r\n                {% endif %}\r\n              </span>\r\n              <span class=\"mz-is-primary-addr\">Default shipping address</span>\r\n            </label>\r\n            <div class=\"radio-button check\"></div>\r\n          </li>\r\n          {% endif %}\r\n        {% endfor %}\r\n      {% endif %}\r\n    {% endfor %}\r\n    {% for contact in model.contacts %}\r\n      {% if contact.types.length > 0 %}\r\n        {% for type in contact.types %}\r\n          {% if type.name == \"Shipping\" && type.isPrimary != true %}\r\n          <li class=\"list-item {{ contact.id }}\">\r\n            <input type=\"radio\" id=\"{{ contact.id }}-option\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"{{ contact.id }}\" {% if contact.id == model.id %} checked {% endif %}>\r\n            <label for=\"{{ contact.id }}-option\"> {% include \"modules/checkout/ppl-contact-list\" with model=contact %}\r\n              {% if contact.id == model.id %}<div data-mz-action=\"makeContactPrimary\" id=\"{{contact.id}}\"><a style=\"text-decoration:none;\">{{ labels.makeDefaultShippingAddress }}</a></div> {% endif %}\r\n            </label>\r\n            <div class=\"radio-button check\"></div>\r\n          </li>\r\n          {% endif %}\r\n        {% endfor %}\r\n      {% endif %}\r\n    {% endfor %}\r\n    <li class=\"contact-item add-contact\">\r\n      <input type=\"radio\" id=\"add-option\" name=\"contactId\" value=\"add\" data-mz-action=\"pplBeginAddContact\" {% if not model.id or model.id == 'new' %} checked {% endif %}>\r\n      <label for=\"add-option\">{{labels.addAddress}} </label>\r\n      <div class=\"radio-button add\"></div>\r\n    </li>\r\n  </ul>\r\n\r\n  {% if not model.id or model.id == \"new\" %}\r\n    <div class=\"mz-contactselector-contact mz-contactselector-new mz-checkoutform-shipping\">\r\n      <span class=\"mz-contactselector-summarywrapper\">\r\n        {% block enter-new-form %}\r\n        <!-- <div class=\"editNewAddress\">\r\n            <a href=\"javascript:;\" class=\"mz-formstep-edit mz-edit-text-mobile\" data-mz-action=\"edit\">{{labels.edit}}</a>\r\n        </div> -->\r\n          {% include \"modules/common/address-form\" with model=model countries=pageContext.shippingCountries states=pageContext.shippingStates %}\r\n\r\n          {%if !user.isAnonymous %}\r\n            <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-savepayment-row\">\r\n                <div>\r\n            <p>\r\n              <label class=\"mz-contacttype-isprimary\">\r\n                  <input type=\"checkbox\" class=\"styled\" data-mz-value=\"isPrimaryShippingContact\" value=\"true\" {% if model.isPrimaryShippingContact %} checked=\"checked\" {% endif %}> {{ labels.makeDefaultShippingAddress }}\r\n              </label>\r\n            </p>\r\n          </div>\r\n            </div>\r\n        {%endif%}\r\n\r\n        {% endblock enter-new-form %}\r\n      </span>\r\n    </div>\r\n  {% endif %}\r\n{% endblock contact-selector %}\r\n</div>\r\n","modules/checkout/step-payment-info":"<h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n    {{ labels.paymentInformation }}\r\n {% comment %}\r\n    {% if model.nonStoreCreditTotal > 0 %}\r\n        {% if model.hasSavedCardPayment %}\r\n            {% if not editing.savedCard %}\r\n                <a class=\"mz-checkout-payment-change\" href=\"javascript:;\" data-mz-action=\"beginEditingCard\">{{ labels.edit }}</a>\r\n                {% else %}\r\n                <a href=\"javascript:;\" class=\"mz-formstep-edit\" data-mz-action=\"edit\">\r\n                   {{labels.edit}}\r\n                </a>\r\n            {% endif %}\r\n        {% else %}\r\n        <a href=\"javascript:;\" class=\"mz-formstep-edit\" data-mz-action=\"edit\">\r\n                   {{labels.edit}}\r\n        </a>\r\n        {% endif %}\r\n    {% endif %}\r\n\r\n        temporary. need to get cc images\r\n    {% endcomment %}\r\n    <span class=\"accepted-card-icons\">\r\n        We accept:\r\n        <i class=\"icon i-visa\"></i>\r\n        <i class=\"icon i-discover\"></i>\r\n        <i class=\"icon i-mastercard\"></i>\r\n        {% if model.card.paymentWorkflow == \"PayWithAmazon\" or model.shippingContactInfo.paymentType == \"paypal\" %}\r\n            <a href=\"/cart\">Change Payment Method</a>\r\n        {% endif %}\r\n     </span>\r\n</h3>\r\n{% comment %}\r\n<div class=\"mz-accepted-payment col-xs-12 no-pad\">\r\n    {% if siteContext.checkoutSettings.supportedCards.visa %}\r\n        <i class=\"icon cc-visa\"></i>\r\n    {% endif %}\r\n    {% if siteContext.checkoutSettings.supportedCards.amex %}\r\n        <i class=\"icon cc-amex\"></i>\r\n    {% endif %}\r\n    {% if siteContext.checkoutSettings.supportedCards.mc %}\r\n        <i class=\"icon cc-mc\"></i>\r\n    {% endif %}\r\n    {% if siteContext.checkoutSettings.supportedCards.discover %}\r\n        <i class=\"icon cc-discover\"></i>\r\n    {% endif %}\r\n    {% if siteContext.checkoutSettings.supportedCards.jcb %}\r\n        <b>JCB</b>\r\n    {% endif %}\r\n</div>\r\n{% endcomment %}\r\n<div class=\"mz-formstep-body col-xs-12 no-pad\">\r\n    <div class=\"mz-formstep-summary mz-l-stack col-xs-12 no-pad\">\r\n    {% comment %}\r\n        {% for payment in model.activePayments %}\r\n            {% if payment.billingInfo.paymentType == \"Check\" %}\r\n                <div class=\"mz-l-stack-section mz-checkout-payment\">\r\n                    <div class=\"mz-l-stack-section mz-checkout-current-payment\">{{ labels.checkByMail }}</div>\r\n                    <div class=\"mz-l-stack-section mz-checkout-current-payment mz-checkout-saved-billingaddress\">\r\n                        <h4 class=\"mz-checkoutform-title mz-formstep-header\">{{ labels.billingAddress }}</h4>\r\n                        <div class=\"mz-addresssummary\">\r\n                            {% include \"modules/common/address-summary\" with model=model.billingContact %}\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            {% endif %}\r\n            {% if payment.billingInfo.paymentType == \"CreditCard\" %}\r\n                <div class=\"mz-l-stack-section mz-checkout-payment\">\r\n                    {% if payment.paymentWorkflow === \"VisaCheckout\" %}\r\n                        <div>\r\n                            <span><img alt=\"This Payment Using Visa Checkout\" src=\"{{pageContext.visaCheckoutButtonUrl}}?size=154&amp;color=neutral&amp;cardBrands={{ payment.card.paymentOrCardType }}\"/></span>\r\n                        </div>\r\n                    {% endif %}\r\n                    <div class=\"mz-l-stack-section mz-checkout-current-payment\">\r\n                        <p>{{ model.card.paymentOrCardType }} {{ model.card.cardNumberPartOrMask }}\r\n                        <br/>{{ labels.expires }} {{ model.card.expireMonth }}/{{ model.card.expireYear }}</p>\r\n                    </div>\r\n                    <div class=\"mz-l-stack-section mz-checkout-current-payment mz-checkout-saved-billingaddress\">\r\n                        <h4 class=\"mz-checkoutform-title mz-formstep-header\">{{ labels.billingAddress }}</h4>\r\n\r\n                        <div class=\"mz-addresssummary\">\r\n                            {% include \"modules/common/address-summary\" with model=model.billingContact %}\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            {% endif %}\r\n        {% endfor %}\r\n\r\n        <div class=\"mz-l-stack-section mz-paymentselector-separator\">\r\n            <p>\r\n                {{ labels.billingContact }}: <strong>{{ model.billingContact.email }}</strong>\r\n            </p>\r\n        </div>\r\n    {% endcomment %}\r\n        {% comment %}\r\n\r\n        <div class=\"mz-l-stack-section mz-paymentselector-separator\">\r\n            {% include \"modules/checkout/checkout-digital-credit\" %}\r\n        </div>\r\n        {% endcomment %}\r\n\r\n\r\n\r\n\r\n    </div>\r\n    {% if model.card.paymentWorkflow == \"PayWithAmazon\" %}\r\n        <img src=\"/resources/images/amazonpay60x38.png\" />\r\n        <div style=\"margin: 10px 0\"><a href=\"{{ model.shippingContactInfo.lastPage }}\">Change your Amazon payment information</a></div>\r\n        <h4>Contact Details</h4>\r\n        {{ model.billingContact.email }}\r\n    {% endif %}\r\n    {% if model.shippingContactInfo.paymentType == \"paypal\" %}\r\n        <img src=\"https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png\" alt=\"PayPal\" />\r\n    {% else %}\r\n        <div class=\"mz-formstep-fields mz-l-stack col-xs-12 no-pad\">\r\n            {% if model.nonStoreCreditTotal > 0 %}\r\n                    <div class=\"mz-l-stack-section\">\r\n                        {% include \"modules/checkout/payment-selector\" %}\r\n                    </div>\r\n            {% else %}\r\n\r\n                <h4 class=\"mz-checkout-nopaymentrequired mz-checkoutform\">{{ labels.noPaymentRequired|string_format(model.remainingTotal|currency) }}</h4>\r\n\r\n            {% endif %}\r\n            <div class=\"mz-l-stack-section mz-formfieldgroup-row mz-paymentselector-separator mz-checkoutform mz-billing-email\">\r\n                <div class=\"mz-l-formfieldgroup\">\r\n                    <div class=\"mz-l-formfieldgroup-row\">\r\n                        <div class=\"mz-l-formfieldgroup-cell\">\r\n                            <label for=\"billing-email\">\r\n                                {{ labels.billingContact }}<span class=\"is-required\"> *</span>:\r\n                            </label>\r\n                        </div>\r\n                        <div class=\"mz-l-formfieldgroup-cell\">\r\n                            <input type=\"text\" id=\"billing-email\" name=\"billing-email\" data-mz-value=\"billingContact.email\" value=\"{{ model.billingContact.email }}\"/>\r\n                            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"billingContact.email\"></span>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"mz-l-formfieldgroup-row mz-elist-subscribe\">\r\n                        <div class=\"mz-l-formfieldgroup-cell\"></div>\r\n                        <div class=\"mz-l-formfieldgroup-cell\">\r\n                            <label class=\"mz-inline\">\r\n                                <input type=\"checkbox\" name=\"special-offers\" {% if model.acceptsMarketing %}checked=\"checked\" {% endif %}data-mz-value=\"acceptsMarketing\" class=\"mz-checkout-optin\" /> {{ labels.optIn|string_format(siteContext.generalSettings.websiteName) }}\r\n                            </label>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n\r\n            {% comment %}\r\n\r\n            <div class=\"mz-l-stack-section mz-formfieldgroup-row mz-paymentselector-separator mz-checkoutform\">\r\n                {% include \"modules/checkout/checkout-digital-credit\" %}\r\n            </div>\r\n            {% endcomment %}\r\n        </div>\r\n    {% endif %}\r\n{% comment %}\r\n    <div class=\"mz-formstep-next col-xs-12 no-pad\">\r\n        <button class=\"mz-button color5\" data-mz-action=\"next\">{{ labels.next }}</button>\r\n    </div>\r\n{% endcomment %}\r\n</div>\r\n","modules/checkout/ppl-contact-list":"<span class=\"contact-wrapper\">\r\n  <span class=\"contact-name\">{{ model.firstName }} {{ model.lastNameOrSurname }}, </span>\r\n  <span class=\"contact-address-1\">{{ model.address.address1 }},</span>\r\n  {% if model.address.address2 %}<span class=\"contact-address-2\">{{ model.address.address2 }},</span>{% endif %}\r\n  {% if model.address.address3 %}<span class=\"contact-address-3\">{{ model.address.address3 }},</span>{% endif %}\r\n  <span class=\"contact-city\">{{ model.address.cityOrTown }},</span>\r\n  <span class=\"contact-state\">{{ model.address.stateOrProvince }}</span>\r\n  <span class=\"contact-zip\">{{ model.address.postalOrZipCode }}</span>\r\n</span>\r\n","modules/checkout/step-review":"{% comment %}\r\n\r\n\r\n    <h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n        {{ labels.reviewOrder }}\r\n    </h3>\r\n    <div class=\"mz-formstep-body mz-checkoutform\">\r\n        {% if model.isReady %}\r\n            <p class=\"mz-formstep-desc\">{{ labels.reviewOrderText }}</p>\r\n\r\n            {% if themeSettings.requireCheckoutAgreeToTerms %}\r\n            <div class=\"mz-l-formfieldgroup mz-l-formfieldgroup-norows mz-checkoutform\">\r\n            <label class='inline'>\r\n                <input type=\"checkbox\" name=\"terms-and-conditions\" id=\"mz-terms-and-conditions\" data-mz-value=\"agreeToTerms\" {% if model.agreeToTerms %} checked=\"checked\"{% endif %}> {{ labels.agreeToTerms }}\r\n            </label>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"agreeToTerms\"></span>\r\n            </div>\r\n            {% endif %}\r\n\r\n            {% if not user or user.isAnonymous %}\r\n            <div class=\"mz-l-formfieldgroup mz-l-formfieldgroup-norows mz-checkoutform\">\r\n                <label class='inline'>\r\n                    <input type=\"checkbox\" name=\"create-new-account\" data-mz-value=\"createAccount\" {% if model.createAccount %} checked=\"checked\"{% endif %} > {{ labels.createAccount }}\r\n                </label>\r\n            </div>\r\n\r\n                {% if model.createAccount %}\r\n                <div class=\"mz-l-formfieldgroup mz-create-account-fields mz-checkoutform mz-checkoutform-active\">\r\n                    <div class=\"mz-l-formfieldgroup-row\">\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                    <label for=\"new-account-email\"> {{ labels.email }}<span class=\"is-required\"> *</span>: </label>\r\n                      </div>\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                        <input type=\"text\" name=\"new-account-email\" data-mz-value=\"emailAddress\" value=\"{{ model.emailAddress|default(model.billingInfo.billingContact.email) }}\">\r\n                        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"emailAddress\"></span>\r\n                       </div>\r\n                    </div>\r\n                  <div class=\"mz-l-formfieldgroup-row\">\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                    <label for=\"new-account-password\"> {{ labels.password }}<span class=\"is-required\"> *</span>: </label>\r\n                      </div>\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                        <input type=\"password\" name=\"new-account-password\" data-mz-value=\"password\" value=\"{{ model.password }}\">\r\n                        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"password\"></span>\r\n                       </div>\r\n                    </div>\r\n                  <div class=\"mz-l-formfieldgroup-row\">\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                    <label for=\"new-account-password\"> {{ labels.confirmPassword }}<span class=\"is-required\"> *</span>: </label>\r\n                      </div>\r\n                      <div class=\"mz-l-formfieldgroup-cell\">\r\n                        <input type=\"password\" name=\"new-account-confirm\" data-mz-value=\"confirmPassword\" value=\"{{ model.confirmPassword }}\">\r\n                        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"confirmPassword\"></span>\r\n                       </div>\r\n                    </div>\r\n                </div>\r\n                {% endif %}\r\n            {% endif %}\r\n\r\n            <div class=\"mz-formstep-next col-xs-12 no-pad\">\r\n                <button type=\"button\" class=\"mz-button color5 placeOrderBtn\" data-mz-action=\"submit\">{{ labels.placeOrder }}</button>\r\n            </div>\r\n        {% endif %}\r\n    </div>\r\n{% endcomment %}\r\n      <div class=\"mz-formstep-next col-xs-12 no-pad\">\r\n          <button type=\"button\" class=\"mz-button color5 placeOrderBtn{% if model.forceLoading %} force-is-loading{% endif %}\" data-mz-action=\"submit\">{{ labels.placeOrder }}</button>\r\n      </div>\r\n","modules/checkout/step-shipping-address":"{% if not model.hidden %}\r\n﻿<h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n  {{ labels.shipToWhere }}\r\n    {% if model.stepStatus && model.stepStatus != \"incomplete\" && model.paymentType != \"PayWithAmazon\" and model.paymentType != \"paypal\" %}\r\n      <a href=\"javascript:;\" class=\"mz-formstep-edit mz-edit-text-mobile\" data-mz-action=\"edit\">{{labels.edit}}</a>\r\n    {% endif %}\r\n\r\n    {% comment %}\r\n\r\n    <button class=\"gray\">{{ labels.change }}</button>\r\n    {% endcomment %}\r\n  </a>\r\n</h3>\r\n<div class=\"mz-formstep-body col-xs-12 no-pad\">\r\n  {% if not model.address.candidateValidatedAddresses %}\r\n    {% if model.requiresFulfillmentInfo  %}\r\n      <div class=\"mz-formstep-fields mz-l-formfieldgroup mz-checkoutform mz-checkoutform-shipping mz-checkoutform-active col-xs-12\" style=\"display: block !important;\">\r\n        {% if model.paymentType == \"PayWithAmazon\" or  model.paymentType == \"paypal\" %}\r\n          {% include \"modules/checkout/amazon-checkout-contact\" %}\r\n          {% if model.paymentType == \"PayWithAmazon\" %}\r\n            <div class=\"mz-l-formfieldgroup-row mz-addressform-editAddress\">\r\n                <a href=\"{{ model.lastPage }}\">Change your Amazon Shipping Information</a>\r\n            </div>\r\n          {% endif %}\r\n        {% else %}\r\n          {% if model.contacts %}\r\n            <p>For faster checkout select a shipping address from your account:</p>\r\n            <div class=\"mz-l-formfieldgroup-row\">\r\n              <div class=\"mz-l-formfieldgroup-cell\">\r\n                {% include \"modules/checkout/ppl-checkout-shipping-contact-selector\" %}\r\n              </div>\r\n            </div>\r\n          {% else %}\r\n            {% include \"modules/common/address-form\" with countries=pageContext.shippingCountries states=pageContext.shippingStates %}\r\n          {% endif %}\r\n        {% endif %}\r\n      </div>\r\n    {% endif %}\r\n    {% if model.requiresDigitalFulfillmentContact %}\r\n      <div class=\"mz-formstep-fields mz-l-formfieldgroup mz-checkoutform mz-checkoutform-active col-xs-12 no-pad\">\r\n        {% include \"modules/checkout/checkout-digital-fulfillment\" with editingContact=model %}\r\n      </div>\r\n      <div class=\"mz-formstep-summary mz-addresssummary mz-checkoutform-active col-xs-12 no-pad\">\r\n        <span>{{ labels.digitalCreditEmail }}: {{ model.email }}</span>\r\n      </div>\r\n    {% endif %}\r\n  {% else %}\r\n    <div class=\"mz-formstep-fields mz-l-formfieldgroup mz-checkoutform  mz-checkoutform-shipping mz-checkoutform-active col-xs-12 no-pad\">\r\n      {{ labels.selectValidAddress }}\r\n      {% for addr in model.address.candidateValidatedAddresses %}\r\n        <label class=\"mz-l-formfieldgroup-row\">\r\n          <div class=\"mz-l-formfieldgroup-cell\">\r\n            <span>{{ labels.suggestionNum|string_format(forloop.index) }}</span>\r\n          </div>\r\n          <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input data-mz-action=\"choose\" name=\"candidateValidatedAddresses\" type=\"radio\" value=\"{{forloop.index0}}\" {% if forloop.index == 1 %}checked=\"checked\"{% endif %}/>\r\n          </div>\r\n          <div class=\"mz-l-formfieldgroup-cell\">\r\n            {{addr.address1}}<br />\r\n            {% if addr.address2 %}{{addr.address2}}<br />{% endif %}\r\n            {{addr.cityOrTown}}, {{addr.stateOrProvince}} {{addr.postalOrZipCode}} {{addr.countryCode}}\r\n          </div>\r\n        </label>\r\n      {% endfor %}\r\n      {% if siteContext.generalSettings.allowInvalidAddresses %}\r\n      <label class=\"mz-l-formfieldgroup-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <span>{{ labels.original }}</span>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n          <input data-mz-action=\"choose\" name=\"candidateValidatedAddresses\" type=\"radio\" value=\"-1\" />\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n          {{model.address.address1}}<br />\r\n          {% if model.address.address2 %}{{model.address.address2}}<br />{% endif %}\r\n          {{model.address.cityOrTown}}, {{model.address.stateOrProvince}} {{model.address.postalOrZipCode}} {{model.address.countryCode}}\r\n        </div>\r\n      </label>\r\n      {% endif %}\r\n    </div>\r\n    {% endif %}\r\n\r\n    <div class=\"mz-formstep-next col-xs-12 no-pad\" {% if model.stepStatus == 'complete' %}style=\"display:none;\"{% endif %}>\r\n        <button class=\"mz-button color5\" data-mz-action=\"next\">{{ labels.next }}</button>\r\n    </div>\r\n  </div>\r\n{% endif %}\r\n","modules/common/address-form":"{% block address-form %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-firstname\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"firstname\">{{ labels.firstName }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"firstname\" data-mz-value=\"{{ addresscontext }}firstName\" value=\"{{ model.firstName }}\" maxlength=\"200\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}firstName\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-lastname\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"lastname\">{{ labels.lastName }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"lastname\" data-mz-value=\"{{ addresscontext }}lastNameOrSurname\" value=\"{{ model.lastNameOrSurname }}\" maxlength=\"200\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}lastNameOrSurname\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-address1\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"address-line-1\">{{ labels.address }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"address-line-1\" data-mz-value=\"{{ addresscontext }}address.address1\" value=\"{{ model.address.address1 }}\" maxlength=\"200\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address1\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-address2\">\r\n        <div class=\"mz-l-formfieldgroup-cell\"></div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" autocomplete=\"off\" name=\"address-line-2\" data-mz-value=\"{{ addresscontext }}address.address2\" value=\"{{ model.address.address2 }}\" maxlength=\"200\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address2\"></span>\r\n        </div>\r\n    </div>\r\n    {% if countries && countries.length > 0 %}\r\n        <div class=\"mz-l-formfieldgroup-row read-only-country\">\r\n            <div class=\"mz-l-formfieldgroup-cell\">\r\n                <label>{{ labels.country }}:</label>\r\n            </div>\r\n            <div class=\"mz-l-formfieldgroup-cell\">\r\n                        {% for country in countries %}\r\n                            {% if country.value == themeSettings.preselectCountryCode %}<label style=\"text-align: left;cursor: normal;\">{{country.key}}</label>{% endif %}\r\n                        {% endfor %}\r\n            </div>\r\n        </div>\r\n    {% endif %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-country\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"country\">{{ labels.country }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <select data-mz-value=\"{{ addresscontext }}address.countryCode\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n              {% comment %}\r\n                <option></option>\r\n                {% if countries && countries.length > 0 %}\r\n                {% for country in countries %}\r\n                    <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                {% endfor %}\r\n                {% else %}\r\n                {% for country in pageContext.billingCountries %}\r\n                    <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                {% endfor %}\r\n                {% endif %}\r\n                {% endcomment %}\r\n                <option selected=\"selected\" value=\"US\">{{labels.unitedStates}}</option>\r\n            </select>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.countryCode\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-city\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"city\">{{ labels.city }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"city\" data-mz-value=\"{{ addresscontext }}address.cityOrTown\" value=\"{{ model.address.cityOrTown }}\" maxlength=\"100\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.cityOrTown\"></span>\r\n        </div>\r\n            <div class=\"mz-addressform-autocompletefields\">\r\n                <label for=\"autocomplete-state\">{{ labels.state }}</label><input type=\"text\" name=\"state\" data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" value=\"{{ model.address.stateOrProvince }}\" />\r\n                <label for=\"autocomplete-zip\">{{ labels.zip }}</label><input type=\"text\" name=\"zip\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" />\r\n            </div>\r\n    </div>\r\n    {% comment %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-state\" {% if model.address.countryCode == \"US\" %} style=\"display: none\"{% endif %}>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"stateOrProvince\">{{ labels.stateOrProvince }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"stateOrProvince\" data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" value=\"{{ model.address.stateOrProvince }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.stateOrProvince\"></span>\r\n        </div>\r\n    </div>\r\n    {% if model.address.countryCode != \"US\" %}style=\"display: none\"{% endif %} \\/\\/\r\n    {% endcomment %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-state\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"stateprov\">{{ labels.state }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <select data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n                <option></option>\r\n\r\n                {% if states && states.length > 0 %}\r\n                {% for state in states %}\r\n                    <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                {% endfor %}\r\n                {% else %}\r\n                {% for state in pageContext.billingStates %}\r\n                    <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                {% endfor %}\r\n                {% endif %}\r\n\r\n            </select>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.stateOrProvince\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-zip\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"postal-code\">{{ labels.postalCode }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"postal-code\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" maxlength=\"100\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n        </div>\r\n    </div>\r\n    <div {% if model.address.CountryCode != \"UK\" %}style=\"display: none\"{% endif %} class=\"mz-l-formfieldgroup-row mz-addressform-postaltown\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"postal-town\">{{ labels.postalTown }}</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"postal-town\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-phone\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"shippingphone\">{{ labels.phone }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"shippingphone\" data-mz-value=\"{{ addresscontext }}phoneNumbers.home\" value=\"{{ model.phoneNumbers.home }}\" maxlength=\"20\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}phoneNumbers.home\"></span>\r\n        </div>\r\n    </div>\r\n    {% if themeSettings.showAddressTypeDropdown %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-addressform-addresstype\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"addresstype\">{{ labels.addressType }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <select data-mz-value=\"{{ addresscontext }}address.addressType\" {% if model.stepStatus and model.stepStatus != \"incomplete\" %}disabled{% endif %}>\r\n                <option value=\"Residential\" {% if model.address.addressType == \"Residential\" %}selected=\"selected\"{% endif %} >{{ labels.residential }}</option>\r\n                <option value=\"Commercial\" {% if model.address.addressType == \"Commercial\" %}selected=\"selected\"{% endif %} >{{ labels.commercial }}</option>\r\n            </select>\r\n        </div>\r\n    </div>\r\n    {% endif %}\r\n{% endblock address-form %}\r\n","modules/common/address-summary":"<span>{{ model.firstName }} {{ model.lastNameOrSurname }}</span>\r\n{% if model.address.address1 %}\r\n    <span>{{ model.address.address1 }}</span>\r\n    {% if model.address.address2 %}\r\n        <span>{{ model.address.address2 }}</span>\r\n    {% endif %}\r\n    {% if model.address.address3 %}\r\n        <span>{{ model.address.address3 }}</span>\r\n    {% endif %}\r\n    <span>{{ model.address.cityOrTown }}, {{ model.address.stateOrProvince }} {{ model.address.postalOrZipCode }}</span>\r\n    <span>{{ model.address.countryCode }}</span>\r\n{% endif %}\r\n{% if model.phoneNumbers.home %}\r\n    <span>{{ model.phoneNumbers.home }}</span>\r\n{% endif %}","modules/checkout/step-your-account":"<div class=\"mz-formstep mz-checkoutform-emailprompt col-xs-12 no-pad\" id=\"step-checkout-email\">\r\n{% with model.paymentWorkflow|default(model.billingInfo.paymentWorkflow) as paymentWorkflow  %}\r\n    {% if paymentWorkflow != \"PayWithAmazon\" %}\r\n            <div>\r\n            {% with model.emailAddress|default(model.billingInfo.billingContact.email) as userEmail  %}\r\n\r\n                <h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n                    Your Account\r\n                    {% if userEmail and not model.isEdit %}\r\n                    <span class=\"mz-formstep-edit checkout-step-edit\">\r\n                        <span class=\"your-account-enter\">Your Email: {{userEmail}}</span>\r\n                        <a href=\"javascript:;\" class=\"mz-formstep-edit mz-edit-text-mobile\" data-mz-action=\"edit\">Edit</a>\r\n                    </span>\r\n                    {% endif %}\r\n                </h3>\r\n            </div>\r\n            {% if not userEmail or model.isEdit %}\r\n                <p>Please enter your email address:</p>\r\n                <label class=\"your-account-email-label\">{{labels.email}}:</label>\r\n                <input type=\"text\" id=\"anon-email\" name=\"anon-email\" {% if model.isEdit %}value=\"{{model.emailAddress}}\"{% endif %}/>\r\n                <button id=\"checkForAccount\" class=\"mz-button dark-gray\" data-mz-action=\"checkForAccount\">Submit</button>\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"emailAddress\">{% if model.emailValidation %}\r\n                    {{model.emailValidation}}{% endif %}</span>\r\n                <br/>\r\n\t\t\t\t{% comment %}\r\n                <br/>\r\n                <input type=\"checkbox\" id=\"special-offers-account\" {% if model.acceptsMarketing != false %}checked=\"checked\"{% endif %}name=\"special-offers\" data-mz-value=\"acceptsMarketing\" class=\"mz-checkout-option styled\">\r\n                <label for=\"special-offers-account\">\r\n                    Add me to your e-newsletter list (Unsubscribe at any time)\r\n                </label>\r\n\t\t\t\t{% endcomment %}\r\n            {% endif %}\r\n            <br>\r\n            {% if userEmail and model.shopperAccountExists and not model.isEdit %}\r\n                <p>We noticed you have an account, log in for order history and express checkout (optional)</p>\r\n                <div class=\"mz-l-formfieldgroup\">\r\n                    <div class=\"mz-l-formfieldgroup-cell\">\r\n                        <div class=\"mz-l-formfieldgroup-cell\">\r\n                            <span>Enter Password:</span>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"mz-l-formfieldgroup-cell\">\r\n                        <input type=\"password\" id=\"shopper-password\" name=\"shopper-password\" placeholder=\"Enter Password\" autocomplete=\"off\"/>\r\n                        <button id=\"loginToAccount\" class=\"mz-button dark-gray\" data-mz-action=\"loginToAccount\">Submit</button>\r\n                        <br>\r\n                        <a data-mz-action=\"forgotpassword\">Forgot password?</a>\r\n                        {% if model.loginError %}\r\n                                <span class=\"mz-validationmessage\">{{model.loginError}}</span>\r\n                        {% endif %}\r\n                    </div>\r\n                </div>\r\n            {% endif %}\r\n        {% endwith %}\r\n    {% endif %}\r\n{% endwith %}\r\n\r\n</div>\r\n","modules/checkout/step-shipping-method":"\r\n{% if not model.hidden %}\r\n    <h3 class=\"mz-formstep-header mz-checkoutform-header col-xs-12 no-pad\">\r\n        {{ labels.shippingMethodHow }}\r\n        {% comment %}\r\n        <a href=\"javascript:;\" class=\"mz-formstep-edit\" data-mz-action=\"edit\">\r\n        {{labels.edit}}\r\n                    <button class=\"gray\">{{ labels.change }}</button>\r\n        {% endcomment %}\r\n        </a>\r\n    </h3>\r\n\t{% if model.availableShippingMethods.length > 1 %}\r\n\t\t<style>\r\n\t\t    #exShipPolicyPopup {\r\n\t\t        display: none;\r\n\t\t        position: absolute;\r\n\t\t        top: 10%;\r\n\t\t        left: 20px;\r\n\t\t        background: #FFF;\r\n\t\t        z-index: 99999;\r\n\t\t        border: 1px solid;\r\n\t\t        border-radius: 2px;\r\n\t\t        padding: 5px\r\n\t\t    }\r\n\t\t    #hideexShipPolicyPopup {\r\n\t\t        position: absolute;\r\n\t\t        top: 0;\r\n\t\t        right: 0;\r\n\t\t        background: #000;\r\n\t\t        color: #fff;\r\n\t\t        width: 15px;\r\n\t\t        height: 15px;\r\n\t\t        font-size: 15px;\r\n\t\t        cursor: pointer;\r\n\t\t        text-align: center;\r\n\t\t        line-height: 15px;\r\n\t\t    }\r\n\t\t</style>\r\n\t\t<script>\r\n\t\t    function showexShipPolicy() {\r\n\t\t        document.getElementById(\"exShipPolicyPopup\").style.display = \"inline\";\r\n\t\t    };\r\n\t\t    function hideexShipPolicy() {\r\n\t\t        document.getElementById(\"exShipPolicyPopup\").style.display = \"none\";\r\n\t\t    }\r\n\t\t</script>\r\n\t\t<div class=\"exShipPolicy\">\r\n\t\t<span onclick=\"showexShipPolicy()\" style=\"cursor:pointer;color:blue;text-decoration:underline;\">Expedited Shipping Policy</span>\r\n\t\t    <div id=\"exShipPolicyPopup\" onclick=\"hideexShipPolicy()\"><div id=\"hideexShipPolicyPopup\">X</div>\r\n\t\t        <b>Expedited orders placed by 3pm central time will be processed the same day.  Shipments are only delivered Monday thru Friday except Holidays.  For example if you order an item with Next Day shipping on Friday 3pm it will be delivered on Monday by 8pm.</b>\r\n\t\t    </div>\r\n\t\t</div>\r\n\t{% endif %}\r\n    <div class=\"mz-formstep-body col-xs-12 no-pad\">\r\n        {% if model.requiresFulfillmentInfo %}\r\n            {% if model.availableShippingMethods.length %}\r\n                {% comment %} Show ground rate first {% endcomment %}\r\n                {% for method in model.availableShippingMethods %}\r\n                    {% if method.shippingMethodName == \"Ground Shipping\" %}\r\n                        <input type=\"radio\" id=\"shippingMethod{{method.shippingMethodCode}}\" name=\"shippingMethod\" class=\"styled\"\r\n                                value=\"{{ method.shippingMethodCode }}\" data-mz-value=\"shippingMethodCode\" data-mz-shipping-method\r\n                                {% if model.shippingMethodCode == method.shippingMethodCode %} checked=\"checked\" {% endif %}>\r\n                        <label for=\"shippingMethod{{method.shippingMethodCode}}\" class=\"shipping-method-select-radio col-xs-12\">\r\n                            {{ method.shippingMethodName }} {{ method.price|currency }}\r\n                        </label>\r\n                    {% endif %}\r\n                {% endfor %}\r\n\r\n                {% comment %} Show everything but ground and freight {% endcomment %}\r\n                {% for method in model.availableShippingMethods %}\r\n                    {% if method.shippingMethodName != \"Ground Shipping\" and method.shippingMethodName != \"Freight Rate\" %}\r\n                        <input type=\"radio\" id=\"shippingMethod{{method.shippingMethodCode}}\" name=\"shippingMethod\" class=\"styled\"\r\n                                value=\"{{ method.shippingMethodCode }}\" data-mz-value=\"shippingMethodCode\" data-mz-shipping-method\r\n                                {% if model.shippingMethodCode == method.shippingMethodCode %} checked=\"checked\" {% endif %}>\r\n                        <label for=\"shippingMethod{{method.shippingMethodCode}}\" class=\"shipping-method-select-radio col-xs-12\">\r\n                            {{ method.shippingMethodName }} {{ method.price|currency }}\r\n                        </label>\r\n                    {% endif %}\r\n                {% endfor %}\r\n\r\n\r\n                {% comment %} Show ground rate first {% endcomment %}\r\n                {% for method in model.availableShippingMethods %}\r\n                    {% if method.shippingMethodName == \"Freight Rate\" %}\r\n                        <input type=\"radio\" id=\"shippingMethod{{method.shippingMethodCode}}\" name=\"shippingMethod\" class=\"styled\"\r\n                                value=\"{{ method.shippingMethodCode }}\" data-mz-value=\"shippingMethodCode\" data-mz-shipping-method\r\n                                {% if model.shippingMethodCode == method.shippingMethodCode %} checked=\"checked\" {% endif %}>\r\n                        <label for=\"shippingMethod{{method.shippingMethodCode}}\" class=\"shipping-method-select-radio col-xs-12\">\r\n                            {{ method.shippingMethodName }} {{ method.price|currency }}\r\n                        </label>\r\n                    {% endif %}\r\n                {% endfor %}\r\n                <span class=\"mz-validationmessage col-xs-12 no-pad\" data-mz-validationmessage-for=\"shippingMethodCode\"></span>\r\n            {% else %}\r\n                <p class=\"col-xs-12 no-pad\">{{ labels.noShippingMethods }}</p>\r\n            {% endif %}\r\n        {% else %}\r\n            {{ labels.noFulfillmentInfoRequired }}\r\n        {% endif %}\r\n        <div class=\"mz-formstep-next col-xs-12 no-pad\" style=\"display:none;\">\r\n            <button type=\"button\" class=\"mz-button color5\" data-mz-action=\"next\">{{ labels.next }}</button>\r\n        </div>\r\n    </div>\r\n{% endif %}\r\n","modules/common/credit-card-form":"{% block credit-card-form %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-type-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-type\">{{ labels.cardType }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n     <select id=\"mz-payment-credit-card-type\" data-mz-value=\"{{ cardcontext }}paymentOrCardType\">\r\n        <option></option>\r\n        {% if siteContext.checkoutSettings.supportedCards.visa %}\r\n        <option value=\"VISA\" {% if model.paymentOrCardType == \"VISA\" %}selected=\"selected\"{% endif %}>{{ labels.ccVisa }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.mc %}\r\n        <option value=\"MC\" {% if model.paymentOrCardType == \"MC\" %}selected=\"selected\"{% endif %}>{{ labels.ccMastercard }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.amex %}\r\n        <option value=\"AMEX\" {% if model.paymentOrCardType == \"AMEX\" %}selected=\"selected\"{% endif %}>{{ labels.ccAmericanExpress }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.discover %}\r\n        <option value=\"DISCOVER\" {% if model.paymentOrCardType == \"DISCOVER\" %}selected=\"selected\"{% endif %}>{{ labels.ccDiscover }}</option>\r\n        {% endif %}\r\n\t\t{% if siteContext.checkoutSettings.supportedCards.jcb %}\r\n        <option value=\"JCB\" {% if model.paymentOrCardType == \"JCB\" %}selected=\"selected\"{% endif %}>{{ labels.ccJcb }}</option>\r\n        {% endif %}\r\n    </select>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}paymentOrCardType\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-number-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-number\">{{ labels.cardNumber }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"credit-card-number\" id=\"mz-payment-credit-card-number\" data-mz-value=\"{{ cardcontext }}cardNumberPartOrMask\" value=\"{{ model.cardNumberPartOrMask }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}cardNumberPartOrMask\"></span>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-expiration-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-expiration-month\">{{ labels.expires }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <select class=\"mz-l-formfieldgroup-halfsize mz-payment-expiration-month\" id=\"mz-payment-expiration-month\" name=\"expiration-month\" data-mz-value=\"{{ cardcontext }}expireMonth\" placeholder>\r\n                <option value=\"\" disabled {% if not model.expireMonth %}selected{% endif %}>{{ labels.creditCardMonth}}</option>\r\n                <option {% if model.expireMonth == \"01\" %}selected=\"selected\"{% endif %} value=\"01\">01 - {{ labels.january }}</option>\r\n                <option {% if model.expireMonth == \"02\" %}selected=\"selected\"{% endif %} value=\"02\">02 - {{ labels.february }}</option>\r\n                <option {% if model.expireMonth == \"03\" %}selected=\"selected\"{% endif %} value=\"03\">03 - {{ labels.march }}</option>\r\n                <option {% if model.expireMonth == \"04\" %}selected=\"selected\"{% endif %} value=\"04\">04 - {{ labels.april }}</option>\r\n                <option {% if model.expireMonth == \"05\" %}selected=\"selected\"{% endif %} value=\"05\">05 - {{ labels.may }}</option>\r\n                <option {% if model.expireMonth == \"06\" %}selected=\"selected\"{% endif %} value=\"06\">06 - {{ labels.june }}</option>\r\n                <option {% if model.expireMonth == \"07\" %}selected=\"selected\"{% endif %} value=\"07\">07 - {{ labels.july }}</option>\r\n                <option {% if model.expireMonth == \"08\" %}selected=\"selected\"{% endif %} value=\"08\">08 - {{ labels.august }}</option>\r\n                <option {% if model.expireMonth == \"09\" %}selected=\"selected\"{% endif %} value=\"09\">09 - {{ labels.september }}</option>\r\n                <option {% if model.expireMonth == \"10\" %}selected=\"selected\"{% endif %} value=\"10\">10 - {{ labels.october }}</option>\r\n                <option {% if model.expireMonth == \"11\" %}selected=\"selected\"{% endif %} value=\"11\">11 - {{ labels.november }}</option>\r\n                <option {% if model.expireMonth == \"12\" %}selected=\"selected\"{% endif %} value=\"12\">12 - {{ labels.december }}</option>\r\n            </select>\r\n            <select class=\"mz-l-formfieldgroup-halfsize mz-payment-expiration-year\" name=\"mz-payment-expiration-year\" data-mz-value=\"{{ cardcontext }}expireYear\">\r\n                <option></option>\r\n              \t<option {% if model.expireYear == \"2019\" %}selected=\"selected\"{% endif %} value=\"2019\">2019</option>\r\n              \t<option {% if model.expireYear == \"2020\" %}selected=\"selected\"{% endif %} value=\"2020\">2020</option>\r\n              \t<option {% if model.expireYear == \"2021\" %}selected=\"selected\"{% endif %} value=\"2021\">2021</option>\r\n              \t<option {% if model.expireYear == \"2022\" %}selected=\"selected\"{% endif %} value=\"2022\">2022</option>\r\n              \t<option {% if model.expireYear == \"2023\" %}selected=\"selected\"{% endif %} value=\"2023\">2023</option>\r\n              \t<option {% if model.expireYear == \"2024\" %}selected=\"selected\"{% endif %} value=\"2024\">2024</option>\r\n              \t<option {% if model.expireYear == \"2025\" %}selected=\"selected\"{% endif %} value=\"2025\">2025</option>\r\n              \t<option {% if model.expireYear == \"2026\" %}selected=\"selected\"{% endif %} value=\"2026\">2026</option>\r\n              \t<option {% if model.expireYear == \"2027\" %}selected=\"selected\"{% endif %} value=\"2027\">2027</option>\r\n              \t<option {% if model.expireYear == \"2028\" %}selected=\"selected\"{% endif %} value=\"2028\">2028</option>\r\n              \t<option {% if model.expireYear == \"2029\" %}selected=\"selected\"{% endif %} value=\"2029\">2029</option>\r\n              \t<option {% if model.expireYear == \"2030\" %}selected=\"selected\"{% endif %} value=\"2030\">2030</option>\r\n              \t<option {% if model.expireYear == \"2031\" %}selected=\"selected\"{% endif %} value=\"2031\">2031</option>\r\n              \t<option {% if model.expireYear == \"2032\" %}selected=\"selected\"{% endif %} value=\"2032\">2032</option>\r\n              \t<option {% if model.expireYear == \"2033\" %}selected=\"selected\"{% endif %} value=\"2033\">2033</option>\r\n              \t<option {% if model.expireYear == \"2034\" %}selected=\"selected\"{% endif %} value=\"2034\">2034</option>\r\n              \t<option {% if model.expireYear == \"2035\" %}selected=\"selected\"{% endif %} value=\"2035\">2035</option>\r\n              \t<option {% if model.expireYear == \"2036\" %}selected=\"selected\"{% endif %} value=\"2036\">2036</option>\r\n              \t<option {% if model.expireYear == \"2037\" %}selected=\"selected\"{% endif %} value=\"2037\">2037</option>\r\n              \t<option {% if model.expireYear == \"2038\" %}selected=\"selected\"{% endif %} value=\"2038\">2038</option>\r\n              \t<option {% if model.expireYear == \"2039\" %}selected=\"selected\"{% endif %} value=\"2039\">2039</option>\r\n              \t<option {% if model.expireYear == \"2040\" %}selected=\"selected\"{% endif %} value=\"2040\">2040</option>\r\n            </select>\r\n        </div>\r\n        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireMonth\"></span>\r\n        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireYear\"></span>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-name-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-name\">{{ labels.nameOnCard }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"credit-card-name\" id=\"mz-payment-credit-card-name\" data-mz-value=\"{{ cardcontext }}nameOnCard\" value=\"{{ model.nameOnCard }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}nameOnCard\"></span>\r\n        </div>\r\n    </div>\r\n{% endblock credit-card-form %}\r\n","modules/common/contact-selector":"<div class=\"mz-contactselector\">\r\n{% block contact-selector %}\r\n  <select id=\"mz--contactselector-savedcontact\" class=\"mz-contactselector\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" >\r\n    <option value=\"\">{{labels.selectSavedAddress}}</option>\r\n    {% for contact in model.contacts %}\r\n      <option value=\"{{ contact.id }}\"  {% if model.id == contact.id %} selected {% endif %}> {% include \"modules/common/address-list\" with model=contact %}</option>\r\n    {% endfor %}\r\n  </select>\r\n  {% if model.id != \"new\" %}\r\n    <div class=\"add-contact col-xs-12 no-pad\">\r\n      <a href=\"javascript:;\" data-mz-action=\"beginAddContact\">\r\n        {{labels.addAddress}}\r\n      </a>\r\n    </div>\r\n  {% endif %}\r\n  {% if model.id == \"new\" %}\r\n    <div class=\"mz-contactselector-contact mz-contactselector-new mz-checkoutform-shipping\">\r\n      <span class=\"mz-contactselector-summarywrapper\">\r\n        {% block enter-new-form %}\r\n          {% include \"modules/common/address-form\" with model=editingContact countries=pageContext.shippingCountries states=pageContext.shippingStates %}\r\n        {% endblock enter-new-form %}\r\n      </span>\r\n    </div>\r\n  {% endif %}\r\n{% endblock contact-selector %}\r\n  \r\n</div>\r\n","modules/common/contact-selector-radio":"<div class=\"mz-contactselector mz-contactselector-radio {% block module-classes %}{% endblock module-classes %}\">\r\n    {% block contact-selector %}\r\n    {% for contact in model.contacts %}\r\n    <label class=\"mz-contactselector-contact\">\r\n        <span class=\"mz-contactselector-inputwrapper\">\r\n            <input type=\"radio\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"{{ contact.id }}\"\r\n              {% if model.contactId == \"new\" %}\r\n                {% with contact.types|findwhere(\"name\", \"Billing\") as billing  %}\r\n                  {% if billing.isPrimary %}\r\n                    checked=\"checked\"\r\n                  {% endif %}\r\n                {% endwith %}\r\n              {% else %}\r\n                {% if model.contactId == contact.id %}\r\n                  checked=\"checked\"\r\n                {% endif %}\r\n              {% endif %}\r\n            >\r\n\r\n        </span>\r\n        <span class=\"mz-contactselector-summarywrapper\">\r\n            <div class=\"mz-addresssummary\">\r\n                {% include \"modules/common/address-summary\" with model=contact %}\r\n            </div>\r\n        </span>\r\n    </label>\r\n  {% endfor %}\r\n  {% if model.contactId == \"new\" %}\r\n    {% if pageContext.pageType != \"my_account\" %}\r\n    <div class=\"mz-contactselector-contact mz-contactselector-new\">\r\n          <span class=\"mz-contactselector-inputwrapper\" style=\"display:none;\">\r\n              <input type=\"radio\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"new\" data-mz-enternewcontact checked=\"checked\">\r\n          </span>\r\n          <span class=\"mz-contactselector-summarywrapper\">\r\n              {% block enter-new-form %}\r\n                  {% include \"modules/common/address-form\" with model=editingContact %}\r\n              {% endblock enter-new-form %}\r\n          </span>\r\n      </div>\r\n    {% endif %}\r\n  {% else %}\r\n    <label class=\"mz-contactselector-contact mz-contactselector-new\">\r\n        <span class=\"mz-contactselector-inputwrapper\">\r\n            <input type=\"radio\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"new\" data-mz-enternewcontact>\r\n        </span>\r\n        <span class=\"mz-contactselector-summarywrapper\">\r\n            <div class=\"mz-addresssummary\">\r\n                <span>{{ labels.enterNewAddress }}</span>\r\n            </div>\r\n        </span>\r\n    </label>\r\n  {% endif %}\r\n    {% endblock contact-selector %}\r\n</div>\r\n\r\n{% if model.contactId == \"new\" and pageContext.pageType == \"my_account\"%}\r\n    </div>\r\n  </div>\r\n  <div class=\"row\">\r\n    <div class=\"col-sm-12\">\r\n      <div class=\"mz-contactselector-contact mz-contactselector-new\">\r\n            <span class=\"mz-contactselector-inputwrapper\" style=\"display:none;\">\r\n                <input type=\"radio\" data-mz-value=\"{{ contactcontext }}contactId\" name=\"contactId\" value=\"new\" data-mz-enternewcontact checked=\"checked\">\r\n            </span>\r\n            <span class=\"mz-contactselector-summarywrapper\">\r\n                {% block enter-new-form %}\r\n                    {% include \"modules/my-account/paymentmethods-address-form\" with addresscontext=\"editingContact.\" model=editingContact %}\r\n                {% endblock enter-new-form %}\r\n            </span>\r\n        </div>\r\n  {% endif %}","modules/common/address-list":"{{ model.firstName }} {{ model.lastNameOrSurname }}, \r\n{{ model.address.address1 }}, \r\n{% if model.address.address2 %}{{ model.address.address2 }}, {% endif %}\r\n{% if model.address.address3 %}{{ model.address.address3 }}, {% endif %}\r\n{{ model.address.cityOrTown }}, {{ model.address.stateOrProvince }} {{ model.address.postalOrZipCode }}","modules/common/coupon-code-field":"        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"coupon-code\">{{ labels.couponCode }}: </label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" id=\"coupon-code\" name=\"coupon-code\" value=\"{{ model.couponCode }}\" data-mz-value=\"couponCode\">\r\n            <button type=\"button\" id=\"cart-coupon-code\" class=\"mz-button dark-gray\" data-mz-action=\"addCoupon\" {% if not model.couponCode %} disabled=\"disabled\" {% endif %}>{{ labels.apply }}</button>\r\n        </div>\r\n        {% if model.tentativeCoupon %}\r\n        <div>\r\n            <span>{{labels.couponDisclaimer|string_format(model.tentativeCoupon)|safe}}</span>\r\n        </div>\r\n        {% endif %}","modules/common/email-address-summary":"    {{ model.firstName }} {{ model.lastNameOrSurname }}<br />\r\n    {{ model.address.address1 }}<br />\r\n    {% if model.address.address2 %}\r\n        {{ model.address.address2 }}<br />\r\n    {% endif %}\r\n    {% if model.address.address3 %}\r\n        {{ model.address.address3 }}<br />\r\n    {% endif %}\r\n    {{ model.address.cityOrTown }}, {{ model.address.stateOrProvince }} {{ model.address.postalOrZipCode }}<br />\r\n    {{ model.address.countryCode }}<br />\r\n    {% if model.phoneNumbers.home %}\r\n        {{ model.phoneNumbers.home }}<br />\r\n    {% endif %}","modules/common/credit-card-form-blocked":"\r\n    {% block credit-card-type-row %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-type-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-type\">{{ labels.cardType }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n     <select id=\"mz-payment-credit-card-type\" data-mz-value=\"{{ cardcontext }}paymentOrCardType\">\r\n        <option></option>\r\n        {% if siteContext.checkoutSettings.supportedCards.visa %}\r\n        <option value=\"VISA\" {% if model.paymentOrCardType == \"VISA\" %}selected=\"selected\"{% endif %}>{{ labels.ccVisa }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.mc %}\r\n        <option value=\"MC\" {% if model.paymentOrCardType == \"MC\" %}selected=\"selected\"{% endif %}>{{ labels.ccMastercard }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.amex %}\r\n        <option value=\"AMEX\" {% if model.paymentOrCardType == \"AMEX\" %}selected=\"selected\"{% endif %}>{{ labels.ccAmericanExpress }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.discover %}\r\n        <option value=\"DISCOVER\" {% if model.paymentOrCardType == \"DISCOVER\" %}selected=\"selected\"{% endif %}>{{ labels.ccDiscover }}</option>\r\n        {% endif %}\r\n        {% if siteContext.checkoutSettings.supportedCards.jcb %}\r\n        <option value=\"JCB\" {% if model.paymentOrCardType == \"JCB\" %}selected=\"selected\"{% endif %}>{{ labels.ccJcb }}</option>\r\n        {% endif %}\r\n    </select>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}paymentOrCardType\"></span>\r\n        </div>\r\n    </div>\r\n    {% endblock credit-card-type %}\r\n\r\n    {% block credit-card-number-row %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-number-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-number\">{{ labels.cardNumber }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"credit-card-number\" id=\"mz-payment-credit-card-number\" data-mz-value=\"{{ cardcontext }}cardNumberPartOrMask\" value=\"{{ model.cardNumberPartOrMask }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}cardNumberPartOrMask\"></span>\r\n        </div>\r\n    </div>\r\n    {% endblock credit-card-number-row %}\r\n    {% block credit-card-expiration-row %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-expiration-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-expiration-month\">{{ labels.expires }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <select class=\"mz-l-formfieldgroup-halfsize mz-payment-expiration-month\" id=\"mz-payment-expiration-month\" name=\"expiration-month\" data-mz-value=\"{{ cardcontext }}expireMonth\" placeholder>\r\n                <option value=\"\" disabled {% if not model.expireMonth %}selected{% endif %}>{{ labels.creditCardMonth}}</option>\r\n                <option {% if model.expireMonth == \"01\" %}selected=\"selected\"{% endif %} value=\"01\">01 - {{ labels.january }}</option>\r\n                <option {% if model.expireMonth == \"02\" %}selected=\"selected\"{% endif %} value=\"02\">02 - {{ labels.february }}</option>\r\n                <option {% if model.expireMonth == \"03\" %}selected=\"selected\"{% endif %} value=\"03\">03 - {{ labels.march }}</option>\r\n                <option {% if model.expireMonth == \"04\" %}selected=\"selected\"{% endif %} value=\"04\">04 - {{ labels.april }}</option>\r\n                <option {% if model.expireMonth == \"05\" %}selected=\"selected\"{% endif %} value=\"05\">05 - {{ labels.may }}</option>\r\n                <option {% if model.expireMonth == \"06\" %}selected=\"selected\"{% endif %} value=\"06\">06 - {{ labels.june }}</option>\r\n                <option {% if model.expireMonth == \"07\" %}selected=\"selected\"{% endif %} value=\"07\">07 - {{ labels.july }}</option>\r\n                <option {% if model.expireMonth == \"08\" %}selected=\"selected\"{% endif %} value=\"08\">08 - {{ labels.august }}</option>\r\n                <option {% if model.expireMonth == \"09\" %}selected=\"selected\"{% endif %} value=\"09\">09 - {{ labels.september }}</option>\r\n                <option {% if model.expireMonth == \"10\" %}selected=\"selected\"{% endif %} value=\"10\">10 - {{ labels.october }}</option>\r\n                <option {% if model.expireMonth == \"11\" %}selected=\"selected\"{% endif %} value=\"11\">11 - {{ labels.november }}</option>\r\n                <option {% if model.expireMonth == \"12\" %}selected=\"selected\"{% endif %} value=\"12\">12 - {{ labels.december }}</option>\r\n            </select>\r\n            <select class=\"mz-l-formfieldgroup-halfsize mz-payment-expiration-year\" name=\"mz-payment-expiration-year\" data-mz-value=\"{{ cardcontext }}expireYear\">\r\n                <option></option>\r\n              \t<option {% if model.expireYear == \"2019\" %}selected=\"selected\"{% endif %} value=\"2019\">2019</option>\r\n              \t<option {% if model.expireYear == \"2020\" %}selected=\"selected\"{% endif %} value=\"2020\">2020</option>\r\n              \t<option {% if model.expireYear == \"2021\" %}selected=\"selected\"{% endif %} value=\"2021\">2021</option>\r\n              \t<option {% if model.expireYear == \"2022\" %}selected=\"selected\"{% endif %} value=\"2022\">2022</option>\r\n              \t<option {% if model.expireYear == \"2023\" %}selected=\"selected\"{% endif %} value=\"2023\">2023</option>\r\n              \t<option {% if model.expireYear == \"2024\" %}selected=\"selected\"{% endif %} value=\"2024\">2024</option>\r\n              \t<option {% if model.expireYear == \"2025\" %}selected=\"selected\"{% endif %} value=\"2025\">2025</option>\r\n              \t<option {% if model.expireYear == \"2026\" %}selected=\"selected\"{% endif %} value=\"2026\">2026</option>\r\n              \t<option {% if model.expireYear == \"2027\" %}selected=\"selected\"{% endif %} value=\"2027\">2027</option>\r\n              \t<option {% if model.expireYear == \"2028\" %}selected=\"selected\"{% endif %} value=\"2028\">2028</option>\r\n              \t<option {% if model.expireYear == \"2029\" %}selected=\"selected\"{% endif %} value=\"2029\">2029</option>\r\n              \t<option {% if model.expireYear == \"2030\" %}selected=\"selected\"{% endif %} value=\"2030\">2030</option>\r\n              \t<option {% if model.expireYear == \"2031\" %}selected=\"selected\"{% endif %} value=\"2031\">2031</option>\r\n              \t<option {% if model.expireYear == \"2032\" %}selected=\"selected\"{% endif %} value=\"2032\">2032</option>\r\n              \t<option {% if model.expireYear == \"2033\" %}selected=\"selected\"{% endif %} value=\"2033\">2033</option>\r\n              \t<option {% if model.expireYear == \"2034\" %}selected=\"selected\"{% endif %} value=\"2034\">2034</option>\r\n              \t<option {% if model.expireYear == \"2035\" %}selected=\"selected\"{% endif %} value=\"2035\">2035</option>\r\n              \t<option {% if model.expireYear == \"2036\" %}selected=\"selected\"{% endif %} value=\"2036\">2036</option>\r\n              \t<option {% if model.expireYear == \"2037\" %}selected=\"selected\"{% endif %} value=\"2037\">2037</option>\r\n              \t<option {% if model.expireYear == \"2038\" %}selected=\"selected\"{% endif %} value=\"2038\">2038</option>\r\n              \t<option {% if model.expireYear == \"2039\" %}selected=\"selected\"{% endif %} value=\"2039\">2039</option>\r\n              \t<option {% if model.expireYear == \"2040\" %}selected=\"selected\"{% endif %} value=\"2040\">2040</option>\r\n            </select>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireMonth\"></span>\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireYear\"></span>\r\n        </div>\r\n    </div>\r\n    {% endblock credit-card-expiration-row %}\r\n\r\n    {% block credit-card-cvv-row %}\r\n\r\n    {% endblock credit-card-cvv-row %}\r\n\r\n    {% block credit-card-name-row %}\r\n    <div class=\"mz-l-formfieldgroup-row mz-payment-credit-card-name-row\">\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <label for=\"mz-payment-credit-card-name\">{{ labels.nameOnCard }}<span class=\"is-required\"> *</span>:</label>\r\n        </div>\r\n        <div class=\"mz-l-formfieldgroup-cell\">\r\n            <input type=\"text\" name=\"credit-card-name\" id=\"mz-payment-credit-card-name\" data-mz-value=\"{{ cardcontext }}nameOnCard\" value=\"{{ model.nameOnCard }}\">\r\n            <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}nameOnCard\"></span>\r\n        </div>\r\n    </div>\r\n    {% endblock credit-card-name-row %}\r\n\r\n    {% block credit-card-save-row %}\r\n\r\n    {% endblock credit-card-save-row %}\r\n\r\n\r\n","modules/common/email-item-price":"{% extends \"modules/common/item-price\" %}\r\n\r\n{% block crossedout-inline-style %}style=\"text-decoration: line-through;\"{% endblock crossedout-inline-style %}","modules/common/email-item-total":"{% extends \"modules/common/item-total\" %}\r\n\r\n{% block crossedout-inline-style %}style=\"text-decoration: line-through;\"{% endblock crossedout-inline-style %}","modules/common/email-order-summary":"    <table class=\"mz-ordersummary mz-email-ordersummary\" cellpadding=\"1\" width=\"100%\">\r\n        <thead>\r\n            <tr>\r\n                <td bgcolor=\"#021b9b\" class=\"mz-ordersummary-header-product mz-email-ordersummary\"><font color=\"#ffffff\">{{ labels.product }}</font></td>\r\n                <td bgcolor=\"#021b9b\" class=\"mz-ordersummary-header-qty mz-email-ordersummary\"><font color=\"#ffffff\">{{ labels.qty }}</font></td>\r\n                <td bgcolor=\"#021b9b\" class=\"mz-ordersummary-header-each mz-email-ordersummary\"><font color=\"#ffffff\">{{ labels.each }}</font></td>\r\n                <td bgcolor=\"#021b9b\" class=\"mz-ordersummary-header-total mz-email-ordersummary\"><font color=\"#ffffff\">{{ labels.total }}</font></td>\r\n            </tr>\r\n        </thead>\r\n        {% for item in model.items %}\r\n            <tbody class=\"mz-ordersummary-lineitems mz-email-ordersummary\">\r\n              <tr class=\"mz-ordersummary-line mz-ordersummary-line-item mz-email-ordersummary {% if item.discountTotal > 0 %}is-discounted{% endif %}\">\r\n                    <td class=\"mz-ordersummary-item-product mz-email-ordersummary\">\r\n                      {{ item.product.name }}\r\n                      {% if item.product.productUsage == 'Bundle' %}\r\n                      <dl class=\"mz-propertylist\">\r\n                        {% for bundledProduct in item.product.bundledProducts %}\r\n                        <dt>{{ bundledProduct.productCode }}</dt>&nbsp;\r\n                        <dd>{{ bundledProduct.name }} ({{ bundledProduct.quantity }})</dd>\r\n                        {% endfor %}\r\n                      </dl>\r\n                      {% endif %}\r\n                    </td>\r\n                    <td>{{ item.quantity }}</td>\r\n                    <td align=\"right\" class=\"mz-email-ordersummary\"> {% include \"modules/common/email-item-price\" %}</td>\r\n                    <td align=\"right\" class=\"mz-email-ordersummary\"> {% include \"modules/common/email-item-total\" %}</td>\r\n                </tr>\r\n            </tbody>\r\n        {% endfor %}\r\n      \r\n        <tbody class=\"mz-email-ordersummary\">\r\n            {% for discount in model.orderDiscounts %}\r\n            {% if not discount.excluded %}\r\n            <tr class=\"mz-ordersummary-discount mz-email-ordersummary\">\r\n              <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                <span class=\"mz-ordersummary-discountname\">{{ discount.discount.name }}:</span>\r\n                <span class=\"mz-ordersummary-discountamt\">-{{ discount.impact|currency }}</span>\r\n              </td>\r\n            </tr>\r\n            {% endif %}\r\n            {% endfor %}\r\n            <tr class=\"mz-ordersummary-subtotal mz-email-ordersummary\">\r\n              <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.subtotal }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.discountedSubTotal|currency }}</span>\r\n              </td>\r\n            </tr>\r\n\r\n            {% if model.dutyTotal > 0 %}\r\n            <tr class=\"mz-ordersummary-tax mz-email-ordersummary\">\r\n                <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.taxDuty }}:</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{% filter currency %} {{ model.dutyTotal|add:model.taxTotal}} {% endfilter %}</span>\r\n                </td>\r\n            </tr>\r\n            {% else %}\r\n            {% if model.taxTotal %}\r\n            <tr class=\"mz-ordersummary-tax mz-email-ordersummary\">\r\n                <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.tax }}:</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.taxTotal|currency }}</span>\r\n                </td>\r\n            </tr>\r\n            {% endif %}\r\n            {% endif %}\r\n\r\n            <tr class=\"mz-ordersummary-shippingtotal mz-email-ordersummary\">\r\n              <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.shippingHandling }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.shippingTotal|currency }}</span>\r\n              </td>\r\n            </tr>\r\n            {% for shippingDiscount in model.shippingDiscounts %}\r\n            <tr class=\"mz-ordersummary-shippingdiscount mz-email-ordersummary\">\r\n              <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ shippingDiscount.discount.discount.name }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">-{{ shippingDiscount.discount.impact|currency }}</span>\r\n              </td>\r\n            </tr>\r\n            {% endfor %}\r\n            {% if model.handlingAmount %}\r\n            <tr class=\"mz-ordersummary-additionalhandling mz-email-ordersummary\">\r\n                <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                  <span class=\"mz-ordersummary-totalname\">{{ labels.additionalHandling }}{% if model.handlingAmount > model.handlingTotal  %}<span class=\"is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}> ({{ model.handlingAmount|currency }})</span>{% endif %}</span>\r\n                  <span class=\"mz-ordersummary-totalvalue\">{{ model.handlingTotal|currency }}</span>\r\n                </td>\r\n            </tr>\r\n            {% endif %}\r\n            <tr class=\"mz-ordersummary-grandtotal mz-email-ordersummary\">\r\n                <td class=\"mz-email-ordersummary\" align=\"right\" colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.total }}:</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.total|currency }}</span>\r\n                </td>\r\n            </tr>\r\n        </tbody>\r\n    </table>\r\n","modules/common/item-listing":"<div class=\"mz-itemlisting {% block module-classes %}{% endblock module-classes %} col-xs-12\">\r\n  <div class=\"tracking-number\">\r\n    {% for package in order.packages %}\r\n      {% for item in package.items %}\r\n        {% if item.productCode == model.product.productCode or item.productCode == model.product.variationProductCode %}\r\n          {{labels.trackingNumber}}: {{package.trackingNumber}}\r\n          {% comment %}\r\n          <a class=\"mz-tracking-link\" href=\"https://www.google.com/webhp?hl=en#hl=en&q={{ package.trackingNumber }}\" target=\"_blank\">{{package.trackingNumber}}</a>\r\n          {% endcomment %}\r\n        {% endif %}\r\n      {% endfor %}\r\n    {% endfor %}\r\n  </div>\r\n  {% block item-listing-prefix %}\r\n  {% endblock item-listing-prefix %}\r\n  {% block item-listing-image %}\r\n    {% if model.product.imageUrl %}\r\n      <div class=\"mz-itemlisting-thumb col-xs-12 col-sm-2 no-pad\">\r\n        <img class=\"mz-itemlisting-thumb-img img-responsive\" src=\"{% make_url \"image\" model.product with max=80 as_parameters %}\" {% if model.product.imageAlternateText %}alt=\"{{ model.product.imageAlternateText }}\"{% endif %} />\r\n      </div>\r\n    {% endif %}\r\n  {% endblock item-listing-image %}\r\n  {% block item-listing-details %}\r\n  <div class=\"mz-itemlisting-details col-xs-12 col-sm-10 col-md-6 col-lg-7\">\r\n    {% block item-name %}\r\n    <a class=\"mz-itemlisting-title\" href=\"{{ model.product.url }}\">\r\n      {{ model.product.name }}</a>\r\n    {% endblock item-name %}\r\n    {% block item-details %}\r\n    <div class=\"mz-itemlisting-description\">\r\n      {% for option in model.product.options %}\r\n        <div class=\"mz-itemlisting-option\">{{ option.name }}: {{ option.value }}</div>\r\n      {% endfor %}\r\n      <div class=\"mz-itemlisting-product-code\">{{ model.product.variationProductCode|default(model.product.productCode) }}</div>\r\n      {% if model.product.measurements.packageWeight.value %}\r\n        <div class=\"mz-itemlisting-weight\">{{ model.product.measurements.packageWeight.value }}{{model.measurements.packageWeight.unit }}</div>\r\n      {% endif %}\r\n    </div>\r\n    {% endblock item-details %}\r\n  </div>\r\n  {% endblock item-listing-details %}\r\n  <div class=\"mz-itemlisting-actions col-xs-12 col-md-4 col-lg-3 no-pad\">\r\n  {% block item-listing-actions %}\r\n  {% endblock item-listing-actions %}\r\n  </div>\r\n  {% block item-listing-extras %}\r\n  {% endblock item-listing-extras %}\r\n</div>\r\n","modules/common/item-price":"      {% with item.productDiscounts|first as productDiscount %}\r\n      {% if item.unitPrice.saleAmount %}\r\n        {% if not productDiscount or productDiscount.appliesToSalePrice %} \r\n            <span class=\"mz-item-price is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}>{{ item.unitPrice.listAmount|currency }}<span class=\"mobile-label visible-xs-inline-block\">/{{ labels.eachLc }}</span></span>\r\n            <span class=\"mz-item-price is-saleprice\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label visible-xs-inline-block\">/{{ labels.eachLc }}</span></span>\r\n        {% else %}\r\n            <span class=\"mz-item-price\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label visible-xs-inline-block\">/{{ labels.eachLc }}</span></span>\r\n        {% endif %}\r\n      {% else %}\r\n      <span class=\"mz-item-price\">{{ item.unitPrice.extendedAmount|currency }}<span class=\"mobile-label visible-xs-inline-block\">/{{ labels.eachLc }}</span></span>\r\n      {% endif %}\r\n      {% endwith %}","modules/common/item-return-form":"<div class=\"mz-returnform col-xs-12 no-pad\">\r\n  <div class=\"mz-l-formfieldgroup\">\r\n    <div class=\"mz-l-formfieldgroup-row mz-returnform-returntype\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>{{ labels.returnType }}</label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>\r\n          <input type=\"radio\" name=\"returnType\" value=\"Refund\" data-mz-value=\"rma.returnType\" checked=\"checked\"/> {{ labels.refund }} </label>\r\n        <label>\r\n          <input type=\"radio\" name=\"returnType\" value=\"Replace\" data-mz-value=\"rma.returnType\" /> {{ labels.replace }} </label>\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>{{ labels.reasonForReturn }}<span class=\"is-required\"> *</span>:</label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <select data-mz-value=\"rma.reason\" class=\"mz-returnform-reason\">\r\n          <option value=\"\">{{ labels.pleaseSelect }}</option>\r\n          {% for reason in pageContext.reasonCollection.items %}\r\n          <option value=\"{{reason}}\">{{ labels|prop(reason) }}</option>\r\n          {% endfor %}\r\n        </select>\r\n        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"rma.reason\"></span>\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>{{ labels.quantityToReturn }}<span class=\"is-required\"> *</span>:</label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell mz-returnform-quantity\">\r\n        <input type=\"number\" data-mz-value=\"rma.quantity\" min=\"1\" max=\"{{ model.quantity }}\" class=\"mz-returnform-quantityfield\" />\r\n        <span class=\"mz-returnform-quantitylabel\">{{ labels.of }} {{ model.quantity }}</span>\r\n        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"rma.quantity\"></span>\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-returnform-optionalcomments\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>{{ labels.optionalComments }}</label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <textarea class=\"mz-returnform-optionalcommentsfield\" data-mz-value=\"rma.comments\"></textarea>\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-l-formfieldgroup-row mz-returnform-actions\">\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <label>{{ labels.actions }}</label>\r\n      </div>\r\n      <div class=\"mz-l-formfieldgroup-cell\">\r\n        <button class=\"mz-button\" data-mz-action=\"finishReturnItem\">{{ labels.submit }}</button>\r\n        <button class=\"mz-button gray\" data-mz-action=\"cancelReturnItem\">{{ labels.cancel }}</button>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n","modules/common/item-total":"{% if item.discountedTotal || item.discountedTotal == 0 %}\r\n\t{% if item.discountedTotal < item.subtotal %} \r\n\t\t<span class=\"mz-item-rowtotal is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}>{{ item.subtotal|currency }}</span>\r\n\t\t<span class=\"mz-item-rowtotal {% if item.unitPrice.saleAmount %}is-saleprice{% endif %}\">{{ item.discountedTotal|currency }}</span>\r\n\t{% else %}\r\n\t\t<span class=\"mz-item-rowtotal {% if item.unitPrice.saleAmount %}is-saleprice{% endif %}\">{{ item.subtotal|currency }}</span>\r\n\t{% endif %}\r\n{% else %}\r\n\t<span class=\"mz-item-rowtotal {% if item.unitPrice.saleAmount %}is-saleprice{% endif %}\">{{ item.subtotal|currency }}</span>\r\n{% endif %}","modules/common/my-account-popover":"<div class=\"mz-popover mz-popover-my-account mz-l-slidebox mz-popover-myaccount\">\r\n  <div class=\"mz-l-slidebox-outer\">\r\n    <div class=\"mz-l-slidebox-inner\">\r\n      <h6> <a href=\"/myaccount\">{{labels.myAccount}}</button></a></h6>\r\n      <h6><a href=\"/myaccount?view=orderhistory\">{{labels.orderHistory}}</a></h6>\r\n      <h6> <span data-mz-action=\"logout\">{{ labels.logOut }}</span></h6>\r\n    </div>\r\n  </div>\r\n  <section data-mz-role=\"popover-message\" class=\"mz-popover-message\"></section>\r\n</div>","modules/common/order-list":"  <ul class=\"mz-orderlist\">\r\n    {% for order in model.items %}\r\n    <li>{% include \"modules/common/order-listing\" with model=order %}</li>\r\n    {% endfor %}\r\n  </ul>","modules/common/order-summary":"<table class=\"mz-ordersummary col-xs-12 no-pad\">\r\n    <thead class=\"hidden-xs\">\r\n        <tr>\r\n            <th class=\"mz-ordersummary-header-product\">{{ labels.productName|upper }}</th>\r\n            <th class=\"mz-ordersummary-header-qty\">{{ labels.quantity|upper }}</th>\r\n            <th class=\"mz-ordersummary-header-total\">{{ labels.total|upper }}</th>\r\n        </tr>\r\n    </thead>\r\n    <tbody class=\"mz-ordersummary-lineitems\">\r\n        {% for item in model.items %}\r\n          <tr class=\"mz-ordersummary-line mz-ordersummary-line-item {% if item.discountTotal > 0 %}is-discounted{% endif %}\">\r\n                <td class=\"mz-ordersummary-item-product\">\r\n                  {% if item.product.imageUrl %}\r\n                    <a class=\"header\" href=\"/{{ item.product.name|slugify }}{% make_url 'product' item.product.productCode %}\">\r\n                        <img class=\"mz-itemlisting-thumb-img\" src=\"{{ item.product.imageUrl }}?max=120\" alt=\"{% if item.product.imageAlternateText %}{{ item.product.imageAlternateText }}{% else %}{{ item.product.name }}{% endif %}\"/>\r\n                    </a>\r\n                  {% endif %}\r\n                  <span class=\"mz-ordersummary-item-name\">{{ item.product.name }}</span>\r\n                  {% if item.product.options.length %}\r\n                      <dl class=\"mz-propertylist mz-product-options\">\r\n                        {% for option in item.product.options %}\r\n                            <dt>{{ option.name }}</dt>&nbsp;\r\n                            <dd>{{ option.value }}</dd>\r\n                        {% endfor %}\r\n                      </dl>\r\n                  {% endif %}\r\n                  {% if item.product.bundledProducts.length %}\r\n                      <dl class=\"mz-propertylist mz-bundled-products\">\r\n                        {% for bundledProduct in item.product.bundledProducts %}\r\n                            <dt>{{ bundledProduct.productCode }}</dt>&nbsp;\r\n                            <dd>{{ bundledProduct.name }} ({{ bundledProduct.quantity }})</dd>\r\n                        {% endfor %}\r\n                      </dl>\r\n                  {% endif %}\r\n                </td>\r\n                <td><span class=\"visible-xs-inline-block\">Qty: </span>{{ item.quantity }}</td>\r\n                <td>{% include \"modules/common/item-total\" %}\r\n                </td>\r\n            </tr>\r\n        {% endfor %}\r\n    </tbody>\r\n  \r\n    <tfoot>\r\n        <tr class=\"mz-ordersummary-subtotal\">\r\n          <td colspan=\"2\">\r\n            <span class=\"mz-ordersummary-totalname\">{{ labels.subtotal }}:</span>\r\n          </td>\r\n          <td colspan=\"1\">\r\n            <span class=\"mz-ordersummary-totalvalue\">{{ model.discountedSubtotal|currency }}</span>\r\n          </td>\r\n        </tr>\r\n      {% for discount in model.orderDiscounts %}\r\n          {% if not discount.excluded %}\r\n              <tr class=\"mz-ordersummary-discount\">\r\n                <td colspan=\"2\">\r\n                    <span class=\"mz-ordersummary-discountname\">{{ discount.discount.name }}:</span>\r\n                </td>\r\n                <td colspan=\"1\">\r\n                    <span class=\"mz-ordersummary-discountamt discount-value\">-{{ discount.impact|currency }}</span>\r\n                </td>\r\n              </tr>\r\n          {% endif %}\r\n      {% endfor %}\r\n      \r\n\r\n\r\n        <tr class=\"mz-ordersummary-shippingtotal\">\r\n            <td colspan=\"2\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.shippingHandling }}:</span>\r\n            </td>\r\n            <td colspan=\"1\">\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.shippingSubTotal|currency }}</span>\r\n            </td>\r\n        </tr>\r\n        {% for shippingDiscount in model.shippingDiscounts %}\r\n            <tr class=\"mz-ordersummary-shippingdiscount\">\r\n              <td colspan=\"2\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ shippingDiscount.discount.discount.name }}:</span>\r\n              </td>\r\n              <td colspan=\"1\">\r\n                <span class=\"mz-ordersummary-totalvalue discount-value\">-{{ shippingDiscount.discount.impact|currency }}</span>                \r\n              </td>\r\n            </tr>\r\n        {% endfor %}\r\n        {% if model.handlingTotal %}\r\n            <tr class=\"mz-ordersummary-additionalhandling\">\r\n                <td colspan=\"2\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.additionalHandling }}{% if model.handlingAmount > model.handlingTotal  %}<span class=\"is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}> ( {{ model.handlingAmount|currency }} )</span>{% endif %}</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.handlingTotal|currency }}</span>\r\n                </td>\r\n                <td colspan=\"1\">\r\n                  \r\n                </td>                \r\n            </tr>\r\n        {% endif %}\r\n\r\n        {% if model.dutyTotal > 0 %}\r\n        <tr class=\"mz-ordersummary-tax\">\r\n          <td colspan=\"2\">\r\n              <span class=\"mz-ordersummary-totalname\">{{ labels.taxDuty }}:</span>\r\n          </td>\r\n          <td colspan=\"1\">\r\n              <span class=\"mz-ordersummary-totalvalue\">{% filter currency %} {{ model.dutyTotal|add(model.taxTotal)}} {% endfilter %}</span>\r\n          </td>\r\n        </tr>\r\n        {% else %}\r\n          {% if model.taxTotal %}\r\n          <tr class=\"mz-ordersummary-tax\">\r\n                <td colspan=\"2\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.tax }}:</span>\r\n                </td>\r\n                <td colspan=\"1\">\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.taxTotal|currency }}</span>              \r\n                </td>\r\n          </tr>\r\n          {% endif %}\r\n        {% endif %}\r\n        \r\n        {% if model.billingInfo and model.billingInfo.digitalCreditPaymentTotal %}\r\n          <tr class=\"mz-ordersummary-grandtotal-before-credits\">\r\n        {% else %}\r\n          <tr class=\"mz-ordersummary-grandtotal\">\r\n        {% endif %}\r\n            <td colspan=\"2\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.total }}:</span>\r\n            </td>\r\n            <td colspan=\"1\">\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.total|currency }}</span>\r\n            </td>            \r\n        </tr>\r\n        {% if model.billingInfo and model.billingInfo.digitalCreditPaymentTotal %}\r\n          <tr class=\"mz-ordersummary-digitalcreditpayment\">\r\n            <td colspan=\"2\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.digitalCreditTotal }}</span>\r\n            </td>\r\n            <td colspan=\"1\">\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ labels.digitalCreditSubtractFromOrderPrefix }}{{ model.billingInfo.digitalCreditPaymentTotal|currency }}{{ labels.digitalCreditSubtractFromOrderSuffix }}</span>\r\n            </td>\r\n          </tr>\r\n          <tr class=\"mz-ordersummary-grandtotal\">\r\n                <td colspan=\"2\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.remainingBalance }}:</span>\r\n                </td>\r\n              <td colspan=\"1\">\r\n                  <span class=\"mz-ordersummary-totalvalue\">{{ model.billingInfo.nonStoreCreditTotal|currency }}</span>\r\n              </td>\r\n            </tr>\r\n       {% endif %}\r\n    </tfoot>\r\n</table>","modules/common/location-embed-map":"\r\n<div class=\"rv-map-wrapper\">\r\n\t{% with location|lower as locationLower %}\r\n\t\t<span class=\"loading-spinner white-bg spinner4 primary\"></span>\r\n\t\t<iframe\r\n\t\t{% if locationLower == \"dallas\" or locationLower == \"fort worth\" or locationLower == \"cleburne\" or locationLower == \"dfw\" or locationLower == \"cl\" or locationLower == \"cleburne, tx\" %}\r\n\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.dfwSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\t{% if locationLower == \"houston\" or locationLower == \"hou\" or locationLower == \"houston, tx\" %}\r\n\t\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.houstonSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\t{% if locationLower == \"newbraunfels\" or locationLower == \"new braunfels\" or locationLower == \"nb\" or locationLower == \"new braunfels, tx\" %}\r\n\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.newbraunfelsSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\t{% if locationLower == \"summerfield\" or locationLower == \"sf\" or locationLower == \"summerfield, fl\" %}\r\n\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.summerfieldSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\t{% if locationLower == \"elreno\" or locationLower == \"el reno\" or locationLower == \"el\" or locationLower == \"el reno, ok\" %}\r\n\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.elrenoSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\t{% if locationLower == \"decatur\" or locationLower == \"de\" or locationLower == \"decatur, tx\" %}\r\n\t\tsrc=\"https://www.google.com/maps/embed/v1/place?key={{themeSettings.googleMapsApiKey}}&zoom=7&q={{themeSettings.decaturSearchAddress|split(' ')|join('+')}}\"\r\n\t\t{% endif %}\r\n\t\tstyle=\"border:none;\"></iframe>\r\n\t{% endwith %}\r\n</div>\r\n","modules/common/message-bar":"<div class=\"mz-messagebar col-xs-12\" data-mz-message-bar>\r\n{% if model.length > 0 %}\r\n    <ul class=\"is-showing warning-message\">\r\n        {% for msg in model %}\r\n            <li class=\"mz-error-item\" >\r\n                {{ msg.message|replace(\"Validation Error: \", \"\") |safe }}\r\n            </li>\r\n        {% endfor %}\r\n    </ul>\r\n    {% endif %}\r\n</div>\r\n","modules/common/page-numbers":"{% if not model.hasPreviousPage %}\r\n<button class=\"mz-pagenumbers-prev is-disabled\"><i class=\"icon chevron2-left\"></i></button>\r\n{% else %}\r\n\t{% if routeData.facetValueFilter.facets.length == 0 and model.currentPage==2 %}\r\n\t\t<a class=\"mz-pagenumbers-prev\" href=\"{% make_url \"category\" routeData.categoryId %}\" rel=\"previous\" data-mz-action=\"previous\"><button class=\"primary\"><i class=\"icon chevron2-left\"></i></button></a>\r\n    {% else %}\r\n\t\t<a class=\"mz-pagenumbers-prev\" href=\"{% make_url \"paging\" model with page=\"previous\" %}\" rel=\"previous\" data-mz-action=\"previous\"><button class=\"primary\"><i class=\"icon chevron2-left\"></i></button></a>\r\n    {% endif %}\r\n{% endif %}\r\n{% if model.currentPage == 1 %}\r\n<span class=\"mz-pagenumbers-number is-current\" data-mz-page-num=\"1\">1</span>\r\n{% else %}\r\n\t{% if routeData.facetValueFilter.facets.length == 0  %}\r\n\t\t<a class=\"mz-pagenumbers-number\" href=\"{% make_url \"category\" routeData.categoryId %}\" data-mz-action=\"page\" data-mz-page-num=\"1\">1</a>\r\n    {% else %}\r\n\t\t<a class=\"mz-pagenumbers-number\" href=\"{% make_url \"paging\" model with page=1 %}\" data-mz-action=\"page\" data-mz-page-num=\"1\">1</a>\r\n    {% endif %}\r\n{% endif %}\r\n{% if model.currentPage > 4 %}\r\n    <span class=\"mz-pagenumbers-break\">...</span>\r\n{% endif %}\r\n{% for pageNumber in model.middlePageNumbers %}\r\n{% if model.currentPage == pageNumber %}\r\n<span class=\"mz-pagenumbers-number is-current\" data-mz-page-num=\"{{ pageNumber }}\">{{ pageNumber }}</span>\r\n{% else %}\r\n<a class=\"mz-pagenumbers-number\" href=\"{% make_url \"paging\" model with page=pageNumber %}\" data-mz-action=\"page\" data-mz-page-num=\"{{ pageNumber }}\">{{ pageNumber }}</a>\r\n{% endif %}\r\n{% if forloop.last and pageNumber|add(1) < model.pageCount and model.pageCount > 1 %}\r\n<span class=\"mz-pagenumbers-break mz-pagenumbers-breaklast\">...</span>\r\n{% endif %}\r\n{% endfor %}\r\n{% if model.pageCount > 1 %}\r\n{% if model.currentPage == model.pageCount %}\r\n<span class=\"mz-pagenumbers-number is-current\" data-mz-page-num=\"{{ model.pageCount }}\">{{ model.pageCount }}</span>\r\n{% else %}\r\n<a class=\"mz-pagenumbers-number\" href=\"{% make_url \"paging\" model with page=model.pageCount %}\" data-mz-action=\"page\" data-mz-page-num=\"{{ model.pageCount }}\">{{ model.pageCount }}</a>\r\n{% endif %}\r\n{% endif %}\r\n{% if not model.hasNextPage %}\r\n<button class=\"mz-pagenumbers-next is-disabled\"><i class=\"icon chevron2-right\"></i></button>\r\n{% else %}\r\n<a class=\"mz-pagenumbers-next\" href=\"{% make_url \"paging\" model with page=\"next\" %}\" rel=\"next\" data-mz-action=\"next\"><button class=\"primary\"><i class=\"icon chevron2-right\"></i></button></a>\r\n{% endif %}\r\n","modules/common/login-popover":"\r\n<div class=\"mz-popover mz-popover-login mz-l-slidebox\">\r\n  <div class=\"mz-l-slidebox-outer\">\r\n    <div class=\"mz-l-slidebox-inner\">\r\n      <section data-mz-role=\"login-form\" class=\"mz-login-form input-status mz-l-slidebox-panel\">\r\n        <div class=\"register-section\">\r\n          <a href=\"#\" data-mz-toggle=\"\">Register New Account</a>\r\n        </div>\r\n        <h6>{{labels.logIn3}}</h6>\r\n        <input name=\"email\" data-mz-login-email placeholder=\"{{ labels.emailAddress }}\" type=\"text\" />\r\n        <input name=\"password\" data-mz-login-password placeholder=\"{{ labels.password }}\" type=\"password\" autocomplete=\"off\" />\r\n        <div class=\"mz-popover-action\">\r\n          <button class=\"mz-button\" data-mz-action=\"submitlogin\">{{ labels.logIn3 }}</button>\r\n          <a data-mz-action=\"forgotpasswordform\" href=\"javascript:;\">{{ labels.forgotPassword }}?</a>\r\n        </div>\r\n      </section>\r\n      <section data-mz-role=\"forgotpassword-form\" class=\"mz-forgot-password input-status mz-l-slidebox-panel\">\r\n        <div class=\"forgot-password-body\">\r\n        <h6>{{ labels.forgotPassword|upper }}?</h6>\r\n\r\n        <input type=\"email\" data-mz-forgotpassword-email=\"\" name=\"reset-password\" placeholder=\"Email Address\">\r\n        <div class=\"mz-popover-action\">\r\n          <button class=\"mz-button mz-button-large\" data-mz-action=\"submitforgotpassword\">Send Email</button>\r\n          <a href=\"javascript:;\" data-mz-action=\"loginform\"><button class=\"mz-button mz-button-large dark-gray\">Cancel</button></a>\r\n        </div>\r\n        </div>\r\n\r\n      </section>\r\n    </div>\r\n  </div>\r\n  <section data-mz-role=\"popover-message\" class=\"mz-popover-message\"></section>\r\n</div>\r\n\r\n{% comment %}\r\n\r\n<section data-mz-role=\"login-form\" class=\"mz-login-form mz-l-slidebox-panel\">\r\n        <div class=\"register-section\">\r\n          Register New&nbsp;<a href=\"#\" data-mz-toggle=\"\">Account</a>\r\n        </div>\r\n        <div class=\"signin-section\">\r\n          <div class=\"signin-section-header\">\r\n            <div class=\"signin-section-title\">Sign In</div>\r\n            <div data-mz-role=\"popover-message\" class=\"mz-popover-message\"></div>\r\n          </div>\r\n          <input name=\"email\" data-mz-login-email=\"\" placeholder=\"Email Address\" type=\"text\">\r\n          <input name=\"password\" data-mz-login-password=\"\" placeholder=\"Password\" type=\"password\">\r\n          <div class=\"mz-popover-action\">\r\n            <button class=\"mz-button mz-button-large\" data-mz-action=\"submitlogin\">Sign In</button>\r\n            <a data-mz-action=\"forgotpasswordform\" href=\"javascript:;\"><div class=\"forgotpasswordlink\">Forgot Your Password?</div></a>\r\n          </div>\r\n        </div>\r\n</section>\r\n{% endcomment %}\r\n\r\n\r\n\r\n\r\n\r\n","modules/common/order-listing":"<div class=\"mz-orderlisting col-xs-12 no-pad\" data-mz-id=\"{{ model.id }}\">\r\n    <div class=\"mz-orderlisting-detail col-xs-12 col-md-4 col-lg-3\">\r\n      <h3 class=\"mz-orderlisting-date\">\r\n        {% if model.submittedDate %}\r\n          {{ model.submittedDate|date(\"F j, Y\") }}\r\n        {% else %}\r\n          {{ model.auditInfo.createDate|date(\"F j, Y\") }}\r\n        {% endif %}\r\n      </h3>\r\n        {% block order-details %}\r\n        <div class=\"mz-propertylist col-xs-12 col-sm-6 col-md-12\">\r\n            <div>\r\n              <strong>{{ labels.orderNumber }}:</strong>\r\n              <span>{{ model.orderNumber }}</span>\r\n            </div>\r\n            <div>\r\n              <strong>{{ labels.orderStatus }}:</strong>\r\n              <span>{{ model.status }}</span>\r\n            </div>\r\n            <div>\r\n              <strong>{{ labels.total }}:</strong>\r\n              <span>{{ model.total|currency }}</span>\r\n            </div>\r\n            {% if model.amountRefunded > 0 %}\r\n              <div>\r\n                <strong>{{ labels.refund }}:</strong>\r\n                <span>{{ model.amountRefunded|currency }}</span>\r\n              </div>\r\n            {% endif %}\r\n            {% block order-shipped-to %}\r\n            {% if model.fulfillmentInfo.fulfillmentContact %}\r\n            <div>\r\n              <strong>{{ labels.shippedTo }}:</strong>\r\n              <span>{{ model.fulfillmentInfo.fulfillmentContact.firstName }} {{ model.fulfillmentInfo.fulfillmentContact.lastNameOrSurname }}</span>\r\n            </div>\r\n            {% endif %}\r\n            {% endblock order-shipped-to %}\r\n        </div>\r\n        {% endblock order-details %}\r\n    </div>\r\n    <div class=\"mz-orderlisting-items col-xs-12 col-md-8 col-lg-9 no-pad\">\r\n    {% block order-items %}\r\n        {% for item in model.items %}\r\n        {% include \"modules/common/item-listing\" with model=model %}\r\n        {% endfor %}\r\n    {% endblock order-items %}\r\n    </div>\r\n</div>\r\n\r\n{% comment %}\r\n<div>\r\n<strong>{{ labels.orderConfirmation }}:</strong>\r\n<span><a class=\"confirmation-link\" href=\"/checkout/{{ model.id }}/confirmation\">{{ labels.view }}</a></span>\r\n</div>\r\n{% endcomment %}\r\n\r\n\r\n{% comment %}\r\n{% if order.packages.length %}\r\n<div class=\"mz-propertylist mz-tracking-numbers col-xs-12 col-sm-6 col-md-12\">\r\n{% for package in order.packages %}\r\n{% if package.trackingNumber %}\r\n<dl class=\"mz-propertylist mz-tracking-number-wrapper\" data-mz-tracking-number=\"{{ package.trackingNumber }}\" data-mx-shipping-code=\"{{ package.shippingMethodCode }}\" data-mx-shipping-name=\"{{ package.shippingMethodName }}\">\r\n<dt class=\"mz-tracking-number-title\">{{ labels.trackingNumber }}</dt>\r\n<dd class=\"mz-tracking-number\">\r\n<div class=\"mz-tracking-carrier hidden\">{{ package.shippingMethodCode }}</div>\r\n<a class=\"mz-tracking-link\" href=\"https://www.google.com/webhp?hl=en#hl=en&q={{ package.trackingNumber }}\" target=\"_blank\">{{ package.trackingNumber }}</a>\r\n</dd>\r\n{% if package.items.length < order.items.length %}\r\n<dl class=\"mz-propertylist mz-products-included\">\r\n<dt class=\"mz-products-included-title\">{{ labels.itemsIncluded }}</dt>\r\n<dd class=\"mz-products-included-list\">\r\n<ul>\r\n{% for product in package.items %}\r\n{% for item in order.items %}\r\n{% if product.productCode == item.product.variationProductCode %}\r\n<li>{{ item.product.name }}</li>\r\n{% endif %}\r\n{% endfor %}\r\n{% endfor %}\r\n</ul>\r\n</dd>\r\n</dl>\r\n{% endif %}\r\n</dl>\r\n{% endif %}\r\n{% endfor %}\r\n</div>\r\n{% endif %}\r\n{% endcomment %}\r\n","modules/common/page-display-toggle":"{% require_script \"modules/page-display-toggle\" %}\r\n<div class=\"mz-display-toggle ui icon buttons\">\r\n\t<div class=\"ui icon button\" data-value=\"list\">\r\n\t\t<i class=\"list layout icon\"></i>\r\n\t</div>\r\n\t<div class=\"ui icon button active\" data-value=\"grid\">\r\n\t\t<i class=\"grid layout icon\"></i>\r\n\t</div>\r\n</div>\r\n","modules/common/mozu-message-bar":"<div class=\"mz-messagebar\" data-mz-mozu-message-bar>\r\n    {% if model.length > 0 %}\r\n        {% for msg in model %}\r\n            {% if msg.messageType %}\r\n                {% if msg.messageType == \"exclusivePricelist\" %}\r\n                    <ul class=\"is-showing mz-infos\">\r\n                        <li class=\"mz-message-item\" >{{ labels|prop(msg.messageType) }}</li>\r\n                        <ul>\r\n                            {% for itemsRemoved in msg.productsRemoved %}\r\n                            <li class=\"mz-message-item\">{{itemsRemoved.name}} ({% if itemsRemoved.variationProductCode %}{{itemsRemoved.variationProductCode}}{%else%}{{itemsRemoved.productCode}}{%endif%})</li>\r\n                            {% endfor %}\r\n                        </ul>\r\n                    </ul>\r\n                {% endif %}\r\n                {% if msg.messageType == \"newPricelist\" %}\r\n                        <ul class=\"is-showing mz-success\">\r\n                            <li class=\"mz-message-item\" >{{ labels|prop(msg.messageType) }}</li>\r\n                        </ul>\r\n                 {% endif %}\r\n                 {% if msg.messageType == \"returnSuccess\" %}\r\n                        <ul class=\"is-showing mz-success\">\r\n                            <li class=\"mz-message-item\" >{{ labels|prop(msg.messageType) }}</li>\r\n                        </ul>\r\n                 {% endif %}\r\n                 {% if msg.messageType == \"returnFailure\" %}\r\n                        <ul class=\"is-showing mz-success\">\r\n                            <li class=\"mz-message-item\" >{{ labels|prop(msg.messageType) }}</li>\r\n                        </ul>\r\n                 {% endif %}\r\n                 {% if msg.messageType == \"noReturnableItems\" %}\r\n                        <ul class=\"is-showing mz-infos\">\r\n                            <li class=\"mz-message-item\" >{{ labels|prop(msg.messageType) }}</li>\r\n                        </ul>\r\n                 {% endif %}\r\n            {% else %}\r\n                <ul class=\"is-showing mz-errors\">\r\n                    <li class=\"mz-message-item\">{{ msg.message }}</li>\r\n                </ul>\r\n            {% endif %}\r\n        {% endfor %}\r\n    {% endif %}\r\n    <span class=\"dismiss-message\" data-mz-action=\"dismissMessage\">X</span>\r\n</div>","modules/common/page-sort":"<label class=\"mz-pagingcontrols-pagesort-label\">\r\n  <span class=\"mz-paging-sorttitle\">{{ labels.sortBy }}</span>\r\n  <select data-mz-value=\"sortBy\" class=\"styled\" autocomplete=\"off\">\r\n    {% block sort-types %}\r\n    {% for sort in model.sorts %}\r\n      {% if pageContext.cmsContext.template.path == \"rv-category\" or pageContext.cmsContext.template.path == \"rv-brand-category\" %}\r\n          {% with sort.value|default(themeSettings.defaultSort) as sortValue %}\r\n          {% if sort.text != \"Default\" and sort.text != \"Price: High to Low\" and sort.text != \"Alphabetical: A-Z\" and sort.text != \"Alphabetical: Z-A\" and sort.text != \"Date Added: Most Recent First\" and sort.text != \"Date Added: Most Recent Last\"%}\r\n              <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=sortValue %}\" rel=\"nofollow\" value=\"{{ sortValue }}\"{% if model.currentSort == sortValue %} selected=\"selected\"{% endif %}>\r\n                {{sort.text}}\r\n              </option>\r\n          {% else %}\r\n              {% if sort.text == \"Default\" %}\r\n                  <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"price desc\" %}\" rel=\"nofollow\" value=\"{{ \"price desc\" }}\"{% if model.currentSort == \"price desc\" %} selected=\"selected\"{% endif %}>\r\n                      Price: High to Low\r\n                  </option>\r\n              {% else %}\r\n\t\t{% comment %}\r\n                {% if sort.text == \"Alphabetical: A-Z\" %}\r\n                  <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~manufacturer asc\" %}\" rel=\"nofollow\" value=\"{{ \"tenant~manufacturer asc\" }}\"{% if model.currentSort == \"tenant~manufacturer asc\" %} selected=\"selected\"{% endif %}>\r\n                      Brand Name: A-Z\r\n                  </option>\r\n                {% endif %}\r\n                {% if sort.text == \"Alphabetical: Z-A\" %}\r\n                  <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~manufacturer desc\" %}\" rel=\"nofollow\" value=\"{{ \"tenant~manufacturer desc\" }}\"{% if model.currentSort == \"tenant~manufacturer desc\" %} selected=\"selected\"{% endif %}>\r\n                      Brand Name: Z-A\r\n                  </option>\r\n                {% endif %}\r\n\t\t{% endcomment %}\r\n              {% endif %}\r\n          {% endif %}\r\n          {% endwith%}\r\n      {% else %}\r\n        {% with sort.value|default(themeSettings.defaultSort) as sortValue %}\r\n          {% if pageContext.pageType == \"search\" %}\r\n            <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=sortValue %}\" rel=\"nofollow\" value=\"{{ sortValue }}\"{% if model.currentSort == sortValue %} selected=\"selected\"{% endif %}>\r\n              {% if sort.text == \"Default\"  %}\r\n                {{ labels.defaultRelevance }}\r\n              {% else %}\r\n                {{sort.text}}\r\n              {% endif %}\r\n            </option>\r\n          {% else %}\r\n              <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=sortValue %}\" rel=\"nofollow\" value=\"{{ sortValue }}\"{% if model.currentSort == sortValue %} selected=\"selected\"{% endif %}>\r\n                {% if sort.text == \"Default\"  %}\r\n                {{ labels.popularity }}\r\n              {% else %}\r\n                {{sort.text}}\r\n              {% endif %}\r\n              </option>\r\n          {% endif %}\r\n        {% endwith %}\r\n      {% endif %}\r\n    {% endfor %}\r\n    {% comment %}\r\n      {% if pageContext.pageType == \"search\" %}\r\n        <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~popularity desc\" %}\" rel=\"nofollow\" value=\"{{ sortValue }}\"{% if model.currentSort == \"tenant~popularity desc\" %} selected=\"selected\"{% endif %}>{{ labels.popularity }}</option>\r\n      {% endif %}\r\n    {% endcomment %}\r\n    {% endblock sort-types %}\r\n    {% if pageContext.cmsContext.template.path == \"rv-category\" or pageContext.cmsContext.template.path == \"rv-brand-category\" %}\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-year asc\" %}\" rel=\"nofollow\" value=\"{{ \"year asc\" }}\"{% if model.currentSort == \"tenant~rv-year asc\" %} selected=\"selected\"{% endif %}>\r\n          Year: Low to High\r\n      </option>\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-year desc\" %}\" rel=\"nofollow\" value=\"{{ \"year desc\" }}\"{% if model.currentSort == \"tenant~rv-year desc\" %} selected=\"selected\"{% endif %}>\r\n          Year: High to Low\r\n      </option>\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-size asc\" %}\" rel=\"nofollow\" value=\"{{ \"size asc\" }}\"{% if model.currentSort == \"tenant~rv-size asc\" %} selected=\"selected\"{% endif %}>\r\n          Size: Low to High\r\n      </option>\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-size desc\" %}\" rel=\"nofollow\" value=\"{{ \"size desc\" }}\"{% if model.currentSort == \"tenant~rv-size desc\" %} selected=\"selected\"{% endif %}>\r\n          Size: High to Low\r\n      </option>\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-lot-number asc\" %}\" rel=\"nofollow\" value=\"{{ \"lotnumber asc\" }}\"{% if model.currentSort == \"tenant~rv-lot-number asc\" %} selected=\"selected\"{% endif %}>\r\n          Stock #: Low to High\r\n      </option>\r\n      <option data-mz-url=\"{% make_url \"sorting\" model with sortBy=\"tenant~rv-lot-number desc\" %}\" rel=\"nofollow\" value=\"{{ \"lotnumber desc\" }}\"{% if model.currentSort == \"tenant~rv-lot-number desc\" %} selected=\"selected\"{% endif %}>\r\n          Stock #: High to Low\r\n      </option>\r\n    {% endif %}\r\n  </select>\r\n</label>\r\n","modules/common/payment-method":"<div class=\"mz-paymentmethod {% block module-classes %}{% endblock module-classes %} col-xs-12\">\r\n  <div class=\"credit-logo col-xs-12 col-sm-2 col-md-1 no-pad-l\">\r\n    {% if model.cardType == \"VISA\" %}\r\n    <i class=\"icon i-visa\"></i>\r\n    {% endif %}\r\n    {% if model.cardType == \"MC\" %}\r\n    <i class=\"icon i-mastercard\"></i>\r\n    {% endif %}\r\n    {% if model.cardType == \"DISCOVER\" %}\r\n    <i class=\"icon i-discover\"></i>\r\n    {% endif %}\r\n    {% if model.cardType == \"AMEX\" %}\r\n    <i class=\"icon i-amex\"></i>\r\n    {% endif %}\r\n  </div>\r\n   <div class=\"mz-paymentmethod-methoddetails col-xs-12 col-sm-6 col-md-8 col-lg-9 no-pad-l\">\r\n     {% block payment-method-details %}\r\n     <strong class=\"mz-paymentmethod-methodtype\">{{ model.cardType }}</strong>\r\n     <div class=\"mz-paymentmethod-cardnumber\">xxxx&nbsp;xxxx&nbsp;xxxx&nbsp;{{ model.cardNumberPart|split(\"*\")|last }}</div>\r\n     <div class=\"mz-paymentmethod-cardexp\">\r\n        {% if model.isExpired %}\r\n          <span style=\"color:#ae1231;\">{{ labels.expired }}</span>\r\n        {% else %}\r\n          {{ labels.expires }}\r\n        {% endif %}\r\n        {{ model.expireMonth }}/{{model.expireYear }}\r\n     </div>\r\n     {% if model.isDefaultPayMethod %}<strong class=\"is-primary\">({{ labels.primary }})</strong>{% endif %}\r\n     {% endblock payment-method-details %}\r\n   </div>\r\n    <div class=\"mz-paymentmethod-actions col-xs-12 col-sm-4 col-md-3 col-lg-2 no-pad-r\">\r\n      {% block payment-method-actions %}\r\n      {% endblock payment-method-actions %}\r\n    </div>\r\n </div>\r\n","modules/common/paging-controls":"<label class=\"mz-pagingcontrols-pagesize-label\">\r\n  <span class=\"mz-paging-title\">{{ labels.show }}</span>\r\n  <select data-mz-value=\"pageSize\" class=\"styled\" autocomplete=\"off\">\r\n    {% block page-sizes %}\r\n      {% for size in themeSettings.pageSizeOptions %}\r\n        <option data-mz-url=\"{% make_url \"paging\" model with pageSize=size page=1 %}\" rel=\"nofollow\" {% if model.pageSize == size %}selected=\"selected\"{% endif %} value=\"{{ size }}\">{{ size }}</option>\r\n      {% endfor %}\r\n          <option data-mz-url=\"{% make_url \"paging\" model with pageSize=200 page=1 %}\" rel=\"nofollow\" {% if model.pageSize == 200 %}selected=\"selected\"{% endif %} value=\"200\">{{ labels.viewAll }}</option>\r\n      {% comment %}\r\n        {% endif %}\r\n      {% endwith %}\r\n      {% endcomment %}\r\n    {% endblock page-sizes %}\r\n  </select>\r\n</label>\r\n{% if model.pageSize != 200 %}\r\n  <span class=\"mz-pagingcontrols-pagestate-label\">\r\n      {% if model.totalCount and model.totalCount != 1 %}\r\n          {{ labels.pageStatePlural|string_format(model.firstIndex,model.lastIndex,model.totalCount) }}\r\n      {% else %}\r\n        {{ labels.pageStateSingular }}\r\n      {% endif %}\r\n  </span>\r\n{% endif %}\r\n","modules/common/ppl-guarantees":"<div class=\"ppl-guarantee-wrap\">\r\n    <h3>Need Help? Call Us! <br><strong><a href=\"tel:{{labels.contactUsPhone}}\">{{labels.contactUsPhone}}</a></strong></h3>\r\n    <div class=\"ppl-guarantees\">\r\n        <div>\r\n            <i class=\"icon returns\"></i>\r\n            <h3>Hassle-Free Returns</h3>\r\n            <p>We want you to be satisfied with your order. If at any point you need to return an item, call us toll-free at <span style=\"display: inline-block;\"><a href=\"tel:{{labels.contactUsPhone}}\">{{labels.contactUsPhone}}</a>.</span></p>\r\n        </div>\r\n        <div>\r\n            <i class=\"icon fast-shipping\"></i>\r\n            <h3>Fast Shipping</h3>\r\n            <p>Most items are shipping the same day if ordered before noon (freight items) or 1pm (ground/expedited shipping) central time.</p>\r\n        </div>\r\n        <div>\r\n            <i class=\"icon privacy\"></i>\r\n            <h3>Your Privacy is our Priority</h3>\r\n            <p>Your trust is important to us.  We will never share your information with anyone else!</p>\r\n        </div>\r\n    </div>\r\n    <div class=\"guarantee-verification clearfix col-xs-12\">\r\n        {% comment %}\r\n            messy, but pulled from current ppl site\r\n        {% endcomment %}\r\n        <a href=\"https://verify.authorize.net/anetseal/?pid=0d4c35c9-0064-4311-bad4-00c388eb3eea&amp;rurl=https%3A//www.pplmotorhomes.com/cart/checkout.php\" onmouseover=\"window.status='https://www.authorize.net/'; return true;\" onmouseout=\"window.status=''; return true;\" onclick=\"window.open('https://verify.authorize.net/anetseal/?pid=0d4c35c9-0064-4311-bad4-00c388eb3eea&amp;rurl=https%3A//www.pplmotorhomes.com/cart/checkout.php','AuthorizeNetVerification','width=600,height=430,dependent=yes,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,directories=no,location=yes'); return false;\" target=\"_blank\"  class=\"col-xs-4 text-center\"><img class=\"img-responsive\" src=\"/resources/images/auth.jpg\"/></a>\r\n\r\n        {% include \"modules/common/trustguard-image\" %}\r\n\r\n\r\n    </div>\r\n</div>\r\n","modules/common/price":"\r\n{% if model.onSale %}\r\n    {% if model.priceType != \"MAP\" %}\r\n        {% if not isRvType and not model.isRvType %}\r\n            <span class=\"mz-price is-crossedout\">\r\n                {{model.price|currency|split('.00')|first}}\r\n            </span>\r\n        {% endif %}\r\n    {% endif %}\r\n    <span class=\"mz-price is-saleprice\">\r\n        {% if model.discount.discount.name and model.priceType != \"MAP\"%}\r\n            <span class=\"mz-price-discountname\">{{model.discount.discount.name}} &ndash;</span>\r\n        {% endif %}\r\n\r\n        {% if model.priceType != \"MAP\" %}\r\n            <div class=\"mz-price red\">{{model.salePrice|currency|split('.00')|first}}\r\n  \t\t\t{% with productModel.properties|findwhere(\"attributeFQN\", \"tenant~free-ground-shipping\") as freeShipping %}\r\n        \t\t{% if freeShipping.values|first|prop(\"value\") %}\r\n\t\t\t\t+ Free Shipping!\r\n        \t\t{% endif %}\r\n\t\t\t{% endwith %}\r\n\t\t\t</div>\r\n        {% else %}\r\n            <div>{{ labels.mapPrice }}\r\n  \t\t\t{% with productModel.properties|findwhere(\"attributeFQN\", \"tenant~free-ground-shipping\") as freeShipping %}\r\n        \t\t{% if freeShipping.values|first|prop(\"value\") %}\r\n\t\t\t\t+ Free Shipping!\r\n        \t\t{% endif %}\r\n\t\t\t{% endwith %}\r\n\t\t\t</div>\r\n        {% endif %}\r\n    </span>\r\n{% else %}\r\n  \t{% with productModel.properties|findwhere(\"attributeFQN\", \"tenant~rv-sale-price\") as rvSalePrice %}\r\n\t<span class=\"mz-price{% if rvSalePrice.values|first|prop(\"value\") %} red{% endif %}\">\r\n\t\t{% if rvSalePrice.values|first|prop(\"value\") %}SALE&nbsp;PRICE {% endif %}\r\n\t\t{% with productModel|get_product_attribute_values(\"tenant~rv-status\")|first as rvStatus %}\r\n        \t{% if rvStatus == \"I\" or rvStatus == \"\" %}\r\n        \t\t{% if model.priceType != \"MAP\" %}\r\n        \t\t\t{{model.price|currency|split('.00')|first}}\r\n  \t\t\t\t\t{% with productModel.properties|findwhere(\"attributeFQN\", \"tenant~free-ground-shipping\") as freeShipping %}\r\n        \t\t\t\t{% if freeShipping.values|first|prop(\"value\") %}\r\n\t\t\t\t\t\t+ Free Shipping!\r\n        \t\t\t\t{% endif %}\r\n\t\t\t\t\t{% endwith %}\r\n        \t\t{% else %}\r\n        \t\t\t<div>{{ labels.mapPrice }}\r\n  \t\t\t\t\t{% with productModel.properties|findwhere(\"attributeFQN\", \"tenant~free-ground-shipping\") as freeShipping %}\r\n        \t\t\t\t{% if freeShipping.values|first|prop(\"value\") %}\r\n\t\t\t\t\t\t+ Free Shipping!\r\n        \t\t\t\t{% endif %}\r\n\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t</div>\r\n        \t\t{% endif %}\r\n\t\t\t{% endif %}\r\n        \t{% if rvStatus == \"P\" %}\r\n\t\t\t\tSALE PENDING\r\n\t\t\t{% endif %}\r\n        \t{% if rvStatus == \"S\" %}\r\n\t\t\t\tSOLD\r\n\t\t\t{% endif %}\r\n        \t{% if rvStatus == \"H\" %}\r\n\t\t\t\tON HOLD\r\n\t\t\t{% endif %}\r\n        {% endwith %}\r\n    </span>\r\n    {% endwith %}\r\n{% endif %}\r\n{% if themeSettings.showMSRP and model.msrp > model.price%}\r\n    <span class=\"mz-price-msrp\">{{ labels.msrp}}: <span class=\"mz-price\">{{ model.msrp|currency|split(\".00\")|first }}</span></span>\r\n{% endif %}\r\n{% if not isRvType and not model.isRvType and not isSlide and (pageContext.pageType == \"product\" or model.isQuickView) %}\r\n    {% include \"modules/common/sale-end-date\" %}\r\n{% endif %}\r\n","modules/common/product-zoom-modal":"<div class=\"quickview product-zoom-modal\">\r\n\t<button type=\"button\" class=\"close no-style\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><i class=\"icon exit1-circle\"></i></span></button>\r\n\t<img src=\"{{model.imgUrl}}\" class=\"img-responsive\" />\r\n</div>","modules/common/short-order-summary":"<table class=\"mz-ordersummary col-xs-12 no-pad\">\r\n    <thead class=\"hidden-xs\">\r\n        <tr>\r\n            <th class=\"mz-ordersummary-header-product\">{{ labels.productName|upper }}</th>\r\n            <th class=\"mz-ordersummary-header-qty\">{{ labels.quantity|upper }}</th>\r\n            <th class=\"mz-ordersummary-header-total\">{{ labels.total|upper }}</th>\r\n        </tr>\r\n    </thead>\r\n    <tbody class=\"mz-ordersummary-lineitems\">\r\n        {% for item in model.items %}\r\n          <tr class=\"mz-ordersummary-line mz-ordersummary-line-item {% if item.discountTotal > 0 %}is-discounted{% endif %}\">\r\n                <td class=\"mz-ordersummary-item-product\">\r\n                  {% if item.product.imageUrl %}\r\n                    <a class=\"header\" href=\"/{{ item.product.name|slugify }}{% make_url 'product' item.product.productCode %}\">\r\n                        <img class=\"mz-itemlisting-thumb-img\" src=\"{{ item.product.imageUrl }}?max=120\" alt=\"{% if item.product.imageAlternateText %}{{ item.product.imageAlternateText }}{% else %}{{ item.product.name }}{% endif %}\"/>\r\n                    </a>\r\n                  {% endif %} \r\n                    <span class=\"mz-ordersummary-item-name\">{{ item.product.name }}</span>\r\n                  {% if item.product.options.length %}\r\n                      <dl class=\"mz-propertylist mz-product-options\">\r\n                        {% for option in item.product.options %}\r\n                            <dt>{{ option.name }}</dt>&nbsp;\r\n                            <dd>{{ option.value }}</dd>\r\n                        {% endfor %}\r\n                      </dl>\r\n                  {% endif %}\r\n                  {% if item.product.bundledProducts.length %}\r\n                      <dl class=\"mz-propertylist mz-bundled-products\">\r\n                        {% for bundledProduct in item.product.bundledProducts %}\r\n                            <dt>{{ bundledProduct.productCode }}</dt>&nbsp;\r\n                            <dd>{{ bundledProduct.name }} ({{ bundledProduct.quantity }})</dd>\r\n                        {% endfor %}\r\n                      </dl>\r\n                  {% endif %}\r\n                </td>\r\n                <td><span class=\"visible-xs-inline-block\">Qty: </span>{{ item.quantity }}</td>\r\n                <td>\r\n                  {% include \"modules/common/item-total\" %}\r\n                </td>\r\n            </tr>\r\n        {% endfor %}\r\n    </tbody>\r\n  {% comment %}\r\n    \r\n    <tfoot>\r\n        <tr class=\"mz-ordersummary-subtotal\">\r\n          <td colspan=\"4\">\r\n            <span class=\"mz-ordersummary-totalname\">{{ labels.subtotal }}:</span>\r\n            <span class=\"mz-ordersummary-totalvalue\">{{ model.discountedSubtotal|currency }}</span>\r\n          </td>\r\n        </tr>\r\n      {% for discount in model.orderDiscounts %}\r\n          {% if not discount.excluded %}\r\n              <tr class=\"mz-ordersummary-discount\">\r\n                <td colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-discountname\">{{ discount.discount.name }}:</span>\r\n                    <span class=\"mz-ordersummary-discountamt\">-{{ discount.impact|currency }}</span>\r\n                </td>\r\n              </tr>\r\n          {% endif %}\r\n      {% endfor %}\r\n      \r\n      {% if model.dutyTotal > 0 %}\r\n      <tr class=\"mz-ordersummary-tax\">\r\n        <td colspan=\"4\">\r\n            <span class=\"mz-ordersummary-totalname\">{{ labels.taxDuty }}:</span>\r\n            <span class=\"mz-ordersummary-totalvalue\">{% filter currency %} {{ model.dutyTotal|add(model.taxTotal)}} {% endfilter %}</span>\r\n        </td>\r\n      </tr>\r\n      {% else %}\r\n      {% if model.taxTotal %}\r\n      <tr class=\"mz-ordersummary-tax\">\r\n            <td colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.tax }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.taxTotal|currency }}</span>\r\n            </td>\r\n      </tr>\r\n      {% endif %}\r\n      {% endif %}\r\n\r\n        <tr class=\"mz-ordersummary-shippingtotal\">\r\n            <td colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.shippingHandling }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.shippingSubTotal|currency }}</span>\r\n            </td>\r\n        </tr>\r\n        {% for shippingDiscount in model.shippingDiscounts %}\r\n            <tr class=\"mz-ordersummary-shippingdiscount\">\r\n              <td colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ shippingDiscount.discount.discount.name }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">-{{ shippingDiscount.discount.impact|currency }}</span>\r\n              </td>\r\n            </tr>\r\n        {% endfor %}\r\n        {% if model.handlingTotal %}\r\n            <tr class=\"mz-ordersummary-additionalhandling\">\r\n                <td colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.additionalHandling }}{% if model.handlingAmount > model.handlingTotal  %}<span class=\"is-crossedout\" {% block crossedout-inline-style %}{% endblock crossedout-inline-style %}> ( {{ model.handlingAmount|currency }} )</span>{% endif %}</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.handlingTotal|currency }}</span>\r\n                </td>\r\n            </tr>\r\n        {% endif %}\r\n\r\n        {% if model.billingInfo and model.billingInfo.digitalCreditPaymentTotal %}\r\n          <tr class=\"mz-ordersummary-grandtotal-before-credits\">\r\n        {% else %}\r\n          <tr class=\"mz-ordersummary-grandtotal\">\r\n        {% endif %}\r\n            <td colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.total }}:</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ model.total|currency }}</span>\r\n            </td>\r\n        </tr>\r\n        {% if model.billingInfo and model.billingInfo.digitalCreditPaymentTotal %}\r\n          <tr class=\"mz-ordersummary-digitalcreditpayment\">\r\n            <td colspan=\"4\">\r\n                <span class=\"mz-ordersummary-totalname\">{{ labels.digitalCreditTotal }}</span>\r\n                <span class=\"mz-ordersummary-totalvalue\">{{ labels.digitalCreditSubtractFromOrderPrefix }}{{ model.billingInfo.digitalCreditPaymentTotal|currency }}{{ labels.digitalCreditSubtractFromOrderSuffix }}</span>\r\n            </td>\r\n          </tr>\r\n          <tr class=\"mz-ordersummary-grandtotal\">\r\n                <td colspan=\"4\">\r\n                    <span class=\"mz-ordersummary-totalname\">{{ labels.remainingBalance }}:</span>\r\n                    <span class=\"mz-ordersummary-totalvalue\">{{ model.billingInfo.nonStoreCreditTotal|currency }}</span>\r\n                </td>\r\n            </tr>\r\n       {% endif %}\r\n    </tfoot>\r\n  {% endcomment %}\r\n</table>","modules/common/sale-end-date":"<div class=\"sale-end-date\">\r\n    {% with pageContext.now|date('l')|lower as day %}\r\n        {% if day == \"sunday\" %}\r\n            {% with pageContext.now|add_time(518400)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"monday\" %}\r\n            {% with pageContext.now|add_time(432000)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"tuesday\" %}\r\n            {% with pageContext.now|add_time(345600)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"wednesday\" %}\r\n            {% with pageContext.now|add_time(259200)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"thursday\" %}\r\n            {% with pageContext.now|add_time(172800)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"friday\" %}\r\n            {% with pageContext.now|add_time(84600)|date('m/d/y') as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n        {% if day == \"saturday\" %}\r\n            {% with pageContext.now|date('m/d/y')|safe as saturdaydate %}\r\n                {{labels.salePricesShown}} {{saturdaydate}}.\r\n            {% endwith %}\r\n        {% endif %}\r\n    {% endwith %}\r\n</div>\r\n","modules/common/submit-verify-group":"<span class=\"submit-verify-group\">\r\n\t<button type=\"submit\" class=\"color5 btn-submit\">Submit</button>\r\n\t{% include \"modules/common/trustguard-image\" %}\r\n</span>\r\n\r\n","modules/common/signup-popover":"\r\n\t\r\n<div class=\"mz-popover mz-popover-signup input-status\">\r\n  <h6>{{labels.signUpLink}}</h6>\r\n  <input type=\"text\" class=\"mz-popover-signup-firstname\" placeholder=\"{{ labels.firstName }}\" data-mz-signup-firstname />\r\n  <input type=\"text\" class=\"mz-popover-signup-lastname\" placeholder=\"{{ labels.lastName }}\" data-mz-signup-lastname />\r\n  <input type=\"email\" class=\"mz-popover-signup-email\" placeholder=\"{{ labels.emailAddress }}\" data-mz-signup-emailaddress />\r\n  <input type=\"password\" class=\"mz-popover-signup-password\" placeholder=\"{{ labels.password }}\" data-mz-signup-password autocomplete=\"off\" />\r\n  <input type=\"password\" class=\"mz-popover-signup-confirmpassword\" placeholder=\"{{ labels.confirmPassword }}\" data-mz-signup-confirmpassword  autocomplete=\"off\"/>\r\n  \r\n  <div class=\"text-center\">\r\n  \t<button class=\"mz-button mz-popover-signup-register\" data-mz-action=\"signup\">{{ labels.register }}\r\n  \t</button>\r\n  </div>\r\n<div class=\"mz-popover-back\">\r\n  <h6 data-mz-toggle=\"\">Already a registered user? Sign in</h6>\r\n</div>\r\n  <section data-mz-role=\"popover-message\" class=\"mz-popover-message\"></section>\r\n</div>\r\n\r\n","modules/common/sold-rv-landing-footer":"<div style=\"padding:15px 0;color:black;\">\r\n\t<p>Click here for\r\n\t\t<a href=\"{% make_url \"category\" themeSettings.rvParentCategoryId %}\">Recreational Vehicles</a> currently for\r\n\t\tsale at PPL.\r\n\t\tPictures, floor plans, prices, descriptions and details can be viewed. As of <b>{% now m-d-Y %}</b>,\r\n\t\twe have <b>{{model.totalCount}}</b> consigned RVs for sale. Let our team of experienced\r\n\t\tappraisers, sales representatives, finance specialists and RV insurance specialists\r\n\t\tprovide you with a hassle free way to buy or sell.\r\n\t\tCall or come by PPL soon to find the unit that is right\r\n\t\tfor you and your family.\r\n\t\t<br>\r\n\t\t<br>\r\n\t\tUse this link to learn how to\r\n\t\t<a href=\"{{themeSettings.sellRVRootRelativeUrl}}\">sell your Recreational Vehicle</a> quickly and\r\n\t\tfor a fair price. The PPL Motor Homes sales lot is always active with a variety of consigned motor homes and other RVs in\r\n\t\tmany makes and models.\r\n\t\t<br>\r\n\t\t<br>\r\n\t\tRVs sold at PPL are organized below by type. Click on the type of RV below to view a table of sold vehicles along with the price and date sold.\r\n\t</p>\r\n</div>\r\n","modules/location/location-list-for-product":"<ul class=\"mz-locationlist mz-locationlist-forproduct\">\r\n    {% for location in model %}\r\n        <li>{% include \"modules/location/location-listing-for-product\" with model=location %}</li>\r\n    {% endfor %}\r\n</ul>","modules/common/trustguard-image":"<a name=\"trustlink\" href=\"https://secure.trust-guard.com/privacy/1833\" rel=\"nofollow\" target=\"_blank\" onclick=\"var nonwin=navigator.appName!='Microsoft Internet Explorer'?'yes':'no'; window.open(this.href,'welcome','location='+nonwin+',scrollbars=yes,width=517,height='+screen.availHeight+',menubar=no,toolbar=no'); return false;\" oncontextmenu=\"var d = new Date(); alert('Copying Prohibited by Law - This image and all included logos are copyrighted by trust-guard \\251 '+d.getFullYear()+'.'); return false;\">\r\n<img name=\"trustseal\" alt=\"Privacy Seals\" style=\"border: 0;\" src=\"//secure.trust-guard.com/seals/newpriv/1833-lg.gif\" /></a>","modules/location/location-listing":"<div class=\"mz-locationlisting\">\r\n    <div class=\"mz-locationlisting-locationdetails\">\r\n        <h4 class=\"mz-locationlisting-name\">{{ model.name }}</h4>\r\n        <div class=\"mz-addresssummary\">\r\n            {% include \"modules/common/address-summary\" %}\r\n        </div>\r\n    </div>\r\n    {% if location.distance %}\r\n    <div class=\"mz-locationlisting-distance\">\r\n        {{ labels.milesAway|string_format(location.distance) }}\r\n    </div>\r\n    {% endif %}\r\n</div>","modules/emailmodal":"<div class=\"emailModal\">\r\n  <button type=\"button\" class=\"close no-style\" action=\"\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><i class=\"icon exit1-circle\"></i></span></button>\r\n  {% if model.emailSent %}\r\n    <div>Thanks for contacting us!</div>\r\n  {% else %}\r\n    <form id=\"email-form\" novalidate>\r\n      <fieldset>\r\n        <legend>Contact Us</legend>\r\n        <input style=\"display:none;\" name=\"recipient\" value=\"{{model.recipient}}\" require>\r\n        <div class=\"wrapper clearfix\">\r\n          <div class=\"input-container col-xs-12 col-sm-6\">\r\n            {% comment %}\r\n            <div class=\"label-container\">\r\n              <label for=\"email\">Your Email</label>\r\n            </div>\r\n            {% endcomment %}\r\n            <input type=\"email\" id=\"email\" name=\"email\" value=\"{{model.formData.email}}\" placeholder=\"Your Email\" require>\r\n          </div>\r\n          <div class=\"input-container col-xs-12 col-sm-6\">\r\n            {% comment %}\r\n            <div class=\"label-container\">\r\n              <label for=\"subject\">Subject</label>\r\n            </div>\r\n            {% endcomment %}\r\n            <input type=\"text\" id=\"subject\" name=\"subject\" value=\"{{model.formData.subject}}\" placeholder=\"Subject\" require>\r\n          </div>\r\n        </div>\r\n        <div class=\"wrapper\">\r\n          {% if model.validation.email %}\r\n            <span class=\"validation-message\">Email required.</span>\r\n          {% endif %}\r\n          {% if model.validation.subject %}\r\n            <span class=\"validation-message\">subject required.</span>\r\n          {% endif %}\r\n        </div>\r\n        <div class=\"wrapper\">\r\n          {% comment %}\r\n          <div class=\"label-container\">\r\n            <label for=\"body\">Your Message</label>\r\n          </div>\r\n          {% endcomment %}\r\n          <textarea name=\"body\" placeholder=\"Your Message\" require>{{model.formData.body}}</textarea>\r\n          {% if model.validation.body %}\r\n            <div class=\"validation-message\">Body required.</div>\r\n          {% endif %}\r\n        </div>\r\n        <div class=\"wrapper\">\r\n          {% if model.validation|prop(\"g-recaptcha-response\") %}\r\n            <div class=\"validation-message\">Captcha verification failed; please try again.</div>\r\n          {% endif %}\r\n          {% if model.validation|prop(\"error\") %}\r\n            <div class=\"validation-message\">Unfortunately, we were unable to process your request at this time. Please send an email to us directly.</div>\r\n          {% endif %}\r\n          <div class=\"g-recaptcha\" data-sitekey=\"{{themeSettings.recaptchaSiteKey}}\"></div>\r\n        </div>\r\n        <section class=\"form-controls\">\r\n          <button type=\"submit\">Send</button>\r\n        </section>\r\n      </fieldset>\r\n      \r\n    </form>\r\n  {% endif %}\r\n</div>\r\n<script src=\"https://www.google.com/recaptcha/api.js\"></script>","modules/location/location-list":"<ul class=\"mz-locationlist\">\r\n    {% for location in model %}\r\n        <li>{% include \"modules/location/location-listing\" with model=location %}</li>\r\n    {% endfor %}\r\n</ul>","modules/location/location-listing-for-product":"<div class=\"mz-locationlisting mz-locationlisting-forproduct {% if model.quantity == 0 %}is-disabled{% endif %}\">\r\n    <div class=\"mz-locationlisting-locationdetails\">\r\n        <h4 class=\"mz-locationlisting-name\">{{ model.name }}</h4>\r\n        <div class=\"mz-addresssummary\">\r\n            {% include \"modules/common/address-summary\" %}\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-locationlisting-inventory\">\r\n        <p class=\"mz-locationlisting-inventorystatus\">\r\n            {% if model.quantity == 0 %}\r\n            {{ labels.outOfStock }}\r\n            {% else %}\r\n            {{ labels.availableNow }}\r\n            {% endif %}\r\n        </p>\r\n    </div>\r\n    {% if location.distance %}\r\n    <div class=\"mz-locationlisting-distance\">\r\n        {{ labels.milesAway|string_format(location.distance) }}\r\n    </div>\r\n    {% endif %}\r\n    <div class=\"mz-locationlisting-actions\">\r\n        <button class=\"mz-button\" {% if model.quantity == 0 %}disabled=\"disabled\"{% endif %} data-mz-action=\"addToCartForPickup\" data-mz-location=\"{{ model.code }}\">{{ labels.addToCart }}</button>\r\n    </div>\r\n</div>","modules/location/location-search":"<h4 class=\"mz-l-stack-sectiontitle\">{{ labels.storePickup }}</h4>\r\n<div class=\"mz-locationsearch-list mz-l-paginatedlist\">\r\n    {% if model.items and model.items.length > 0 %}\r\n    {% if model.positionError %}\r\n    <p class=\"mz-locationsearch-positionerror is-warning\">{{ model.positionError }}</p>\r\n    {% endif %}\r\n    <div class=\"mz-l-paginatedlist-list\">\r\n      {% include \"modules/location/location-list-for-product\" with model=model.items %}\r\n    </div>\r\n  {% else %}\r\n    {{ labels.noNearbyLocationsProd }}\r\n  {% endif %}\r\n</div>","modules/location/location-product-listing":"{% extends \"modules/product/product-listing\" %}\r\n\r\n{% block module-classes %} mz-productlisting-forlocation {% endblock module-classes %}\r\n\r\n{% block product-code %}\r\n<div class=\"mz-productlisting-productcode\">{{model.variationProductCode|default(model.productCode)}}</div>\r\n{% endblock product-code %}\r\n\r\n{% block product-extrainfo %}\r\n<dl class=\"mz-productlisting-description mz-propertylist\">\r\n    {% for option in model.options %}\r\n    <dt>{{ option.attributeDetail.name }}</dt>\r\n    <dd>{{ option.value }}</dd>\r\n    {% endfor %}\r\n    {% if model.measurements.packageWeight.value %}\r\n    <dt>{{ labels.packageWeight }}</dt>\r\n    <dd>{{ model.measurements.packageWeight.value }} {{model.measurements.packageWeight.unit }}</dd>\r\n    {% endif %}\r\n</dl>\r\n{% endblock product-extrainfo %}","modules/location/map":"<div class=\"view-map\">\r\n    <span class=\"close-btn\">\r\n        <i class=\"icon exit1\"></i>\r\n    </span>\r\n\r\n    <span class=\"loading-spinner white-bg spinner4 primary\"></span>\r\n\r\n    <iframe\r\n        id=\"map-modal\"\r\n        width=\"600\"\r\n        heigth=\"650\"\r\n        frameborder=\"0\"\r\n        src=\"\">\r\n    </iframe>\r\n</div>","modules/location/locations":"<div class=\"mz-locationsearch-list mz-l-paginatedlist\">\r\n    {% if model.items and model.items.length > 0 %}\r\n    {% if model.positionError %}\r\n    <p class=\"mz-locationsearch-positionerror is-warning\">{{ model.positionError }}</p>\r\n    {% endif %}\r\n    <div class=\"mz-l-paginatedlist-list\">\r\n      {% include \"modules/location/location-list\" with model=model.items %}\r\n    </div>\r\n  {% else %}\r\n   {{ labels.noNearbyLocations }}\r\n  {% endif %}\r\n</div>","modules/location/location":"<thead>\r\n    <tr>\r\n        <th>Stores</th>\r\n    </tr>\r\n</thead>\r\n\r\n<tbody>\r\n{% for location in model.items %}\r\n    <tr>\r\n        <td>\r\n            <div class=\"mz-loc-name\">{{location.name}}</div>\r\n            <div>{{location.address.address1}}</div>\r\n            <div>\r\n                {{location.address.cityOrTown}},\r\n                {{location.address.stateOrProvince}}\r\n            </div>\r\n            <a href=\"#\" data-mz-loc-code=\"{{location.code}}\">Store Details</a>\r\n        </td>\r\n    </tr>\r\n{% endfor %}\r\n</tbody>","modules/my-account/my-account-address-form":"    {% set addresscontext=\"editingContact.\" %}\r\n{% if model.isShippingContact %}\r\n{% set countries=pageContext.shippingCountries %}\r\n{% endif %}\r\n<div class=\"mz-accountaddressbook-contact mz-accountaddressbook-form col-xs-12\">\r\n    <div class=\"col-xs-12 no-pad\">\r\n      <div class=\"row mz-addressform-firstname\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"firstname\">{{ labels.firstName }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"firstname\" data-mz-value=\"{{ addresscontext }}firstName\" value=\"{{ model.firstName }}\" maxlength=\"200\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}firstName\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-lastname\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"lastname\">{{ labels.lastName }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"lastname\" data-mz-value=\"{{ addresscontext }}lastNameOrSurname\" value=\"{{ model.lastNameOrSurname }}\" maxlength=\"200\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}lastNameOrSurname\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-address1\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"address-line-1\">{{ labels.address }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"address-line-1\" data-mz-value=\"{{ addresscontext }}address.address1\" value=\"{{ model.address.address1 }}\" maxlength=\"200\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address1\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-address2\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\"></div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n              <input type=\"text\" autocomplete=\"off\" name=\"address-line-2\" data-mz-value=\"{{ addresscontext }}address.address2\" value=\"{{ model.address.address2 }}\" maxlength=\"200\">\r\n              <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address2\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row read-only-country\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label>{{ labels.country }}:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n              <div>{{ labels.unitedStates }}</div>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-country\" style=\"display: none;\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"country\">{{ labels.country }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <select data-mz-value=\"{{ addresscontext }}address.countryCode\" class=\"no-style\">\r\n                  {% comment %}\r\n                    <option></option>\r\n                    {% if countries && countries.length > 0 %}\r\n                    {% for country in countries %}\r\n                        <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                    {% endfor %}\r\n                    {% else %}\r\n                    {% for country in pageContext.billingCountries %}\r\n                        <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                    {% endfor %}\r\n                    {% endif %}\r\n                  {% endcomment %}\r\n                  <option selected=\"selected\" value=\"US\">{{labels.unitedStates}}</option>\r\n                </select>\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.countryCode\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-city\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"city\">{{ labels.city }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"city\" data-mz-value=\"{{ addresscontext }}address.cityOrTown\" value=\"{{ model.address.cityOrTown }}\" maxlength=\"100\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.cityOrTown\"></span>\r\n            </div>\r\n            {% comment %}\r\n            <div class=\"mz-addressform-autocompletefields\">\r\n                <label for=\"autocomplete-state\">{{ labels.state }}</label><input type=\"text\" name=\"state\" data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" value=\"{{ model.address.stateOrProvince }}\" />\r\n                <label for=\"autocomplete-zip\">{{ labels.zip }}</label><input type=\"text\" name=\"zip\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" />\r\n            </div>\r\n            {% endcomment %}\r\n          </div>\r\n        </div>\r\n      </div>\r\n      {% comment %}\r\n      <div class=\"row mz-addressform-state\" {% if model.address.countryCode == \"US\" %} style=\"display: none\"{% endif %}>\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"stateOrProvince\">{{ labels.stateOrProvince }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"stateOrProvince\" data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" value=\"{{ model.address.stateOrProvince }}\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.stateOrProvince\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n\r\n      {% if model.address.countryCode != \"US\" %}style=\"display: none\"{% endif %} \\/\\/\r\n      {% endcomment %}\r\n      <div class=\"row mz-addressform-state\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"stateprov\">{{ labels.state }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <select data-mz-value=\"{{ addresscontext }}address.stateOrProvince\">\r\n                    <option></option>\r\n\r\n                    {% if states && states.length > 0 %}\r\n                    {% for state in states %}\r\n                        <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                    {% endfor %}\r\n                    {% else %}\r\n                    {% for state in pageContext.billingStates %}\r\n                        <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                    {% endfor %}\r\n                    {% endif %}\r\n\r\n                </select>\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.stateOrProvince\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-zip\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"postal-code\">{{ labels.postalCode }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"postal-code\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" maxlength=\"100\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div {% if model.address.CountryCode != \"UK\" %}style=\"display: none\"{% endif %} class=\"row mz-addressform-postaltown\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"postal-town\">{{ labels.postalTown }}</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"postal-town\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"row mz-addressform-phone\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"shippingphone\">{{ labels.phone }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <input type=\"text\" name=\"shippingphone\" data-mz-value=\"{{ addresscontext }}phoneNumbers.home\" value=\"{{ model.phoneNumbers.home }}\" maxlength=\"20\">\r\n                <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}phoneNumbers.home\"></span>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      {% if themeSettings.showAddressTypeDropdown %}\r\n      <div class=\"row mz-addressform-addresstype\">\r\n        <div class=\"col-sm-10\">\r\n          <div class=\"row\">\r\n            <div class=\"form-label col-xs-12 col-sm-4 col-md-3 col-lg-3\">\r\n                <label for=\"addresstype\">{{ labels.addressType }}<span class=\"is-required\"> *</span>:</label>\r\n            </div>\r\n            <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <select data-mz-value=\"{{ addresscontext }}address.addressType\" disabled=\"disabled\" class=\"no-style\">\r\n                    <option value=\"Residential\" selected=\"selected\">{{ labels.residential }}</option>\r\n                    {% comment %}\r\n                    <option value=\"Commercial\" {% if model.address.addressType == \"Commercial\" %}selected=\"selected\"{% endif %} >{{ labels.commercial }}</option>\r\n                    {% endcomment %}\r\n                </select>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      {% endif %}\r\n\r\n        <div class=\"mz-contacttypes\">\r\n            <div class=\"col-xs-12 col-sm-4 col-md-3 col-lg-3\"></div>\r\n            <div class=\"mz-contacttype col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n                <label class=\"mz-contacttype-isprimary\">\r\n                    <input type=\"checkbox\" class=\"styled\" data-mz-value=\"editingContact.isPrimaryShippingContact\" value=\"true\" {% if model.isPrimaryShippingContact %} checked=\"checked\" {% endif %}> {{ labels.defaultShippingAddress }}\r\n                </label>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"mz-contact-actions col-xs-12 no-pad\">\r\n      <div class=\"col-xs-12 col-sm-4 col-md-3 col-lg-3\"></div>\r\n        <button class=\"mz-button mz-contact-save\" data-mz-action=\"finishEditContact\">{{ labels.save }}</button>\r\n        <a class=\"mz-button gray mz-contact-cancel\" data-mz-action=\"cancelEditContact\">{{ labels.cancel }}</a>\r\n    </div>\r\n</div>\r\n","modules/location/store-info":"<div class=\"mz-loc-dialog-cover\">\r\n\r\n    <div class=\"mz-loc-dialog\">\r\n\r\n        <h2>{{ labels.storeInformation }}</h2>\r\n\r\n        <div class=\"mz-loc-store-address\">\r\n            <div class=\"mz-loc-name\">\r\n                {{model.name}} (Store {{model.code}})\r\n            </div>\r\n            <div>{{model.address.address1}}</div>\r\n            <div>{{model.address.address2}}</div>\r\n            <div>{{model.address.address3}}</div>\r\n            <div>{{model.address.address4}}</div>\r\n            <div>\r\n                {{model.address.cityOrTown}}, {{model.address.stateOrProvince}}\r\n            </div>\r\n\r\n            {% if model.phone %}\r\n                <div>{{ labels.phone }}: {{model.phone}}\r\n            {% endif %}\r\n        </div>\r\n\r\n        <div class=\"mz-loc-store-hours\">\r\n            <div>Hours:</div>\r\n            <div>{{model.regularHours.monday.label}}</div>\r\n            <div>{{model.regularHours.tuesday.label}}</div>\r\n            <div>{{model.regularHours.wednesday.label}}</div>\r\n            <div>{{model.regularHours.thursday.label}}</div>\r\n            <div>{{model.regularHours.friday.label}}</div>\r\n            <div>{{model.regularHours.saturday.label}}</div>\r\n            <div>{{model.regularHours.sunday.label}}</div>\r\n        </div>\r\n    </div>\r\n</div>","modules/my-account/my-account-addressbook":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.addressBook }}</h3>\r\n{% if model.hasSavedContacts || editing.contact == \"new\" %}\r\n<div class=\"mz-accountaddressbook-list mz-l-tiles col-xs-12 no-pad\">\r\n  {% for contact in model.contacts %}\r\n    {% with contact.types|findwhere(\"name\", \"Shipping\") as shippingType %}\r\n      {% if shippingType.isPrimary === true %}\r\n        {% if editing.contact == contact.id %}\r\n          {% include \"modules/my-account/my-account-address-form\" with model=model.editingContact %}\r\n        {% else %}\r\n          <div class=\"mz-accountaddressbook-contact col-xs-12\">\r\n            <div class=\"mz-accountaddressbook-contactdetails mz-addresssummary col-xs-12 col-sm-8 col-md-9 col-lg-9 no-pad-l\">\r\n              {% comment %}\r\n              <span class=\"contacttypes\">\r\n                {% for type in contact.types %}\r\n                <span class=\"mz-accountaddressbook-contacttype\">\r\n                  <strong>{{ type.name }}</strong>\r\n                  {% if type.isPrimary %}<strong class=\"is-primary\">({{ labels.primary }})</strong>{% endif %}\r\n                </span>\r\n                {% endfor %}\r\n              </span>\r\n              {% endcomment %}\r\n              {% include \"modules/common/address-summary\" with model=contact %}\r\n              <span>{{ contact.email }}</span>\r\n              <br />\r\n              <strong>{{ labels.defaultShippingAddress }}</strong>\r\n            </div>\r\n            <div class=\"mz-accountaddressbook-actions col-xs-12 col-sm-4 col-md-3 col-lg-3 no-pad-r\">\r\n              <a class=\"mz-accountaddressbook-action mz-accountaddressbook-edit\" href=\"javascript:;\" data-mz-action=\"beginEditContact\" data-mz-contact=\"{{ contact.id }}\">{{ labels.edit }}</a>\r\n              <a class=\"mz-accountaddressbook-action mz-accountaddressbook-delete\" href=\"javascript:;\" data-mz-action=\"beginDeleteContact\" data-mz-contact=\"{{ contact.id }}\">{{ labels.del }}</a>\r\n            </div>\r\n          </div>\r\n        {% endif %}\r\n      {% endif %}\r\n    {% endwith %}\r\n  {% endfor %}\r\n  {% for contact in model.contacts %}\r\n    {% with contact.types|findwhere(\"name\", \"Shipping\") as shippingType %}\r\n      {% if shippingType.isPrimary === false %}\r\n        {% if editing.contact == contact.id %}\r\n          {% include \"modules/my-account/my-account-address-form\" with model=model.editingContact %}\r\n        {% else %}\r\n          <div class=\"mz-accountaddressbook-contact col-xs-12\">\r\n            <div class=\"mz-accountaddressbook-contactdetails mz-addresssummary col-xs-12 col-sm-8 col-md-9 col-lg-9 no-pad-l\">\r\n            {% comment %}\r\n              <span class=\"contacttypes\">\r\n                {% for type in contact.types %}\r\n                <span class=\"mz-accountaddressbook-contacttype\">\r\n                  <strong>{{ type.name }}</strong>\r\n                  {% if type.isPrimary %}<strong class=\"is-primary\">({{ labels.primary }})</strong>{% endif %}\r\n                </span>\r\n                {% endfor %}\r\n              </span>\r\n              {% endcomment %}\r\n              {% include \"modules/common/address-summary\" with model=contact %}\r\n              <span>{{ contact.email }}</span>\r\n            </div>\r\n            <div class=\"mz-accountaddressbook-actions col-xs-12 col-sm-4 col-md-3 col-lg-3 no-pad-r\">\r\n              <a class=\"mz-accountaddressbook-action mz-accountaddressbook-edit\" href=\"javascript:;\" data-mz-action=\"beginEditContact\" data-mz-contact=\"{{ contact.id }}\">{{ labels.edit }}</a>\r\n              <a class=\"mz-accountaddressbook-action mz-accountaddressbook-delete\" href=\"javascript:;\" data-mz-action=\"beginDeleteContact\" data-mz-contact=\"{{ contact.id }}\">{{ labels.del }}</a>\r\n            </div>\r\n          </div>\r\n        {% endif %}\r\n      {% endif %}\r\n    {% endwith %}\r\n  {% endfor %}\r\n  {% if editing.contact == \"new\" %}\r\n  {% include \"modules/my-account/my-account-address-form\" with model=model.editingContact %}\r\n  {% endif %}\r\n</div>\r\n{% else %}\r\n  <div class=\"info-message mz-accountaddressbook-empty\">{{ labels.noSavedContacts }}</div>\r\n{% endif %}\r\n<a class=\"add-new\" href=\"javascript:;\" data-mz-action=\"beginAddContact\"><button class=\"icon plus color5\">{{labels.addAddress|upper}}</button></a>\r\n","modules/my-account/my-account-credit-card-form":"{% extends \"modules/common/credit-card-form\" %}\r\n{% block credit-card-form %}\r\n    {% set cardcontext=\"editingCard.\" %}\r\n    <div class=\"mz-accountpaymentmethods-method mz-accountpaymentmethods-form col-xs-12\">\r\n        <div class=\"mz-creditcardform col-xs-12 no-pad\">\r\n          <div class=\"row mz-payment-credit-card-type-row\">\r\n            <div class=\"col-sm-10\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\">\r\n                    <label for=\"mz-payment-credit-card-type\">{{ labels.cardType }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n                   <select id=\"mz-payment-credit-card-type\" data-mz-value=\"{{ cardcontext }}paymentOrCardType\">\r\n                      <option></option>\r\n                      {% if siteContext.checkoutSettings.supportedCards.visa %}\r\n                      <option value=\"VISA\" {% if model.paymentOrCardType == \"VISA\" %}selected=\"selected\"{% endif %}>{{ labels.ccVisa }}</option>\r\n                      {% endif %}\r\n                      {% if siteContext.checkoutSettings.supportedCards.mc %}\r\n                      <option value=\"MC\" {% if model.paymentOrCardType == \"MC\" %}selected=\"selected\"{% endif %}>{{ labels.ccMastercard }}</option>\r\n                      {% endif %}\r\n                      {% if siteContext.checkoutSettings.supportedCards.amex %}\r\n                      <option value=\"AMEX\" {% if model.paymentOrCardType == \"AMEX\" %}selected=\"selected\"{% endif %}>{{ labels.ccAmericanExpress }}</option>\r\n                      {% endif %}\r\n                      {% if siteContext.checkoutSettings.supportedCards.discover %}\r\n                      <option value=\"DISCOVER\" {% if model.paymentOrCardType == \"DISCOVER\" %}selected=\"selected\"{% endif %}>{{ labels.ccDiscover }}</option>\r\n                      {% endif %}\r\n              \t\t{% if siteContext.checkoutSettings.supportedCards.jcb %}\r\n                      <option value=\"JCB\" {% if model.paymentOrCardType == \"JCB\" %}selected=\"selected\"{% endif %}>{{ labels.ccJcb }}</option>\r\n                      {% endif %}\r\n                  </select>\r\n                  <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}paymentOrCardType\"></span>\r\n                </div>\r\n              </div>\r\n            </div>\r\n          </div>\r\n          <div class=\"row mz-payment-credit-card-number-row\">\r\n            <div class=\"col-sm-10\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\">\r\n                    <label for=\"mz-payment-credit-card-number\">{{ labels.cardNumber }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n                    <input type=\"text\" name=\"credit-card-number\" id=\"mz-payment-credit-card-number\" data-mz-value=\"{{ cardcontext }}cardNumberPartOrMask\" value=\"{{ model.cardNumberPartOrMask }}\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}cardNumberPartOrMask\"></span>\r\n                </div>\r\n              </div>\r\n            </div>\r\n          </div>\r\n          <div class=\"row mz-payment-credit-card-expiration-row\">\r\n            <div class=\"col-sm-10\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\">\r\n                    <label for=\"mz-payment-expiration-month\">{{ labels.expires }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n                    <select class=\"mz-payment-expiration-month\" id=\"mz-payment-expiration-month\" name=\"expiration-month\" data-mz-value=\"{{ cardcontext }}expireMonth\" placeholder>\r\n                        <option value=\"\" disabled {% if not model.expireMonth %}selected{% endif %}>{{ labels.creditCardMonth}}</option>\r\n                        <option {% if model.expireMonth == \"01\" %}selected=\"selected\"{% endif %} value=\"01\">01 - {{ labels.january }}</option>\r\n                        <option {% if model.expireMonth == \"02\" %}selected=\"selected\"{% endif %} value=\"02\">02 - {{ labels.february }}</option>\r\n                        <option {% if model.expireMonth == \"03\" %}selected=\"selected\"{% endif %} value=\"03\">03 - {{ labels.march }}</option>\r\n                        <option {% if model.expireMonth == \"04\" %}selected=\"selected\"{% endif %} value=\"04\">04 - {{ labels.april }}</option>\r\n                        <option {% if model.expireMonth == \"05\" %}selected=\"selected\"{% endif %} value=\"05\">05 - {{ labels.may }}</option>\r\n                        <option {% if model.expireMonth == \"06\" %}selected=\"selected\"{% endif %} value=\"06\">06 - {{ labels.june }}</option>\r\n                        <option {% if model.expireMonth == \"07\" %}selected=\"selected\"{% endif %} value=\"07\">07 - {{ labels.july }}</option>\r\n                        <option {% if model.expireMonth == \"08\" %}selected=\"selected\"{% endif %} value=\"08\">08 - {{ labels.august }}</option>\r\n                        <option {% if model.expireMonth == \"09\" %}selected=\"selected\"{% endif %} value=\"09\">09 - {{ labels.september }}</option>\r\n                        <option {% if model.expireMonth == \"10\" %}selected=\"selected\"{% endif %} value=\"10\">10 - {{ labels.october }}</option>\r\n                        <option {% if model.expireMonth == \"11\" %}selected=\"selected\"{% endif %} value=\"11\">11 - {{ labels.november }}</option>\r\n                        <option {% if model.expireMonth == \"12\" %}selected=\"selected\"{% endif %} value=\"12\">12 - {{ labels.december }}</option>\r\n                    </select>\r\n                    <select class=\"mz-payment-expiration-year\" name=\"mz-payment-expiration-year\" data-mz-value=\"{{ cardcontext }}expireYear\">\r\n                      <option></option>\r\n                      <option value=\"\" disabled {% if not model.expireYear %}selected{% endif %}>{{ labels.creditCardYear}}</option>\r\n              \t\t\t<option {% if model.expireYear == \"2019\" %}selected=\"selected\"{% endif %} value=\"2019\">2019</option>\r\n              \t\t\t<option {% if model.expireYear == \"2020\" %}selected=\"selected\"{% endif %} value=\"2020\">2020</option>\r\n              \t\t\t<option {% if model.expireYear == \"2021\" %}selected=\"selected\"{% endif %} value=\"2021\">2021</option>\r\n              \t\t\t<option {% if model.expireYear == \"2022\" %}selected=\"selected\"{% endif %} value=\"2022\">2022</option>\r\n              \t\t\t<option {% if model.expireYear == \"2023\" %}selected=\"selected\"{% endif %} value=\"2023\">2023</option>\r\n              \t\t\t<option {% if model.expireYear == \"2024\" %}selected=\"selected\"{% endif %} value=\"2024\">2024</option>\r\n              \t\t\t<option {% if model.expireYear == \"2025\" %}selected=\"selected\"{% endif %} value=\"2025\">2025</option>\r\n              \t\t\t<option {% if model.expireYear == \"2026\" %}selected=\"selected\"{% endif %} value=\"2026\">2026</option>\r\n              \t\t\t<option {% if model.expireYear == \"2027\" %}selected=\"selected\"{% endif %} value=\"2027\">2027</option>\r\n              \t\t\t<option {% if model.expireYear == \"2028\" %}selected=\"selected\"{% endif %} value=\"2028\">2028</option>\r\n              \t\t\t<option {% if model.expireYear == \"2029\" %}selected=\"selected\"{% endif %} value=\"2029\">2029</option>\r\n              \t\t\t<option {% if model.expireYear == \"2030\" %}selected=\"selected\"{% endif %} value=\"2030\">2030</option>\r\n              \t\t\t<option {% if model.expireYear == \"2031\" %}selected=\"selected\"{% endif %} value=\"2031\">2031</option>\r\n              \t\t\t<option {% if model.expireYear == \"2032\" %}selected=\"selected\"{% endif %} value=\"2032\">2032</option>\r\n              \t\t\t<option {% if model.expireYear == \"2033\" %}selected=\"selected\"{% endif %} value=\"2033\">2033</option>\r\n              \t\t\t<option {% if model.expireYear == \"2034\" %}selected=\"selected\"{% endif %} value=\"2034\">2034</option>\r\n              \t\t\t<option {% if model.expireYear == \"2035\" %}selected=\"selected\"{% endif %} value=\"2035\">2035</option>\r\n              \t\t\t<option {% if model.expireYear == \"2036\" %}selected=\"selected\"{% endif %} value=\"2036\">2036</option>\r\n              \t\t\t<option {% if model.expireYear == \"2037\" %}selected=\"selected\"{% endif %} value=\"2037\">2037</option>\r\n              \t\t\t<option {% if model.expireYear == \"2038\" %}selected=\"selected\"{% endif %} value=\"2038\">2038</option>\r\n              \t\t\t<option {% if model.expireYear == \"2039\" %}selected=\"selected\"{% endif %} value=\"2039\">2039</option>\r\n              \t\t\t<option {% if model.expireYear == \"2040\" %}selected=\"selected\"{% endif %} value=\"2040\">2040</option>\r\n                    </select>\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireMonth\"></span>\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}expireYear\"></span>\r\n                </div>\r\n              </div>\r\n            </div>\r\n          </div>\r\n          <div class=\"row mz-payment-credit-card-name-row\">\r\n            <div class=\"col-sm-10\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\">\r\n                    <label for=\"mz-payment-credit-card-name\" class=\"with-wrap\">{{ labels.nameOnCard }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n                    <input type=\"text\" name=\"credit-card-name\" id=\"mz-payment-credit-card-name\" data-mz-value=\"{{ cardcontext }}nameOnCard\" value=\"{{ model.nameOnCard }}\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}nameOnCard\"></span>\r\n                </div>\r\n              </div>\r\n            </div>\r\n          </div>\r\n        <div class=\"row mz-payment-credit-card-defaultflag-row\">\r\n            <div class=\"col-sm-10\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\"></div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n                  <input type=\"checkbox\" id=\"editingcard-is-primary\" {% if model.isDefaultPayMethod %}checked=\"true\"{% endif %} data-mz-value=\"{{ cardcontext }}isDefaultPayMethod\" />\r\n                  <label for=\"editingcard-is-primary\">{{ labels.defaultPaymentMethod }}</label>\r\n                </div>\r\n              </div>\r\n            </div>\r\n        </div>\r\n        {% if model.hasSavedContacts %}\r\n        <div class=\"row mz-creditcard-billingaddresses\">\r\n            <div class=\"col-sm-12\">\r\n              <div class=\"row\">\r\n                <div class=\"form-label col-xs-12 col-sm-5 col-md-3 col-lg-3\">\r\n                    <label class=\"with-wrap\">{{ labels.selectBillingAddress }}:</label>\r\n                </div>\r\n                <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9 contact-selector\">\r\n                    {% include \"modules/my-account/my-account-contact-selector\" %}\r\n            \t\t\t<span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}contactId\"></span>\r\n                </div>\r\n              </div>\r\n            </div>\r\n        </div>\r\n        {% else %}\r\n            {% include \"modules/my-account/paymentmethods-address-form\" with addresscontext=\"editingContact.\" model=editingContact %}\r\n    \t\t<div class=\"\">\r\n    \t\t\t<div class=\"\">\r\n    \t\t\t</div>\r\n    \t\t\t<div class=\"\">\r\n    \t\t\t\t<span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ cardcontext }}contactId\"></span>\r\n    \t\t\t</div>\r\n    \t\t</div>\r\n        {% endif %}\r\n        </div>\r\n        <div class=\"row mz-creditcard-actions col-xs-12 no-pad\">\r\n          <div class=\"col-xs-12 col-sm-5 col-md-3 col-lg-3\"></div>\r\n          <div class=\"col-xs-12 col-sm-7 col-md-9 col-lg-9\">\r\n            <button class=\"mz-button mz-creditcard-save\" data-mz-action=\"finishEditCard\">{{ labels.save }}</button>\r\n            <a class=\"mz-button mz-creditcard-cancel gray\" data-mz-action=\"cancelEditCard\">{{ labels.cancel }}</a>\r\n          </div>\r\n        </div>\r\n    </div>\r\n{% endblock credit-card-form %}\r\n","modules/my-account/my-account-attributes":"<h3 class=\"mz-l-stack-sectiontitle\">Account Attributes</h3>\r\n","modules/my-account/my-account-paymentmethods":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.paymentInformation }} </h3>\r\n{% if model.hasSavedCards || editing.card == \"new\" %}\r\n    <div class=\"saved-cards-title\">{{labels.savedCards|upper}}</div>\r\n    <div class=\"mz-accountpaymentmethods-list mz-l-tiles col-xs-12 no-pad\">\r\n        {% for card in model.cards %}\r\n            {% if editing.card == card.id %}\r\n                {% include \"modules/my-account/my-account-credit-card-form\" with model=model.editingCard editingContact=model.editingContact %}\r\n            {% else %}\r\n                {% include \"modules/my-account/my-account-paymentmethod\" with model=card %}\r\n            {% endif %}\r\n        {% endfor %}\r\n        {% if editing.card == \"new\" %}\r\n            {% include \"modules/my-account/my-account-credit-card-form\" with model=model.editingCard editingContact=model.editingContact %}\r\n        {% endif %}\r\n    </div>\r\n{% else %}\r\n    <div class=\"info-message mz-accountpaymentmethods-empty\">{{ labels.noSavedCards }}</div>\r\n{% endif %}\r\n<div class=\"add-new col-xs-12 no-pad\">\r\n    <a href=\"javascript:;\" data-mz-card=\"new\" data-mz-action=\"beginEditCard\"><button class=\"icon plus color5\">{{ labels.addNewCard|upper }}</button></a>\r\n</div>\r\n","modules/my-account/my-account-password":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.password }}</h3>\r\n<div class=\"mz-accountsettings-password\">\r\n  {% comment %}\r\n  {% if not editing.password %}\r\n    <button class=\"mz-button mz-accountsettings-passwordedit\" data-mz-action=\"startEditPassword\">{{ labels.changePassword }}</button>\r\n    <div class=\"mz-validationmessage\" data-mz-validationmessage-for=\"passwordChanged\"></div>\r\n  {% else %}\r\n  {% endcomment %}\r\n    <div class=\"row\">\r\n      <div class=\"col-xs-12 col-sm-4 col-md-3 key\">\r\n        <label for=\"account-oldpassword\" class=\"mz-accountsettings-oldpasswordlabel\">{{ labels.oldPassword }}</label>\r\n      </div>\r\n      <div class=\"col-xs-12 col-sm-8 col-md-9\">\r\n        <input id=\"account-oldpassword\" class=\"mz-accountsettings-password\" type=\"password\" data-mz-value=\"oldPassword\" value=\"{{ model.oldPassword }}\" />\r\n      </div>\r\n    </div>\r\n    <div class=\"row\">\r\n      <div class=\"col-xs-12 col-sm-4 col-md-3 key\">\r\n        <label for=\"account-password\" class=\"mz-accountsettings-passwordlabel\">{{ labels.newPassword }}</label>\r\n      </div>\r\n      <div class=\"col-xs-12 col-sm-8 col-md-9\">\r\n        <input id=\"account-password\" class=\"mz-accountsettings-password\" type=\"password\" data-mz-value=\"password\" value=\"{{ model.password }}\" />\r\n      </div>\r\n    </div>\r\n    <div class=\"row\">\r\n      <div class=\"col-xs-12 col-sm-4 col-md-3 key\">\r\n        <label for=\"account-confirmpassword\" class=\"mz-accountsettings-confirmpasswordlabel\">{{ labels.confirmPassword }}</label>\r\n      </div>\r\n      <div class=\"col-xs-12 col-sm-8 col-md-9\">\r\n        <input id=\"account-confirmpassword\" class=\"mz-accountsettings-confirmpassword\" type=\"password\" data-mz-value=\"confirmPassword\" value=\"{{ model.confirmPassword }}\" />\r\n      </div>\r\n    </div>\r\n    <div class=\"mz-password-actions\">\r\n      <div class=\"mz-validationmessage\" data-mz-validationmessage-for=\"oldPassword\"></div>\r\n      <div class=\"mz-validationmessage\" data-mz-validationmessage-for=\"password\"></div>\r\n      <div class=\"mz-validationmessage\" data-mz-validationmessage-for=\"confirmPassword\"></div>\r\n      <div data-mz-validationmessage-for=\"passwordChanged\"></div>\r\n      <div class=\"row\">\r\n        <div class=\"col-xs-12 col-sm-4 col-md-3 c key\"></div>\r\n        <div class=\"col-xs-12 col-sm-8 col-md-9\">\r\n          <button class=\"mz-button mz-accountsettings-passworddone\" data-mz-action=\"finishEditPassword\">{{ labels.save }}</button>\r\n        </div>\r\n      </div>\r\n      {% comment %}\r\n        <button class=\"mz-button gray mz-accountsettings-passwordcancel\" data-mz-action=\"cancelEditPassword\">{{ labels.cancel }}</button>\r\n      {% endcomment %}\r\n    </div>\r\n  {% comment %}\r\n  {% endif %}\r\n  {% endcomment %}\r\n</div>\r\n","modules/my-account/my-account-print-window":"<div id=\"mz-printReturnLabelView\">\r\n\t<div class=\"printViewContent\">\r\n\t\t<div class=\"return-label\">\r\n\t\t\t<img src=\"{{ model.labelImageSrc }}\" alt=\"Return Label Image\"/>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"printView-opitions-bar print-hide\">\r\n\t\t<button class=\"mz-button\" onclick=\"printLabelHandler()\">{{labels.printWindowPrintButton}}</button>\r\n\t\t<button class=\"mz-button\" onclick=\"cancelHandler()\">{{labels.printWindowCancelButton}}</button>\r\n\t</div>\r\n</div> ","modules/my-account/my-account-contact-selector":"{% extends \"modules/common/contact-selector-radio\" %}\r\n{% block module-classes %} mz-l-tiles {% endblock module-classes %}\r\n{% block contact-selector %}\r\n{% set contactcontext=\"editingCard.\" %}\r\n{% set addresscontext=\"editingContact.\" %}\r\n{% set formIsForMyAccount=\"my-account\" %}\r\n{% parent %}\r\n{% endblock contact-selector %}\r\n","modules/my-account/my-account-paymentmethod":"{% extends \"modules/common/payment-method\" %}\r\n{% block module-classes %}mz-paymentmethod-myaccount{% endblock %}\r\n{% block payment-method-actions %}\r\n    <a class=\"mz-paymentmethod-action mz-paymentmethod-edit\" href=\"javascript:;\" data-mz-action=\"beginEditCard\" data-mz-card=\"{{ model.id }}\">{{ labels.edit }}</a>\r\n    <a class=\"mz-paymentmethod-action mz-paymentmethod-delete\" href=\"javascript:;\" data-mz-action=\"beginDeleteCard\" data-mz-card=\"{{ model.id }}\">{{ labels.del }}</a>\r\n{% endblock payment-method-actions %}\r\n","modules/my-account/my-account-saved-searches":"<div class=\"mz-savedsearch-section mz-l-paginatedlist col-xs-12 no-pad\">\r\n    <h3 class=\"mz-l-stack-sectiontitle\">My Wish Lists</h3>\r\n    {% if model.items && model.items.length > 0 %}\r\n    <div class=\"col-xs-12 no-pad\">\r\n        {% for savedSearch in model.items %}\r\n            <div class=\"row\">\r\n                <div class=\"col-xs-12\">\r\n                    <span>\r\n                        {{ savedSearch.name }}\r\n                    </span>\r\n                    <a class=\"save-search-action pull-right\" data-mz-action=\"deleteSavedSearch\" data-mz-id=\"{{savedSearch.id}}\">{{ labels.del}}</a>\r\n                    <a class=\"save-search-action pull-right\" data-mz-action=\"viewSearchResults\" data-mz-id=\"{{savedSearch.id}}\">{{ labels.view}}</a>\r\n                    <a href=\"{{themeSettings.savedSearchPage}}?id={{savedSearch.id}}\" class=\"save-search-action pull-right\">{{labels.edit}}</a>\r\n                    {% if savedSearch.emailAlerts %}\r\n                        <i class=\"icon email1 pull-right\" alt=\"Email Notifications Enabled\"></i>\r\n                    {% endif %}\r\n                </div>\r\n            </div>\r\n        {% endfor %}\r\n    </div>\r\n    {% else %}\r\n        <div class=\"info-message\">{% if showSavedSearch %}Loading...{% else %}No Wish Lists{% endif %}</div>\r\n    {% endif %}\r\n    <div class=\"col-xs-12\">\r\n        <a href=\"{{themeSettings.savedSearchPage}}\"><button class=\"margin-top-20 icon plus color5\">{{labels.savedSearchCreate|upper}}</button>\r\n    </div>\r\n</div>\r\n","modules/my-account/my-account-settings":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.accountSettings }}</h3>\r\n<div class=\"mz-accountsettings-section mz-accountsettings-name {% if editing %} is-editing {% endif %}\">\r\n  {% if editing %}<span class=\"mz-accountsettings-label mz-account-settings-label-name\">{{ labels.firstName }} / {{ labels.lastName }}</span>\r\n  <input class=\"mz-accountsettings-firstname\" type=\"text\" placeholder=\"{{ labels.firstName }}\" data-mz-value=\"firstName\" value=\"{{ model.firstName }}\" />\r\n  <input class=\"mz-accountsettings-lastname\" type=\"text\" placeholder=\"{{ labels.lastName }}\" data-mz-value=\"lastName\" value=\"{{ model.lastName }}\" />\r\n  <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"firstName\"></span>\r\n  <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"lastName\"></span>\r\n  {% else %}\r\n  <div class=\"mz-accountsettings-displayname\" id=\"account-settings-name\">\r\n    <div class=\"row\">\r\n      <div class=\"col-xs-3 col-md-2 col-xl-1 key\">\r\n        First Name\r\n      </div>\r\n      <div class=\"col-xs-9 col-md-10 col-xl-11\">\r\n        {{ model.firstName }}\r\n      </div>\r\n    </div>\r\n    <div class=\"row\">\r\n      <div class=\"col-xs-3 col-md-2 col-xl-1 key\">\r\n        Last Name\r\n      </div>\r\n      <div class=\"col-xs-9 col-md-10 col-xl-11\">\r\n        {{ model.lastName }}\r\n      </div>\r\n    </div>\r\n  </div>\r\n  {% endif %}\r\n</div>\r\n\r\n<div class=\"mz-accountsettings-section mz-accountsettings-email {% if editing %} is-editing {% endif %}\">\r\n  {% if editing %}\r\n  <span class=\"mz-accountsettings-label mz-account-settings-label-email\">{{ labels.emailAddress }}</span>\r\n  <input class=\"mz-accountsettings-email\" type=\"text\" placeholder=\"{{ labels.emailAddress }}\" data-mz-value=\"emailAddress\" value=\"{{ model.emailAddress }}\" />\r\n  <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"emailAddress\"></span>\r\n  {% else %}\r\n    <div class=\"row\">\r\n      <div class=\"mz-accountsettings-displayemail\">\r\n        <div class=\"col-xs-3 col-md-2 col-xl-1 key\">\r\n          Email Address\r\n        </div>\r\n        <div class=\"col-xs-9 col-md-10 col-xl-11\">\r\n          {{ model.emailAddress|default(model.userName) }}\r\n        </div>\r\n      </div>\r\n    </div>\r\n  {% endif %}\r\n</div>\r\n\r\n{% comment %}\r\n<div class=\"mz-accountsettings-section mz-accountsettings-acceptsmarketing {% if editing %} is-editing {% endif %}\">\r\n  <label for=\"account-acceptsmarketing\">\r\n    <input type=\"checkbox\" id=\"account-acceptsmarketing\" data-mz-value=\"acceptsMarketing\" {% if model.acceptsMarketing %}checked=\"checked\"{% endif %} {% if not editing %}disabled=\"disabled\"{% endif %} />{{ labels.accountOptIn }}\r\n  </label>\r\n</div>\r\n{% endcomment %}\r\n{% comment %}\r\nNo editable attributes here, no need to run this logic\r\n<div class=\"mz-accountsettings-section mz-accountsettings-attributes\">\r\n  {% for attribute in model.attributes %}\r\n    <div class=\"mz-accountsettings-attribute mz-accountsettings-attribute-{{ attribute.inputType|lower }}\">\r\n      {% if attribute.inputType === \"YesNo\" %}\r\n        {% if attribute.valueType !== \"AdminEntered\" %}\r\n          <input type=\"checkbox\" name=\"account-attribute-{{ attribute.attributeFQN }}\" value=\"{{ attribute.adminName }}\"\r\n            data-mz-attribute=\"{{ attribute.attributeFQN }}\" data-mz-value=\"attribute\" {% if attribute.values[0] === true %}checked=\"checked\"{% endif %}\r\n            {% if attribute.valueType === \"AdminEntered\" or not editing %}disabled=\"disabled\"{% endif %} />\r\n          <label for=\"account-attribute-{{ attribute.attributeFQN }}\">{{ attribute.adminName }}</label>\r\n        {% else %}\r\n          <span class=\"mz-accountsettings-label\">{{ attribute.adminName }}</span>\r\n          <span class=\"mz-accountsettings-value\">{% if attribute.values[0] %}{{ labels.yes }}{% else %}{{ labels.no }}{% endif %}</span>\r\n        {% endif %}\r\n      {% endif %}\r\n      {% if attribute.inputType === \"TextBox\" %}\r\n        <span class=\"mz-accountsettings-label\">{{ attribute.adminName }}</span>\r\n        {% if editing and attribute.valueType !== \"AdminEntered\" %}\r\n          <input type=\"text\" name=\"account-attribute-{{ attribute.attributeFQN }}\" value=\"{{ attribute.values|first }}\"\r\n            data-mz-attribute=\"{{ attribute.attributeFQN }}\" data-mz-value=\"attribute\" />\r\n          <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"values\"></span>\r\n        {% else %}\r\n          <span class=\"mz-accountsettings-attribute--value\">{{ attribute.values|first|default(\"N/A\") }}</span>\r\n        {% endif %}\r\n      {% endif %}\r\n      {% if attribute.inputType === \"Date\" %}\r\n        <span class=\"mz-accountsettings-label\">{{ attribute.adminName }}</span>\r\n        {% if editing and attribute.valueType !== \"AdminEntered\" %}\r\n          <input type=\"text\" name=\"account-attribute-{{ attribute.attributeFQN }}\" value=\"{{ attribute.values|first }}\"\r\n            placeholder=\"MM/DD/YYYY\" data-mz-attribute=\"{{ attribute.attributeFQN }}\" data-mz-value=\"attribute\" />\r\n          <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"values\"></span>\r\n        {% else %}\r\n          <span class=\"mz-accountsettings-attribute--value\">{{ attribute.values|first|default(\"N/A\") }}</span>\r\n        {% endif %}\r\n      {% endif %}\r\n      {% if attribute.inputType === \"List\" %}\r\n        <span class=\"mz-accountsettings-label\">{{ attribute.adminName }}</span>\r\n        {% if editing and attribute.valueType !== \"AdminEntered\" %}\r\n          {% for option in attribute.vocabularyValues %}\r\n            <input type=\"radio\" id=\"account-attribute-{{ attribute.attributeFQN }}-{{ option.value }}\"\r\n              name=\"account-attribute-{{ attribute.attributeFQN }}\" value=\"{{ option.value }}\" data-mz-attribute=\"{{ attribute.attributeFQN }}\"\r\n              data-mz-value=\"attribute\" {% if attribute.values[0] === option.value %}checked=\"checked\"{% endif %} />\r\n            <label for=\"account-attribute-{{ attribute.attributeFQN }}-{{ option.value }}\">{{ option.value }}</label>\r\n          {% endfor %}\r\n        {% else %}\r\n          <span class=\"mz-accountsettings-attribute-value\">{{ attribute.values|first|default(\"N/A\") }}</span>\r\n        {% endif %}\r\n      {% endif %}\r\n      {% if attribute.inputType === \"TextArea\" %}\r\n        <span class=\"mz-accountsettings-label\">{{ attribute.adminName }}</span>\r\n        {% if editing and attribute.valueType !== \"AdminEntered\" %}\r\n          <textarea cols=\"60\" rows=\"3\" name=\"account-attribute-{{ attribute.attribute.FQN }}\" data-mz-attribute=\"{{ attribute.attributeFQN }}\"\r\n            data-mz-value=\"attribute\">{{ attribute.values|first }}</textarea>\r\n          <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"values\"></span>\r\n        {% else %}\r\n          <span class=\"mz-accountsettings-attribute-value\">{{ attribute.values|first|default(\"N/A\") }}</span>\r\n        {% endif %}\r\n      {% endif %}\r\n    </div>\r\n  {% endfor %}\r\n</div>\r\n{% endcomment %}\r\n\r\n{% if editing %}\r\n<div class=\"row\">\r\n  <div class=\"col-xs-12 col-sm-4 col-md-3 col-lg-3 key\">\r\n    <button class=\"mz-button mz-accountsettings-editdone\" data-mz-action=\"finishEdit\">{{ labels.save }}</button>\r\n  </div>\r\n  <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-9\">\r\n    <button class=\"mz-button gray mz-accountsettings-editdone\" data-mz-action=\"cancelEdit\">{{ labels.cancel }}</button>\r\n  </div>\r\n</div>\r\n{% else %}\r\n<div class=\"row\">\r\n  <div class=\"col-xs-3 col-md-2 col-xl-1 key\">\r\n  </div>\r\n  <div class=\"col-xs-9 col-md-10 col-xl-11\">\r\n    <a href class=\"mz-link-edit-accountsettings\" data-mz-action=\"startEdit\"><button class=\"edit\">{{ labels.edit }}</button></a>\r\n  </div>\r\n</div>\r\n{% endif %}\r\n","modules/my-account/my-account-storecredit":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.digitalCredit }}</h3>\r\n<div class=\"mz-accountstorecredit-form col-xs-12 no-pad\">\r\n  <input type=\"text\" placeholder=\"{{ labels.enterDigitalCredit }}\" class=\"mz-accountstorecredit-input\" data-mz-entering-credit />\r\n  <button class=\"mz-button mz-accountstorecredit-add\" data-mz-action=\"addStoreCredit\">{{ labels.add }}</button>\r\n</div>\r\n{% if model.totalCreditAmount != 0 %}\r\n  <table class=\"mz-accountstorecredit-table mz-table zebra-striped col-xs-12 no-pad\">\r\n    <thead>\r\n      <tr>\r\n        <th class=\"mz-accountstorecredit-header-creditnumber\">{{ labels.digitalCreditCode }}</th>\r\n        <th class=\"mz-accountstorecredit-header-creditdate\">{{ labels.creditDate }}</th>\r\n        <th class=\"mz-accountstorecredit-header-creditamount\">{{ labels.creditAmount }}</th>\r\n        <th class=\"mz-accountstorecredit-header-remaining\">{{ labels.remaining }}</th>\r\n      </tr>\r\n    </thead>\r\n    <tbody>\r\n      {% for credit in model.credits %}\r\n        {% if credit.currentBalance != 0 %}\r\n          <tr class=\"mz-accountstorecredit-row\">\r\n            <td class=\"mz-accountstorecredit-cell-storecreditnumber\"><span class=\"visible-xs-inline\">{{ labels.digitalCreditCode }}: </span>{{ credit.code }}</td>\r\n            <td class=\"mz-accountstorecredit-cell-creditdate\"><span class=\"visible-xs-inline\">{{ labels.creditDate }}: </span>{{ credit.activationDate|date(\"F j, Y\") }}</td>\r\n            <td class=\"mz-accountstorecredit-cell-creditamount\"><span class=\"visible-xs-inline\">{{ labels.creditAmount }}: </span>{{ credit.initialBalance|currency }}</td>\r\n            <td class=\"mz-accountstorecredit-cell-remaining\"><span class=\"visible-xs-inline\">{{ labels.remaining }}: </span>{{ credit.currentBalance|currency }}</td>\r\n          </tr>\r\n        {% endif %}\r\n      {% endfor %}\r\n    </tbody>\r\n    <tfoot>\r\n      <tr class=\"mz-accountstorecredit-totalrow\">\r\n        <td class=\"mz-accountstorecredit-totallabelcell\" colspan=\"3\" align=\"right\">\r\n          <span class=\"mz-accountstorecredit-totallabel\">{{ labels.totalCreditBalance }}</span>\r\n        </td>\r\n        <td class=\"mz-accountstorecredit-total\" align=\"left\">\r\n          <span class=\"mz-accountstorecredit-totalamount\">{{ model.totalCreditAmount|currency }}</span>\r\n        </td>\r\n      </tr>\r\n    </tfoot>\r\n  </table>\r\n\r\n{% else %}\r\n  <div class=\"info-message col-xs-12\">{{ labels.accountNoCredits }}</div>\r\n{% endif %}\r\n","modules/my-account/my-account-wishlist-item-listing":"{% extends \"modules/common/item-listing\" %}\r\n\r\n{% block item-details %}\r\n    <div class=\"mz-itemlisting-description\">\r\n\t\t{% for option in model.product.options %}<div class=\"mz-itemlisting-option\">{{ option.attributeFQN|replace(\"Tenant~\") }}: {{ option.value }}</div>{% endfor %}\r\n\t\t<div class=\"mz-itemlisting-product-code\">{{ model.product.variationProductCode|default(model.product.productCode) }}</div>\r\n\t\t<div class=\"mz-itemlisting-quantity\">{{ labels.qty }}: {{ model.quantity }}</div>\r\n\t\t<div class=\"mz-itemlisting-price\">{{ labels.price }}: {{ model.product.price.price|currency }}</div>\r\n    </div>\r\n{% endblock %}\r\n{% block item-listing-actions %}\r\n    <a class=\"mz-itemlisting-action\" href=\"javascript:;\" data-mz-action=\"addItemToCart\" data-mz-item-id=\"{{ model.id }}\"><button class=\"primary\"><i class=\"icon plus2\"></i> {{ labels.addToCart }}</button></a>\r\n    <a class=\"mz-itemlisting-action\" href=\"javascript:;\" data-mz-action=\"beginRemoveItem\" data-mz-item-id=\"{{ model.id }}\"><button class=\"gray\"><i class=\"icon minus\"></i> {{ labels.removeFromWishlist }}</button></a>\r\n{% endblock item-listing-actions %}\r\n{% block item-listing-extras %}\r\n{% if model.id %}\r\n{% if editing.added == model.id %}\r\n<div class=\"wishlist-message col-xs-12 no-pad\">\r\n\t<div class=\"info-message\">\r\n\t\t{{ labels.addedToCart|string_format(model.product.name) }}\r\n\t\t<div class=\"info-buttons-wrapper\">\r\n\t\t\t<a href=\"javascript:;\" class=\"mz-action\" data-mz-action=\"finishRemoveItem\" data-mz-item-id=\"{{ model.id }}\"><button class=\"primary\">{{ labels.removeFromWishlist }}</button></a>\r\n\t\t\t<a class=\"mz-action\" href=\"javascript:;\" data-mz-action=\"doNotRemove\"><button class=\"gray\">{{ labels.leaveOnWishlist }}</button></a>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n{% endif %}\r\n{% if editing.remove == model.id %}\r\n<div class=\"wishlist-message col-xs-12 no-pad\">\r\n\t<div class=\"warning-message\">\r\n\t\t{{ labels.confirmRemoveFromWishlist|string_format(model.product.name) }}\r\n\t\t<div class=\"info-buttons-wrapper\">\r\n\t\t\t<a class=\"mz-action\" href=\"javascript:;\" data-mz-action=\"finishRemoveItem\" data-mz-item-id=\"{{ model.id }}\"><button class=\"primary\">{{ labels.remove }}</button></a>\r\n\t\t\t<a class=\"mz-action\" href=\"javascript:;\" data-mz-action=\"doNotRemove\"><button class=\"gray\">{{ labels.cancel }}</button></a>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n{% endif %}\r\n{% endif %}\r\n{% endblock item-listing-extras %}\r\n","modules/my-account/my-account-wishlist":"<h3 class=\"mz-l-stack-sectiontitle\">{{ labels.accountYourWishlist }}</h3>\r\n\r\n<div class=\"mz-accountwishlist-list col-xs-12 no-pad\">\r\n  {% if model.hasItems %}\r\n    {% for item in model.items %}\r\n      {% include \"modules/my-account/my-account-wishlist-item-listing\" with model=item %}\r\n    {% endfor %}\r\n    <div data-mz-pagenumbers class=\"five wide column mz-pagingcontrols\">\r\n        <div class=\"ui small pagination menu\">\r\n            <a class=\"{% if model.page == 1 %}disabled {% endif %}item\" id=\"page-arrow\"  rel=\"previous\" data-mz-action=\"favPrevious\">\r\n                <i class=\"angle left icon\"></i>\r\n            </a>\r\n\r\n            <a class=\"{% if model.page == 1 %}disabled {% endif %}item\" data-mz-action=\"favPage\" data-mz-page-num=\"1\">1</a>\r\n\r\n        {% if model.page > 4 %}\r\n            <span class=\"disabled item\">&hellip;</span>\r\n        {% endif %}\r\n        {% for pageNumber in model.pages %}\r\n            {% if pageNumber != 1 %}\r\n            {% if model.page == pageNumber %}\r\n                <span class=\"active item disabled\">{{ pageNumber }}</span>\r\n            {% else %}\r\n                <a class=\"item\" data-mz-action=\"favPage\" data-mz-page-num=\"{{ pageNumber }}\">\r\n                    {{ pageNumber }}\r\n                </a>\r\n            {% endif %}\r\n\r\n            {% if forloop.last and pageNumber < model.page|last - 1 and model.page|last > 1 %}\r\n                {% if pageNumber != model.page|last %}\r\n                    <span class=\"disabled item\">&hellip;</span>\r\n                {% endif %}\r\n                <a class=\"item\" data-mz-action=\"favPage\" data-mz-page-num=\"{{ model.pageCount }}\">\r\n                    {{ model.page|last }}\r\n                </a>\r\n            {% endif %}\r\n            {% endif %}\r\n        {% endfor %}\r\n            <a class=\"{% if model.page == model.pages|last %}disabled {% endif %}item\" id=\"page-arrow\" rel=\"next\" data-mz-action=\"favNext\">\r\n                {% comment %}\r\n                    <span class=\"ui computer only\">\r\n                        {{ labels.nextPage }}\r\n                    </span>\r\n                {% endcomment %}\r\n\r\n                <i class=\"angle right icon\"></i>\r\n            </a>\r\n        </div>\r\n    </div>\r\n  {% else %}\r\n    <div class=\"info-message\">{{ labels.accountNoWishlists }}</div>\r\n  {% endif %}\r\n</div>\r\n","modules/my-account/order-history-item-listing":"{% extends \"modules/common/item-listing\" %}\r\n{% block item-name %}\r\n    {% if model.fulfillmentDate %} {{ labels.shipped }}: {{ model.fulfillmentDate|date(\"F j, Y\") }}{% endif %}\r\n    {% parent %}\r\n{% endblock item-name %}\r\n{% block item-listing-actions %}\r\n    {% comment %}\r\n    {% if returning != model.id %}\r\n        {% if item.product.fulfillmentStatus == \"Fulfilled\" and themeSettings.allowCustomerInitiatedReturns %}\r\n            <a class=\"mz-itemlisting-action\" href=\"javascript:;\" data-mz-action=\"startReturnItem\" data-mz-order-id=\"{{ order.id }}\" data-mz-start-return=\"{{ model.id }}\">{{ labels.returnOrReplace }}</a>\r\n        {% endif %}\r\n    {% endif %}\r\n    {% endcomment %}\r\n{% endblock item-listing-actions %}\r\n{% block item-listing-extras %}\r\n<div class=\"mz-return-wrapper col-xs-12 no-pad\">\r\n    {% if returning == model.id %}\r\n    <div class=\"mz-itemlisting-prompt warning-message col-xs-12\">{{ labels.returnInfo|safe }}</div>\r\n    {% endif %}\r\n    {% if returning == model.id %}\r\n        {% include \"modules/common/item-return-form\" %}\r\n    {% endif %}\r\n</div>\r\n{% endblock item-listing-extras %}\r\n","modules/my-account/order-history-list":"{% for order in model.items %}\r\n\t{% include \"modules/my-account/order-history-order-listing\" with model=order %}\r\n{% endfor %}","modules/my-account/order-history-paging-controls":"{% extends \"modules/common/paging-controls\" %}\r\n{% block page-sizes %}\r\n<option {% if model.pageSize == 5 %}selected=\"selected\"{% endif %} value=\"5\">5</option>\r\n{% parent %}\r\n{% endblock page-sizes %}\r\n","modules/my-account/order-history-listing-item":"{% extends \"modules/common/item-listing\" %}\r\n\r\n{% block item-details %}\r\n    <div class=\"mz-itemlisting-description\">\r\n      {% for option in model.product.options %}\r\n        {{ option.name }}: \r\n        {% if option.shopperEnteredValue %} \r\n          {{ option.shopperEnteredValue }}, \r\n        {% endif %}\r\n        {% if option.value %} \r\n          {{ option.value }}, \r\n        {% endif %}\r\n      {% endfor %}\r\n      {{ model.product.variationProductCode|default(model.product.productCode) }}\r\n      {% if model.product.measurements.packageWeight.value %}, \r\n        {{ model.product.measurements.packageWeight.value }}{{model.measurements.packageWeight.unit }}\r\n      {% endif %}\r\n    </div>\r\n    <div class=\"mz-itemlisting-price\">\r\n     {{labels.orderPackagePrice}} : \r\n     {% if model.product.price.tenantOverridePrice %}\r\n        {{ model.product.price.tenantOverridePrice|currency }} \r\n      {% else %} \r\n        {%if model.product.price.salePrice %}\r\n          {{ model.product.price.salePrice|currency }}\r\n        {% else %}\r\n          {{ model.product.price.price|currency }}\r\n        {% endif %}\r\n      {% endif %}\r\n    </div>\r\n    <div class=\"mz-itemlisting-quantity\">\r\n     {{labels.orderPackageQuantity}} : {%if packageItem %} {{ packageItem.quantity}} {% else %} {{ model.quantity}} {% endif %} \r\n    </div>  \r\n{% endblock item-details %}\r\n{% block item-listing-actions %}\r\n   \r\n{% endblock item-listing-actions %}\r\n{% block item-listing-extras %}\r\n  {% if returning == model.id %}\r\n  <p class=\"mz-itemlisting-prompt is-warning\">{{ labels.returnInfo|safe }}</p>\r\n  {% endif %}\r\n{% endblock item-listing-extras %}","modules/my-account/order-history-listing":"{% extends \"modules/common/order-listing\" %}\r\n{% block order-items %}\r\n<div class=\"order-history-listing\">\r\n    {% if model.isUnified and model.hasFulfilledPackages or model.hasFulfilledPickups %}\r\n        <div class=\"mz-orderlisting-prompt is-warning\" data-mz-message-for=\"noReturnableItems\"></div>\r\n            <div class=\"mz-orderlisting-header\">\r\n                {% if themeSettings.allowCustomerInitiatedReturns and not model.limitPlaceReturns %}\r\n                    <div class=\"mz-orderlisting-return\">\r\n                        <span class=\"mz-itemlisting-action\">\r\n                            <button type=\"submit\" class=\"mz-button\" data-mz-order-id=\"{{ model.id }}\" data-mz-action=\"startOrderReturn\" >{{ labels.returnOrReplace }}</button>\r\n                        </span>\r\n                    </div>\r\n                {% endif %}\r\n            </div>\r\n    {% endif %}\r\n\r\n    {% if model.hasFulfilledPackages %}\r\n        <h2 class=\"mz-orderlisting-heading\">{{labels.shipped}}</h2>\r\n        <div class=\"data-mz-order-packages\">\r\n            {% include \"modules/my-account/order-history-package-group\" with model=model packages=model.packages %}\r\n        </div>\r\n    {% endif %}\r\n\r\n    {% if model.hasFulfilledPickups %}\r\n        <h2 class=\"mz-orderlisting-heading\">{{labels.orderItemsPickup}}</h2>\r\n        <div class=\"mz-orderlisting-pickup\">\r\n            {% include \"modules/my-account/order-history-package-group\" with model=model packages=model.pickups %}\r\n        </div>\r\n    {% endif %}\r\n\r\n    {% if model.hasFulfilledDigital%}\r\n        <h2 class=\"mz-orderlisting-heading\">{{labels.orderDigitalItems}}</h2>\r\n        <div class=\"mz-orderlisting-pickup\">\r\n            {% include \"modules/my-account/order-history-package-group\" with model=model packages=model.digitalPackages %}\r\n        </div>\r\n    {% endif %}\r\n\r\n    {% if model.getNonShippedItems.length > 0 %}\r\n        <h2 class=\"mz-orderlisting-heading\">{{labels.orderItemsNotShipped}}</h2>\r\n        <div class=\"mz-orderlisting-nonShipped\">\r\n        {% for item in model.getNonShippedItems %}\r\n            {% if item.Type == \"BundleItem\" %}\r\n                {% include \"modules/my-account/my-account-product-bundle\" with model=item %}\r\n            {% else %}\r\n                {% include \"modules/my-account/order-history-listing-item\" with model=item %}\r\n            {% endif %}\r\n        {% endfor %}\r\n        </div>\r\n    {% endif %}\r\n\r\n</div>\r\n{% endblock order-items %}","modules/my-account/order-history-package-item":"<div data-mz-order-package-item data-mz-product-code=\"{{ model.productCode }}\">\r\n\t\t{% block order-package-item-header %}\r\n\t\t\t\r\n\t\t{% endblock order-package-item-header %}\r\n\r\n\t\t{% block order-package-item %}\r\n\r\n\t\t\t\t{% include \"modules/my-account/order-history-listing-item\" with model=model.getProductDetails packageItem=model %}\r\n\r\n\r\n\t\t{% endblock order-package-item %}\t\r\n\t\t\r\n\r\n\t\t{% block order-package-item-footer%}\r\n\r\n\t\t{% endblock order-package-item-footer %}\r\n</div>","modules/my-account/paymentmethods-address-form":"{% block address-form %}\r\n  <div class=\"my-account-paymentmethods-new-address-form col-xs-12\">\r\n    <div class=\"row mz-addressform-firstname\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"firstname\">{{ labels.firstName }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"firstname\" data-mz-value=\"{{ addresscontext }}firstName\" value=\"{{ model.firstName }}\" maxlength=\"200\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}firstName\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-lastname\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"lastname\">{{ labels.lastName }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"lastname\" data-mz-value=\"{{ addresscontext }}lastNameOrSurname\" value=\"{{ model.lastNameOrSurname }}\" maxlength=\"200\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}lastNameOrSurname\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-address1\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"address-line-1\">{{ labels.address }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"address-line-1\" data-mz-value=\"{{ addresscontext }}address.address1\" value=\"{{ model.address.address1 }}\" maxlength=\"200\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address1\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-address2\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\"></div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" autocomplete=\"off\" name=\"address-line-2\" data-mz-value=\"{{ addresscontext }}address.address2\" value=\"{{ model.address.address2 }}\" maxlength=\"200\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.address2\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% comment %}\r\n    {% if countries && countries.length > 0 %}\r\n    {% endif %}\r\n    {% endcomment %}\r\n        <div class=\"row read-only-country\">\r\n            <div class=\"col-sm-10\">\r\n                <div class=\"row\">\r\n                    <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                        <label>{{ labels.country }}:</label>\r\n                    </div>\r\n                    <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                      <div>{{ labels.unitedStates }}</div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    <div class=\"row mz-addressform-country\" style=\"display: none;\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"country\">{{ labels.country }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <select data-mz-value=\"{{ addresscontext }}address.countryCode\" class=\"no-style\">\r\n                        {% comment %}\r\n                        <option></option>\r\n                        {% if countries && countries.length > 0 %}\r\n                        {% for country in countries %}\r\n                            <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                        {% endfor %}\r\n                        {% else %}\r\n                        {% for country in pageContext.billingCountries %}\r\n                            <option {% if model.address.countryCode == country.value %}selected=\"selected\" {% endif %}value=\"{{ country.value }}\">{{ country.key }}</option>\r\n                        {% endfor %}\r\n                        {% endif %}\r\n                        {% endcomment %}\r\n                        <option selected=\"selected\" value=\"US\">\r\n                          {{labels.unitedStates}}\r\n                        </option>\r\n                    </select>\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.countryCode\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-city\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"city\">{{ labels.city }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"city\" data-mz-value=\"{{ addresscontext }}address.cityOrTown\" value=\"{{ model.address.cityOrTown }}\" maxlength=\"100\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.cityOrTown\"></span>\r\n                </div>\r\n                <div class=\"mz-addressform-autocompletefields\">\r\n                    <label for=\"autocomplete-state\">{{ labels.state }}</label><input type=\"text\" name=\"state\" data-mz-value=\"{{ addresscontext }}address.stateOrProvince\" value=\"{{ model.address.stateOrProvince }}\" />\r\n                    <label for=\"autocomplete-zip\">{{ labels.zip }}</label><input type=\"text\" name=\"zip\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" />\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-state\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"stateOrProvince\">{{ labels.stateOrProvince }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                  <select data-mz-value=\"{{ addresscontext }}address.stateOrProvince\">\r\n                      <option></option>\r\n\r\n                      {% if states && states.length > 0 %}\r\n                      {% for state in states %}\r\n                          <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                      {% endfor %}\r\n                      {% else %}\r\n                      {% for state in pageContext.billingStates %}\r\n                          <option {% if model.address.stateOrProvince == state.key %}selected=\"selected\"{% endif %} value=\"{{ state.key }}\">{{ state.value }}</option>\r\n                      {% endfor %}\r\n                      {% endif %}\r\n\r\n                  </select>\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.stateOrProvince\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"row mz-addressform-zip\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"postal-code\" class=\"with-wrap\">{{ labels.postalCode }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"postal-code\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\" maxlength=\"100\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% comment %}\r\n    <div {% if model.address.CountryCode != \"UK\" %}style=\"display: none\"{% endif %} class=\"row mz-addressform-postaltown\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"postal-town\">{{ labels.postalTown }}</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"postal-town\" data-mz-value=\"{{ addresscontext }}address.postalOrZipCode\" value=\"{{ model.address.postalOrZipCode }}\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}address.postalOrZipCode\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% endcomment %}\r\n    <div class=\"row mz-addressform-phone\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"shippingphone\">{{ labels.phone }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <input type=\"text\" name=\"shippingphone\" data-mz-value=\"{{ addresscontext }}phoneNumbers.home\" value=\"{{ model.phoneNumbers.home }}\" maxlength=\"20\">\r\n                    <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"{{ addresscontext }}phoneNumbers.home\"></span>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% if themeSettings.showAddressTypeDropdown %}\r\n    <div class=\"row mz-addressform-addresstype\" style=\"display: none;\">\r\n        <div class=\"col-sm-10\">\r\n            <div class=\"row\">\r\n                <div class=\"form-label col-sm-12 col-md-4 col-lg-3\">\r\n                    <label for=\"addresstype\">{{ labels.addressType }}<span class=\"is-required\"> *</span>:</label>\r\n                </div>\r\n                <div class=\"col-sm-12 col-md-8 col-lg-9\">\r\n                    <select data-mz-value=\"{{ addresscontext }}address.addressType\" disabled=\"disabled\">\r\n                        <option value=\"Residential\" selected=\"selected\">{{ labels.residential }}</option>\r\n                        {% comment %}\r\n                        <option value=\"Commercial\" {% if model.address.addressType == \"Commercial\" %}selected=\"selected\"{% endif %} >{{ labels.commercial }}</option>\r\n                        {% endcomment %}\r\n                    </select>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    {% endif %}\r\n  </div>\r\n{% endblock address-form %}\r\n","modules/my-account/order-history-order-listing":"{% extends \"modules/common/order-listing\" %}\r\n{% block order-items %}\r\n    {% for item in model.items %}\r\n    \t{% include \"modules/my-account/order-history-item-listing\" with model=item order=model %}\r\n    {% endfor %}\r\n{% endblock order-items %}\r\n","modules/my-account/return-history-item-listing":"\r\n﻿{% extends \"modules/common/item-listing\" %}\r\n{% block module-classes %} mz-itemlisting-rmaitem {% endblock module-classes %}\r\n{% block item-listing-prefix %}\r\n{% comment %}<h3>{{ labels.returning }}</h3>{% endcomment %}\r\n{% endblock item-listing-prefix %}\r\n{% comment %}\r\n{% block item-listing-extras %}\r\n    <div class=\"mz-itemlisting-rmaitem-details\">\r\n    <h3>{{ labels.returnDetails }}</h3>\r\n    <dl class=\"mz-propertylist\">\r\n        {% for r in model.reasons %}\r\n        <dt>{{ labels.reasonForReturn }}</dt>\r\n        <dd>{{ r.reason }}</dd>\r\n        <dt>{{ labels.quantityToReturn }}</dt>\r\n        <dd>{{ r.quantity }}</dd>\r\n        {% endfor %}\r\n        <dt>{{ labels.optionalComments }}</dt>\r\n        {% for c in model.notes %}\r\n        <dd>{{ c.text }}</dd>\r\n        {% endfor %}\r\n    </dl>\r\n    </div>\r\n{% endblock item-listing-extras %}\r\n{% endcomment %}\r\n","modules/my-account/return-history-list":"\r\n        {% for rma in model.items %}\r\n        {% include \"modules/my-account/return-history-return-listing\" with model=rma %}\r\n        {% endfor %}\r\n","modules/my-account/return-history-listing":"{% extends \"modules/common/order-listing\" %}\r\n{% block order-details %}\r\n<ul class=\"mz-orderlisting-details-list\">\r\n            <li class=\"mz-orderlisting-details-item\">\r\n                <dl class=\"mz-propertylist mz-propertylist-order\">\r\n                    <dt>{{ labels.returnCreated }}</dt>\r\n                    <dd>{{ model.auditInfo.createDate|date(\"F j, Y\") }}</dd>\r\n                </dl>\r\n            </li>\r\n            <li class=\"mz-orderlisting-details-item\">\r\n                <dl class=\"mz-propertylist mz-propertylist-order\">\r\n                    <dt>{{ labels.returnNumber }}</dt>\r\n                    <dd>{{ model.returnNumber }}</dd>\r\n                </dl>\r\n            </li>\r\n            <li class=\"mz-orderlisting-details-item\">\r\n                <dl class=\"mz-propertylist mz-propertylist-order\">\r\n                    <dt>{{ labels.status }}</dt>\r\n                    <dd>{{ model.status }}</dd>\r\n                </dl>\r\n            </li>\r\n\r\n<li class=\"mz-orderlisting-details-item\">\r\n    {% if model.status == \"Authorized\" %}\r\n        \r\n                <div>\r\n                   <button id=\"print-return-label\" class=\"mz-button\" data-mz-action=\"printReturnLabel\" data-mz-returnId=\"{{model.id}}\">\r\n                        {{labels.returnPrintLabelButton}}\r\n                   </button>\r\n                </div>\r\n    {% endif %}\r\n    </li>\r\n</ul>\r\n\r\n{% endblock order-details %}\r\n{% block order-items %}\r\n    {% for item in model.items %}\r\n    {% include \"modules/my-account/return-history-item-listing\" with model=item %}\r\n    {% endfor %}\r\n{% endblock order-items %}","modules/my-account/return-history-return-listing":"<div class=\"mz-orderlisting col-xs-12 no-pad\" data-mz-id=\"{{ model.id }}\">\r\n    <div class=\"mz-orderlisting-detail col-xs-12 col-md-4 col-lg-3\">\r\n      <h3 class=\"mz-orderlisting-date\">\r\n        {% if model.submittedDate %}\r\n          {{ model.submittedDate|date(\"F j, Y\") }}\r\n        {% else %}\r\n          {{ model.auditInfo.createDate|date(\"F j, Y\") }}\r\n        {% endif %}\r\n      </h3>\r\n        {% block order-details %}\r\n          <div class=\"mz-propertylist\">\r\n              <div>\r\n                <strong>{{ labels.returnNumber }}:</strong>\r\n                <span>{{ model.returnNumber }}</span>\r\n              </div>\r\n              <div>\r\n                <strong>{{ labels.returnStatus }}:</strong>\r\n                <span>{{ model.status }}</span>\r\n              </div>\r\n              <div>\r\n                <strong>{{ labels.returnTotal }}:</strong>\r\n                <span>{{ model.refundAmount|currency }}</span>\r\n              </div>\r\n          </div>\r\n        {% endblock order-details %}\r\n    </div>\r\n    <div class=\"mz-orderlisting-items col-xs-12 col-md-8 col-lg-9 no-pad\">\r\n      {% for item in model.items %}\r\n        {% include \"modules/my-account/return-history-item-listing\" with model=item %}\r\n      {% endfor %}\r\n    </div>\r\n</div>\r\n","modules/product-button-test":"<div>\r\n    <p>Product Button Test</p>\r\n</div>","modules/pre-qualify":"{% with model|get_product_attribute_value(\"tenant~rv-location\") as rvLocation %}\r\n    <div class=\"hidden-xs\">\r\n        {% with model.productCode as product_code %}\r\n        {% if rvLocation == \"New Braunfels, TX\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=bd8b7b6d-d141-41f3-a81a-c4a9eb29e7d5&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% if rvLocation == \"Houston, TX\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=e77dafe9-d851-4849-93a9-ff75364c943c&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% if rvLocation == \"Cleburne, TX\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=57431849-928c-4795-bcb0-d5cb16699767&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% if rvLocation == \"Decatur, TX\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=41b8328e-41bc-4fc6-bb59-b48180e76dc5&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% if rvLocation == \"El Reno, OK\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=85cb5715-e082-403a-8dea-b7f5acb689a9&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% if rvLocation == \"Summerfield, FL\" %}\r\n            <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=cbc7149b-4da8-4ca4-b344-d0b2fcc63551&origin=ONLINE&suborigin=index&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n        {% endif %}\r\n        {% endwith %}\r\n\r\n        {% comment %} Check if we're on the product detail page {% endcomment %}\r\n        {% if context == \"detail\" %}\r\n            {% comment %} Product detail page layout - horizontal with vertical scrolling {% endcomment %}\r\n            <button class=\"mz-button color5\" style=\"width: auto; min-width: 300px; height: 55px; white-space: nowrap; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 1em 54px; position: relative; overflow: hidden; font-size: 16px;\">\r\n                <div class=\"diagonal-sweep\" style=\"position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.8) 50%, transparent 100%); transform: translateX(100%) skewX(-45deg); animation: sweep 4s infinite; z-index: 1; pointer-events: none;\"></div>\r\n                <style>\r\n                @keyframes sweep {\r\n                    0% { transform: translateX(100%) skewX(-45deg); opacity: 1; }\r\n                    9% { transform: translateX(-100%) skewX(-45deg); opacity: 1; }\r\n                    9.1% { opacity: 0; }\r\n                    100% { transform: translateX(-100%) skewX(-45deg); opacity: 0; }\r\n                }\r\n                </style>\r\n                <div style=\"display: flex; align-items: center; justify-content: center;\">\r\n                    <span style=\"font-weight: bold; font-size: 16px; text-align: center; margin: 0; line-height: 1.1;\">\r\n                        <b>Pre-Qualify</b>\r\n                    </span>\r\n                </div>\r\n                <div style=\"width: 0.5rem;\"></div>\r\n                <div style=\"position: relative; overflow: visible; width: 120px; height: 100%; text-align: left;\">\r\n                    <span class=\"rotating-text-vertical\" style=\"font-size: 16px; text-align: left; margin: 0; color: white; font-weight: normal; transition: transform 0.5s ease-out, opacity 0.5s ease-out; line-height: 1.1; position: absolute; top: 50%; left: 0; transform: translateY(-50%);\" aria-hidden=\"true\">\r\n                        No SSN Required\r\n                    </span>\r\n                </div>\r\n            </button>\r\n        </a>\r\n        {% else %}\r\n            {% comment %} Original layout for product listing pages {% endcomment %}\r\n            <button class=\"mz-button color5\" style=\"width: 100%; white-space: nowrap; text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; padding: 8px 12px; position: relative; overflow: hidden;\">\r\n                <div class=\"diagonal-sweep\" style=\"position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.8) 50%, transparent 100%); transform: translateX(100%) skewX(-45deg); animation: sweep 4s infinite; z-index: 1; pointer-events: none;\"></div>\r\n                <style>\r\n                @keyframes sweep {\r\n                    0% { transform: translateX(100%) skewX(-45deg); opacity: 1; }\r\n                    9% { transform: translateX(-100%) skewX(-45deg); opacity: 1; }\r\n                    9.1% { opacity: 0; }\r\n                    100% { transform: translateX(-100%) skewX(-45deg); opacity: 0; }\r\n                }\r\n                </style>\r\n                <div style=\"height: 50%; display: flex; align-items: center; justify-content: center;\">\r\n                <span style=\"font-weight: bold; font-size: 1.3em; text-align: center; margin: 0; line-height: 1.1; margin-bottom: 0.2em;\">\r\n                    <b>Pre-Qualify</b>\r\n                </span>\r\n                </div>\r\n                <div style=\"height: 50%; display: flex; align-items: center; justify-content: center;\">\r\n                <span class=\"rotating-text\" style=\"font-size: 1em; text-align: center; margin: 0; color: white; font-weight: normal; transition: transform 0.15s ease-out, opacity 0.15s ease-out; line-height: 1.1; margin-top: 0.2em;\" aria-hidden=\"true\">\r\n                    No SSN Required\r\n                </span>\r\n                </div>\r\n            </button>\r\n        </a>\r\n        {% endif %}\r\n\r\n\r\n    </div>\r\n    {% endwith %}\r\n\r\n<script>\r\n    (function() {\r\n    var texts = [\"No SSN Required\", \"No Score Impact\", \"It's Easy at PPL!\"];\r\n    var productDetailTexts = [\"No SSN Required\", \"No Score Impact\", \"One Easy Step\"];\r\n    var textElements = document.querySelectorAll('.rotating-text');\r\n    var verticalTextElements = document.querySelectorAll('.rotating-text-vertical');\r\n\r\n    // Original horizontal scrolling animation\r\n    textElements.forEach(function(textElement) {\r\n        var currentIndex = 0;\r\n\r\n        setInterval(function() {\r\n        // Slide out to the left and fade out\r\n        textElement.style.transform = 'translateX(-100%)';\r\n        textElement.style.opacity = '0';\r\n\r\n        setTimeout(function() {\r\n            // Temporarily disable transition\r\n            textElement.style.transition = 'none';\r\n\r\n            currentIndex = (currentIndex + 1) % texts.length;\r\n            textElement.textContent = texts[currentIndex];\r\n\r\n            // Position new text off-screen to the right and make it invisible\r\n            textElement.style.transform = 'translateX(100%)';\r\n            textElement.style.opacity = '0';\r\n\r\n            // Force reflow\r\n            textElement.offsetHeight;\r\n\r\n            // Use requestAnimationFrame for smooth transition\r\n            requestAnimationFrame(function() {\r\n            requestAnimationFrame(function() {\r\n                textElement.style.transition = 'transform 0.25s ease-out, opacity 0.25s ease-out';\r\n                textElement.style.transform = 'translateX(0)';\r\n                textElement.style.opacity = '1';\r\n            });\r\n            });\r\n        }, 150);\r\n        }, 3000); // Change every 3 seconds\r\n    });\r\n\r\n    // Vertical scrolling animation for product detail page\r\n    verticalTextElements.forEach(function(textElement) {\r\n        var currentIndex = 0;\r\n        var button = textElement.closest('button');\r\n        var buttonHeight = button ? button.offsetHeight : 60; // fallback height\r\n\r\n        setInterval(function() {\r\n        // Slide out to the bottom and fade out\r\n        textElement.style.transform = 'translateY(' + (buttonHeight/2 + 20) + 'px)';\r\n        textElement.style.opacity = '0';\r\n\r\n        setTimeout(function() {\r\n            // Temporarily disable transition\r\n            textElement.style.transition = 'none';\r\n\r\n            currentIndex = (currentIndex + 1) % productDetailTexts.length;\r\n            textElement.textContent = productDetailTexts[currentIndex];\r\n\r\n            // Position new text off-screen to the top and make it invisible\r\n            textElement.style.transform = 'translateY(' + (-buttonHeight/2 - 20) + 'px)';\r\n            textElement.style.opacity = '0';\r\n\r\n            // Force reflow\r\n            textElement.offsetHeight;\r\n\r\n            // Use requestAnimationFrame for smooth transition\r\n            requestAnimationFrame(function() {\r\n            requestAnimationFrame(function() {\r\n                textElement.style.transition = 'transform 0.5s ease-out, opacity 0.5s ease-out';\r\n                textElement.style.transform = 'translateY(-50%)';\r\n                textElement.style.opacity = '1';\r\n            });\r\n            });\r\n        }, 250);\r\n        }, 3000); // Change every 3 seconds\r\n    });\r\n    })();\r\n\r\n</script>\r\n","modules/product/faceting-form":"{% require_script \"modules/faceting-form\" %}\r\n{% if pageContext.isMobile %}\r\n    <button class=\"mobile-facets-toggle top-toggle closed icon\">\r\n        <span class=\"hide-filters hidden\">{{ labels.filtersHide }}</span><span class=\"show-filters\">{{ labels.filtersShow }}</span> <i class=\"icon plus2 open\"></i><i class=\"icon minus close\" style=\"display:none;\"></i>\r\n    </button>\r\n{% endif %}\r\n<section class=\"mz-facetingform col-xs-12 no-pad\" {% if pageContext.isMobile %}style=\"display: none;\"{% endif %}>\r\n    {% if model.hasValueFacets and pageContext.pagination.facetValueFilter %}\r\n    <div class=\"mz-l-sidebaritem col-xs-12 no-pad\">\r\n        <button class=\"mz-button gray mz-facetingform-clearall\" data-mz-action=\"clearFacets\" data-mz-url=\"{% make_url \"facet\" \"clear\"  %}\" rel=\"nofollow\">{{ labels.clearAllFilters }}</button>\r\n    </div>\r\n    {% endif %}\r\n    {% for facet in model.facets %}\r\n      {% if facet.values and facet.facetType == \"Hierarchy\" %}\r\n        {% if facet.values.length == 1 %}\r\n          {% include \"modules/product/hierarchy-facets\" with facet=facet facetValues=facet.values|first|prop(\"childrenFacetValues\") %}\r\n        {% else %}\r\n          {% include \"modules/product/hierarchy-facets\" with facet=facet facetValues=facet.values %}\r\n        {% endif %}\r\n      {% endif %}\r\n    {% endfor %}\r\n    {% for facet in model.facets|dictsortreversed('count') %}\r\n\r\n    {% if facet.values and facet.facetType != \"Hierarchy\" and (facet.field != \"tenant~rv-type\" or pageContext.title == \"All Vehicles\") %}\r\n    <div class=\"mz-l-sidebaritem col-xs-12 no-pad {% if facet.label == \"Color\" %}color{% endif %}\">\r\n        {% if pageContext.isMobile %}{% comment %} Toggles closed on mobile {% endcomment %}\r\n            <a rel=\"nofollow\" class=\"accordion-toggle collapsed col-xs-12 no-pad\" data-toggle=\"collapse\" data-parent=\"#footer-collapse\" label=\"{{facet.label}}\" href=\"#facet_{{ forloop.counter0}}_{{forloop.index}}\" aria-expanded=\"false\"><h6>{{ facet.label }} <i class=\"icon chevron2-up\"></i></h6></a>\r\n            <ul label=\"{{facet.label}}\" id=\"facet_{{ forloop.counter0}}_{{forloop.index}}\" class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy collapse col-xs-12 no-pad\" aria-expanded=\"false\">\r\n        {% else %}{% comment %} Toggles opene on tablet/desktop {% endcomment %}\r\n            <a rel=\"nofollow\" class=\"accordion-toggle collapsed col-xs-12 no-pad\" data-toggle=\"collapse\" data-parent=\"#footer-collapse\" href=\"#facet_{{ forloop.counter0}}_{{forloop.index}}\" label=\"{{facet.label}}\" aria-expanded=\"true\"><h6>{{ facet.label }} <i class=\"icon chevron2-up\"></i></h6></a>\r\n            <ul id=\"facet_{{ forloop.counter0}}_{{forloop.index}}\" label=\"{{facet.label}}\" class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy collapsed collapse col-xs-12 no-pad\" aria-expanded=\"true\">\r\n        {% endif %}\r\n            {% for fval in facet.values %}\r\n                    <li>\r\n                      {% if facet.label == \"Color\" %}\r\n                        <input type=\"checkbox\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value color-facet\" {% if fval.isApplied %}checked=\"checked\"{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" data-mz-url=\"{% make_url \"facet\" fval %}\" rel=\"nofollow\">\r\n                        <label title=\"{{fval.value}}\" class=\"color {{fval.value|replace(\"/\", \"or\")|replace(\" \", \"\")}}\" class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n                          <i class=\"icon checkmark1\" {% if not fval.isApplied %}style=\"display: none;\"{% endif %}></i>\r\n                        </label>\r\n                        <label title=\"{{fval.value}}\" class=\"text\" class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">{{fval.value}}</label>\r\n                      {% else %}\r\n                        <input type=\"checkbox\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}checked=\"checked\"{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" data-mz-url=\"{% make_url \"facet\" fval %}\" rel=\"nofollow\">\r\n                        <label class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n                          {% if facet.label == \"Price\" %}\r\n                            {% if fval.rangeQueryValueStart == \"*\" %}\r\n                              < ${{ fval.rangeQueryValueEnd }}\r\n                            {% else %}\r\n                              {% if fval.rangeQueryValueEnd == \"*\" %}\r\n                                ${{ fval.rangeQueryValueStart }} +\r\n                              {% else %}\r\n                                ${{ fval.rangeQueryValueStart }}-${{ fval.rangeQueryValueEnd }}\r\n                              {% endif %}\r\n                            {% endif %}\r\n                          {% else %}\r\n                            {%if fval.label|split(\".\")|length == 2 and fval.label|split(\".0\")|length == 2 and fval.label|split(\" \")|length == 1 and fval.label|currency > \"\"%}\r\n                                {{fval.label|currency|split(\".0\")|first|split(\"$\")|last}}\r\n                            {%else%}\r\n                                {% if fval.label == \"true\" or fval.label == \"True\" or fval.label == \"TRUE\" or fval.label == true %}\r\n                                  {{ labels.yes }}\r\n                                {% else %}\r\n                                  {% if fval.label == \"false\" or fval.label == \"False\" or fval.label == \"FALSE\" or fval.label == false %}\r\n                                    {{ labels.no }}\r\n                                  {% else %}\r\n                              \t\t{{ fval.label|title }}\r\n                                  {% endif %}\r\n                                {% endif %}\r\n                            {%endif%}\r\n                          {% endif %}\r\n                        </label>\r\n                      {% endif %}\r\n                    </li>\r\n            {% endfor %}\r\n            {% if facet.values.length > 8 %}<a class=\"facet-toggle\" facet-label=\"{{facet.label}}\"></a> {% endif %}\r\n        </ul>\r\n    </div>\r\n    {% endif %}\r\n    {% endfor %}\r\n    {% if model.hasValueFacets and pageContext.pagination.facetValueFilter %}\r\n    <div class=\"mz-l-sidebaritem col-xs-12 no-pad\">\r\n        <button class=\"mz-button gray mz-facetingform-clearall\" data-mz-action=\"clearFacets\" data-mz-url=\"{% make_url \"facet\" \"clear\"  %}\" rel=\"nofollow\">{{ labels.clearAllFilters }}</button>\r\n    </div>\r\n    {% endif %}\r\n    {% if pageContext.isMobile %}\r\n        <button class=\"mobile-facets-toggle bottom-toggle icon\">\r\n            <span class=\"hide-filters\">{{ labels.filtersHide }}</span> <i class=\"icon plus2 open\"></i><i class=\"icon minus close\" style=\"display:none;\"></i>\r\n        </button>\r\n    {% endif %}\r\n</section>\r\n","modules/product/awning-wizard":"{% preload_json model.items \"awningproducts\" %}\r\n\r\n\r\n\r\n\t<div class=\"col-xs-12 visible-xs slick-wrap loading\">\r\n\t\t{% include \"modules/awning-wizard/awning-slick-slider\" %}\r\n\t</div>\r\n\r\n<div class=\"col-xs-12\" style=\"margin-top:30px;\">\r\n\r\n\t<div id=\"awning-selections\" class=\"awning-selections col-sm-12 col-md-3 no-pad\">\r\n\t\t{% include \"modules/awning-wizard/awning-splash-item-selection\" model=model %}\r\n\t</div>\r\n\t<div class=\"col-xs-12 col-md-9 no-pad-r\">\r\n\t\t<div id=\"awning-wizard-splash\" class=\"clearfix wizard-head-block\">\r\n\t\t\t{% with model.items|first as splashItem %}\r\n\t\t\t\t{% include \"modules/awning-wizard/awning-splash\" model=splashItem %}\r\n\t\t\t{% endwith %}\r\n\t\t</div>\r\n\t</div>\r\n</div>","modules/product/bought-together":"<div class=\"mz-product-bought-together col-xs-12 no-pad\">\r\n\t<div class=\"product-crosssell\">\r\n  \t\t<h6>FREQUENTLY BOUGHT TOGETHER</h6>\r\n\t</div>\r\n    {% if model.items %}\r\n\t\t    <div class=\"mz-productlist-list\">\r\n\t\t        {% for prod in model.items %}\r\n\t\t            <div class=\"mz-productlist-item item\" data-mz-product=\"{% json_attribute prod %}\">\r\n\t\t            \t{% include \"modules/product/bought-together-item\" with model=prod %}\r\n\t\t            </div>\r\n\t\t        {% endfor %}\r\n\t\t    </div>\r\n    {% endif %}\r\n</div>","modules/product/hierarchy-facets":"{% if facetValues and facetValues.length > 0 %}\r\n  <div class=\"mz-l-sidebaritem facet-hierarchy\">\r\n    <h4>{{ facet.label|safe }}</h4>\r\n    <ul class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy collapsed\">\r\n      <li>\r\n        {% if pageContext.search.categoryId %}\r\n          <a rel=\"nofollow\" href=\"javascript:history.back()\" class=\"mz-facetingform-link\">Back</a>\r\n        {% endif %}\r\n      </li>\r\n      {% for fval in facetValues %}\r\n        {% if fval.isDisplayed %}\r\n          <li>\r\n            <a rel=\"nofollow\" href=\"{% make_url \"facet\" fval  %}{% if not fval.filterValue %}&categoryId={{ fval.value }}{% endif %}\" class=\"mz-facetingform-link\" data-mz-action=\"drillDown\" data-mz-hierarchy-id=\"{{ fval.value }}\" data-mz-facet-value=\"{{ fval.filterValue }}\" data-mz-facet=\"{% if not fval.filterValue %}categoryId:{{ fval.value }}{% else %}{{fval.filterValue}}{% endif %}\">{{ fval.label|safe }}</a>\r\n            {% if themeSettings.showChildCategoriesInFaceting and fval.childrenFacetValues.length > 0 %}\r\n              <ul class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy\">\r\n                {% for children in fval.childrenFacetValues|dictsort('label') %}\r\n                  {% if children.isDisplayed and not children.isEmpty %}\r\n                    <li>\r\n                      <a rel=\"nofollow\" href=\"{% make_url \"facet\" children %}{% if not children.filterValue %}&categoryId={{ children.value }}{% endif %}\" class=\"mz-facetingform-link\" data-mz-action=\"drillDown\" data-mz-hierarchy-id=\"{{ children.value }}\" data-mz-facet-value=\"{{ children.filterValue }}\" data-mz-facet=\"{% if children.filterValue %}categoryId:{{ children.value }}{% else %}{{children.filterValue}}{% endif %}\">{{ children.label|safe }}</a>\r\n                      {% if children.childrenFacetValues.length == 0 %}<span> ({{children.count}}) </span>{% endif %}\r\n                      {% if children.childrenFacetValues.length > 0 %}\r\n                        <ul class=\"no-style mz-facetingform-facet mz-facetingform-facet-hierarchy\">\r\n                          {% for child in children.childrenFacetValues %}\r\n                            <li>\r\n                              <a rel=\"nofollow\" href=\"{% make_url \"facet\" child %}{% if not child.filterValue %}&categoryId={{ child.value }}{% endif %}\" class=\"mz-facetingform-link ab-sublink third-tier\" data-mz-action=\"drillDown\" data-mz-hierarchy-id=\"{{child.value}}\" data-mz-facet-value=\"{% if child.filterValue %}categoryId:{{ child.value }}{% else %}{{child.filterValue}}{% endif %}\" data-mz-facet=\"{{facet.field}}\">{{child.label|safe}}</a>\r\n                              <span> ({{child.count}})</span>\r\n                            </li>\r\n                          {% endfor %}\r\n                        </ul>\r\n                      {% endif %}\r\n                    </li>\r\n                  {% endif %}\r\n                {% endfor %}\r\n              </ul>\r\n            {% endif %}\r\n          </li>\r\n        {% endif %}\r\n      {% endfor %}\r\n      {% if not pageContext.isMobile %}<button class=\"accordion-toggle color1 collapsed\" style=\"display:none;\"><span>Show All</span><i class=\"icon chevron1-down\"></i></button>{% endif %}\r\n    </ul>\r\n  </div>\r\n{% endif %}\r\n","modules/product/bought-together-item":"<div class=\"clearfix\">\r\n\t<div class=\"mz-productlisting-image hidden-xs col-md-2\">\r\n        {% block product-image %}\r\n        <a href=\"{% make_url \"product\" model %}\">\r\n            {% if model.mainImage.imageUrl %}\r\n                <img class=\"mz-productlisting-image-img img-responsive lazy\" data-src=\"{% make_url \"image\" model.mainImage with max=themeSettings.listProductThumbSize as_parameter %}\" {% if model.mainImage.altText %}alt=\"{{ model.mainImage.altText }}\"{% else %}alt=\"{{model.content.productName}}\"{% endif %} />\r\n            {% else %}\r\n                {% if siteContext.generalSettings.missingImageSubstitute %}\r\n                    <img class=\"mz-productlisting-image-img img-responsive lazy\" data-src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\" alt=\"image coming soon\" />\r\n                {% else %}\r\n                    <span class=\"mz-productlisting-image-img mz-productlisting-imageplaceholder\"><span class=\"mz-productlisting-imageplaceholdertext\">{{ labels.productImagePlaceholder }}</span></span>\r\n                {% endif %}\r\n            {% endif %}\r\n        </a>\r\n        {% endblock product-image %}\r\n\t</div>\r\n    <div class=\"mz-productlisting-info col-xs-7\">\r\n    \t<h6>{{model.content.productName}}</h6>\r\n        {% block product-code %}\r\n        \t<div class=\"mz-productlisting-productcode\">Item #: {{model.productCode}}\r\n\t\t\t{% if model.mfgPartNumber %}\r\n\t\t\t\t| Manufacturer #: {{model.mfgPartNumber}}\r\n\t\t\t{% endif %}\r\n\t\t\t</div>\r\n        {% endblock product-code %}\r\n        <a class=\"mz-productlisting-title\" bought-together-must-configure>Product Details</a>\r\n        {% comment %}\r\n\r\n        {% if model.content.productShortDescription and themeSettings.listProductShortDesc %}\r\n        <p class=\"mz-productlisting-shortdesc\">{{ model.content.productShortDescription|truncatewords(themeSettings.maxProductSummaryWords)|safe }}</p>\r\n        {% endif %}\r\n        {% endcomment %}\r\n\r\n        {% include \"modules/product/price-stack\" %}\r\n        {% comment %}\r\n\r\n<!--         {% block product-extrainfo %}\r\n{% if dealOfTheDay %}\r\n  {% if dealOfTheDay.savings %}\r\n    {% if model.price.discount.impact %}\r\n      <p class=\"mz-productlisting-savings\">{{ labels.youSave }}: {{ model.price.discount.impact|currency }}</p>\r\n    {% endif %}\r\n  {% endif %}\r\n  {% if dealOfTheDay.expirationDate %}\r\n    {% if model.price.discount.discount.expirationDate %}\r\n      <p class=\"mz-productlisting-expirationdate\">{{ labels.expires }}: {{ model.price.discount.discount.expirationDate|date(\"F j, Y\") }}</p>\r\n    {% endif %}\r\n  {% endif %}\r\n{% endif %}\r\n{% endblock product-extrainfo %} -->\r\n        {% endcomment %}\r\n    </div>\r\n    <div class=\"col-xs-3 centertext\">\r\n    \t{% if model.productUsage == \"Standard\" %}\r\n      \t\t{% with model.properties|findwhere(\"attributeFQN\", \"tenant~temporarily-unavailable\") as tuStatus %}\r\n\t\t\t\t{% with tustatus.values|first as tuValue %}\r\n\t\t  \t\t\t{% if tuValue.value %}\r\n\t\t\t\t\t\t<span class=\"mz-unavailable\">This item is temporarily unavailable.</span>\r\n\t\t\t\t\t{% else %}\r\n    \t\t\t\t\t<button mz-bought-together-add\r\n    \t\t\t\t\tclass={% if not model.purchasableState.isPurchasable %}\"mz-button is-disabled\" disabled=\"disabled\" {% else %}\r\n    \t\t\t\t\t\"mz-button\"{% endif %}><span>{{ labels.addToCart }}</span><i class=\"icon checkmark2\"></i></button>\r\n\t\t\t\t\t{% endif %}\r\n\t\t\t\t{% endwith %}\r\n\t\t\t{% endwith %}\r\n    \t{% else %}\r\n    \t\t<button bought-together-must-configure class=\"mz-button\">Configure</button>\r\n    \t{% endif %}\r\n\r\n    </div>\r\n</div>\r\n","modules/product/parts-list":"{% for category in model.categories %}\r\n    <a href=\"{% make_url 'category' category %}\">{{ category.content.name }}</a>\r\n    {% if category.childrenCategories %}\r\n        {% for childCat in category.children %}\r\n            {% if forloop.counter < themeSettings.partsSSNumOfCats %}\r\n                <a href=\"{% make_url 'category' childCat %}\" class=\"childCat\">{{ childCat.content.name }}</a>\r\n            {% endif %}\r\n        {% endfor %}\r\n    {% endif %}\r\n{% endfor %}\r\n","modules/product/photo-swipe":"<div class=\"pswp\" tabindex=\"-1\" aria-hidden=\"true\">\r\n  <div class=\"pswp__bg\"></div>\r\n  <div class=\"pswp__scroll-wrap\">\r\n    <div class=\"pswp__container\">\r\n      <div class=\"pswp__item\"></div>\r\n      <div class=\"pswp__item\"></div>\r\n      <div class=\"pswp__item\"></div>\r\n    </div>\r\n    <div class=\"pswp__ui pswp__ui--hidden\">\r\n      <div class=\"pswp__top-bar\">\r\n        <div class=\"pswp__counter\"></div>\r\n        <button class=\"pswp__button pswp__button--close no-style\" title=\"Close (Esc)\"></button>\r\n        <button class=\"pswp__button pswp__button--share no-style\" title=\"Share\"></button>\r\n        <button class=\"pswp__button pswp__button--fs no-style\" title=\"Toggle fullscreen\"></button>\r\n        <button class=\"pswp__button pswp__button--zoom no-style\" title=\"Zoom in/out\"></button>\r\n        <div class=\"pswp__preloader\">\r\n          <div class=\"pswp__preloader__icn\">\r\n            <div class=\"pswp__preloader__cut\">\r\n              <div class=\"pswp__preloader__donut\"></div>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\">\r\n        <div class=\"pswp__share-tooltip\"></div> \r\n      </div>\r\n\r\n      <button class=\"pswp__button pswp__button--arrow--left no-style\" title=\"Previous (arrow left)\">\r\n      </button>\r\n\r\n      <button class=\"pswp__button pswp__button--arrow--right no-style\" title=\"Next (arrow right)\">\r\n      </button>\r\n\r\n      <div class=\"pswp__caption\">\r\n        <div class=\"pswp__caption__center\"></div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<div class=\"pswp-items\" style=\"display:none;\">\r\n  {% for image in model.content.productImages %}\r\n    {% if model.isRvType or isRvType %}\r\n      <a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\" href=\"{% make_url \"image\" image %}\">\r\n        <img class=\"mz-productimages-thumbimage img-responsive\"\r\n            data-lazy=\"{% make_url \"image\" image %}\"\r\n        {% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n      </a>\r\n    {% endif %}\r\n  {% endfor %}\r\n</div>","modules/product/price-stack":"<div class=\"mz-pricestack{% if model.priceRange %} mz-pricestack-range{% endif %}\">\r\n    {% if model.hasPriceRange %}\r\n    <span class=\"mz-pricestack-price-lower\">\r\n        {% include \"modules/common/price\" with model=model.priceRange.lower productModel=model isRvType=isRvType isSlide=isSlide %}\r\n    </span>\r\n    <span class=\"mz-pricestack-price-upper\">\r\n        {% include \"modules/common/price\" with model=model.priceRange.upper productModel=model isRvType=isRvType isSlide=isSlide %}\r\n    </span>\r\n    {% else %}\r\n    {% include \"modules/common/price\" with model=model.price productModel=model isRvType=isRvType isSlide=isSlide %}\r\n    {% endif %}\r\n</div>\r\n","modules/product/price-header":"<div class=\"mz-pricestack{% if model.priceRange %} mz-pricestack-range{% endif %}\">\r\n    {% if model.hasPriceRange %}\r\n    <span class=\"mz-pricestack-price-lower\">\r\n        {% include \"modules/common/price\" with productModel=model model=model.priceRange.lower isQuickView=isQuickView %}\r\n    </span>\r\n    <span class=\"mz-pricestack-price-upper\">\r\n        {% include \"modules/common/price\" with productModel=model model=model.priceRange.upper isQuickView=isQuickView %}\r\n    </span>\r\n    {% else %}\r\n        {% include \"modules/common/price\" with productModel=model model=model.price isQuickView=isQuickView %}\r\n    {% endif %}\r\n</div>\r\n","modules/product/price":"{% comment %}\r\n{% with themeSettings.promoStartDate|is_before(pageContext.now) as after %}\r\n  {% with themeSettings.promoEndDate|is_after(pageContext.now) as before %}\r\n    <span class=\"mz-price{% if before and after %} red{% endif %}\">\r\n      {% if before and after %}\r\n        <span class=\"mz-price red\">{{labels.productSalePrice}}</span>\r\n      {% else %}\r\n        {% if model.priceType == \"MAP\" %}\r\n          <span class=\"mz-price\">{{labels.msrp}}</span>\r\n        {% else %}\r\n          <span class=\"mz-price\">{{labels.productPriceNow}}</span>\r\n        {% endif %}\r\n        {{model.price|currency|split('.00')|first}}\r\n      {% endif %}\r\n          {% if model.priceType == \"MAP\" %}\r\n            <div>Add to cart to see final price.</div>\r\n          {% endif %}\r\n      </span>\r\n      {% if themeSettings.showMSRP and model.msrp %}\r\n        <span class=\"mz-price-msrp\">{{ labels.msrp}}: <span class=\"mz-price\">{{ model.msrp|currency|split('.00')|first }}</span></span>\r\n      {% endif %}\r\n      {% include \"modules/common/sale-end-date\" %}\r\n  {% endwith %}\r\n{% endwith %}\r\n{% endcomment %}\r\n{% with themeSettings.promoStartDate|is_before(pageContext.now) as after %}\r\n    {% with themeSettings.promoEndDate|is_after(pageContext.now) as before %}\r\n        {% with navigation.breadcrumbs|first|prop(\"name\")|lower as rootCatgoryName %}\r\n            {% with productModel|get_product_attribute_value(\"on-sale\") as onSaleAttr %}\r\n                {{onSaleAttr}}\r\n            {% endwith %}\r\n            {% if model.onSale %}\r\n                {{rootCatgoryName}}\r\n                {% if rootCatgoryName != \"rvs for sale\" %}\r\n                    <span class=\"mz-price is-crossedout\">\r\n                        {{model.price|currency|split('.00')|first}}\r\n                    </span>\r\n                {% endif %}\r\n                <span class=\"mz-price is-saleprice\">\r\n                    {% if model.discount.discount.name %}\r\n                        <span class=\"mz-price-discountname\">{{model.discount.discount.name}} &ndash;</span>\r\n                    {% endif %}\r\n\r\n                    {% if model.priceType != \"MAP\" %}\r\n                        <div class=\"mz-price red\">{{model.salePrice|currency|split('.00')|first}}</div>\r\n                    {% else %}\r\n                        <div>{{ labels.mapPrice }}</div>\r\n                    {% endif %}\r\n                </span>\r\n            {% else %}\r\n\t\t\t\t{% with productModel|get_product_attribute_values(\"tenant~rv-status\")|first as rvStatus %}\r\n        \t\t\t{% if rvStatus == \"I\" or rvStatus == \"\" %}\r\n        \t\t        <span class=\"mz-price\">\r\n        \t\t        \t{% if model.priceType != \"MAP\" %}\r\n        \t\t        \t    {{model.price|currency}}\r\n        \t\t        \t{% else %}\r\n        \t\t        \t    <span class=\"mz-price is-crossedout\">\r\n        \t\t        \t        {{model.price|currency}}\r\n        \t\t        \t    </span>\r\n        \t\t        \t    <div>{{ labels.mapPrice }}</div>\r\n        \t\t        \t{% endif %}\r\n        \t\t        </span>\r\n        \t\t        {% if themeSettings.showMSRP and model.msrp %}\r\n        \t\t        \t<span class=\"mz-price-msrp\">{{ labels.msrp}}: <span class=\"mz-price\">{{ model.msrp|currency|split(\".00\")|first }}</span></span>\r\n        \t\t        {% endif %}\r\n\t\t\t\t\t{% endif %}\r\n        \t\t\t{% if rvStatus == \"P\" %}\r\n\t\t\t\t\t\tSALE PENDING\r\n\t\t\t\t\t{% endif %}\r\n        \t\t\t{% if rvStatus == \"S\" %}\r\n\t\t\t\t\t\tSOLD\r\n\t\t\t\t\t{% endif %}\r\n        \t\t\t{% if rvStatus == \"H\" %}\r\n\t\t\t\t\t\tON HOLD\r\n\t\t\t\t\t{% endif %}\r\n        \t\t{% endwith %}\r\n            {% endif %}\r\n        {% endwith %}\r\n    {% endwith %}\r\n{% endwith %}\r\n\r\n","modules/product/product-detail-table":"      <div  class=\"mz-productdetail-properties mz-l-stack-section\">\r\n          <h4 class=\"mz-propertylist-title\">\r\n            {{ labels.propertyTitle }}\r\n            <span data-mz-action=\"toggleTableDisplay\" class=\"mz-expand-propertylist\">\r\n                EXPAND\r\n                <i class=\"icon chevron1-up\"></i>\r\n            </span>\r\n        </h4>\r\n          <dl class=\"mz-propertylist\">\r\n            {% if model.properties and themeSettings.showProductDetailProperties %}\r\n                    {% for property in model.properties %}\r\n                          {% if property.values and property.values.length and (property.values|first|prop(\"value\") or property.values|first|prop(\"stringValue\")) and not property.isHidden %}\r\n                              {% for v in property.values %}\r\n                                {% if v.stringValue or v.value and v.value != false %}\r\n                                  {% if forloop.first %}\r\n                                    <dt class=\"mz-propertylist-cell\">{{property.attributeDetail.name}}</dt>\r\n                                    <dd class=\"mz-propertylist-cell\">\r\n                                  {% else %}<br>{% endif %}\r\n                                    {% if v.stringValue %}\r\n                                      {{v.stringValue|safe}}\r\n                                    {% else %}\r\n                                      {% if v.value|lower == \"true\" %}\r\n                                        Yes\r\n                                      {% else %}\r\n                                          {{v.value}}\r\n                                      {% endif %}\r\n                                    {% endif %}\r\n                                  {% if forloop.last %}</dd>{% endif %}\r\n                                {% endif %}\r\n                              {% endfor %}\r\n                          {% endif %}\r\n                    {% endfor %}\r\n            {% endif %}\r\n            {% comment %}\r\n            {% if model.measurements and themeSettings.showProductDetailMeasurements and not model.bundledProducts %}\r\n            {% with navigation.breadcrumbs|first as rootCat%}\r\n              {% if rootCat|lower != \"parts\" and model.measurements.packageWeight and model.measurments.packageWeight != 0 %}\r\n                      <dt class=\"mz-propertylist-cell\">{{ labels.weight }}</dt>\r\n                      <dd class=\"mz-propertylist-cell\">\r\n                        <span>{{ model.measurements.packageWeight.value|floatformat(2) }}</span> <span>{{ model.measurements.packageWeight.unit }}</span>\r\n                      </dd>\r\n              {% endif %}\r\n            {% endwith %}                      <dt class=\"mz-propertylist-cell\">{{ labels.lengthMeasurement }}</dt>\r\n                      <dd class=\"mz-propertylist-cell\">\r\n                        <span>{{ model.measurements.packageLength.value|floatformat(2) }}</span> <span>{{ model.measurements.packageLength.unit }}</span>\r\n                      </dd>\r\n\r\n                      <dt class=\"mz-propertylist-cell\">{{ labels.width }}</dt>\r\n                      <dd class=\"mz-propertylist-cell\">\r\n                        <span>{{ model.measurements.packageWidth.value|floatformat(2) }}</span> <span>{{ model.measurements.packageWidth.unit }}</span>\r\n                      </dd>\r\n\r\n                      <dt class=\"mz-propertylist-cell\">{{ labels.height }}</dt>\r\n                      <dd class=\"mz-propertylist-cell\">\r\n                        <span>{{ model.measurements.packageHeight.value|floatformat(2) }}</span> <span>{{ model.measurements.packageHeight.unit }}</span>\r\n                      </dd>\r\n            {% endif %}\r\n            {% endcomment %}\r\n            {% if themeSettings.showProductDetailMeasurements and model.bundledProducts %}\r\n              {% for product in model.bundledProducts %}\r\n                {% if product.measurements %}\r\n                        <dt class=\"mz-propertylist-cell\">{{ labels.weight }}</dt>\r\n                        <dd class=\"mz-propertylist-cell\">\r\n                          <span>{{ product.measurements.packageWeight.value|floatformat(2) }}</span> <span>{{ product.measurements.packageWeight.unit }}</span>\r\n                        </dd>\r\n\r\n                        <dt class=\"mz-propertylist-cell\" >{{ labels.lengthMeasurement }}</dt>\r\n                        <dd class=\"mz-propertylist-cell\">\r\n                          <span>{{ product.measurements.packageLength.value|floatformat(2) }}</span> <span>{{ product.measurements.packageLength.unit }}</span>\r\n                        </dd>\r\n\r\n                        <dt class=\"mz-propertylist-cell\">{{ labels.width }}</dt>\r\n                        <dd class=\"mz-propertylist-cell\">\r\n                          <span>{{ product.measurements.packageWidth.value|floatformat(2) }}</span> <span>{{ product.measurements.packageWidth.unit }}</span>\r\n                        </dd>\r\n\r\n                        <dt class=\"mz-propertylist-cell\">{{ labels.height }}</dt>\r\n                        <dd class=\"mz-propertylist-cell\">\r\n                          <span>{{ product.measurements.packageHeight.value|floatformat(2) }}</span> <span>{{ product.measurements.packageHeight.unit }}</span>\r\n                        </dd>\r\n                {% endif %}\r\n              {% endfor %}\r\n            {% endif %}\r\n          </dl>\r\n        </div>\r\n","modules/product/product-banner":"{% if themeSettings.newProductThreshold and product.daysAvailableInCatalog < themeSettings.newProductThreshold %}\r\n  <div class=\"sale-product-label banner\">\r\n    <span>{{labels.newProduct}}</span>\r\n  </div>\r\n{% else %}\r\n  {% with \"tenant~{0}\"|string_format(themeSettings.newProductBannerFqn) as fqn %}\r\n    {% with product.properties|findwhere(\"attributeFQN\", fqn) as newProduct %}\r\n      {% if newProduct %}\r\n        {% with newProduct.values|first as value %}\r\n          {% if value.value %}\r\n            <div class=\"sale-product-label banner\">\r\n              <span>{{labels.newProduct}}</span>\r\n            </div>\r\n          {% endif %}\r\n        {% endwith %}\r\n      {% endif %}\r\n    {% endwith %}\r\n  {% endwith %}\r\n{% endif %}\r\n{% with \"tenant~{0}\"|string_format(themeSettings.featuredProductBannerFqn) as fqn %}\r\n  {% with product.properties|findwhere(\"attributeFQN\", fqn) as featured %}\r\n    {% if featured %}\r\n      {% with featured.values|first as value %}\r\n        {% if value.value %}\r\n          <div class=\"featured-product-label featured-banner banner\">\r\n            <span>FEATURED PRODUCT</span>\r\n          </div>\r\n        {% endif %}\r\n      {% endwith %}\r\n    {% endif %}\r\n  {% endwith %}\r\n{% endwith %}\r\n{% with \"tenant~{0}\"|string_format(themeSettings.featuredManufacturerBannerFqn) as fqn %}\r\n  {% with product.properties|findwhere(\"attributeFQN\", fqn) as featured %}\r\n    {% if featured %}\r\n      {% with featured.values|first as value %}\r\n        {% if value.value %}\r\n          <div class=\"featured-manufacturer-label featured-banner banner\">\r\n            <span>FEATURED MANUFACTURER</span>\r\n          </div>\r\n        {% endif %}\r\n      {% endwith %}\r\n    {% endif %}\r\n  {% endwith %}\r\n{% endwith %}\r\n{% with \"tenant~{0}\"|string_format(themeSettings.saleBannerFqn) as fqn %}\r\n  {% with product.properties|findwhere(\"attributeFQN\", fqn) as featured %}\r\n    {% if featured %}\r\n      {% with featured.values|first as value %}\r\n        {% if value.value %}\r\n          <div class=\"burst-12 new-product-label banner\">\r\n            <span>SPECIAL</span>\r\n          </div>\r\n        {% endif %}\r\n      {% endwith %}\r\n    {% endif %}\r\n  {% endwith %}\r\n{% endwith %}\r\n","modules/product/product-images":"<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/jquery.slick/1.5.8/slick.css\"/>\r\n{% if not model.content.productImages %}\r\n    {% if siteContext.generalSettings.missingImageSubstitute %}\r\n        <img class=\"img-responsive lazy\" data-src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\"/>\r\n    {% else %}\r\n        <span class=\"mz-productimages-noimage col-xs-12\"><span class=\"mz-productimages-noimage-placeholdertext\">{{ labels.productImagePlaceholder }}</span></span>\r\n    {% endif %}\r\n{% else %}\r\n    {% if not model.isRvType and not isRvType %}\r\n        <figure class=\"mz-productimages-main col-xs-12 no-pad\">\r\n        {% include \"modules/product/product-banner\" with product=model%}\r\n        <img class=\"mz-productimages-mainimage img-responsive lazy\" data-mz-productimage-main data-src=\"{% make_url \"image\" model.mainImage with max=themeSettings.productImagesContainerWidth as_parameters %}\" {% if model.mainImage.altText %}alt=\"{{ model.mainImage.altText }}\"{% endif %} />\r\n        </figure>\r\n        <figure class=\"mz-productimages-thumbs col-xs-12 no-pad regular-product-images\">\r\n            {% for image in model.content.productImages %}\r\n                {% comment %}\r\n                {% if model.isRvType or isRvType %}\r\n                        <a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\" href=\"{% make_url \"image\" image %}\"\r\n                        style=\"width:{{themeSettings.maxProductImageThumbnailSize}}px; height:{{themeSettings.maxProductImageThumbnailHeight}}px;\">\r\n\r\n                            <img class=\"mz-productimages-thumbimage img-responsive lazy\"\r\n                                data-src=\"{% make_url \"image\" image with max=themeSettings.maxProductImageThumbnailSize as_parameters %}\"\r\n\r\n                            {% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n                        </a>\r\n                {% else %}\r\n                {% endcomment %}\r\n                    <a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\" href=\"{% make_url \"image\" image %}\"\r\n                        style=\"width:{{themeSettings.maxProductImageThumbnailSize}}px; height:{{themeSettings.maxProductImageThumbnailHeight}}px;\">\r\n                            <img class=\"mz-productimages-thumbimage img-responsive lazy\"\r\n                                data-src=\"{% make_url \"image\" image with max=themeSettings.maxProductImageThumbnailSize as_parameters %}\"\r\n\r\n                            {% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n                        </a>\r\n                {% comment %}{% endif %}{% endcomment %}\r\n            {% endfor %}\r\n\r\n        </figure>\r\n    {% else %}\r\n        <div class=\"image-preload\" style=\"height:325px;position:relative;\">\r\n            <div class=\"loading-spinner white-bg spinner4 primary\"></div>\r\n        </div>\r\n        <figure class=\"main-image-slider col-xs-12 slideshow-container\" style=\"display:none;\">\r\n        <div class=\"slick-container\">\r\n            <div class=\"slick-nav-counter\"></div>\r\n            <button class=\"slick-arrow slick-prev gray\"><i class=\"icon chevron1-left\"></i></button>\r\n            <div class=\"slideshow\">\r\n            {% for image in model.content.productImages %}\r\n                <a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\">\r\n                    <img class=\"mz-productimages-thumbimage img-responsive\"\r\n                        data-lazy=\"{% make_url \"image\" image %}\"\r\n                        index=\"{{forloop.counter0}}\"\r\n                    {% if image.altText %}data-alt=\"{{ image.altText }}\"{% endif %} />\r\n                </a>\r\n            {% endfor %}\r\n            </div>\r\n            <button class=\"slick-arrow slick-next gray\"><i class=\"icon chevron1-right\"></i></button>\r\n        </div>\r\n        </figure>\r\n\r\n        <div class=\"image-slideshow-container slideshow-container col-xs-12 no-js\" style=\"display:none;\">\r\n        <div class=\"slick-container\">\r\n            <button class=\"slick-arrow slick-prev gray\"><i class=\"icon chevron1-left\"></i></button>\r\n            <div class=\"slideshow\">\r\n            {% for image in model.content.productImages %}\r\n                <a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\" href=\"{% make_url \"image\" image %}\">\r\n                <img class=\"mz-productimages-thumbimage img-responsive\"\r\n                    data-lazy=\"{% make_url \"image\" image with height=themeSettings.maxProductImageThumbnailHeight as_parameters %}\"\r\n                    {% if image.altText %}data-alt=\"{{ image.altText }}\"{% endif %}\r\n                />\r\n                </a>\r\n            {% endfor %}\r\n            </div>\r\n            <button class=\"slick-arrow slick-next gray\"><i class=\"icon chevron1-right\"></i></button>\r\n        </div>\r\n        </div>\r\n        {% include \"modules/product/photo-swipe\" %}\r\n    {% endif %}\r\n{% endif %}\r\n\r\n{% with model|get_product_attribute_value('tenant~rv-360-url') as rv360URL %}\r\n    {% if rv360URL %}\r\n        <div style=\"text-align:center\">\r\n            <a href=\"{{rv360URL}}\">\r\n                <img style=\"margin-top:15px;width:60%;\" class=\"lazy\" data-src=\"/resources/images/360Tour.jpg\" alt=\"{{model.content.productName}} 360 Tour\" >\r\n            </a>\r\n        </div>\r\n    {% endif %}\r\n{% endwith %}\r\n{% if isRvType or model.isRvType %}\r\n    {% with model|get_product_attribute_value(themeSettings.rvFloorPlanImageAttr) as floorPlanName %}\r\n        {% if floorPlanName %}\r\n            {% with \"/cms/files/{0}\"|string_format(floorPlanName) as filePath %}\r\n            <figure class=\"mz-productimages-floorplan col-xs-12 no-pad\" data-img-url=\"{% make_url \"cdn\" filePath %}\">\r\n                <img data-src=\"{% make_url \"cdn\" filePath %}\" class=\"img-responsive lazy\" alt=\"{{model.content.productName}} Floorplan\" />\r\n                {% if not quickview %}\r\n                <div style=\"margin-bottom:4px;\">\r\n                <i class=\"icon zoom-in2\"></i> <span>Click to Zoom</span>\r\n                </div>\r\n                {% endif %}\r\n            </figure>\r\n            {% endwith %}\r\n        {% endif %}\r\n    {% endwith %}\r\n        {% if isRvType or model.isRvType %}\r\n\t\t\t  <p style=\"font-size:x-small;\">(Floor plan is NOT drawn to scale. Length of vehicle is approximate. Buyer is responsible for verifying actual length.\r\n\t\t\t\tPPL Motor Homes compiled this list of features, specifications, equipment and options as a guide. No representation or warranties, either express or implied, are made as to the accuracy of the information herein.\r\n\t\t\t\tPlease verify for yourself all items listed before purchase.)</p>\r\n        {% endif %}\r\n\r\n{% endif %}\r\n","modules/product/product-list-carousel":"{% extends \"modules/product/product-list\" %}\r\n{% block featured-products-carousel %}\r\n\t{% require_script \"widgets/featured-products-carousel\" %}\r\n\t<link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.3/assets/owl.carousel.min.css\">\r\n{% endblock featured-products-carousel %}\r\n{% block module-classes %}mz-productlist-carousel{% endblock module-classes %}\r\n{% block featured-products-id %} id=\"fp-slider\"{% endblock featured-products-id %}\r\n{% block list-classes %}owl-carousel{% endblock list-classes %}","modules/product/relatedproducts":"<h3>Related Products</h3>\r\n<div class=\"relatedProducts\">\r\n    <div class=\"relatedProdLeft arrow\"><</div>\r\n    <div class=\"relatedProdRight arrow\">></div>\r\n    <div class=\"relatedProductsContainer\">\r\n        {% for prod in model.items %}\r\n            <a href=\"{{ prod.url }}\">\r\n                <div class=\"relatedProduct\">\r\n                    {% if prod.mainImage %}\r\n                        <div class=\"relatedProduct-image\"><img src=\"{% make_url 'image' prod.mainImage %}\"></div>\r\n                    {% else %}\r\n                        <div class=\"noImage\">Image coming soon</div>\r\n                    {% endif %}\r\n                    <div class=\"relatedProd-header\">{{ prod.content.productName }}</div>\r\n                    <div class=\"relatedProd-productCode\">Manufacturer #: {{ prod.productCode }}</div>\r\n                    {% include \"modules/product/price-stack\" with model=prod %}\r\n                </div>\r\n            </a>\r\n        {% endfor %}\r\n    </div>\r\n</div>","modules/product/product-listing":"<div class=\"mz-productlisting {% block module-classes %}{% endblock module-classes %}\" data-mz-product=\"{{ model.productCode }}\">\r\n  <div class=\"list-layout-row\">\r\n    <div class=\"mz-productlisting-image\">\r\n      {% comment %}\r\n      {% if themeSettings.listProductQuickview %}\r\n        <!-- Button triggers modal -->\r\n        {% if not pageContext.isMobile and not pageContext.isTablet %}\r\n          <div class=\"quickview-tab\" productCode=\"{{ model.productCode }}\">\r\n            <button id=\"quickview-toggle\" type=\"button\" class=\"quickview color5\" productCode=\"{{ model.productCode }}\">\r\n              {{ labels.quickview }}\r\n            </button>\r\n          </div>\r\n        {% endif %}\r\n      {% endif %}\r\n      {% endcomment %}\r\n        {% block product-image %}\r\n      {% comment %}\r\n        <a href=\"{% if model.productType|lower == 'awnings' %} /dometic-awnings {% else %} {% make_url \"product\" model %} {% endif %}\">\r\n            {% if model.mainImage.imageUrl %}\r\n                <img class=\"mz-productlisting-image-img img-responsive lazy\" data-src=\"{% make_url \"image\" model.mainImage with max=themeSettings.listProductThumbSize quality=themeSettings.listProductThumbQuality as_parameter %}\" {% if model.mainImage.altText %}alt=\"{{ model.mainImage.altText }}\"{% else %}alt=\"{{model.content.productName}}\"{% endif %} />\r\n            {% else %}\r\n                {% if siteContext.generalSettings.missingImageSubstitute %}\r\n                    <img class=\"mz-productlisting-image-img img-responsive lazy\" data-src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\" alt=\"image coming soon\" />\r\n                {% else %}\r\n                    <span class=\"mz-productlisting-image-img mz-productlisting-imageplaceholder\"><span class=\"mz-productlisting-imageplaceholdertext\">{{ labels.productImagePlaceholder }}</span></span>\r\n                {% endif %}\r\n            {% endif %}\r\n        </a>\r\n      {% endcomment %}\r\n        <a href=\"{% if model.productType|lower == 'awnings' %} /dometic-awnings {% else %} {% make_url \"product\" model %} {% endif %}\">\r\n            {% if model.mainImage.imageUrl %}\r\n                <img class=\"mz-productlisting-image-img img-responsive\" src=\"{% make_url \"image\" model.mainImage with max=themeSettings.listProductThumbSize quality=themeSettings.listProductThumbQuality as_parameter %}\" {% if model.mainImage.altText %}alt=\"{{ model.mainImage.altText }}\"{% else %}alt=\"{{model.content.productName}}\"{% endif %} />\r\n            {% else %}\r\n                {% if siteContext.generalSettings.missingImageSubstitute %}\r\n                    <img class=\"mz-productlisting-image-img img-responsive\" src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\" alt=\"image coming soon\" />\r\n                {% else %}\r\n                    <span class=\"mz-productlisting-image-img mz-productlisting-imageplaceholder\"><span class=\"mz-productlisting-imageplaceholdertext\">{{ labels.productImagePlaceholder }}</span></span>\r\n                {% endif %}\r\n            {% endif %}\r\n        </a>\r\n        {% endblock product-image %}\r\n      {% if themeSettings.showProductBanners %}\r\n        {% include \"modules/product/product-banner\" with product=model %}\r\n      {% endif %}\r\n    </div>\r\n    <div class=\"mz-productlisting-info\">\r\n\t\t{% if model.productType|lower == 'awnings' %}\r\n\t        <a class=\"mz-productlisting-title\" href=\"/dometic-awnings\">{{model.content.productName}}</a>\r\n\t\t{% else %}\r\n\t        <a class=\"mz-productlisting-title\" href=\"{% make_url \"product\" model %}\">{{model.content.productName}}</a>\r\n\t\t{% endif %}\r\n\t\t{% if not model|get_product_attribute_value(\"tenant~rv-lot-number\") %}\r\n\t\t\t<div class=\"star_container {{model.productCode}}\"></div>\r\n\t\t{% endif %}\r\n\r\n        {% if model.content.productShortDescription and themeSettings.listProductShortDesc %}\r\n          <div class=\"mz-productlisting-shortdesc-wrapper\">\r\n            <p class=\"mz-productlisting-shortdesc\">{{ model.content.productShortDescription|truncatewords(themeSettings.maxProductSummaryWords)|safe }}</p>\r\n          </div>\r\n        {% endif %}\r\n        {% block product-code %}\r\n\t\t{% with model.productCode|split(\"-\")|first as prefix %}\r\n\t\t\t{% if prefix != \"content\" %}\r\n        \t\t{% if themeSettings.listProductCode %}\r\n        \t\t<div class=\"mz-productlisting-productcode\">{% if model|get_product_attribute_value(\"tenant~rv-lot-number\") %}Lot Number: {{model|get_product_attribute_value(\"tenant~rv-lot-number\")}}{% else %}{{model.productCode}}{% endif %}</div>\r\n        \t\t{% endif %}\r\n            {% endif %}\r\n\t\t{% endwith %}\r\n        {% endblock product-code %}\r\n\t\t{% with model.productCode|split(\"-\")|first as prefix %}\r\n\t\t\t{% if prefix != \"content\" %}\r\n\t\t        {% include \"modules/product/price-stack\" %}\r\n            {% endif %}\r\n\t\t{% endwith %}\r\n        {% block product-extrainfo %}\r\n        {% if dealOfTheDay %}\r\n          {% if dealOfTheDay.savings %}\r\n            {% if model.price.discount.impact %}\r\n              <p class=\"mz-productlisting-savings\">{{ labels.youSave }}: {{ model.price.discount.impact|currency }}</p>\r\n            {% endif %}\r\n          {% endif %}\r\n          {% if dealOfTheDay.expirationDate %}\r\n            {% if model.price.discount.discount.expirationDate %}\r\n              <p class=\"mz-productlisting-expirationdate\">{{ labels.expires }}: {{ model.price.discount.discount.expirationDate|date(\"F j, Y\") }}</p>\r\n            {% endif %}\r\n          {% endif %}\r\n        {% endif %}\r\n        {% endblock product-extrainfo %}\r\n        {% if model.productType|lower != 'awnings' %}\r\n          <button class=\"product-list-quickview-toggle quickview color5\" type=\"button\" productCode=\"{{ model.productCode }}\" style=\"display:none;\">\r\n            {{ labels.quickview }}\r\n          </button>\r\n        {% endif %}\r\n        <div style=\"display:none;\" class=\"hidden-parent-categories\">\r\n          {% for category in model.categories %}\r\n            <span>{{category.parentCategoryId}}</span>\r\n          {% endfor %}\r\n        </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n","modules/product/product-list":"<div class=\"mz-productlist {% block module-classes %}{% endblock module-classes %} col-xs-12 no-pad\">\r\n    {% if model.items %}\r\n\t\t{% block featured-products-carousel %}{% endblock featured-products-carousel %}\r\n\t    {% block productlist-list %}\r\n\t\t    <div {% block featured-products-id %}{% endblock featured-products-id %} class=\"mz-productlist-list {% block list-classes %}{% endblock list-classes %}\">\r\n\t\t        {% for prod in model.items %}\r\n\t\t\t\t\t<div class=\"mz-productlist-item item\" data-mz-product=\"{{ prod.productCode }}\">\r\n\t\t\t\t\t\t{% include \"modules/product/product-listing\" with model=prod %}\r\n\t\t\t\t\t\t{% comment %}\r\n\t\t\t\t\t\t<button class=\"product-grid-quickview-toggle quickview color5\" type=\"button\" productCode=\"{{ prod.productCode }}\">\r\n\t\t\t\t\t\t\t{{ labels.quickview }}\r\n\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t{% endcomment %}\r\n\t\t\t\t\t\t{% if prod.productType|lower == 'awnings' %}\r\n\t\t\t\t\t\t\t<a href=\"/dometic-awnings\">\r\n\t\t\t\t\t\t\t\t<button class=\"mz-button\">Configure</button>\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t{% with prod.productCode|split(\"-\")|first as prefix %}\r\n\t\t\t\t\t\t\t\t{% if prefix != \"rv\" and prefix != \"content\" %}\r\n      \t\t\t\t\t\t\t\t{% with prod.properties|findwhere(\"attributeFQN\", \"tenant~temporarily-unavailable\") as tuStatus %}\r\n\t\t\t\t\t\t\t\t\t\t{% with tustatus.values|first as tuValue %}\r\n\t\t  \t\t\t\t\t\t\t\t\t{% if tuValue.value %}\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"mz-unavailable\">This item is temporarily unavailable.</span>\r\n\t\t\t\t\t\t\t\t\t\t\t{% else %}\r\n          \t\t\t\t\t\t\t\t\t\t<button class=\"addToCart mz-button\" {% if not prod.purchasableState.isPurchasable %} disabled=\"disabled\" {% endif %} productCode=\"{{ prod.productCode }}\">\r\n          \t\t\t\t\t\t\t\t\t\t  <i class=\"icon plus2\"></i> {{ labels.addToCart|upper }}\r\n          \t\t\t\t\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t</div>\r\n\t\t        {% endfor %}\r\n\t\t    </div>\r\n\t    {% endblock productlist-list %}\r\n    {% endif %}\r\n</div>\r\n","modules/product/product-detail":"{% comment %}\r\n{% if model.content.productShortDescription and themeSettings.showProductDetailShortDesc %}\r\n<div class=\"mz-productdetail-shortdesc mz-l-stack-section\">\r\n  <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.shortDesc }}</h4>\r\n  <span itemscope=\"description\">{{ model.content.productShortDescription|safe }}</span>\r\n</div>\r\n{% endif %}\r\n{% endcomment %}\r\n<div class=\"mz-l-stack col-xs-12 col-sm-6\">\r\n  <div class=\"mz-productdetail-wrap col-xs-12\">\r\n    {% include \"modules/common/message-bar\" %}\r\n    <div class=\"product-detail-column\">\r\n      {% with model|get_product_attribute_value(themeSettings.rvSaleStatus) as rvSaleStatus %}\r\n        {% if isRvType or model.isRvType %}\r\n          {% if not rvSaleStatus or rvSaleStatus == \"I\" %}\r\n            <div class=\"mz-productdetail-price mz-l-stack-section\">\r\n                  {% include \"modules/product/price-header\" with isRvType=true %}\r\n              {% if model.inventoryInfo.manageStock %}\r\n                {% if not model.purchasableState.isPurchasable%}\r\n                  {%  if not model.purchasableState.messages|findwhere(\"validationType\", \"IncompleteProductConfiguration\") %}\r\n                      {% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n                      <span class=\"in-stock-message\">In Stock!</span>\r\n                      {% else %}\r\n                      <span class=\"out-stock-message\">Out of Stock</span>\r\n                      {% endif %}\r\n                  {% endif %}\r\n                {% else %}\r\n                {% comment %}\r\n                  this should always be in stock, but in case\r\n                {% endcomment %}\r\n                  {% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n                    <span class=\"in-stock-message\">In Stock!</span>\r\n                  {% else %}\r\n                    <span class=\"out-stock-message\">Out of Stock</span>\r\n                  {% endif %}\r\n                {% endif %}\r\n              {% endif %}\r\n            </div>\r\n          {% else %}\r\n              <div class=\"mz-l-stack-section\">\r\n                <h4 class=\"rv-product-sale-status\">\r\n                  {% if rvSaleStatus == \"S\" %}{{labels.vehicleHasBeenSold}}{% endif %}\r\n                  {% if rvSaleStatus == \"P\" %}{{labels.vehiclePendingSale|upper}}{% endif %}\r\n                </h4>\r\n              </div>\r\n          {% endif %}\r\n        {% endif %}\r\n      {% endwith %}\r\n\r\n\r\n\r\n\r\n      {% if model.options and model.options.length > 0 %}\r\n      <div class=\"mz-productdetail-options mz-l-stack-section\">\r\n        {% comment %}\r\n\r\n        <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.options }}</h4>\r\n        {% endcomment %}\r\n\r\n        {% include \"modules/product/product-options\" %}\r\n      </div>\r\n      {% endif %}\r\n\r\n      {% comment %}\r\n        <dl class=\"mz-productcodes mz-propertylist mz-pagetitle-note mz-l-stack-section\">\r\n          <dt class=\"mz-productcodes-productcode-label\">{{ labels.productCode }}</dt>\r\n          <dd class=\"mz-productcodes-productcode\">{{ model.variationProductCode|default(model.productCode) }}</dd>\r\n          {% if themeSettings.showProductDetailMfgPartNumber and model.mfgPartNumber.length == 1 %}\r\n          <dt class=\"mz-productcodes-mfgpartnumber-label\">{{ labels.mfgPartNumber }}</dt>\r\n          <dd class=\"mz-productcodes-mfgpartnumber\">{{ model.mfgPartNumber|first }}</dd>\r\n          {% endif %}\r\n          {% if themeSettings.showProductDetailUPC and model.upc.length == 1 %}\r\n          <dt class=\"mz-productcodes-upc-label\">{{ labels.upc }}</dt>\r\n          <dd class=\"mz-productcodes-upc\">{{ model.upc|first }}</dd>\r\n          {% endif %}\r\n        </dl>\r\n      {% endcomment %}\r\n\r\n\r\n      {% if isRvType or model.isRvType %}\r\n      <section class=\"mz-l-stack-section mz-rv-otherfeatures\">\r\n          {% with model|get_product_attribute(themeSettings.rvLocationAttrName) as locationAttr %}\r\n              {% if locationAttr and locationAttr.values|first|prop(\"value\")  %}\r\n                  {% with locationAttr.values|first as locationVal %}\r\n                    {% comment %} {% dump locationVal %} {% endcomment %}\r\n                    <div>\r\n                      <span class=\"mz-product-sectiontitle-light\">Location: </span>\r\n                      <span class=\"rv-location-value\">\r\n                        {{locationVal.stringValue}} {% if locationVal.stringValue|lower == \"cleburne\" %}(Dallas Fort Worth Area){% endif %}\r\n                      </span>\r\n                    </div>\r\n                    {% include \"modules/common/location-embed-map\" with location=locationVal.value %}\r\n                  {% endwith %}\r\n              {% endif %}\r\n          {% endwith %}\r\n          {% with model|get_product_attribute(themeSettings.rvAppearanceAttrName) as appearanceAttr %}\r\n              {% if appearanceAttr and appearanceAttr.values|first|prop(\"value\")  %}\r\n                  <div>\r\n                    <span class=\"mz-product-sectiontitle-light\">Appearance Rating: </span>\r\n                    <span><a href=\"/rv-ratings\">{{appearanceAttr.values|first|prop(\"value\")}}</a></span>\r\n                  </div>\r\n              {% endif %}\r\n            {% endwith %}\r\n\r\n          {% with model|get_product_attribute(\"tenant~rv-mileage\") as mileageAttr %}\r\n            {% if mileageAttr %}\r\n                <div class=\"\">\r\n                    <span class=\"mz-product-sectiontitle-light\">Mileage: </span>\r\n                    <strong>{{mileageAttr.values|first|prop(\"value\")|currency|split(\"$\")|last|split(\".00\")|first}}</strong>\r\n                </div>\r\n            {% endif %}\r\n          {% endwith %}\r\n\r\n          {% with model|get_product_attribute(\"tenant~rv-monthly-payment\") as monthlypaymentAttr %}\r\n              {% with model|get_product_attribute(\"tenant~rv-term\") as termAttr %}\r\n                {% with model|get_product_attribute(\"tenant~rv-apr\") as aprAttr %}\r\n                  {% if monthlypaymentAttr and termAttr and aprAttr %}\r\n                      <div class=\"\">\r\n                        {% if monthlypaymentAttr.values|first|prop(\"value\")!= 0 and termAttr.values|first|prop(\"value\")!= 0 and aprAttr.values|first|prop(\"value\")!= 0 %}\r\n                            <span class=\"mz-product-sectiontitle-red\">Monthly Payment: </span>\r\n                            <strong>{{monthlypaymentAttr.values|first|prop(\"value\")|currency|split('.00')|first}}/month*</strong><br>\r\n                            <span class=\"mz-product-sectionpara-light\">*Based on 20% down, {{termAttr.values|first|prop(\"value\")}} months, {{aprAttr.values|first|prop(\"value\")}}% APR.  TT&L, fees, optional items, etc. not included.  With Approved Credit</span>\r\n                        {% endif %}\r\n                      </div>\r\n                  {% endif %}\r\n                {% endwith %}\r\n            {% endwith %}\r\n          {% endwith %}\r\n\r\n            {% if model.measurements %}\r\n              {% with navigation.breadcrumbs|first as rootCat%}\r\n                {% if rootCat|lower != \"parts\" and model.measurements.packageWeight.value > 1 %}\r\n                  <div>\r\n                    <span class=\"mz-product-sectiontitle-light\">{{labels.weight}}: </span>\r\n                    <span>{{model.measurements.packageWeight.value|currency|split(\"$\")|last|split(\".00\")|first }}lbs</span>\r\n                  </div>\r\n                {% endif %}\r\n              {% endwith %}\r\n            {% endif %}\r\n      </section>\r\n      {% endif %}\r\n      <section class=\"mz-l-stack-section mz-productdetail-conversion\">\r\n      {% if not isRvType and not model.isRvType %}\r\n      \t{% with model|get_product_attribute_value(\"tenant~temporarily-unavailable\") as tuStatus %}\r\n      \t\t<div class=\"mz-productdetail-conversion-controls\">\r\n      \t\t  <div>\r\n      \t\t\t{% include \"modules/common/price\" with model=model.price productModel=model %}\r\n      \t\t  </div>\r\n\t\t\t{% if not tuStatus and not model.productType|lower == 'awnings' %}\r\n      \t\t\t  <span class=\"mz-qty-label\"><strong>{{ labels.quantity }}</strong></span>\r\n      \t\t\t  <input class=\"mz-productdetail-qty\" type=\"number\" value=\"1\" min=\"1\" {% if not model.purchasableState.isPurchasable %} disabled=\"disabled\" {% endif %} data-mz-value=\"quantity\" />\r\n      \t\t\t  <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"quantity\"></span>\r\n\t\t\t{% endif %}\r\n      \t\t</div>\r\n      \t{% endwith %}\r\n      {% endif %}\r\n\r\n        <div class=\"mz-productdetail-conversion-buttons\">\r\n          {% if isRvType or model.isRvType %}\r\n\t\t\t{% comment %}\r\n          \t{% with model|get_product_attribute(themeSettings.rvLocationAttrName) as locationAttr %}\r\n          \t    {% if locationAttr and locationAttr.values|first|prop(\"value\")  %}\r\n          \t        {% with locationAttr.values|first as locationVal %}\r\n          \t    \t\t{% if locationVal.stringValue|lower == \"houston\" or locationVal.stringValue|lower == \"houston, tx\" %}\r\n            \t\t\t<a href=\"https://www.700dealer.com/QuickQualify/4925bdd1992b432a9880b14fcd028766-202147?vin={{model.productCode|replace(\"rv-\", \"\")}}\" target=\"_blank\">\r\n            \t\t\t  \t<button class=\"mz-productdetail-addtocart mz-button\">\r\n\t\t\t\t\t\t\tApply for Credit\r\n            \t\t\t  \t</button>\r\n            \t\t\t</a>\r\n\t\t\t\t\t\t<br /><br />\r\n          \t    \t\t{% endif %}\r\n          \t    \t\t{% if locationVal.stringValue|lower == \"new braunfels\" or locationVal.stringValue|lower == \"new braunfels, tx\" %}\r\n            \t\t\t<a href=\"https://www.700dealer.com/QuickQualify/b39e6035f2fa425ea93cb9bb1ea2db23-2021413?vin={{model.productCode|replace(\"rv-\", \"\")}}\" target=\"_blank\">\r\n            \t\t\t  \t<button class=\"mz-productdetail-addtocart mz-button\">\r\n\t\t\t\t\t\t\tApply for Credit\r\n            \t\t\t  \t</button>\r\n            \t\t\t</a>\r\n\t\t\t\t\t\t<br /><br />\r\n          \t    \t\t{% endif %}\r\n          \t    \t\t{% if locationVal.stringValue|lower == \"cleburne\" or locationVal.stringValue|lower == \"cleburne, tx\" %}\r\n            \t\t\t<a href=\"https://www.700dealer.com/QuickQualify/04daef8d88a84457a6ab500608dffdce-2021413?vin={{model.productCode|replace(\"rv-\", \"\")}}\" target=\"_blank\">\r\n            \t\t\t  \t<button class=\"mz-productdetail-addtocart mz-button\">\r\n\t\t\t\t\t\t\tApply for Credit\r\n            \t\t\t  \t</button>\r\n            \t\t\t</a>\r\n\t\t\t\t\t\t<br /><br />\r\n          \t    \t\t{% endif %}\r\n          \t    \t\t{% if locationVal.stringValue|lower == \"summerfield\" or locationVal.stringValue|lower == \"summerfield, fl\" %}\r\n            \t\t\t<a href=\"https://www.700dealer.com/QuickQualify/2bbe74df9e4e44e6876c7d49a662d051-2022622?vin={{model.productCode|replace(\"rv-\", \"\")}}\" target=\"_blank\">\r\n            \t\t\t  \t<button class=\"mz-productdetail-addtocart mz-button\">\r\n\t\t\t\t\t\t\tApply for Credit\r\n            \t\t\t  \t</button>\r\n            \t\t\t</a>\r\n\t\t\t\t\t\t<br /><br />\r\n          \t    \t\t{% endif %}\r\n          \t        {% endwith %}\r\n          \t    {% endif %}\r\n          \t{% endwith %}\r\n\t\t\t{% endcomment %}\r\n\r\n\t\t\t{% comment %}\r\n            <a href=\"{{themeSettings.howToBuyLink}}\">\r\n              <button id=\"how-to-buy\" class=\"mz-productdetail-addtocart mz-button\" >\r\n              {{ labels.howToBuy|upper }}\r\n              </button>\r\n            </a>\r\n\t\t\t{% endcomment %}\r\n          <div style=\"display: flex; flex-direction: column; gap: 10px;\">\r\n\r\n            {% with model|get_product_attribute_value(\"tenant~rv-location\") as rvLocation %}\r\n\r\n                <div>\r\n                    {% with model.productCode as product_code %}\r\n                    {% if rvLocation == \"New Braunfels, TX\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=bd8b7b6d-d141-41f3-a81a-c4a9eb29e7d5&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% if rvLocation == \"Houston, TX\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=e77dafe9-d851-4849-93a9-ff75364c943c&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% if rvLocation == \"Cleburne, TX\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=57431849-928c-4795-bcb0-d5cb16699767&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% if rvLocation == \"Decatur, TX\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=41b8328e-41bc-4fc6-bb59-b48180e76dc5&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% if rvLocation == \"El Reno, OK\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=85cb5715-e082-403a-8dea-b7f5acb689a9&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% if rvLocation == \"Summerfield, FL\" %}\r\n                        <a target=\"_blank\" href=\"https://service.pre-pair.com/start_your_search/?id=cbc7149b-4da8-4ca4-b344-d0b2fcc63551&origin=ONLINE&suborigin=vdp&sales=&pplid={{product_code|replace(\"rv-\", \"\")}}\" style=\"text-decoration: none;\">\r\n                    {% endif %}\r\n                    {% endwith %}\r\n                          <button class=\"mz-button color5\" style=\"width: auto; min-width: 300px; height: 55px; white-space: nowrap; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 1em 54px; position: relative; overflow: hidden; font-size: 16px;\">\r\n                            <div class=\"diagonal-sweep\" style=\"position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.8) 50%, transparent 100%); transform: translateX(100%) skewX(-45deg); animation: sweep 4s infinite; z-index: 1; pointer-events: none;\"></div>\r\n                            <style>\r\n                            @keyframes sweep {\r\n                                0% { transform: translateX(100%) skewX(-45deg); opacity: 1; }\r\n                                9% { transform: translateX(-100%) skewX(-45deg); opacity: 1; }\r\n                                9.1% { opacity: 0; }\r\n                                100% { transform: translateX(-100%) skewX(-45deg); opacity: 0; }\r\n                            }\r\n                            </style>\r\n                            <div style=\"display: flex; align-items: center; justify-content: center;\">\r\n                                <span style=\"font-weight: bold; font-size: 16px; text-align: center; margin: 0; line-height: 1.1;\">\r\n                                    <b>Pre-Qualify</b>\r\n                                </span>\r\n                            </div>\r\n                            <div style=\"width: 0.5rem;\"></div>\r\n                            <div style=\"position: relative; overflow: visible; width: 120px; height: 100%; text-align: left;\">\r\n                                <span class=\"rotating-text-vertical\" style=\"font-size: 16px; text-align: left; margin: 0; color: white; font-weight: normal; transition: transform 0.5s ease-out, opacity 0.5s ease-out; line-height: 1.1; position: absolute; top: 50%; left: 0; transform: translateY(-50%);\" aria-hidden=\"true\">\r\n                                    No SSN Required\r\n                                </span>\r\n                            </div>\r\n                        </button>\r\n                      </a>\r\n                </div>\r\n                {% endwith %}\r\n                <script>\r\n                  (function() {\r\n                    var productDetailTexts = [\"No SSN Required\", \"No Score Impact\", \"One Easy Step\"];\r\n                    var verticalTextElements = document.querySelectorAll('.rotating-text-vertical');\r\n\r\n                    verticalTextElements.forEach(function(textElement) {\r\n                      var currentIndex = 0;\r\n                      var button = textElement.closest('button');\r\n                      var buttonHeight = button ? button.offsetHeight : 60; // fallback height\r\n\r\n                      setInterval(function() {\r\n                      // Slide out to the bottom and fade out\r\n                      textElement.style.transform = 'translateY(' + (buttonHeight/2 + 20) + 'px)';\r\n                      textElement.style.opacity = '0';\r\n\r\n                      setTimeout(function() {\r\n                          // Temporarily disable transition\r\n                          textElement.style.transition = 'none';\r\n\r\n                          currentIndex = (currentIndex + 1) % productDetailTexts.length;\r\n                          textElement.textContent = productDetailTexts[currentIndex];\r\n\r\n                          // Position new text off-screen to the top and make it invisible\r\n                          textElement.style.transform = 'translateY(' + (-buttonHeight/2 - 20) + 'px)';\r\n                          textElement.style.opacity = '0';\r\n\r\n                          // Force reflow\r\n                          textElement.offsetHeight;\r\n\r\n                          // Use requestAnimationFrame for smooth transition\r\n                          requestAnimationFrame(function() {\r\n                          requestAnimationFrame(function() {\r\n                              textElement.style.transition = 'transform 0.5s ease-out, opacity 0.5s ease-out';\r\n                              textElement.style.transform = 'translateY(-50%)';\r\n                              textElement.style.opacity = '1';\r\n                          });\r\n                          });\r\n                      }, 250);\r\n                      }, 3000); // Change every 3 seconds\r\n                  });\r\n                  })();\r\n                </script>\r\n\r\n            <div>\r\n              <a href=\"/contact-me-about-vehicle?id={{model.productCode}}\">\r\n                <button class=\"mz-productdetail-addtocart mz-button\" >\r\n                  Contact me about this RV\r\n                </button>\r\n              </a>\r\n            </div>\r\n          </div>\r\n\r\n\t\t\t{% comment %}\r\n<div class=\"mz-cms-block\">\r\n   <div class=\"mz-cms-content\">\r\n\t\t<div class=\"sell-us-your-rv\" data-mz-appraisal-form=\"{% json_attribute model.config %}\">\r\n\t\t    <h2 class=\"form-title\">Contact me about this RV:</h2>\r\n\t\t  <form action=\"\" novalidate class=\"app-script\" type=\"buyer-vehicle\">\r\n\r\n\t\t    <div class=\"mz-l-formfieldgroup\">\r\n\t\t      <div class=\"appraisal-form-block col-md-12 form-container\">\r\n\t\t        <div class=\"appraisal-form-block mz-l-formfieldgroup-row\">\r\n\t\t          <label class=\"form-label mz-l-formfieldgroup-cell\" for=\"name\">Name *</label>\r\n\t\t          <input id=\"name\" class=\"form-field required mz-l-formfieldgroup-cell\" type=\"text\" required/>\r\n\t\t        </div>\r\n\t\t        <div class=\"appraisal-form-block mz-l-formfieldgroup-row\">\r\n\t\t          <label class=\"form-label mz-l-formfieldgroup-cell\" for=\"phone\">Daytime Phone *</label>\r\n\t\t          <input id=\"phone\" class=\"form-field required mz-l-formfieldgroup-cell\" type=\"tel\" required/>\r\n\t\t        </div>\r\n\t\t        <div class=\"appraisal-form-block mz-l-formfieldgroup-row\">\r\n\t\t          <label class=\"form-label mz-l-formfieldgroup-cell\">E-mail Address</label>\r\n\t\t          <input id=\"email\" type=\"text\" class=\"form-field mz-l-formfieldgroup-cell\" />\r\n\t\t        </div>\r\n\t\t        <div class=\"appraisal-form-block mz-l-formfieldgroup-row\">\r\n\t\t\t\t\t<input id=\"pplnumber\" type=\"hidden\" class=\"form-field mz-l-formfieldgroup-cell\" value=\"{{model.productCode|split('-')|last}}\">\r\n\t\t        </div>\r\n\t\t        <div class=\"response\" success=\"videolink\"></div>\r\n\t\t        <div class=\"inline-group\">\r\n\t\t          {% include \"modules/common/submit-verify-group\" with block=true %}\r\n\t\t        </div>\r\n\t\t      </div>\r\n\t\t    </div>\r\n\t\t  </form>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n\t\t\t{% endcomment %}\r\n          {% else %}\r\n      \t\t{% with model|get_product_attribute_value(\"tenant~temporarily-unavailable\") as tuStatus %}\r\n\t\t  \t\t{% if tuStatus %}\r\n\t\t\t\t\t<span class=\"mz-unavailable\">This item is temporarily unavailable.<br />Please call 1-800-755-4775 for more details.</span>\r\n\t\t\t\t{% else %}\r\n\t\t\t\t\t{% if model.productType|lower == 'awnings' %}\r\n\t\t\t\t\t\t<a href=\"/dometic-awnings\">\r\n\t\t\t\t\t\t\t<button class=\"mz-button\">Configure</button>\r\n\t\t\t\t\t\t</a>\r\n\t\t\t\t\t{% else %}\r\n\t          \t\t\t<button id=\"add-to-cart\" class=\"mz-productdetail-addtocart mz-button {% if not model.purchasableState.isPurchasable %}is-disabled{% endif %}\" {% if not model.purchasableState.isPurchasable %} disabled=\"disabled\" {% endif %} data-mz-action=\"addToCart\" >\r\n\t          \t\t\t  <i class=\"icon plus2\"></i> {{ labels.addToCart|upper }}\r\n\t          \t\t\t</button>\r\n\t\t\t\t\t{% endif %}\r\n\t\t\t\t{% endif %}\r\n      \t\t{% endwith %}\r\n      <br /><br />\r\n\t\t{% comment %}\r\n        <a href=\"https://www.shopperapproved.com/reviews/pplmotorhomes.com/\" class=\"shopperlink\"><img src=\"//www.shopperapproved.com/newseals/12374/white-header-basic.gif\" style=\"border: 0\" alt=\"Customer Reviews\" oncontextmenu=\"var d = new Date(); alert('Copying Prohibited by Law - This image and all included logos are copyrighted by Shopper Approved \\251 '+d.getFullYear()+'.'); return false;\" /></a><script type=\"text/javascript\">(function() { var js = window.document.createElement(\"script\"); js.src = '//www.shopperapproved.com/seals/certificate.js'; js.type = \"text/javascript\"; document.getElementsByTagName(\"head\")[0].appendChild(js); })();</script>\r\n\t\t{% endcomment %}\r\n        {% endif %}\r\n        </div>\r\n\r\n\r\n        {% if model.isPurchasable == false %}\r\n          <p class=\"mz-productdetail-notpurchasable\">\r\n            <span class=\"is-required\">\r\n              {% if not model.purchasableState.isPurchasable%}\r\n                {% if model.options.length === 0 %}\r\n                  {% if model.inventoryInfo.manageStock and model.inventoryInfo.onlineStockAvailable <= 0 %}\r\n                    <span class=\"out-stock-message\">Out of Stock</span>\r\n                  {% endif %}\r\n                {% else %}\r\n                  {% if not model.notDoneConfiguring %}\r\n                    {% if model.inventoryInfo.manageStock and model.inventoryInfo.onlineStockAvailable <= 0 %}\r\n                      <span class=\"out-stock-message\">Out of Stock</span>\r\n                    {% endif %}\r\n                  {% else %}\r\n                    {{labels.pleaseSelectOptions}}\r\n                  {% endif %}\r\n                {% endif %}\r\n              {% endif %}\r\n              {% if model.inventoryInfo.manageStock and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n                <span class=\"in-stock-message\">In Stock!</span>\r\n              {% endif %}\r\n            </span>\r\n          </p>\r\n        {% endif %}\r\n      </section>\r\n\r\n      <div class=\"mz-productdetail-fulldesc mz-l-stack-section\">\r\n        <h4 class=\"mz-product-description-title\">{{ labels.fullDesc|upper }}</h4>\r\n        <h3>{{model.content.productName}}</h3>\r\n        {% if isRvType or model.isRvType %}\r\n          {% with model|get_product_attribute_value(themeSettings.rvModelAttrName) as rvModelValue  %}\r\n              <div>\r\n                <strong>\r\n                  {% if not isRvType and not model.isRvType %}\r\n                    Item {{model.variationProductCode|default(model.productCode)}}\r\n                  {% else %}\r\n                    {% with model.properties|findwhere('attributeFQN', 'tenant~rv-lot-number') as lot %}\r\n                      {% with lot.values|first as lotNumber%}\r\n                        Item {{lotNumber.value}}\r\n                      {% endwith %}\r\n                    {% endwith %}\r\n                  {% endif %}\r\n                  {% if rvModelValue %} | MODEL {{rvModelValue}}{% endif %}\r\n                </strong>\r\n              </div>\r\n          {% endwith %}\r\n        {% else %}\r\n          <div><strong>Item {{model.variationProductCode|default(model.productCode)}} {% if model.mfgPartNumber %}| MFR# {{model.mfgPartNumber}}{% endif %}</strong></div>\r\n        {% endif %}\r\n        <p>{{ model.content.productFullDescription|safe }}</p>\r\n        {% with model.properties|findwhere('attributeFQN', 'tenant~rv-xtraride') as xtraRide %}\r\n          {% with xtraRide.values|first as xtraR %}\r\n\t\t\t{% if xtraR.value %}\r\n\t\t\t\t<p><table><tr><td><img src=\"/resources/images/rvda-endorsed.webp\" alt=\"rv dealer association\"></td><td><p align=\"left\">This {{model.content.productName}}\r\n\t\t\t\t\t may qualify\r\n\t\t\t\t\t for the <a href=\"https://www.youtube.com/watch?v=zc5SRiwOB8A\" target=\"_blank\"><b>XtraRide</b> Extended Service Contract</a> exclusively endorsed by the RVDA.\r\n\t\t\t\t\t Don't let unexpected mechanical failures keep you from your next destination or hit you with a big unexpected expense.</td></tr></table></p>\r\n\t\t\t{% endif %}\r\n          {% endwith %}\r\n        {% endwith %}\r\n\r\n          {% if isRvType or model.isRvType %}\r\n            {% with model.categories|first as productCategory %}\r\n                <div class=\"mz-rv-below-fulldesc-links\">\r\n\r\n                    <p>Do You Want to <a href=\"{{themeSettings.tradeRVRootRelativeUrl}}\">Trade Your Motorhome or Other RV?</a></p>\r\n                  {% if productCategory %}\r\n                    <p><a href=\"javascript:history.back()\">Return to list of {{productCategory.content.name}} for Sale</a></p>\r\n                    {% endif %}\r\n                </div>\r\n            {% endwith %}\r\n          {% endif %}\r\n      </div>\r\n\r\n      {% if model.productUsage == 'Bundle' %}\r\n      <div class=\"mz-productdetail-bundleitems mz-l-stack-section\">\r\n        <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.bundleContents }}</h4>\r\n        <dl class=\"mz-propertylist mz-propertylist-justified\">\r\n        {% for prod in model.bundledProducts %}\r\n        <dt>\r\n          {% if prod.quantity != 1 %}{{ prod.quantity }} x {% endif %}\r\n          {{ prod.content.productName }}\r\n        </dt>\r\n        <dd>\r\n          {{ prod.content.productShortDescription|safe }}\r\n          </dd>\r\n        {% endfor %}\r\n        </dl>\r\n      </div>\r\n      {% endif %}\r\n    </div>\r\n  </div>\r\n</div>\r\n{% if isRvType or model.isRvType %}\r\n  <div class=\"col-xs-12 rv-specifications\">\r\n  {% if model.properties and themeSettings.showProductDetailProperties %}\r\n      <h4 class=\"mz-product-sectiontitle-light\" style=\"margin-bottom: 25px;\">{{labels.productSpecifications}}</h4>\r\n        {% comment %}\r\n          General\r\n        {% endcomment %}\r\n        <div class=\"rv-detail\">\r\n          {% if model.propertiesSeperated %}\r\n            {% for productPropertiesCat in model.propertiesSeperated %}\r\n              <div class=\"mz-rv-properties mz-productdetail-properties mz-l-stack-section\">\r\n                <h4 class=\"mz-l-stack-sectiontitle\">{{ productPropertiesCat.title }}</h4>\r\n                <dl class=\"mz-rv-propertylist mz-propertylist mz-propertylist-justified\">\r\n                {% for property in productPropertiesCat.properties %}\r\n                  {% if property and property.values and property.values|first|prop(\"value\") and not property.isHidden %}\r\n                    <dr>\r\n                      {% for val in property.values%}\r\n                        {% if val.stringValue or val.value and val.value != false %}\r\n                          <dt>{{property.attributeDetail.name}}</dt>\r\n                          {% for v in property.values %}\r\n                            <dd>{% if v.stringValue %}{{v.stringValue}}{% else %}{% if v.value|lower == \"true\" %}Yes{% else %}{{v.value}}{% endif %}{% endif %}</dd>\r\n                          {% endfor %}\r\n                        {% endif %}\r\n                      {% endfor %}\r\n                    </dr>\r\n                  {% endif %}\r\n                {% endfor %}\r\n                </dl>\r\n              </div>\r\n            {% endfor %}\r\n          {% endif %}\r\n        </div>\r\n  {% endif %}\r\n  </div>\r\n{% endif %}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n{% comment %}\r\n    {% if model.measurements and themeSettings.showProductDetailMeasurements and not model.bundledProducts %}\r\n    <div class=\"mz-rv-properties mz-productdetail-properties mz-l-stack-section\">\r\n      <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.measurements }}</h4>\r\n      <dl class=\"mz-rv-propertylist mz-propertylist mz-propertylist-justified\">\r\n        <dr>\r\n          <dt>{{ labels.weight }}</dt>\r\n          <dd>\r\n            <span>{{ model.measurements.packageWeight.value }}</span> <span>{{ model.measurements.packageWeight.unit }}</span>\r\n          </dd>\r\n        </dr>\r\n        <dr>\r\n          <dt>{{ labels.length }}</dt>\r\n          <dd>\r\n            <span>{{ model.measurements.packageLength.value }}</span> <span>{{ model.measurements.packageLength.unit }}</span>\r\n          </dd>\r\n        </dr>\r\n        <dr>\r\n          <dt>{{ labels.width }}</dt>\r\n          <dd>\r\n            <span>{{ model.measurements.packageWidth.value }}</span> <span>{{ model.measurements.packageWidth.unit }}</span>\r\n          </dd>\r\n        </dr>\r\n        <dr>\r\n          <dt>{{ labels.height }}</dt>\r\n          <dd>\r\n            <span>{{ model.measurements.packageHeight.value }}</span> <span>{{ model.measurements.packageHeight.unit }}</span>\r\n          </dd>\r\n        </dr>\r\n      </dl>\r\n    </div>\r\n\r\n\r\n    {% endif %}\r\n\r\n    {% if themeSettings.showProductDetailMeasurements and model.bundledProducts %}\r\n    <div class=\"mz-rv-properties mz-productdetail-properties mz-l-stack-section\">\r\n      <h4 class=\"mz-l-stack-sectiontitle\">{{ labels.measurements }}</h4>\r\n\r\n      {% for product in model.bundledProducts %}\r\n        {% if product.measurements %}\r\n        <div class=\"mz-productbundle-measurements-product\">\r\n          <span class=\"mz-productbundle-measurements-productname\">{{ product.content.productName }}</span>\r\n          <span> x {{ product.quantity }}</span>\r\n        </div>\r\n        <dl class=\"mz-rv-propertylist mz-propertylist mz-propertylist-justified\">\r\n            <dt>{{ labels.weight }}</dt>\r\n            <dd>\r\n              <span>{{ product.measurements.packageWeight.value }}</span> <span>{{ product.measurements.packageWeight.unit }}</span>\r\n        </dd>\r\n\r\n            <dt>{{ labels.length }}</dt>\r\n            <dd>\r\n              <span>{{ product.measurements.packageLength.value }}</span> <span>{{ product.measurements.packageLength.unit }}</span>\r\n        </dd>\r\n\r\n            <dt>{{ labels.width }}</dt>\r\n            <dd>\r\n              <span>{{ product.measurements.packageWidth.value }}</span> <span>{{ product.measurements.packageWidth.unit }}</span>\r\n        </dd>\r\n\r\n            <dt>{{ labels.height }}</dt>\r\n            <dd>\r\n              <span>{{ product.measurements.packageHeight.value }}</span> <span>{{ product.measurements.packageHeight.unit }}</span>\r\n        </dd>\r\n\r\n          </dl>\r\n        {% endif %}\r\n      {% endfor %}\r\n    </div>\r\n    {% endif %}\r\n{% endif %}\r\n\r\n{% endcomment %}\r\n","modules/product/product-list-tiled":"{% extends \"modules/product/product-list\" %}\r\n{% block module-classes %}mz-productlist-tiled{% endblock module-classes %}\r\n{% block list-classes %}mz-l-tiles{% endblock list-classes %}","modules/product/rv-product-list":"{% extends \"modules/product/product-list\" %}\r\n\t\r\n\r\n{% block module-classes %}mz-rv-productlist{% endblock module-classes %}\r\n{% block list-classes %}mz-l-rv-tiles{% endblock list-classes %}\r\n\r\n\r\n{% block productlist-list %}\r\n    <div {% block featured-products-id %}{% endblock featured-products-id %} class=\"mz-productlist-list mz-l-rv-tiles clearfix {% block list-classes %}{% endblock list-classes %}\">\r\n        {% for prod in model.items %}\r\n            <div class=\"mz-productlist-item item mz-rv-productlist-item\" data-mz-product=\"{{ prod.productCode }}\">\r\n          {% include \"modules/product/rv-product-listing\" with model=prod %}\r\n        </div>\r\n        {% endfor %}\r\n    </div>\r\n{% endblock productlist-list %}","modules/product/product-options":"<div class=\"mz-productoptions\">\r\n    {% for option in model.options %}\r\n    <div class=\"mz-productoptions-optioncontainer\">\r\n        {% if option.isRequired %}\r\n            <strong class=\"is-required\">*</strong>\r\n        {% endif %}\r\n        <label class=\"mz-productoptions-optionlabel\">{{ option.attributeDetail.name }}</label>\r\n        <div class=\"mz-productoptions-valuecontainer\">\r\n            {% if option.attributeDetail.inputType == \"List\" %}\r\n                {% for value in option.values %}\r\n                    <input type=\"radio\" class=\"mz-productoptions-option{% if option.attributeFQN == \"tenant~color\" %} color{% endif %}\" data-mz-product-option=\"{{ option.attributeFQN }}\" name=\"{{ option.attributeFQN }}\" {% if value.isSelected %}checked=\"true\"{% endif %} id=\"{{ option.attributeFQN }}-{{value.value}}\" value=\"{{value.value}}\"/>\r\n                    <label class='radioLabel {{ option.attributeFQN }}{% if option.attributeFQN == \"tenant~color\" %} color {{ value.value }}{% endif %}' for=\"{{ option.attributeFQN }}-{{value.value}}\">{{value.stringValue|default(value.value)}}{% if value.deltaPrice and value.deltaPrice > 0 %} ( {{ value.deltaPrice|currency }} {{ labels.more }} ){% endif %}</label>\r\n                {% endfor %}\r\n                {% comment %}\r\n                <select {% if option.isMultiValue %}multiple{% endif %} class=\"mz-productoptions-option\" data-mz-product-option=\"{{ option.attributeFQN }}\">\r\n                    {% if not option.isMultiValue %}<option></option>{% endif %}\r\n                    {% for value in option.values %}\r\n                    <option {% if not value.isEnabled %} class=\"is-disabled\" {% endif %} {% if value.isSelected %}selected=\"true\"{% endif %} value=\"{{value.value}}\">{{value.stringValue|default(value.value)}}{% if value.deltaPrice and value.deltaPrice > 0 %} ( {{ value.deltaPrice|currency }} {{ labels.more }} ){% endif %}</option>\r\n                    {% endfor %}\r\n                </select>\r\n                {% endcomment %}\r\n            {% else %}\r\n                {% if option.attributeDetail.inputType == \"YesNo\" %}\r\n                    <input class=\"mz-productoptions-option styled\" type=\"checkbox\" id=\"option-{{ option.attributeFQN }}\" {% if option.shopperEnteredValue %}checked=\"checked\"{% endif %} data-mz-product-option=\"{{ option.attributeFQN }}\" />\r\n                {% endif %}\r\n                {% if option.attributeDetail.inputType == \"TextBox\" %}\r\n                    {% if option.attributeDetail.dataType == \"Number\" %}\r\n                    <input class=\"mz-productoptions-option\" type=\"number\" min=\"{{ option.attributeDetail.validation.minNumericValue }}\" max=\"{{ option.attributeDetail.validation.maxNumericValue }}\" value=\"{{ option.shopperEnteredValue }}\" data-mz-product-option=\"{{ option.attributeFQN }}\" data-mz-focus-bookmark=\"{{ option.attributeFQN }}\">\r\n                        {% else %}\r\n                    <input class=\"mz-productoptions-option\" type=\"text\" value=\"{{ option.shopperEnteredValue }}\" data-mz-product-option=\"{{ option.attributeFQN }}\" data-mz-focus-bookmark=\"{{ option.attributeFQN }}\">\r\n                        {% endif %}\r\n                {% endif %}\r\n                {% if option.attributeDetail.inputType == \"TextArea\" %}\r\n                    <textarea class=\"mz-productoptions-option\" data-mz-product-option=\"{{ option.attributeFQN }}\" data-mz-focus-bookmark=\"{{ option.attributeFQN }}\">{{ option.shopperEnteredValue }}</textarea>\r\n                {% endif %}\r\n                {% if option.attributeDetail.inputType == \"Date\" %}\r\n                    <input type=\"text\" data-mz-is-datepicker data-mz-focus-bookmark=\"{{ option.attributeFQN }}\" data-mz-product-option=\"{{ option.attributeFQN }}\" class=\"mz-productoptions-option\" style=\"color:transparent\" value=\"{{ option.shopperEnteredValue }}\" data-format=\"mm/dd/yy\" data-max=\"{{option.maxValue}}\" data-min=\"{{ option.minValue }}\">\r\n                {% endif %}\r\n                {% if option.values %}\r\n\r\n                  {% for value in option.values %}\r\n                    {% if forloop.counter0 == 0 and value.deltaPrice > 0 %}\r\n                    {% if option.attributeDetail.inputType == \"YesNo\" %}\r\n                    <label for=\"option-{{option.attributeFQN}}\">({{ value.deltaPrice|currency }} {{ labels.more }})</label>\r\n                    {% else %}\r\n                        ({{ value.deltaPrice|currency }} {{ labels.more }})\r\n                    {% endif %}\r\n                    {% endif %}\r\n                  {% endfor %}\r\n                {% endif %}\r\n            {% endif %}\r\n        </div>\r\n    </div>\r\n    {% endfor %}\r\n</div>","modules/product/product-instock-request":"<div class=\"mz-instock-request\">\r\n    {% if subscribed %}\r\n    <p>{{ labels.notifyWidgetSuccess }}</p>\r\n    {% else %}\r\n    <div>{{ labels.notifyWidgetHeader }}</div>\r\n    <div>\r\n        {{ labels.email }}: <input type=\"text\" data-mz-role=\"email\" value=\"{{ user.email }}\" class=\"mz-instock-request-email\" />\r\n        <button data-mz-action=\"widgetNotifyUserAction\">{{ labels.notifyWidgetButton }}</button>\r\n        <span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"email\"></span>\r\n    </div>\r\n    {% endif %}\r\n</div>","modules/product/sold-rv-product-list":"{% extends \"modules/product/product-list\" %}\r\n\t\r\n\r\n{% block module-classes %}mz-rv-productlist{% endblock module-classes %}\r\n{% block list-classes %}mz-l-rv-tiles{% endblock list-classes %}\r\n\r\n\r\n{% block productlist-list %}\r\n    <div {% block featured-products-id %}{% endblock featured-products-id %} class=\"mz-productlist-list mz-l-rv-tiles clearfix {% block list-classes %}{% endblock list-classes %}\">\r\n        {% for prod in model.items %}\r\n            <div class=\"mz-productlist-item item mz-rv-productlist-item mz-sold-rv-productlist-item\" data-mz-product=\"{{ prod.productCode }}\">\r\n                {% include \"modules/product/sold-rv-product-listing\" with model=prod %}\r\n            </div>\r\n        {% endfor %}\r\n    </div>\r\n{% endblock productlist-list %}","modules/product/rv-product-listing":"{% with model|get_product_attribute(themeSettings.rvYearAttrName) as rvYear %}\n{% with model|get_product_attribute_value(themeSettings.rvSaleStatus) as rvSaleStatus  %}\n\n  <div class=\"mz-rvlisting col-xs-12 no-pad\n  {% if rvSaleStatus and rvSaleStatus == \"S\" %}mz-rvlisting-sold{% endif %}\n  {% if rvSaleStatus and rvSaleStatus == \"P\" %}mz-rvlisting-pending{% endif %}\n  \">\n    {% comment %}\n        Stock# Column, on mobile shows stock # description, image, year\n    {% endcomment %}\n    <div class=\"col-xs-12 col-sm-3 rv-stock-num-col\">\n            <div class=\"mz-productlisting-productcode\">\n              {% with model.properties|findwhere('attributeFQN', 'tenant~rv-lot-number') as lot %}\n                {% if lot %}\n                  {% with lot.values|first as lotNumber%}\n                    {% if lotNumber and lotNumber.stringValue %}\n                      <span class=\"hidden-xs rv-lot-number\"> {{lotNumber.stringValue}} </span>\n                    {% endif %}\n                    <a href=\"{% make_url \"product\" model %}\" class=\"mz-productlisting-title\">\n                      <span class=\"visible-xs\"><b>{% if lotNumber and lotNumber.stringValue %}{{lotNumber.stringValue}}{% endif %} - {{model.content.productName}}</b></span>\n                    </a>\n                  {% endwith %}\n                {% endif %}\n              {% endwith %}\n                {% comment %}\n                <span class=\"visible-xs\"><b>Year:</b>\n                  {% if rvYear and rvYear.values|first|prop(\"value\") %}\n                    {{rvYear.values|first|prop(\"value\")}}\n                  {% else %}\n                    ----\n                  {% endif %}\n                </span>\n                {% endcomment %}\n            </div>\n\n            <div class=\"mz-productlisting-image\">\n                {% block product-image %}\n                <a href=\"{% make_url \"product\" model %}\">\n                    {% if model.mainImage.imageUrl %}\n                        <img class=\"mz-productlisting-image-img img-responsive\" src=\"{% make_url \"image\" model.mainImage with max=themeSettings.listProductThumbSize as_parameter %}\" {% if model.mainImage.altText %}alt=\"{{ model.mainImage.altText }}\"{% else %}alt=\"{{model.content.productName}}\"{% endif %} />\n                    {% else %}\n                        {% if siteContext.generalSettings.missingImageSubstitute %}\n                            <img class=\"mz-productlisting-image-img img-responsive\" src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\" alt=\"image coming soon\" />\n                        {% else %}\n                          <span class=\"mz-productimages-noimage col-xs-12\"><span class=\"mz-productimages-noimage-placeholdertext\">{{ labels.productImagePlaceholder }}</span></span>\n                        {% endif %}\n                    {% endif %}\n                </a>\n                {% endblock product-image %}\n              {% if themeSettings.showProductBanners %}\n                {% include \"modules/product/product-banner\" with product=model %}\n              {% endif %}\n            </div>\n            {% if rvSaleStatus and rvSaleStatus != \"I\" %}\n                {% if rvSaleStatus == \"S\" %}\n                  <div class=\"hidden-xs rv-listing-sold-text\">Sold</div>\n                {% endif %}\n            {% else %}\n            {% comment %}\n            <div class=\"hidden-xs\">\n              <a href=\"{% make_url \"product\" model %}\">\n                <button class=\"mz-button color5\">More Details</button>\n              </a>\n            </div>\n            {% endcomment %}\n            {% endif %}\n    </div>\n    {% comment %}\n      Year Column\n    {% endcomment %}\n    <div class=\"hidden-xs col-sm-1 rv-year-column text-center\">\n            {% if rvYear and rvYear.values|first|prop(\"value\") %}\n              {{rvYear.values|first|prop(\"value\")}}\n            {% else %}\n              ----\n            {% endif %}\n    </div>\n    {% comment %}\n      Name, Description, FloorPlan\n    {% endcomment %}\n    <div class=\"hidden-xs col-xs-5 col-sm-6 rv-main-col\">\n      <div><a class=\"mz-productlisting-title\" href=\"{% make_url \"product\" model %}\">{{model.content.productName}}</a></div>\n      {% with model|get_product_attribute_value(themeSettings.rvFloorPlanImageAttr) as floorPlanName %}\n        {% if floorPlanName %}\n          {% with \"/cms/files/{0}\"|string_format(floorPlanName) as filePath %}\n          <div>\n            <a href=\"{% make_url \"product\" model %}\">\n                  <img class=\"mz-productlisting-image-img img-responsive mz-productlisting-floorplan-img\" src=\"{% make_url \"cdn\" filePath %}\" alt=\"{{model.content.productName}} Floorplan\"/>\n            </a>\n          </div>\n          {% endwith %}\n        {% else %}\n            <a href=\"{% make_url \"product\" model %}\">\n                <span class=\"mz-productimages-noimage col-xs-12\"><span class=\"mz-productimages-noimage-placeholdertext\">{{ labels.productImagePlaceholder }}</span></span>\n            </a>\n        {% endif %}\n      {% endwith %}\n    </div>\n    {% comment %}\n      Price\n    {% endcomment %}\n    <div class=\"col-xs-12 col-sm-2 text-center rv-price-col\">\n      {% if not rvSaleStatus or rvSaleStatus == \"I\" %}\n        {% include \"modules/product/price-header\" %}\n            <div class=\"hidden-xs\">\n              <a href=\"{% make_url \"product\" model %}\">\n                <button class=\"mz-button color5\">More Details</button>\n              </a>\n            </div>\n            {% include \"modules/pre-qualify\" with context=\"index\" %}\n      {% else %}\n        {% if rvSaleStatus == \"P\" %}\n          <div class=\"rv-listing-pending-text\">\n              Sale Pending\n          </div>\n        {% endif %}\n        {% if rvSaleStatus == \"S\" and showOnActiveList %}\n          <div class=\"rv-listing-sold-text\">\n            Sold\n          </div>\n        {% endif %}\n      {% endif %}\n    </div>\n  </div>\n{% endwith %}\n{% endwith %}\n\n","modules/product/sold-rv-product-listing":"<div class=\"mz-rvlisting mz-sold-cat-rvlisting col-xs-12 no-pad\">\r\n\t{% comment %}\r\n\t\tSize and Description\r\n\t{% endcomment %}\r\n\t<div class=\"col-xs-12 col-sm-6\">\r\n\t\t<a class=\"mz-productlisting-title\" href=\"{% make_url \"product\" model %}\">{{model.content.productName}}</a>\r\n\t</div>\r\n\t{% comment %}\r\n\t\tPrice\r\n\t{% endcomment %}\r\n\t<div class=\"col-xs-12 col-sm-3 text-center mz-sold-rv-price-listing\">\r\n\t\t<strong class=\"visible-xs\">Price:</strong>\r\n\t\t<span class=\"mz-price\">\r\n\t\t{{model.price.price|currency|split('.00')|first}}\r\n\t\t</span>\r\n\t\t{% comment %}\r\n\t\t{% include \"modules/product/price-stack\" %}\r\n\t\t{% endcomment %}\r\n\t</div>\r\n\t{% comment %}\r\n\t\tDate Sold\r\n\t{% endcomment %}\r\n\t<div class=\"col-xs-12 col-sm-3 text-center\">\r\n\t\t<strong class=\"visible-xs\">Date Sold:</strong>\r\n\t    {% with model|get_product_attribute(themeSettings.rvSoldDate) as rvSoldDate %}\r\n\t    \t{% if rvSoldDate and rvSoldDate.values.length %}\r\n\t\t    \t{% for value in rvSoldDate.values  %}\r\n\t\t    \t\t{{value.value|date(\"m/d/y\")}}\r\n\t\t    \t{% endfor %}\r\n\t    \t{% else %}\r\n\t\t\t\t----\r\n\t    \t{% endif %}\r\n\t    {% endwith %}\r\n\t</div>\r\n</div>\r\n","modules/save-search/faceting-form":"\r\n{% include \"modules/save-search/save-search-details\" %}\r\n\r\n{% if pageContext.isMobile %}\r\n    <button class=\"mobile-facets-toggle top-toggle closed icon\">\r\n        <span class=\"hide-filters hidden\">{{ labels.filtersHide }}</span><span class=\"show-filters\">{{ labels.filtersShow }}</span> <i class=\"icon plus2 open\"></i><i class=\"icon minus close\" style=\"display:none;\"></i>\r\n    </button>\r\n{% endif %}\r\n<section class=\"mz-facetingform col-xs-12\" {% if pageContext.isMobile %}style=\"display: none;\"{% endif %}>\r\n    {% include \"modules/common/message-bar\" with model=model.messages %}\r\n\r\n    {% if model.hasValueFacets and pageContext.pagination.facetValueFilter %}\r\n    <div class=\"mz-l-sidebaritem col-xs-12 no-pad\">\r\n        <button class=\"mz-button gray mz-facetingform-clearall\" data-mz-action=\"clearFacets\" data-mz-url=\"{% make_url \"facet\" \"clear\"  %}\" rel=\"nofollow\">{{ labels.clearAllFilters }}</button>\r\n    </div>\r\n    {% endif %}\r\n    {% comment %} {% for facet in model.facets %}\r\n      {% if facet.values and facet.facetType == \"Hierarchy\" %}\r\n        {% if facet.values.length == 1 %}\r\n          {% include \"modules/product/hierarchy-facets\" with facet=facet facetValues=facet.values|first|prop(\"childrenFacetValues\") %}\r\n        {% else %}\r\n          {% include \"modules/product/hierarchy-facets\" with facet=facet facetValues=facet.values %}\r\n        {% endif %}\r\n      {% endif %}\r\n    {% endfor %} {% endcomment %}\r\n\r\n    {% for facet in model.facets %}\r\n\r\n      {% if facet.values and facet.facetType != \"Hierarchy\" %}\r\n      <div class=\"mz-l-sidebaritem col-xs-12 no-pad {% if facet.label == 'Color' %}color{% endif %}\">\r\n          {% if pageContext.isMobile %}{% comment %} Toggles closed on mobile {% endcomment %}\r\n              <a rel=\"nofollow\" class=\"accordion-toggle collapsed col-xs-12 no-pad\" data-toggle=\"collapse\" data-parent=\"#footer-collapse\" label=\"{{facet.label}}\" href=\"#facet_{{ forloop.counter}}_{{forloop.index}}\" aria-expanded=\"false\"><h6>{{ facet.label }} <i class=\"icon chevron2-up\"></i></h6></a>\r\n              <ul label=\"{{facet.label}}\" id=\"facet_{{ forloop.counter}}_{{forloop.index}}\" class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy collapse col-xs-12 no-pad\" aria-expanded=\"false\">\r\n          {% else %}{% comment %} Toggles opene on tablet/desktop {% endcomment %}\r\n              <a rel=\"nofollow\" class=\"accordion-toggle col-xs-12 no-pad\" data-toggle=\"collapse\" data-parent=\"#footer-collapse\" href=\"#facet_{{ forloop.counter}}_{{forloop.index}}\" label=\"{{facet.label}}\" aria-expanded=\"true\"><h6>{{ facet.label }} <i class=\"icon chevron2-up\"></i></h6></a>\r\n              <ul id=\"facet_{{ forloop.counter}}_{{forloop.index}}\" label=\"{{facet.label}}\" class=\"mz-facetingform-facet mz-facetingform-facet-hierarchy collapsed collapse col-xs-12 no-pad\" aria-expanded=\"true\">\r\n          {% endif %}\r\n              {% for fval in facet.values %}\r\n                      <li>\r\n                        {% if facet.label == \"Color\" %}\r\n                          <input type=\"checkbox\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value color-facet\" {% if fval.isApplied %}checked=\"checked\"{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" data-mz-url=\"{% make_url \"facet\" fval %}\" rel=\"nofollow\">\r\n                          <label title=\"{{fval.value}}\" class=\"color {{fval.value|replace(\"/\", \"or\")|replace(\" \", \"\")}}\" class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n                            <i class=\"icon checkmark1\" {% if not fval.isApplied %}style=\"display: none;\"{% endif %}></i>\r\n                          </label>\r\n                          <label title=\"{{fval.value}}\" class=\"text\" class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">{{fval.value}}</label>\r\n                        {% else %}\r\n                          <input type=\"checkbox\" id=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\" class=\"mz-facetingform-value styled\" {% if fval.isApplied %}checked=\"checked\"{% endif %} data-mz-facet=\"{{ facet.field }}\" data-mz-facet-value=\"{{ fval.value }}\" data-mz-url=\"{% make_url \"facet\" fval %}\" rel=\"nofollow\">\r\n                          <label class=\"mz-facetingform-valuelabel\" for=\"{{facet.field|slugify }}_{{ fval.value|slugify }}\">\r\n                          {% if facet.label == \"Price\" %}\r\n                            {% if fval.rangeQueryValueStart == \"*\" %}\r\n                              < ${{ fval.rangeQueryValueEnd }}\r\n                            {% else %}\r\n                              {% if fval.rangeQueryValueEnd == \"*\" %}\r\n                                ${{ fval.rangeQueryValueStart }} +\r\n                              {% else %}\r\n                                ${{ fval.rangeQueryValueStart }}-${{ fval.rangeQueryValueEnd }}\r\n                              {% endif %}\r\n                            {% endif %}\r\n                          {% else %}\r\n                            {%if fval.label|split(\".\").length == 2 and fval.label|split(\".0\").length == 2 and fval.label|split(\" \").length == 1 and fval.label|currency > \"\"%}\r\n                                {{fval.label|floatformat}}\r\n                            {%else%}\r\n                                {% if fval.label == \"true\" or fval.label == \"True\" or fval.label == \"TRUE\" or fval.label == true %}\r\n                                  {{ labels.yes }}\r\n                                {% else %}\r\n                                  {% if fval.label == \"false\" or fval.label == \"False\" or fval.label == \"FALSE\" or fval.label == false %}\r\n                                    {{ labels.no }}\r\n                                  {% else %}\r\n                              \t\t{{ fval.label|title }}\r\n                                  {% endif %}\r\n                                {% endif %}\r\n                            {%endif%}\r\n                          {% endif %}\r\n                          </label>\r\n                        {% endif %}\r\n                      </li>\r\n              {% endfor %}\r\n              {% if facet.values.length > 8 %}<a class=\"facet-toggle\" facet-label=\"{{facet.label}}\">Show</a> {% endif %}\r\n          </ul>\r\n      </div>\r\n      {% endif %}\r\n    {% endfor %}\r\n\r\n    {% if model.hasValueFacets and pageContext.pagination.facetValueFilter %}\r\n    <div class=\"mz-l-sidebaritem col-xs-12 no-pad\">\r\n        <button class=\"mz-button gray mz-facetingform-clearall\" data-mz-action=\"clearFacets\" data-mz-url=\"{% make_url \"facet\" \"clear\"  %}\" rel=\"nofollow\">{{ labels.clearAllFilters }}</button>\r\n\r\n      </div>\r\n    {% endif %}\r\n\r\n    {% if pageContext.isMobile %}\r\n        <button class=\"mobile-facets-toggle bottom-toggle icon\">\r\n            <span class=\"hide-filters\">{{ labels.filtersHide }}</span> <i class=\"icon plus2 open\"></i><i class=\"icon minus close\" style=\"display:none;\"></i>\r\n        </button>\r\n    {% endif %}\r\n\r\n</section>\r\n\r\n\r\n<div class=\"col-xs-12 margin-top-20\">\r\n    <button class=\"mz-button\" data-mz-action=\"saveSearch\">{{ labels.save }}</button>\r\n    <button class=\"mz-button dark-gray\">{{ labels.cancel }}</button>\r\n</div>\r\n","modules/save-search/delete-search":"<div class=\"quickview\">\r\n\t<button type=\"button\" class=\"close no-style\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><i class=\"icon exit1-circle\"></i></span></button>\r\n    <p>Are you sure you want to delete your wishlist {{model.name}}?</p>\r\n    <div>\r\n        <div class=\"col-xs-12 margin-top-20\">\r\n            <button class=\"mz-button\" data-mz-confirm=\"confirmDelete\" data-mz-item-id=\"{{model.id}}\">Confirm</button>\r\n            <button class=\"mz-button dark-gray\" data-dismiss=\"modal\">Cancel</button>\r\n        </div>\r\n    </div>\r\n</div>","modules/save-search/save-search-details":"<div class=\"col-xs-12 margin-top-20 margin-bottom-20\">\r\n        <label for=\"saved-search-name\">{{labels.savedSearchName}}:</label>\r\n        <input type=\"text\" name=\"saved-search-name\" data-mz-value=\"searchName\" value=\"{{ model.searchName }}\" maxlength=\"200\" style=\"min-width:300px;\">\r\n        <br><br>\r\n        <input type=\"checkbox\" id=\"saved-search-emails\"  {% if model.emailAlerts %} checked=\"true\" {% endif %} data-mz-value=\"emailAlerts\" value=\"{{model.emailAlerts}}\" />\r\n        <label for=\"saved-search-emails\">{{ labels.saveSearchNotification }}</label>\r\n</div>\r\n","modules/search/autocomplete-page-result":"{% with \"modules/search/autocomplete-listing-{0}\"|string_format(suggestionType)|lower as tpt %}\r\n{% include tpt with model=suggestion %}\r\n{% endwith %}","modules/quickview":"{% require_script \"pages/product\" %}\r\n<div class=\"quickview\">\r\n\t<button type=\"button\" class=\"close no-style\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\"><i class=\"icon exit1-circle\"></i></span></button>\r\n\r\n\t<div class=\"mz-l-container\">\r\n\r\n\t\t<h2 class=\"mz-pagetitle col-xs-12 mz-product-pagetitle\">{{ model.content.productName }}</h2>\r\n\r\n\t\t{% include \"modules/common/message-bar\" with model=model.messages %}\r\n\r\n\t    {% if themeSettings.pdpImgAlign == \"Left\" %}\r\n\t        <div data-mz-productimages class=\"mz-productimages align-left col-xs-12 col-sm-5\">\r\n\t        {% else %}\r\n\t            {% if themeSettings.pdpImgAlign == \"Center\" %}\r\n\t                <div data-mz-productimages class=\"mz-productimages align-center col-xs-12 col-sm-5\">\r\n\t                {% else %}\r\n\t            {% if themeSettings.pdpImgAlign == \"Right\" %}\r\n\t                <div data-mz-productimages class=\"mz-productimages align-right col-xs-12 col-sm-5\">\r\n\t            {% endif %}\r\n\t        {% endif %}\r\n\t    {% endif %}\r\n\t\t\t{% if model.content.productImages %}\r\n\t\t\t\t<figure class=\"mz-productimages-main col-xs-12 no-pad\">\r\n\t\t\t\t\t{% include \"modules/product/product-banner\" with product=model%}\r\n\t\t\t\t\t{% with model.selectedImageIx|default(1) as selectedImageIx %}\r\n\t\t\t\t\t\t{% with model.content.productImages|findwhere(\"sequence\", selectedImageIx) as activeImage %}\r\n\t\t\t\t\t\t\t<img class=\"mz-productimages-mainimage img-responsive lazy\" data-mz-productimage-main data-src=\"{% make_url \"image\" activeImage with max=themeSettings.productImagesContainerWidth as_parameters %}\" {% if model.mainImage.altText %}alt=\"{{ activeImage.altText }}\"{% endif %} />\r\n\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t{% endwith %}\r\n\t\t\t\t</figure>\r\n\t\t\t\t{% if isRvType or model.isRvType %}\r\n\t\t\t\t    {% with model|get_product_attribute_value(themeSettings.rvFloorPlanImageAttr) as floorPlanName %}\r\n\t\t\t\t\t\t{% if floorPlanName %}\r\n\t\t\t\t\t\t\t{% with \"/cms/files/{0}\"|string_format(floorPlanName) as filePath %}\r\n\t\t\t\t\t\t\t\t\t<figure class=\"mz-productimages-floorplan col-xs-12 no-pad\" data-img-url=\"{% make_url \"cdn\" filePath %}\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{% make_url \"cdn\" filePath %}\" class=\"img-responsive\" alt=\"{{model.content.productName}} Floorplan\" />\r\n\t\t\t\t\t\t\t\t\t\t</figure>\r\n\t\t\t\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t{% endif %}\r\n\r\n\t\t\t{% else %}\r\n\t\t\t\t{% if siteContext.generalSettings.missingImageSubstitute %}\r\n\t\t\t\t\t<img class=\"img-responsive lazy\" data-src=\"{{siteContext.cdnPrefix}}/cms/files/{{ siteContext.generalSettings.missingImageSubstitute }}?max={{siteContext.themeSettings.listProductThumbSize }}\"/>\r\n\t\t\t\t{% else %}\r\n\t\t\t\t\t<span class=\"mz-productimages-noimage col-xs-12\"><span class=\"mz-productimages-noimage-placeholdertext\">{{ labels.productImagePlaceholder }}</span></span>\r\n\t\t\t\t{% endif %}\r\n\t\t\t{% endif %}\r\n\r\n\t    </div>\r\n\r\n\t    <div class=\"mz-productdetail-wrap col-xs-12 col-sm-7\">\r\n        {% include \"modules/common/message-bar\" %}\r\n        <div id=\"product-detail\" class=\"mz-productdetail mz-l-stack col-xs-12 no-pad\">\r\n\t\t\t\t\t<div class=\"mz-productdetail-price mz-l-stack-section\">\r\n\t\t\t\t\t\t{% include \"modules/product/price-header\" with isQuickView=true %}\r\n\t\t\t\t\t\t{% comment %}\r\n\t\t\t\t\t\t{% if model.inventoryInfo.manageStock %}\r\n\t\t\t\t\t\t\t{% if not model.purchasableState.isPurchasable%}\r\n\t\t\t\t\t\t\t\t{%  if not model.purchasableState.messages|findwhere(\"validationType\", \"IncompleteProductConfiguration\") %}\r\n\t\t\t\t\t\t\t\t\t\t{% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"in-stock-message\">In Stock!</span>\r\n\t\t\t\t\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"out-stock-message\">Out of Stock</span>\r\n\t\t\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t\t{% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n\t\t\t\t\t\t\t\t\t<span class=\"in-stock-message\">In Stock!</span>\r\n\t\t\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t\t\t<span class=\"out-stock-message\">Out of Stock</span>\r\n\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t{% endcomment %}\r\n\t\t\t\t\t</div>\r\n\r\n\t\t\t\t\t{% if model.options and model.options.length > 0 %}\r\n\t\t\t\t\t<div class=\"mz-productdetail-options mz-l-stack-section\">\r\n\t\t\t\t\t\t{% comment %}\r\n\r\n\t\t\t\t\t\t<h4 class=\"mz-l-stack-sectiontitle\">{{ labels.options }}</h4>\r\n\t\t\t\t\t\t{% endcomment %}\r\n\r\n\t\t\t\t\t\t{% include \"modules/product/product-options\" %}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t{% endif %}\r\n\r\n\r\n\t\t\t\t\t<section class=\"mz-l-stack-section mz-productdetail-conversion\">\r\n      \t\t\t\t{% if not isRvType and not model.isRvType %}\r\n\t\t\t\t\t\t<div class=\"mz-productdetail-conversion-controls\">\r\n      \t\t\t\t\t\t{% with model|get_product_attribute_value(\"tenant~temporarily-unavailable\") as tuStatus %}\r\n\t\t\t\t\t\t\t\t{% if not tuStatus %}\r\n\t\t\t\t\t\t\t\t\t<span class=\"mz-qty-label\"><strong>{{ labels.quantity }}</strong></span>\r\n\t\t\t\t\t\t\t\t\t<input class=\"mz-productdetail-qty\" type=\"number\" value=\"1\" min=\"1\" {% if not model.purchasableState.isPurchasable %} disabled=\"disabled\" {% endif %} data-mz-value=\"quantity\" />\r\n\t\t\t\t\t\t\t\t\t<span class=\"mz-validationmessage\" data-mz-validationmessage-for=\"quantity\"></span>\r\n\t\t\t\t\t\t\t\t{% endif %}\r\n      \t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t<div class=\"mz-productdetail-conversion-buttons\">\r\n\t\t\t\t\t\t    {% if isRvType or model.isRvType %}\r\n\t\t\t\t\t\t      <a href=\"{{themeSettings.howToBuyLink}}\">\r\n\t\t\t\t\t\t        <button id=\"how-to-buy\" class=\"mz-productdetail-addtocart mz-button\" >\r\n\t\t\t\t\t\t        {{ labels.howToBuy|upper }}\r\n\t\t\t\t\t\t        </button>\r\n\t\t\t\t\t\t      </a>\r\n\t\t\t\t\t\t    {% else %}\r\n      \t\t\t\t\t\t\t{% with model|get_product_attribute_value(\"tenant~temporarily-unavailable\") as tuStatus %}\r\n\t\t  \t\t\t\t\t\t\t{% if tuStatus %}\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"mz-unavailable\">This item is temporarily unavailable.<br />Please call 1-800-755-4775 for more details.</span>\r\n\t\t\t\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t\t\t\t<button id=\"add-to-cart\" class=\"mz-productdetail-addtocart mz-button {% if not model.purchasableState.isPurchasable %}is-disabled{% endif %}\" {% if not model.purchasableState.isPurchasable %} disabled=\"disabled\" {% endif %} data-mz-action=\"addToCart\" >\r\n\t\t\t\t\t\t\t\t\t\t\t <i class=\"icon plus2\"></i> {{ labels.addToCart|upper }}\r\n\t\t\t\t\t\t\t\t\t\t</button>\r\n\t\t\t\t\t\t\t\t\t{% endif %}\r\n      \t\t\t\t\t\t\t{% endwith %}\r\n\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t</div>\r\n\r\n\t\t\t\t\t\t{% if model.isPurchasable == false %}\r\n\t\t\t\t\t    <p class=\"mz-productdetail-notpurchasable\">\r\n\t\t\t\t\t      <span class=\"is-required\">\r\n\t\t\t\t          {% if not model.purchasableState.isPurchasable%}\r\n\t\t\t\t            {% if model.options.length === 0 %}\r\n\t\t\t\t              {% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable <= 0 %}\r\n\t\t\t\t                <span class=\"out-stock-message\">Out of Stock</span>\r\n\t\t\t\t              {% endif %}\r\n\t\t\t\t            {% else %}\r\n\t\t\t\t              {% if not model.notDoneConfiguring %}\r\n\t\t\t\t\t\t\t\t\t\t\t\t{% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable <= 0 %}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"out-stock-message\">Out of Stock</span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t              {% else %}\r\n\t\t\t\t                {{labels.pleaseSelectOptions}}\r\n\t\t\t\t              {% endif %}\r\n\t\t\t\t            {% endif %}\r\n\t\t\t\t          {% endif %}\r\n\t\t\t\t\t\t\t\t\t{% if model.inventoryInfo and model.inventoryInfo.onlineStockAvailable > 0 %}\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"in-stock-message\">In Stock!</span>\r\n\t\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t      </span>\r\n\t\t\t\t\t    </p>\r\n\t\t\t\t\t  {% endif %}\r\n\t\t\t\t\t</section>\r\n\t\t\t\t</div>\r\n\t    </div>\r\n\t\t\t<figure class=\"mz-productimages-thumbs no-pad\">\r\n\t\t\t\t{% if model.content.productImages.length > 1 %}\r\n\t\t\t\t\t{% for image in model.content.productImages %}\r\n\r\n\t\t\t\t\t\t\t{% if model.isRvType or isRvType %}\r\n\r\n\t\t\t\t\t\t\t\t\t{% if forloop.index != 2 %}\r\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\"\r\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:{{themeSettings.maxProductImageThumbnailSize}}px; height:{{themeSettings.maxProductImageThumbnailHeight}}px;\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"mz-productimages-thumbimage img-responsive lazy\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-src=\"{% make_url \"image\" image with max=themeSettings.maxProductImageThumbnailSize as_parameters %}\"\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n\t\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t\t\t{% else %}\r\n\t\t\t\t\t\t\t\t\t\t<a class=\"mz-productimages-thumb\" data-mz-productimage-thumb=\"{{ image.sequence }}\"\r\n\t\t\t\t\t\t\t\t\t\t\tstyle=\"width:{{themeSettings.maxProductImageThumbnailSize}}px; height:{{themeSettings.maxProductImageThumbnailHeight}}px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"mz-productimages-thumbimage img-responsive lazy\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-src=\"{% make_url \"image\" image with max=themeSettings.maxProductImageThumbnailSize as_parameters %}\"\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n\t\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t{% endif %}\r\n\t\t\t\t\t{% endfor %}\r\n\t\t\t\t{% endif %}\r\n\t\t\t</figure>\r\n\t\t\t<div class=\"product-description-wrap col-xs-12\">\r\n\t\t\t\t<div class=\"mz-productdetail-fulldesc mz-l-stack-section\">\r\n\t\t\t\t\t<h4 class=\"mz-product-description-title\">{{ labels.fullDesc|upper }}</h4>\r\n\t\t\t\t\t<h3>{{model.content.productName}}</h3>\r\n\t\t\t\t\t<div><strong>Item {{model.variationProductCode|default(model.productCode)}} {% if model.mfgPartNumber %}| MFR# {{model.mfgPartNumber}}{% endif %}</strong></div>\r\n\t\t\t\t\t<p>{{ model.content.productFullDescription|safe }}</p>\r\n\t\t\t\t</div>\r\n\r\n\t\t\t\t{% if model.productUsage == 'Bundle' %}\r\n\t\t\t\t\t<div class=\"mz-productdetail-bundleitems mz-l-stack-section\">\r\n\t\t\t\t\t\t<h4 class=\"mz-l-stack-sectiontitle\">{{ labels.bundleContents }}</h4>\r\n\t\t\t\t\t\t<dl class=\"mz-propertylist mz-propertylist-justified\">\r\n\t\t\t\t\t\t{% for prod in model.bundledProducts %}\r\n\t\t\t\t\t\t<dt>\r\n\t\t\t\t\t\t\t{% if prod.quantity != 1 %}{{ prod.quantity }} x {% endif %}\r\n\t\t\t\t\t\t\t{{ prod.content.productName }}\r\n\t\t\t\t\t\t</dt>\r\n\t\t\t\t\t\t<dd>\r\n\t\t\t\t\t\t\t{{ prod.content.productShortDescription|safe }}\r\n\t\t\t\t\t\t\t</dd>\r\n\t\t\t\t\t\t{% endfor %}\r\n\t\t\t\t\t\t</dl>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t{% endif %}\r\n\t\t\t</div>\r\n\t</div>\r\n</div>\r\n","modules/search/autocomplete-listing-product":"{% extends \"modules/common/item-listing\" %}\r\n\r\n{% block module-classes %}mz-itemlisting-autocomplete mz-itemlisting-autocomplete-product{% endblock module-classes %}\r\n\r\n{% block item-listing-image %}\r\n<div class=\"mz-itemlisting-thumb\">\r\n    {% with model.content.productImages|first as image %}\r\n    {% if image.imageUrl %}\r\n    <img class=\"mz-itemlisting-thumb-img img-responsive\" src=\"{% make_url \"image\" image with max=80 as_parameters %}\" {% if image.altText %}alt=\"{{ image.altText }}\"{% endif %} />\r\n    {% endif %}\r\n    {% endwith %}\r\n</div>\r\n{% endblock %}\r\n{% block item-name %}\r\n    <a class=\"mz-itemlisting-title\" href=\"/p/{{ model.productCode }}\">{{ model.content.productName }}</a>\r\n{% endblock item-name %}\r\n{% block item-details %}\r\n<div class=\"mz-itemlisting-description\">\r\n    {{ model.content.productShortDescription|truncatewords(20)|safe }}\r\n</div>\r\n{% endblock %}"},"locals":{"themeSettings":{"greenFacetColor":"rgba(56, 166, 36, 1)","blackFacetColor":"rgba(5, 0, 0, 1)","blueFacetColor":"rgba(0, 60, 255, 1)","redFacetColor":"rgba(255, 4, 0, 1)","whiteFacetColor":"rgba(255, 255, 255, 1)","silverFacetColor":"rgba(209, 209, 209, 1)","greyFacetColor":"rgba(197, 199, 201, 1)","pinkFacetColor":"rgba(237, 180, 214, 1)","purpleFacetColor":"rgba(157, 0, 255, 1)","tealFacetColor":"rgba(17, 164, 186, 1)","yellowFacetColor":"rgba(247, 232, 116, 1)","beigeFacetColor":"rgba(252, 239, 199, 1)","brownFacetColor":"rgba(176, 125, 63, 1)","goldFacetColor":"rgba(230, 180, 80, 1)","black-greyFacetColor":"rgba(48, 48, 45, 1)","almondFacetColor":"rgba(224, 205, 175, 1)","aluminumFacetColor":"","amberFacetColor":"rgba(240, 122, 67, 1)","antiquebrassFacetColor":"","beachsandFacetColor":"rgba(252, 215, 177, 1)","blackfadeFacetColor":"","blackgraniteFacetColor":"rgba(46, 44, 44, 1)","blackorgrayFacetColor":"","bluefadeFacetColor":"","blueorblackFacetColor":"","boneFacetColor":"rgba(235, 225, 206, 1)","bonewhiteFacetColor":"rgba(235, 225, 206, 1)","bordeauxFacetColor":"rgba(148, 30, 77, 1)","brightwhiteFacetColor":"rgba(252, 248, 242, 1)","bronzeFacetColor":"rgba(186, 137, 80, 1)","brushedaluminumFacetColor":"","brushednickelFacetColor":"","burgandyFacetColor":"rgba(140, 11, 59, 1)","burgandyfadeFacetColor":"","burgundyFacetColor":"rgba(140, 11, 59, 1)","butterpecanFacetColor":"","camelfadeFacetColor":"","camoFacetColor":"","camoflaugeFacetColor":"","champagneFacetColor":"","champagnemistFacetColor":"","charcoalFacetColor":"rgba(61, 59, 59, 1)","checkeredflagFacetColor":"","chocolateFacetColor":"rgba(117, 64, 63, 1)","chromeFacetColor":"","clearFacetColor":"","colonialwhiteFacetColor":"","creamFacetColor":"rgba(255, 238, 186, 1)","creambruleeFacetColor":"","expressoFacetColor":"","frostFacetColor":"","grayFacetColor":"rgba(189, 187, 187, 1)","grayorbrownFacetColor":"","greenorblackFacetColor":"","indigoFacetColor":"rgba(90, 6, 191, 1)","ivoryFacetColor":"","latteFacetColor":"","lightgrayFacetColor":"rgba(219, 217, 217, 1)","limestoneFacetColor":"rgba(255, 255, 255, 1)","merlotFacetColor":"","metalFacetColor":"","mixedFacetColor":"","mochaFacetColor":"","navyFacetColor":"rgba(30, 31, 94, 1)","oakwoodgrainFacetColor":"","oceanblueFacetColor":"","orangeFacetColor":"rgba(247, 87, 12, 1)","parchmentFacetColor":"","patternFacetColor":"","peppercornFacetColor":"","polarwhiteFacetColor":"rgba(255, 255, 255, 1)","rm2554FacetColor":"","redorblackFacetColor":"","rubbedbronzeFacetColor":"","sageFacetColor":"rgba(150, 179, 121, 1)","sandfadeFacetColor":"","sandstoneFacetColor":"","satinFacetColor":"","satinnickelFacetColor":"","satinorblackFacetColor":"","shellwhiteFacetColor":"","sierrabrownFacetColor":"","silverfadeFacetColor":"","silverveinFacetColor":"","smokeFacetColor":"rgba(166, 169, 171, 1)","stainlesssteelFacetColor":"","tanFacetColor":"rgba(237, 228, 213, 1)","vanillaFacetColor":"","venetianbronzeFacetColor":"","whitefadeFacetColor":"","woodgrainFacetColor":"","twoYearRvSold":"4,645","phoneNumber":"800-755-4775","contactEmail":"web@pplmotorhomes.com","percentageSold":"91.7%","totalRvCount":"32,700","rvParentCategoryId":5367,"rvParentSoldCategoryId":5370,"newProductBannerFqn":"new-product","featuredProductBannerFqn":"featured-product","featuredManufacturerBannerFqn":"featured-manufacturer","saleBannerFqn":"on-sale","googleAppsScriptFormHandler":"https://script.google.com/macros/s/AKfycbyzpXl_3xrMbWonG8zEUoIGV0GAcNxAVf0VDv44AZ0g4_KjkEg/exec","rvActiveListFqn":"rv-show-on-active-list","newProductThreshold":null,"showProductBanners":true,"enablePartialCaching":true,"promoIsHolidayPromotion":false,"promoIsClosedForHoliday":false,"promoAnnounceOneWeekInAdvance":false,"promoStartDate":"2026-04-28T02:00:00.000Z","promoEndDate":"2026-05-04T17:00:00.000Z","promoHolidayName":"","promoNameOfSale":"","promoCustomMessage":"","promoCustomHTML":"<!--- Comment ---!>\n<a href=https://www.pplmotorhomes.com/used-rvs-for-sale><img src=https://cdn-tp1.mozu.com/17063-26403/cms/files/ffb840d4-040c-4165-913f-665f4177a286?_mzcb=_1771514638689></a>\n","promoCustomBackgroundImage":null,"advancePromoCustomBackgroundImage":null,"recaptchaSiteKey":"6LeFRTAUAAAAAJtzChwaXC3j_oVYbt5c_xYRFVge","partsSSCats":"","partsSSNumOfCats":"5","extendedPropertiesEnabled":false,"extendedPropertyParameters":"","zipCodeEnabled":true,"phoneNumberEnabled":true,"billingEmailEnabled":true,"nav1-color":"rgba(59, 59, 59, 1)","nav2-color":"rgba(59, 59, 59, 1)","nav3-color":"rgba(59, 59, 59, 1)","nav4-color":"rgba(59, 59, 59, 1)","nav5-color":"rgba(59, 59, 59, 1)","nav6-color":"rgba(59, 59, 59, 1)","nav7-color":"rgba(21, 138, 44, 1)","nav8-color":"#3b3b3b","nav9-color":"#3b3b3b","nav10-color":"#3b3b3b","rvType":"Vehicles","rvTypeAttrName":"tenant~is-rv-listing","rvVideoLinkAttribute":"tenant~rv-video-link","rvLocationAttrName":"tenant~rv-location","rvAppearanceAttrName":"tenant~rv-appearance-rating","savedSearchAttrFqn":"tenant~saved-searches","savedSearchPage":"/save-this-search","productProperitesMapping":"[\n   {\n      \"title\":\"General\",\n      \"properties\":[\n         \"tenant~rv-size\",\n         \"tenant~rv-year\",\n         \"tenant~rv-brand\",\n         \"tenant~manufacturer\",\n         \"tenant~rv-model\"\n      ]\n   },\n   {\n      \"title\":\"Chassis/Engine/Suspension\",\n      \"properties\":[\n         \"tenant~rv-mileage\",\n         \"tenant~rv-engine-size\",\n         \"tenant~rv-engine-hp\",\n         \"tenant~rv-engine-manufacturer\",\n         \"tenant~rv-chassis\",\n         \"tenant~rv-transmission\",\n         \"tenant~rv-suspension\",\n         \"tenant~rv-levelers\",\n         \"tenant~rv-slides\",\n         \"tenant~rv-stabilizers\",\n         \"tenant~rv-exhaust-brake\",\n         \"tenant~rv-landing-gear\",\n         \"tenant~rv-tongue-jack\",\n         \"tenant~rv-wheel-size\",\n         \"tenant~rv-tag-axle\",\n         \"tenant~rv-axles\",\n         \"tenant~rv-weight\"\n      ]\n   },\n   {\n      \"title\":\"Exterior/Body Construction\",\n      \"properties\":[\n         \"tenant~rv-main-awning\",\n         \"tenant~rv-door-awning\",\n         \"tenant~rv-slide-awning\",\n         \"tenant~rv-window-awning\",\n         \"tenant~rv-arcticpkg\"\n      ]\n   },\n   {\n      \"title\":\"Interior/Furniture\",\n      \"properties\":[\n         \"tenant~rv-fireplace\",\n         \"tenant~rv-sleeps\",\n         \"tenant~rv-beds\",\n         \"tenant~rv-single-beds\",\n         \"tenant~rv-double-beds\",\n         \"tenant~rv-queen-beds\",\n         \"tenant~rv-king-beds\",\n         \"tenant~rv-day-night-shades\",\n         \"tenant~rv-shades\",\n         \"tenant~rv-mcd-shades\",\n         \"tenant~rv-blinds\",\n         \"tenant~rv-curtains\"\n      ]\n   },\n   {\n      \"title\":\"Electrical Systems\",\n      \"properties\":[\n         \"tenant~rv-generator-fuel\",\n         \"tenant~rv-generator-manufacturer\",\n         \"tenant~rv-generator-size\",\n         \"tenant~rv-solar-panel\",\n         \"tenant~rv-electrical\"\n      ]\n   },\n   {\n      \"title\":\"Appliances/Accessories\",\n      \"properties\":[\n         \"tenant~rv-backup-camera\",\n         \"tenant~rv-central-vacuum\",\n         \"tenant~rv-satellite\",\n         \"tenant~rv-outdoor-kitchen\",\n         \"tenant~rv-outdoor-grill\",\n         \"tenant~rv-outside-stereo\",\n         \"tenant~rv-tvs\",\n         \"tenant~rv-refrigerator-doors\",\n         \"tenant~rv-refrigerator-side-by-side\",\n         \"tenant~rv-refrigerator-gas\",\n         \"tenant~rv-refrigerator-110v\",\n         \"tenant~rv-refrigerator-12v\",\n         \"tenant~rv-refrigerator-residential\",\n         \"tenant~rv-refrigerator-manufacturer\",\n         \"tenant~rv-additional-refrigerators\",\n         \"tenant~rv-ice-maker\",\n         \"tenant~rv-stovetop\",\n         \"tenant~rv-microwave\",\n         \"tenant~rv-dishwasher\",\n         \"tenant~rv-washer-dryer\"\n      ]\n   },\n   {\n      \"title\":\"Plumbing/Heating/AC\",\n      \"properties\":[\n         \"tenant~rv-water-heater-tank-size-gal\",\n         \"tenant~rv-water-heater-gas\",\n         \"tenant~rv-water-heater-electric\",\n         \"tenant~rv-water-heater-engine-assit\",\n         \"tenant~rv-water-heater-ondemand\",\n         \"tenant~rv-water-heater-ondemand-brand\",\n         \"tenant~rv-outside-shower\",\n         \"tenant~rv-ducted-ac-s\",\n         \"tenant~rv-non-ducted-ac-s\",\n         \"tenant~rv-basement-ac\",\n         \"tenant~rv-window-ac\",\n         \"tenant~rv-bath\",\n         \"tenant~rv-toilet\",\n         \"tenant~rv-porta-potti\"\n      ]\n   }\n]","rvYearAttrName":"tenant~rv-year","rvSaleStatus":"tenant~rv-status","rvSoldDate":"tenant~rv-date-sold","rvFloorPlanImageAttr":"tenant~rv-floorplan-image","allVehiclesCategoryCode":"631","awningModelAttr":"tenant~awning-model","awningOperationAttr":"tenant~awning-operation","awningCriticalDimensionAttr":"tenant~critical-dimension","awningLengthAttr":"tenant~awning-size","awningFabricColorAttr":"tenant~awning-fabric-color","orderEmailCreateAccountAttrName":"tenant~prompt-create-account-email","partsStoreRootRelativeUrl":"/rv-parts-rv-accessories","sellRVRootRelativeUrl":"/sell-my-rv","tradeRVRootRelativeUrl":"/trade","pageSizeOptions":[12,24,48,96,300],"defaultPageSize":24,"defaultSort":"tenant~popularity desc","googleMapsKey":"AIzaSyAP2R93vI_vMhrJEPoONFbjJpwhXGaEj5Q","dfwSearchAddress":"2408 n main street cleburne texas 76033","houstonSearchAddress":"10777 southwest freeway houston texas 77074","newbraunfelsSearchAddress":"5270 ih 35 north new braunfels texas 78130","summerfieldSearchAddress":"14400 us-441 summerfield florida 34491","elrenoSearchAddress":"3300 north banner road el reno oklahoma 73036","decaturSearchAddress":"500 north highway 287 decatur texas 76234","listProductQuickview":true,"listProductCode":true,"listProductShortDesc":true,"listProductThumbSize":200,"listProductThumbQuality":60,"productImagesContainerWidth":500,"maxProductImageThumbnailSize":125,"maxProductImageThumbnailHeight":85,"maxProductImageThumbnailWidth":125,"pdpImgAlign":"Left","showChildCategoriesInFaceting":true,"useSearchAutocomplete":true,"suggestPriorSearchTerms":true,"isCvvSuppressed":false,"themeLogo":{"imageId":"405e4d93-4666-4e41-9be0-6c11b41d317d","imageListId":"files@mozu","altText":"PPL Motor Homes logo","width":"","height":"","imageUrl":"//cdn-tp1.mozu.com/17063-26403/cms/files/405e4d93-4666-4e41-9be0-6c11b41d317d"},"stickyHeader":false,"maxTopLevelNavItems":9,"maxTopLevelNavLabelLength":18,"alphaSubcats":true,"enableMegaMenu":false,"mm-column-gap-size":"20px","mm-column-divider-width":"1px","mm-column-divider-color":"#DDDDDD","mm-1-col-end":"10","mm-2-cols-end":"20","mm-3-cols-end":"30","socialIconStyle":"Circle","socialBloggerUrl":"","socialFacebookUrl":"","socialGooglePlusUrl":"","socialInstagramUrl":"","socialLinkedinUrl":"","socialPinterestUrl":"","socialTumblrUrl":"","socialTwitterUrl":"","socialVimeoUrl":"","socialYouTubeUrl":"","themeColor1":"#021b9b","themeColor2":"#0f0f12","themeColor3":"#CF5757","themeColor4":"#ED9112","themeColor5":"#029b06","themeGray1":"#ECECEC","themeGray2":"#DDDDDD","themeGray3":"#666666","themeGray4":"#2E2E2E","customInputColor":"#4B71E3","successNotificationColor":"#42A629","warningNotificationColor":"#C51A02","loadGoogleFonts":["Source Sans Pro","Roboto"],"primaryFont":"Open Sans","secondaryFont":"Source Sans Pro","fontSize":"14px","fontSizeMobile":"16px","textColor":"#3b3b3b","hyperlinkColor":"#021b9b","fontSizeH1":"30px","fontSizeH2":"24px","fontSizeH3":"24px","fontSizeH4":"20px","fontSizeH5":"20px","fontSizeH6":"16px","howToBuyLink":"/steps-to-buy","backofficeDateTimeFormat":"m/d/Y H:i:s O","bannerImage":"/resources/images/banner.jpg","bannerImageEnabled":false,"bannerImageRepeat":"repeat-x","bodyBackgroundColor":"#FFFFFF","cmsTextStyles":[{"className":"mz-style-1","label":"Heading 1","tagName":"h1"},{"label":"Heading 2","tagName":"h2"},{"label":"Paragraph","tagName":"p"}],"gutterWidth":"30px","internal-themeAddons":[],"itemListingThumbSize":80,"maxProductSummaryWords":40,"preselectCountryCode":"US","requireCheckoutAgreeToTerms":false,"searchExpandOnFocus":true,"showBreadcrumbs":true,"showCartItemDimensions":true,"showCartItemImage":true,"showCartItemOptions":true,"showCartItemWeight":true,"showCategoryFacets":true,"showCheckoutCommentsField":false,"showMSRP":false,"showProductDetailMeasurements":true,"showProductDetailMfgPartNumber":true,"showProductDetailProperties":true,"showProductDetailShortDesc":true,"showProductDetailUPC":true,"usStates":[{"abbreviation":"AL","name":"Alabama"},{"abbreviation":"AK","name":"Alaska"},{"abbreviation":"AZ","name":"Arizona"},{"abbreviation":"AR","name":"Arkansas"},{"abbreviation":"CA","name":"California"},{"abbreviation":"CO","name":"Colorado"},{"abbreviation":"CT","name":"Connecticut"},{"abbreviation":"DE","name":"Delaware"},{"abbreviation":"DC","name":"District Of Columbia"},{"abbreviation":"FL","name":"Florida"},{"abbreviation":"GA","name":"Georgia"},{"abbreviation":"GU","name":"Guam"},{"abbreviation":"HI","name":"Hawaii"},{"abbreviation":"ID","name":"Idaho"},{"abbreviation":"IL","name":"Illinois"},{"abbreviation":"IN","name":"Indiana"},{"abbreviation":"IA","name":"Iowa"},{"abbreviation":"KS","name":"Kansas"},{"abbreviation":"KY","name":"Kentucky"},{"abbreviation":"LA","name":"Louisiana"},{"abbreviation":"ME","name":"Maine"},{"abbreviation":"MD","name":"Maryland"},{"abbreviation":"MA","name":"Massachusetts"},{"abbreviation":"MI","name":"Michigan"},{"abbreviation":"MN","name":"Minnesota"},{"abbreviation":"MS","name":"Mississippi"},{"abbreviation":"MO","name":"Missouri"},{"abbreviation":"MT","name":"Montana"},{"abbreviation":"NE","name":"Nebraska"},{"abbreviation":"NV","name":"Nevada"},{"abbreviation":"NH","name":"New Hampshire"},{"abbreviation":"NJ","name":"New Jersey"},{"abbreviation":"NM","name":"New Mexico"},{"abbreviation":"NY","name":"New York"},{"abbreviation":"NC","name":"North Carolina"},{"abbreviation":"ND","name":"North Dakota"},{"abbreviation":"OH","name":"Ohio"},{"abbreviation":"OK","name":"Oklahoma"},{"abbreviation":"OR","name":"Oregon"},{"abbreviation":"PA","name":"Pennsylvania"},{"abbreviation":"RI","name":"Rhode Island"},{"abbreviation":"SC","name":"South Carolina"},{"abbreviation":"SD","name":"South Dakota"},{"abbreviation":"TN","name":"Tennessee"},{"abbreviation":"TX","name":"Texas"},{"abbreviation":"UT","name":"Utah"},{"abbreviation":"VT","name":"Vermont"},{"abbreviation":"VA","name":"Virginia"},{"abbreviation":"WA","name":"Washington"},{"abbreviation":"WV","name":"West Virginia"},{"abbreviation":"WI","name":"Wisconsin"},{"abbreviation":"WY","name":"Wyoming"}],"useDebugScripts":false,"allowCustomerInitiatedReturns":true,"visaCheckoutSdkUrl":"https://sandbox-assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js","googleMapsApiKey":"AIzaSyB-f9gGqXFr6EBitS1oQhAHOO6LuQ1ZFdU"},"labels":{"aboutUs":"About Us","accountMyWishlist":"My Wishlist","accountNoCredits":"You have no active store credits. Enter a gift card or store credit code above to add one to your account.","accountNoOrders":"You have not placed any orders.","accountNoReturns":"You have not requested any returns.","accountNoWishlists":"You do not have any wishlist items.","accountOptIn":"Please keep me up to date on store news and specials","accountSettings":"Account Settings","accountYourWishlist":"Your Wishlist","actions":"Actions","add":"Add","addAddress":"Add a new address","addNewCard":"Add a new card","addNewContact":"Add new address","addToCart":"Add To Cart","addToWishlist":"Add To Wishlist","addedToCart":"{0} has been added to your cart.","addedToWishlist":"Added to wishlist","additionalHandling":"Additional Handling","address":"Address","addressBook":"Address Book","addressType":"Address Type","addressValidationError":"We could not validate this address. Please check the address you entered and try again.","agreeToTerms":"I agree to the terms & conditions.","all":"All","allRightsReserved":"All rights reserved.","anonAuthError":"Sorry, the information you provided did not match our records. Please check the information that you provided and try again or contact the customer service department.","anonOrderNumberMissing":"The order number you provided was not found. Please validate the order number and try again or contact customer service.","apply":"Apply","applyCredit":"Apply Credit","availableNow":"Available Now","awningMoreDetails":"Use our Awning Wizard to view all color options and select the configuration thats right for you.<br>Rv Awnings consist of two basic components (which are sold separately):<br>The 'Awning' - the canopy fabric, and a complete roller tube.<br>The 'Arms', or 'hardware'.<br>For a new installation or complete replacement you will need an 'Awning' and a set of 'Arms' (Hardware).  These items are sold separately. (Awning Rail is not included)","awningMoreDetailsNote":"NOTE: It is important to measure the size correctly, as awning orders are non-cancelable, non-returnable, and non-refundable. If there is ANY doubt or question, please call our Parts Department at {0} for assistance","awningBuildTime":"Most awnings take between 7-14 days to construct once an order is submitted.","awningOperation":"Operation","awningLength":"Awning Length","awningFabricType":"Fabric Type","awningFabricColor":"Fabric Color","awningWeatherShield":"Weathershield","awningWeatherShieldColor":"Weathershield color","awningEndCapColor":"End Cap Color","awningArmHeight":"Arm Height","awningCriticalDimension":"Critical Dimension","awningArms":"Arms","awningArmColor":"Awning Hardware Color","billing":"Billing","billingAddress":"Billing Address","billingContact":"Billing Contact","billingEmail":"Billing Email","billingInformation":"Billing Information","billingName":"Billing Name","billingPhone":"Billing Phone","billingPhoneNumber":"Billing Phone Number","billingPostalCode":"Billing Zip Code","bundleContents":"Bundle Contents","callUs":"Call Us","cancel":"Cancel","cardBillingMissing":"Please select a billing contact for this credit card.","cardExpInvalid":"Please enter an expiration date in the future","cardNameMissing":"Please enter the name printed on your card","cardNumber":"Card Number","cardNumberMissing":"Please enter your card number","cardMonthNull":"Please enter an expiration Month","cardYearNull":"Please enter an expiration year","cardFutureExpDate":"Please enter an expiration date in the future","cardType":"Card Type","cardTypeMissing":"Please select your card type","cardUnrecognized":"Please enter a valid credit card number","cart":"Cart","cartPageTitle":"Your Shopping Cart","cartEmpty":"You do not have any items in your cart.","cartSummaryText":"Tax & Shipping Calculated at Checkout","ccAmericanExpress":"American Express","ccDiscover":"Discover","ccJcb":"JCB","ccMastercard":"MasterCard","ccVisa":"Visa","change":"Change","changePassword":"Change Password","checkByMail":"Check by Mail","checkLocalStores":"Check Local Stores","checkNumber":"Check Number","checkOrderStatus":"Check Order Status","checkout":"Checkout","checkoutWithPaypal":"Checkout with PayPal","chooseShippingMethod":"Please select a shipping method.","city":"City","cityMissing":"City or town required","clear":"Clear","clearAllFilters":"Clear All Filters","clickHereToSignUp":"Click Here to Sign Up!","comments":"Comments","commercial":"Commercial","company":"Company","confirmDeleteCard":"Are you sure you want to delete the credit card {0}?","confirmDeleteContact":"Are you sure you want to delete the address {0}?","confirmDeleteContact2":"This will delete all associated credit cards!","confirmPassword":"Confirm Password","confirmRemoveFromWishlist":"Are you sure you want to remove {0} from your wishlist?","confirmationText":"Thank you for your order!  You will receive an email confirmation.","confirmationThankYou":"Thank You For Your Order!","confirmationEmailShortly":"You will receive a confirmation of your order in your email shortly.","confirmationSectionHeader":"Confirmation","contactType":"Type","contactUs":"Contact Us","contact":"Contact","contactUsPhone":"1-800-755-4775","phoneNoCountryCode":"800-755-4775","country":"Country","countryMissing":"Please make a country selection","couponCode":"Coupon Code","couponDisclaimer":"Note: \"{0}\" may be reflected in checkout.","createAccount":"Create an account for easy checkout on future orders","creditAmount":"Credit Amount","creditCard":"Credit Card","creditCardMonth":"Month","creditCardYear":"Year","creditDate":"Activation Date","currencySymbol":"$","currentlyViewing":"Currently viewing","customerAlreadyExists":"A customer is already registered as {0}. <a href=\"/user-login?returnUrl={1}\">Login as this customer</a>","damaged":"Product, box or envelope are damaged","dateFormat":"F j, Y","days":"Days","dealOfTheDay":"Deal of the Day","defaultPopularity":"Default - Popularity","defaultRelevance":"Relevance","default":"Default","defaultPaymentMethod":"Default Payment Method","defaultShippingAddress":"Default Shipping Address","defective":"Defective - does not work properly","del":"Delete","desktop":"Desktop","didNotAgreeToTerms":"You must agree to the terms and conditions","differentExpectations":"Different from what was expected","digitalCodeAlreadyUsed":"This code has already been used.","digitalCredit":"Gift Cards & Store Credits","digitalCreditAddToAccount":"Add to my account","digitalCreditAmtToUse":"Amt. to Apply","digitalCreditApplied":"You have applied the following gift card or store credit payments to your order:","digitalCreditAvailable":"You have the following gift cards & store credits available:","digitalCreditBalance":"Balance","digitalCreditCode":"Code","digitalCreditEmail":"Gift Card Email:","digitalCreditExceedsBalance":"The amount to apply exceeds the total remaining.","digitalCreditExpired":"This code expired on {0}.","digitalCreditNoRemainingFunds":"This code has no remaining funds.","digitalCreditNotYetActive":"This code does not become active until {0}.","digitalCreditRemainder":"Remainder","digitalCreditSubtractFromOrderPrefix":"(","digitalCreditSubtractFromOrderSuffix":")","digitalCreditTotal":"Less: Gift Cards","digitalCredits":"Gift Card & Store Credit","digitalCreditsAnchor":"giftcards","digitalFulfillmentContact":"Digital Gift Card","discount":"Discount","each":"Each","eachLc":"each","edit":"Edit","editAddress":"Edit saved address","editSavedCard":"Edit saved credit card information","email":"Email","emailAddress":"Email Address","emailClosing":"<p>Sincerely,<br /><br />Customer Service<br/>{0}</p>","emailMissing":"Please enter a valid email address","emailOpening":"<p>Hello {0}!</p>","emailOpeningAlternative":"<p>Hello!</p>","emailPasswordBottom":"<p>For security purposes, this link remains active only for the next 72 hours. If you did not make this password reset request, then ignore this email.  Thank you for shopping at {0}.</p>","emailPasswordTop":"<p>We received a request to reset the password associated with this email address and the username {0}.  If you made this request, please click the link below, or copy and paste it into your browser's address window:</p>","emailUs":"Email Us","emailNeeded":"In order to receive tracking and shipping information, we need your valid email address.","emptyCart":"Empty Cart","enterDigitalCredit":"Enter Gift Card or Store Credit Code","enterNewAddress":"Enter New Address","enterNewPaymentMethod":"Enter a new payment method","enterOtherComments":"Please enter a comment explaining the reason for this return.","enterProductQuantity":"Quantity cannot be null or empty","enterReturnQuantity":"Please enter a quantity above 1 to return.","enterReturnReason":"Please select a return reason.","enterStoreCredit":"Enter Store Credit Number","errorApology":"Sorry, an error occurred.","errorDetail":"Our software encountered an error it couldn't resolve.","expiredSavedCard":"This credit card is expired. Please select or insert another method of payment. You can also update the credit card information by using the ","expired":"Expired","expires":"Expires","false":"False","featured":"Featured","featuredBrandProducts":"Featured {0} Products","featuredProducts":"Featured Products","relatedProducts":"Related Products","filtersShow":"Show Filters","filtersHide":"Hide Filters","findAtLocalStore":"Find it at a Local Store","firstName":"First Name","firstNameMissing":"First name required","followBlog":"Follow our Blog!","followFacebook":"Follow us on Facebook!","followGooglePlus":"Follow us on Google Plus!","followInstagram":"Follow us on Instagram!","followLinkedIn":"Follow us on LinkedIn!","followPinterest":"Follow us on Pinterest!","followTumblr":"Follow us on Tumblr!","followTwitter":"Follow us on Twitter!","followVimeo":"Follow us on Vimeo!","followYouTube":"Follow us on YouTube!","forgotPassword":"Forgot your password","forgotPasswordLink":"forgot password?","freeShipping":"Free Shipping","from":"from","fullDesc":"Product Description","genericAcceptance":"{0} must be accepted","genericEqualTo":"{0} must be the same as {1}","genericLength":"{0} must be {1} characters","genericMax":"{0} must be less than or equal to {1}","genericMaxLength":"{0} must be at most {1} characters","genericMin":"{0} must be greater than or equal to {1}","genericMinLength":"{0} must be at least {1} characters","genericNotFound":"Item was not found","genericOnefeaturedge":"{0} must be between {1} and {2}","genericOneOf":"{0} must be one of: {1}","genericPattern":"{0} must be a valid {1}","genericRange":"{0} must be between {1} and {2}","genericRangeLength":"{0} must be between {1} and {2} characters","genericRequired":"This field is required","getOnTheList":"Get On The List","giftCardEmailAmount":"Gift Card Amount:","giftCardEmailBanner":"<!--<a href=\"{0}\"><img src=\"//:0\"/></a>-->","giftCardEmailClaimCode":"Claim Code:","giftCardEmailClosing":"<p> If you have questions about redeeming your gift card, please visit <a href=\"http://{0}\">{0}</a> </p> <p>Sincerely,</p><p>Customer Service</p>","giftCardEmailGreeting":"Hello {0} {1},","giftCardEmailImage":"<!--<a href=\"{0}\"><img src=\"//:0\"/></a>-->","giftCardEmailInstructions":"Follow these steps to redeem the gift card:<ul><li>Visit <a href=\"http://{0}\">{0}</a></li> <li>Enter the Claim Code when prompted during checkout.</li>   <li>Gift card funds will then be applied automatically to orders.<br/>NOTE: if you have an account, the remaining funds will be added to your account.  If you do not have an account, you will need to use the claim code again to use the remaining funds on any future purchases.</li> <li>You must pay for any remaining balance on your order with another payment method.</li>  </ul>","giftCardEmailIntro":"<p>Thank you for purchasing a {0} Gift Card.  Do not delete this message -- to redeem the gift card you must use the gift card claim code below.  You may want to print a copy of this message for easy reference later.</p>","giftMessage":"Gift Message","height":"Height","help":"Help","helpFAQ":"Help/FAQ","helpfulLinks":"Helpful Links","hours":"Hours","home":"Home","howToBuy":"How to buy","inStockBlob1":"<p>Thank you for shopping at {0}!  We have good news for you-- we now have the following item(s) in stock:</p>","inStockBlob2":"<p>TO ADD THE ITEMS TO YOUR CART: <a href=\"http://{0}/p/{1}\">CLICK HERE</a>.</p>","introSentence":"A Full Service RV Dealership & the RV Consignment Leader Since 1972","item":"Item","itemTotal":"Item Total","itemsIncluded":"Items Included","itemsShipped":"Shipment Details","joinOurNewsletter":"Join our Newsletter","lastName":"Last Name","lastNameMissing":"Last name required","late":"Arrived too late","leaveOnWishlist":"Leave On Wishlist","less":"Less","lengthMeasurement":"Length","localStores":"Local Stores","locationWait":"We're searching for local stores. Your browser may ask for permission to use your location. Click \"Allow\" to sort the search results by distance.","locationWaitProd":"We're searching local stores for <strong>{0}</strong>. Your browser may ask for permission to use your location. Click \"Allow\" to sort the search results by distance.","locations":"Locations","loggedInAs":"Logged in as","logIn":"Log In","logIn2":"Sign in to your account","logIn3":"Login","logInInput":"Email Address","logOut":"Log Out","mailCheckTo":"Mail check to","makeDefaultShippingAddress":"Make this my default shipping address","makePrimary":"Make Primary","map":"map","mapPrice":"Add to cart to see final price.","measurements":"Measurements","mfgPartNumber":"Mfg. Part Number","milesAway":"{0} miles away","minutes":"Minutes","missingParts":"Missing parts or accessories","mobile":"Mobile","more":"More","msrp":"MSRP","myAccount":"My Account","nameOnCard":"Full Name On Card","nameOnCheck":"Name On Check","navMore":"More...","newCreditCard":"New Credit Card","newPassword":"New Password","newProduct":"NEW ARRIVAL","newUserEmailNotification":"Your customer account has been created and you can log in anytime at <a href=\"http://{0}/\">http://{0}/</a> as {1}.","newUserEmailSalutation":"Welcome to {0}","next":"Next","nextPage":"Next Page","no":"No","noFulfillmentInfoRequired":"No shipping information is required since all items will be picked up in the store or digitally fulfilled.","noImages":"no image","noEmail":"Please enter your email address","noLongerWanted":"No longer needed/wanted","noNearbyLocations":"No nearby locations could be found.","noNearbyLocationsProd":"No nearby locations could be found for this product.","noPaymentRequired":"Your total is {0}, so no payment method is required.","noPaymentWasRequired":"Your total was {0}, so no payment method was required.","noResults":"No Results","noResultsText":"We're sorry! No results were found matching your query.","noResultsTitle":"No results for {0}","noSavedCards":"You have no saved payment methods.","noSavedContacts":"You have no saved addresses.","noShippingMethods":"Sorry, no shipping methods are available.","notPurchasable":"Not Purchasable","notifyWidgetButton":"Notify Me","notifyWidgetError":"There was an error subscribing. Please try again.","notifyWidgetHeader":"Notify me when this product is back in stock.","notifyWidgetSuccess":"You will be notified when this product is back in stock.","of":"of","oldPassword":"Old Password","oldPasswordInvalid":"Old password entered is invalid","optIn":"Yes! I want to receive news and special offers from {0}!","optionalComments":"Comments (Optional)","options":"Options","or":"or","orCheckoutWith":"or checkout with","order":"Order","orderConfirmation":"Order Confirmation","orderConfirmationThanks":"Thank you for shopping with us at {0}. Your order was received and we are preparing it for shipment.","orderConfirmationThanksShort":"Thank you for shopping with us. Come back again!","orderConfirmationBlob1":"If you would like to view or manage your orders, please visit <a href=\"http://{0}/myaccount\">My Account</a>.","orderConfirmationNoAccount":"We noticed you did not have an account with us, <a href=\"http://{0}/user/login\">Click here to Create one!</a>","orderDate":"Order Date","orderDetails":"Order Details","orderHistory":"Order History","orderNo":"Order #","orderNumber":"Order Number","orderRefundBlob":"<p>Thank you for shopping at {0}. We wanted to let you know that a refund has been applied to your order.</p>","orderShipmentBlob1":"<p>Thank you for shopping at {0}.  Your order has shipped. Once an order has shipped, it can no longer be updated. If you must return an item from this order or check on other orders,  please visit <a href=\"http://{1}/myaccount\">My Account</a>.</p>","orderShipmentBlob2":"<p>Data on tracking may not show up in your account for at least 24 hours from ship date.</p>","orderShipped":"Your Order Has Shipped","orderShippedPkgHeader":"Shipped {0} via {1}","ordersPlacedAsGuest":"View orders placed as a guest or single order lookup","ordersPlacedWithAccount":"View orders placed with your account","orderStatus":"Order Status","orderSummary":"Order Summary","orderTotal":"Order Total","orderWelcome":"Hello","original":"Original","other":"Other (please comment)","outOfStock":"The following items have limited quantity or are out of stock: {0}","packageWeight":"Package Weight","pageNotFound":"Page Not Found","pageStatePlural":"Showing {0} - {1} of {2}","pageStateSingular":"Showing 1 of 1","password":"Password","passwordChanged":"Password has been successfully changed","passwordInvalid":"Password must be a minimum of 6 characters with at least 1 number and 1 alphabetic character","passwordMissing":"Please enter a password","passwordsDoNotMatch":"Passwords did not match, please reenter","passwordMustBeDifferent":"Password must be different from the previous 4 utilized passwords","partNumber":"Part Number","payPal":"Paypal Express","payPalTagline":"The safer, easier way to pay.","paymentInformation":"Payment Info","paymentMethod":"Payment Method","paymentMethods":"Payment Methods","paymentType":"Payment Type","paymentTypeMissing":"Please select a payment type","payments":"Payments","paymentSectionHeader":"How to Pay","paypalExpress":"PayPal Express","paypalExpressCancelled":"The Paypal Express transaction was cancelled.  Please select another payment method.","paypalExpressInfo":"When you click 'Next', you will be taken to PayPal to complete your transaction.","paypalExpressSummary":"This transaction will be processed by PayPal Express.","phone":"Phone","phoneMissing":"Phone number required","placeOrder":"Place Order","pleaseNote":"Please note that your driving record, claim and credit history will be reviewed to offer an accurate insurance quote.","pleaseSelect":"Please Select","pleaseSelectOptions":"Please select product options","pleaseEnterAPassword":"Please enter a password","popularity":"Popularity","positionError":"Your position could not be determined. Displaying stores out of order.","postalCode":"Zip/Postal Code","postalCodeMissing":"Postal code required","postalTown":"Postal Town","poweredBy":"Powered by Mozu","pplHome":"PPL Home","prev":"Prev","previousPage":"Previous Page","price":"Price","primary":"Primary","privacyPolicy":"Privacy Policy","proceedToCheckout":"Proceed To Checkout >","product":"Product","productCode":"Product Code","productDetails":"Product Details","productImagePlaceholder":"Image Coming Soon","productName":"Product Name","productSalePrice":"Sale Price","productSpecifications":"SPECIFICATIONS","productPriceNow":"SALE","promoCodeError":"We are sorry, we don't recognize this coupon number.","promoCodeAlreadyUsed":"Coupon code already in use.","properties":"Properties","propertyTitle":"More Details","province":"Province","qty":"Qty","quantity":"Quantity","quantityToReturn":"Quantity to Return","questions":"Questions? Contact Us!","quickLinks":"Quick Links","quickview":"Quickview","reasonForReturn":"Reason for Return","recalculatePayments":"Your order total has changed. Please re-enter your payment information to recalculate payment.","reenterCVV":"Please enter valid security code.","refund":"Refund","register":"Register","registeredCustomer":"Registered customer?","remaining":"Remaining","remainingBalance":"Remaining Balance","remainingTotal":"Your remaining total is: ","remove":"Remove","removeFromWishlist":"Remove From Wishlist","removePayment":"remove","replace":"Replace","resetEmailSent":"Thank you! You should receive an email with instructions to reset your password shortly.","resetPassword":"Enter the email address associated with your account, then click Send Email.","resetPasswordText":"Reset Password","resetPasswordDone":"Your new password has been set. Please login.","residential":"Residential","resultsPerPage":"results per page","return":"Return","returnApprovedBlob1":"<p>Thank you for shopping at {0}. Your request to return the following item(s) has been accepted.</p>","returnApprovedBlob2":"<p>To return your online purchase:</p><ol><li>Pack your return in the original shipping package, if possible.</li><li>Include the attached packing slip and return label, and indicate the reason for the return.</li><li>Include all original packing materials and accessories.</li><li>Send your return to:</li></ol>","returnApprovedBlob3":"<p>You will receive another email when we receive the returned item(s).</p>","returnClosedBlob1":"<p>Please be informed that we have completed processing your refund request. You will receive your refund within 3-5?? business days using the original payment method used when the purchase was placed.</p>","returnClosedBlob2":"<p>If you require any additional assistance, please feel free to contact customer service</p>","returnDetails":"Return Details","returnInfo":"Please fill out this form to request a return. Returns are requested per item, rather than per order or shipment. View the <a href=\"/returnpolicy\" target=\"_blank\">Return Policy</a> to learn more.","returnNumber":"Return Number","returnOrReplace":"Return or Replace Item","returnOtherBlob1":"<p>Thank you for shopping at {0}. We wanted to let you know that your return status is now {1}.</p>","returnOtherBlob2":"<p>You will receive another email when we have processed your return.</p>","returnReceivedBlob1":"<p>Thank you for shopping at {0}. We wanted to let you know that we have received the following returned items:</p>","returnReceivedBlob2":"<p>You will receive another email when we have processed your return.</p>","returnRejectedBlob1":"<p>Thank you for shopping at {0}. We regret to inform you that your request to return the following item(s) has been rejected:</p>","returnRejectedBlob2":"<p>If you would like more information about our return and exchange policy, please visit our Return & Exchange Policy page.</p>","returnRequestDate":"Return Request Date","returnTotal":"Return Total","returnStatus":"Status","returnType":"Return Type","returning":"Returning","returns":"Returns","reviewOrder":"Complete Your Order","reviewOrderText":"Please review all of the information on this page and, if necessary, make changes before placing your order.","routingNumber":"Routing Number","salePricesShown":"Sale Prices Shown are Valid Until","save":"Save","saveSearch":"My Wish List","saveSearchNotification":"Notify me via email when there are updates to the units I am interested in.","savedCards":"Saved Cards","saveCard":"Store my credit card information securely","savedCreditCard":"Saved Credit Card","savedPaymentMethods":"Saved Payment Methods","saveShippingContact":"Save Shipping Contact","savedSearchName":"Wish List Name","savedSearches":"My Wish Lists","savedSearchCreate":"New Wish List","search":"Search","searchResults":"Search Results","searchLong":"What are you looking for?","searchResultsSummary":"Your search for \"{0}\" within {1} returned {2} results. <a href=\"#\" data-mz-action=\"expandSearch\">Repeat this search across all categories.</a>","searchTitle":"Search Results for {0}","seconds":"Seconds","securityCode":"Security Code (CVV2)","securityCodeMissing":"Please enter valid security code.","selectASavedCard":"Please select a saved card","selectBillingAddress":"Select Billing Address","enterBillingAddress":"Please enter a Billing Address","selectPaymentType":"Select a payment type","selectSavedAddress":"Select a saved address","selectSavedCreditCard":"Select a credit card","selectSavedPaymentMethod":"Select a saved payment method","selectValidAddress":"Select an address from these alternatives:","sendEmail":"Send Email","shipTo":"Ship to","shipToWhere":"Where are we shipping your order?","shipSectionHeader":"Where to ship","shipping":"Shipping","shipped":"Shipped","shippedTo":"Shipped to","shippingContact":"Shipping Contact","shippingHandling":"Shipping & Handling","shippingInformation":"Shipping Information","shippingMethod":"Ship Method","shippingMethodHow":"How would you like us to ship your order?","shortDesc":"Summary","show":"Show","signUp":"Sign Up","signIn":"Sign In","signUpNow":"Sign Up Now!","signUpLink":"Create an Account","signUpNewsletter":"Sign up for our newsletter!","signUpNewsletter2":"Sign up for our newsletter to receive updates and special offers!","sortBy":"Sort by","sortByDateAsc":"Date Added: Most Recent Last","sortByDateDesc":"Date Added: Most Recent First","sortByNameAsc":"Alphabetical: A-Z","sortByNameDesc":"Alphabetical: Z-A","sortByPriceAsc":"Price: Low to High","sortByPriceDesc":"Price: High to Low","stackTrace":"Details","startingAt":"Starting at","state":"State","stateOrProvince":"State/Province","stateProvMissing":"State or province required","status":"Status","stayConnected":"Stay Connected","stayInTouch":"Let's stay in touch","storeCredit":"Store Credit","storeCreditApplied":"You have applied the following store credits to your order:","storeCreditAvailable":"You have the following store credits available:","storeCreditNumber":"Store Credit Number","storeCredits":"Store Credits","storeInformation":"Store Information","storeName":"Store Name","storePickup":"Store Pickup","storePickupAt":"In-Store Pickup at <strong>{0}</strong>","storePickupFor":"Store Pickup for <strong>{0}</strong>","streetMissing":"Street address required","poBoxError":"We’re sorry, we cannot ship to PO Boxes.","submit":"Submit","subtotal":"Subtotal","suggestionNum":"Suggestion #{0}","tablet":"Tablet","tax":"Tax","taxAtCheckout":"Tax & Shipping Calculated at Checkout","taxDuty":"Duties and Taxes","termsConditions":"Terms & Conditions","to":"to","toggleDevice":"Pull the sidebar in/out to change between mobile/tablet/desktop views.","total":"Total","totalCreditBalance":"Total Credit Balance","trackPackage":"Track Package","trackingNumber":"Tracking Number","true":"True","unexpectedError":"Sorry, an unexpected error occurred. Please refresh the page and try again, or contact Support.","unitedStates":"United States","upc":"UPC","useShippingAddress":"Use my shipping address","verification":"Verification","verifyWith":"Verify With","vehicleHasBeenSold":"This vehicle has been SOLD!","vehiclePendingSale":"Sale Pending","vehicleSold":"Sold","view":"View","viewAll":"View All","viewCart":"View Cart","viewOrderHistory":"View order history","videoNojsLoadMessage":"Please enable JavaScript to load this Video.","visaCheckoutEditReminder":"For security reasons you cannot edit the credit card information from Visa Checkout. If you proceed, your Visa Checkout details will be removed and this order will be processed without Visa Checkout.","weAccept":"We Accept","weight":"Weight","welcome":"Welcome","width":"Width","wishlist":"Wishlist","wrongCountryForType":"Please select a country supported for this contact type","yes":"Yes","yourAccount":"Your Account","yourOrderNumber":"Your order number is <span class=\"mz-confirmation-order-number\">{0}</span>.","youSave":"You save","zipPostalCodeMissing":"Zip/postal code required","january":"January","shortJanuary":"Jan","february":"February","shortFebruary":"Feb","march":"March","shortMarch":"Mar","april":"April","shortApril":"Apr","may":"May","shortMay":"May","june":"June","shortJune":"Jun","july":"July","shortJuly":"Jul","august":"August","shortAugust":"Aug","september":"September","shortSeptember":"Sep","october":"October","shortOctober":"Oct","november":"November","shortNovember":"Nov","december":"December","shortDecember":"Dec","sunday":"Sunday","shortSunday":"Sun","monday":"Monday","shortMonday":"Mon","tuesday":"Tuesday","shortTuesday":"Tue","wednesday":"Wednesday","shortWednesday":"Wed","thursday":"Thursday","shortThursday":"Thu","friday":"Friday","shortFriday":"Fri","saturday":"Saturday","shortSaturday":"Sat"},"siteContext":{"themeId":"~77253~79206","generalSettings":{"websiteName":"PPL Motor Homes","siteTimeZone":"Central Standard Time","siteTimeFormat":"hh:mm:ss tt","adjustForDaylightSavingTime":false,"allowAllIPs":false,"senderEmailAddress":"parts@pplmotorhomes.com","cdnCacheBustKey":"_1775149996602","replyToEmailAddress":"parts@pplmotorhomes.com","supressedEmailTransactions":{"backInStock":true,"orderChanged":true,"orderShipped":true,"orderFulfillmentDetailsChanged":false,"shopperLoginCreated":true,"shopperPasswordReset":false,"returnCreated":true,"returnAuthorized":true,"returnUpdated":true,"returnRejected":true,"returnCancelled":false,"returnClosed":true,"refundCreated":true,"storeCreditCreated":false,"storeCreditUpdated":false,"giftCardCreated":true,"orderCancellation":null,"backorder":null,"shipmentConfirmation":null,"orderPickupReady":null,"orderPickupReminder":null,"shipmentBackorderDateChanged":null,"shipmentItemCanceled":null,"shipmentAssigned":null,"transferShipmentCreated":null,"transferShipmentShipped":null,"partialPickupReady":null,"transferShipmentCreatedByFulfiller":null,"intransitConfirmation":null,"curbsideReady":null,"partialCurbsideReady":null,"gatewayGiftCardCreated":null},"desktopTheme":{"id":"~77253~79206"},"tabletTheme":{"id":"~77253~79206"},"googleAnalyticsCode":"UA-1208114-6","isGoogleAnalyticsEnabled":true,"isGoogleAnalyticsEcommerceEnabled":true,"isWishlistCreationEnabled":false,"isMultishipEnabled":false,"allowInvalidAddresses":true,"isAddressValidationEnabled":true,"isRequiredLoginForLiveEnabled":false,"isRequiredLoginForStagingEnabled":false,"customCdnHostName":"cdn-tp1.mozu.com","emailTypes":[{"enabled":null,"id":"BackInStock","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderChanged","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderShipped","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ItemSubstituted","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderFulfillmentDetailsChanged","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShopperLoginCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShopperPasswordReset","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnAuthorized","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnUpdated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnRejected","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnCancelled","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ReturnClosed","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"RefundCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"StoreCreditCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"StoreCreditUpdated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderCancellationFailed","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"Backorder","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShipmentConfirmation","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderPickupReady","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderPickupReminder","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"GiftCardCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShipmentBackorderDateChanged","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShipmentItemCanceled","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"ShipmentAssigned","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"TransferShipmentCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"TransferShipmentShipped","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"PartialPickupReady","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"TransferShipmentCreatedByFulfiller","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"IntransitConfirmation","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"CurbsideReady","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"PartialCurbsideReady","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"GatewayGiftCardCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"CustomerIntransit","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"CustomerAtCurbside","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"AccountDenied","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"AccountInactive","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"AccountCreated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"QuoteInReview","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"QuoteReadyForCheckout","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"QuoteExpired","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"DeliveryDateUpdated","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null},{"enabled":null,"id":"OrderCancellation","senderEmailAddressOverride":null,"senderEmailAliasOverride":null,"replyToEmailAddressOverride":null,"bccEmailAddressOverride":null,"onlyOnApiRequest":null}],"enforceSitewideSSL":true,"smsTypes":[{"enabled":null,"id":"ShipmentItemCanceled"},{"enabled":null,"id":"ShipmentAssigned"},{"enabled":null,"id":"CustomerAtCurbside"},{"enabled":null,"id":"CustomerIntransit"},{"enabled":null,"id":"IntransitConfirmation"},{"enabled":null,"id":"OrderConfirmation"},{"enabled":null,"id":"ShipmentFulfilled"},{"enabled":null,"id":"CurbsideReady"},{"enabled":null,"id":"StoreItemsCanceled"},{"enabled":null,"id":"OptOutAcknowledgement"},{"enabled":null,"id":"OrderPickupReady"},{"enabled":null,"id":"OrderPickupReminder"},{"enabled":null,"id":"CustomerAtStore"}],"supressedSmsTransactions":{"shipmentItemCanceled":null,"shipmentAssigned":null,"customerAtCurbside":null,"customerIntransit":null,"intransitConfirmation":null,"orderConfirmation":null,"shipmentFulfilled":null,"curbsideReady":null,"storeItemsCanceled":null},"is2FAAlwaysRequired":false,"is2FARequiredOnFingerprintChange":false,"is2FARequiredOnRegionChange":false,"isEmailOtpLoginAllowed":false},"checkoutSettings":{"customerCheckoutType":"LoginOptional","paymentProcessingFlowType":"AuthorizeAndCaptureOnOrderPlacement","payByMail":false,"useOverridePriceToCalculateDiscounts":false,"isPayPalEnabled":false,"purchaseOrder":{"isEnabled":false,"allowSplitPayment":false,"customFields":[],"paymentTerms":[]},"supportedCards":{"amex":"AMEX","discover":"DISCOVER","mc":"MC","visa":"VISA"},"visaCheckout":{"isEnabled":false},"externalPaymentWorkflowSettings":[{"name":"VisaCheckout","namespace":"tenant","fullyQualifiedName":"tenant~VisaCheckout","isEnabled":false,"credentials":[{"displayName":"ClientId","apiName":"CLIENTID","inputType":"TextBox","vocabularyValues":[]},{"displayName":"ApiKey","apiName":"APIKEY","inputType":"TextBox","vocabularyValues":[]}]},{"name":"PayWithAmazon","namespace":"mzint","fullyQualifiedName":"mzint~PayWithAmazon","isEnabled":false,"credentials":[{"displayName":"Environment","apiName":"environment","inputType":"RadioButton","vocabularyValues":[{"key":"production","contents":[{"localeCode":"en-US","value":"Production"}]},{"key":"sandbox","contents":[{"localeCode":"en-US","value":"Sandbox"}]}]},{"displayName":"Seller Id","apiName":"sellerId","inputType":"TextBox","vocabularyValues":[]},{"displayName":"Client Id","apiName":"clientId","inputType":"TextBox","vocabularyValues":[]},{"displayName":"Include Billing Address from Amazon on Order?","apiName":"billingAddressOption","inputType":"RadioButton","vocabularyValues":[{"key":"0","contents":[{"localeCode":"No","value":"No"}]},{"key":"1","contents":[{"localeCode":"Yes","value":"Yes"}]}]},{"displayName":"AWS Region","apiName":"region","inputType":"RadioButton","vocabularyValues":[{"key":"de","contents":[{"localeCode":"en-US","value":"DE"}]},{"key":"uk","contents":[{"localeCode":"en-US","value":"UK"}]},{"key":"us","contents":[{"localeCode":"en-US","value":"US"}]},{"key":"jp","contents":[{"localeCode":"en-US","value":"JP"}]}]}]},{"name":"PayPalExpress2","namespace":"mzint","fullyQualifiedName":"mzint~PayPalExpress2","isEnabled":false,"credentials":[{"displayName":"Environment","apiName":"environment","inputType":"RadioButton","vocabularyValues":[{"key":"production","contents":[{"localeCode":"en-US","value":"Production"}]},{"key":"sandbox","contents":[{"localeCode":"en-US","value":"Sandbox"}]}]},{"displayName":"Merchant account ID","apiName":"merchantAccountId","inputType":"TextBox","vocabularyValues":[]},{"displayName":"Order Processing","apiName":"orderProcessing","inputType":"RadioButton","vocabularyValues":[{"key":"AuthAndCaptureOnOrderPlacement","contents":[{"localeCode":"en-US","value":"Authorize and Capture on Order Placement"}]},{"key":"AuthOnOrderPlacementAndCaptureOnOrderShipment","contents":[{"localeCode":"en-US","value":"Authorize on Order Placement and Capture on Order Shipment"}]}]}]}],"supportedGiftCards":{},"paymentSettings":{"gateways":[{"gatewayDefinition":{"id":"authorize.net","countryCode":"US","name":"Authorize.Net","prodServiceURL":"https://secure.authorize.net/gateway/transact.dll","testServiceURL":"https://test.authorize.net/gateway/transact.dll","integrationImplTypeName":"Mozu.Payment.Domain.Adapters.AuthorizeNetGatewayAdapter","supportedCards":[{"type":"VISA","friendlyName":"Visa","paymentType":"CC"},{"type":"AMEX","friendlyName":"American Express","paymentType":"CC"},{"type":"DISCOVER","friendlyName":"Discover","paymentType":"CC"},{"type":"MC","friendlyName":"Mastercard","paymentType":"CC"},{"type":"JCB","friendlyName":"JCB","paymentType":"CC"},{"type":"OTHER","friendlyName":"Other","paymentType":"CC"}],"features":["CreditCards"],"credentialDefinitions":[{"name":"x_tran_key","displayName":"Transaction Key","adminDisplayOrder":1,"isPublic":false},{"name":"x_login","displayName":"Login","adminDisplayOrder":0,"isPublic":false}],"administationUi":[]},"areGatewayCredentialFieldsSet":false,"gatewayAccount":{"id":"c2bd5cb4e9c044d28f810088d0233e20","name":"AuthNet","gatewayDefinitionId":"authorize.net","countryCode":"us","isActive":true,"credentialFields":[],"binPatterns":[]},"supportedCards":["AMEX","DISCOVER","MC","VISA"],"siteGatewaySupportedCards":[{"gatewayAccountId":"c2bd5cb4e9c044d28f810088d0233e20","cardTypeId":"AMEX","paymentType":"CC"},{"gatewayAccountId":"c2bd5cb4e9c044d28f810088d0233e20","cardTypeId":"DISCOVER","paymentType":"CC"},{"gatewayAccountId":"c2bd5cb4e9c044d28f810088d0233e20","cardTypeId":"MC","paymentType":"CC"},{"gatewayAccountId":"c2bd5cb4e9c044d28f810088d0233e20","cardTypeId":"VISA","paymentType":"CC"}]}],"externalPaymentWorkflowDefinitions":[{"name":"VisaCheckout","namespace":"tenant","fullyQualifiedName":"tenant~VisaCheckout","isEnabled":false,"isLegacy":true,"credentials":[{"displayName":"ClientId","apiName":"CLIENTID","vocabularyValues":[],"inputType":"TextBox","isSensitive":false},{"displayName":"ApiKey","apiName":"APIKEY","vocabularyValues":[],"inputType":"TextBox","isSensitive":false},{"displayName":"SharedSecret","apiName":"SHAREDSECRET","vocabularyValues":[],"inputType":"TextBox","isSensitive":true}]},{"name":"PayWithAmazon","namespace":"mzint","fullyQualifiedName":"mzint~PayWithAmazon","description":"<div style='font-size:13px;font-style:italic'>Please review our <a style='color:blue;' target='mozupwahelp' href='http://mozu.github.io/IntegrationDocuments/PayWithAmazon/Mozu-PayWithAmazon-App.htm'>Help</a> documentation to configure Pay With Amazon</div>","isEnabled":false,"isLegacy":true,"credentials":[{"displayName":"Environment","apiName":"environment","vocabularyValues":[{"key":"production","contents":[{"localeCode":"en-US","value":"Production"}]},{"key":"sandbox","contents":[{"localeCode":"en-US","value":"Sandbox"}]}],"inputType":"RadioButton","isSensitive":false},{"displayName":"Seller Id","apiName":"sellerId","vocabularyValues":[],"inputType":"TextBox","isSensitive":false},{"displayName":"Client Id","apiName":"clientId","vocabularyValues":[],"inputType":"TextBox","isSensitive":false},{"displayName":"MWS Auth Token","apiName":"authToken","vocabularyValues":[],"inputType":"TextBox","isSensitive":true},{"displayName":"Include Billing Address from Amazon on Order?","apiName":"billingAddressOption","vocabularyValues":[{"key":"0","contents":[{"localeCode":"No","value":"No"}]},{"key":"1","contents":[{"localeCode":"Yes","value":"Yes"}]}],"inputType":"RadioButton","isSensitive":false},{"displayName":"AWS Region","apiName":"region","vocabularyValues":[{"key":"de","contents":[{"localeCode":"en-US","value":"DE"}]},{"key":"uk","contents":[{"localeCode":"en-US","value":"UK"}]},{"key":"us","contents":[{"localeCode":"en-US","value":"US"}]},{"key":"jp","contents":[{"localeCode":"en-US","value":"JP"}]}],"inputType":"RadioButton","isSensitive":false},{"displayName":"Order Processing","apiName":"orderProcessing","vocabularyValues":[{"key":"AuthAndCaptureOnOrderPlacement","contents":[{"localeCode":"en-US","value":"Authorize and Capture on Order Placement"}]},{"key":"AuthOnOrderPlacementAndCaptureOnOrderShipment","contents":[{"localeCode":"en-US","value":"Authorize on Order Placement and Capture on Order Shipment"}]}],"inputType":"RadioButton","isSensitive":true}]},{"name":"PayPalExpress2","namespace":"mzint","fullyQualifiedName":"mzint~PayPalExpress2","description":"<div style='font-size:13px;font-style:italic'>Please review our <a style='color:blue;' target='mozupaypalhelp' href='http://mozu.github.io/IntegrationDocuments/PayPalExpress/Mozu-PayPalExpress-App.htm'>Help</a> documentation to configure Paypal Express</div>","isEnabled":false,"isLegacy":true,"credentials":[{"displayName":"Environment","apiName":"environment","vocabularyValues":[{"key":"production","contents":[{"localeCode":"en-US","value":"Production"}]},{"key":"sandbox","contents":[{"localeCode":"en-US","value":"Sandbox"}]}],"inputType":"RadioButton","isSensitive":false},{"displayName":"User Name","apiName":"username","vocabularyValues":[],"inputType":"TextBox","isSensitive":true},{"displayName":"Password","apiName":"password","vocabularyValues":[],"inputType":"TextBox","isSensitive":true},{"displayName":"Signature","apiName":"signature","vocabularyValues":[],"inputType":"TextBox","isSensitive":true},{"displayName":"Merchant account ID","apiName":"merchantAccountId","vocabularyValues":[],"inputType":"TextBox","isSensitive":false},{"displayName":"Order Processing","apiName":"orderProcessing","vocabularyValues":[{"key":"AuthAndCaptureOnOrderPlacement","contents":[{"localeCode":"en-US","value":"Authorize and Capture on Order Placement"}]},{"key":"AuthOnOrderPlacementAndCaptureOnOrderShipment","contents":[{"localeCode":"en-US","value":"Authorize on Order Placement and Capture on Order Shipment"}]}],"inputType":"RadioButton","isSensitive":false}]}],"payByMail":false,"purchaseOrder":{"isEnabled":false,"paymentTerms":[],"allowSplitPayment":false,"customFields":[]},"auditInfo":{"updateDate":"2018-10-04T18:29:35.573Z","createDate":"2016-09-29T18:46:19.873Z","updateBy":"33bd6a8ace724901b44b78a46e65e478","createBy":"8d29e4f31df44358b472b410dc9fb052"}}},"cdnPrefix":"//cdn-tp1.mozu.com/17063-26403","secureHost":"https://cdn-origin-tp1.mozu.com","supportsInStorePickup":false,"currencyInfo":{"currencyCode":840,"englishName":"US dollar","symbol":"$","precision":2,"roundingType":0},"siteSubdirectory":null}}}