ELEGANT DESIGN: The set consists of 6 coffee cups (4 oz), 6 plates, 6 spoons and a metal frame. Unique Color - The cups hang neatly on the metal shelves. It's elegant by the coffee machine.
IDEAL SIZE FOR PRACTICAL: Perfect addition to your own home, cafe or restaurant. Demitasse cups fit both single and double espressos, Americano, cappuccino, macchiato, latte, tea or juice.
PRO-GRADE PORCELAIN: Our clay is manufactured using only the highest quality porcelain, LEAD-FREE, and NON-TOXIC, chip-resistant. Dishwasher, refrigerator, microwave safe. Sturdy and durable enough for years of use.
EASY TO CLEAN: These Espresso Cups Set are easy to clean, you can wash them with soap and hot water or place them into your dishwasher. The gloss still looks like new after long time use.
PROMISE: We provide a free refund or replacement for any defective products, anytime. Just let us know what happened. We offer daily customer service because you are important to us.
showChar2) {
var c = content.substr(0, showChar2);
var h = content.substr(showChar2, content.length - showChar2);
var html = c + '' + ellipsestext2+ ' ' + h + '' + more2text + '';
$(this).html(html);
}
});
$(".more2link").click(function(){
if($(this).hasClass("less")) {
$(this).removeClass("less");
$(this).html(more2text);
} else {
$(this).addClass("less");
$(this).html(lesstext2);
}
$(this).parent().prev().toggle();
$(this).prev().toggle();
return false;
});
});