<%- include('../layouts/header.ejs', {title: 'Shopping Bag', state: 'bag'}); %> <%- include('../layouts/navbar.ejs', {types: 'v3', title: 'Shopping Bag'}); %>
<%- include('../layouts/bagcard.ejs') %> <%- include('../layouts/bagcard.ejs') %> <%- include('../layouts/bagcard.ejs') %>

Order Summary


Sub Total

1.999.999,00

Shipping

-

Estimate

1.999.999,00


Checkout
<%- include('../layouts/footer.ejs', {state: 'bag'}); %>