{% assign text_after_cart_link = 'FREE SHIPPING in the United States' %} Cart Cart {{ head_content }} * { margin: 0; padding: 0; } html, body { height: 100%; } body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: Arial, 'san-serif'; font-size: 1.2em; line-height: 1.2em; text-align: right; color: #000; background: transparent; } a { text-decoration: none; -moz-outline-style: none; outline-style:none; outline: none; outline-width:0; } a::-moz-focus-inner { border: 0; } a { text-decoration: none; color: #000; } a:hover { text-decoration: none; color: #5d5c5c; } #cart_nav { width: auto; height: 18px; float: none; font-size: 12px; line-height: 16px; padding-top: 0px; } #cart_nav a { padding: 0; display: inline; } #cart_nav span.n3, #cart_nav span.n4, #cart_nav span.n5 > a { font-weight: bold; } #cart_nav span.n5 { padding-left: 16px; } @media only screen and (max-width: 750px) { #cart_nav { height: auto; font-size: 14px; padding: 0 5px; text-align: left; } #cart_nav > a { display: block; float: none; padding-bottom: 12px; } #cart_nav span.n5 { padding-left: 0px; display: block; } } {% assign international_insurance = 0 %}{% unless cart.shipping.pending or cart.country.name == 'United States' %}{% capture international_insurance %}{{ cart.subtotal | times: 0.02 | money }}{% endcapture %}{% endunless %}
Your Cart - {{ cart.item_count | pluralize: 'item', 'items' }} | {{ cart.total | plus: international_insurance | money_with_sign }}{% if text_after_cart_link != blank %} {{ text_after_cart_link }}{% endif %}