.max-100 { max-width: 100%; } .max-30 { max-width: 30px; } .action-imagen { height: 25px; } .header-height { height:50px; } @media (min-width: 768px) { .header-height { height:100px; } } .header-container { background-color: #ffffff; } .children-menu { } .transparent:hover { background-color: #ffffff; } .transparent:hover .children-menu { } .header-menu { font-size: 16px } .btn-mv { color: #ffffff !important; background-color: rgb(var(--bg-primary)) !important; border-color: rgb(var(--bg-tertiary)) !important; font-size: 12px !important; } .btn-mv:hover { color: #000000 !important; background-color: rgb(var(--bg-secondary)) !important; border-color: rgb(var(--bg-primary)) !important; }

Bienvenido a mi tienda

Organiza tu espacio

.ctrl-img-cart { object-fit: cover; object-position: center center; max-width: 100px; }
Producto Precio Cantidad Total Acciones
$[ product.name ]$
SKU: $[ product.sku ]$
$ $[ product.tax == true ? numberFormatter(valueWithoutTax(product.price), decimals) : numberFormatter(product.price, decimals) ]$ $ $[ product.tax == true ? numberFormatter(valueWithoutTax(product.subtotal), decimals) : numberFormatter(product.subtotal, decimals) ]$

Carrito vacío

Continuar comprando
Subtotal $ $[ numberFormatter(cart.subtotal, decimals) ]$
Impuestos $ $[ numberFormatter(cart.tax, decimals) ]$
Total $ $[ numberFormatter(cart.total, decimals) ]$

El costo de envío será calcula en la siguiente pantalla

.footer-titles { font-size:1.1em !important; } .footer-links { color:#828282 !important; font-size:1em !important; } @media(min-width: 768px) { .footer-titles { font-size:1.2em !important; } .footer-links { color:#828282 !important; } }
Loading...