/*
Label the data
*/
html[data-device="mobile"] #cart-container .content-title-container:before { content: "TERMÉK"; }
html[data-device="mobile"] #cart-container .content-count-container:before { content: "MENNYISÉG"; }
html[data-device="mobile"] #cart-container .content-price-container:before { content: "EGYSÉGÁR"; }
html[data-device="mobile"] #cart-container .content-summary-container:before { content: "FIZETENDŐ"; }