@media screen and (max-width : 768px) {
	.tablemobile table, .s thead, .tablemobile tbody, .tablemobile th, .tablemobile td, .tablemobile tr {
		display: block;
  width:100%
	}



	.tablemobile thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tablemobile>tbody>tr>td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #e0e5eb;
		position: relative;
		padding-left: 50%;
  display: block;
  right:0
	}

	.tablemobile td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
  display: block;
	}

	/*
	Label the data
	*/
 .tablemobile .tm-hide, .tm-hide {display: none;}
 .tablecart thead {border:0}
 .tablecart a.remove        {display:inline-block !important }
 .tablecart .cena-ks        {font-size:1em !important; font-weight: normal !important}
 .tablecart .cena           {text-align: left !important; font-weight: normal !important; color: #333 !important}
 .tablecart .text-center    {text-align: left !important}
 .tablecart .img-responsive {margin: 0 auto}
 .tablecart input[type=number] {float:none !important; margin:0;}


	.tablecart td:nth-of-type(1) {padding:15px }
	.tablecart td:nth-of-type(1):before {display: none;}
	.tablecart td:nth-of-type(2) {padding:15px 0 15px 6px; text-align: left;}
	.tablecart td:nth-of-type(2):before { display: none;}
	.tablecart td:nth-of-type(3):before {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; }

	.tablemobile-suhrn td:nth-of-type(3) {display: none;}
	.tablemobile-suhrn td:nth-of-type(3):before {display: none;}



/* lang */
 .tablelang-sk td:nth-of-type(3):before  { content: "Vymazať:"; }
	.tablelang-sk td:nth-of-type(4):before { content: "Cena kus:"; }
	.tablelang-sk td:nth-of-type(5):before { content: "Množstvo:"; }
	.tablelang-sk td:nth-of-type(6):before { content: "Spolu:"; }

 .tablelang-cs td:nth-of-type(3):before  { content: "Vymazat:"; }
	.tablelang-cs td:nth-of-type(4):before { content: "Cena kus:"; }
	.tablelang-cs td:nth-of-type(5):before { content: "Množství:"; }
	.tablelang-cs td:nth-of-type(6):before { content: "Celkem:"; }

 .tablelang-pl td:nth-of-type(3):before  { content: "Wyczyść:"; }
	.tablelang-pl td:nth-of-type(4):before { content: "Cena szt.:"; }
	.tablelang-pl td:nth-of-type(5):before { content: "Ilość:"; }
	.tablelang-pl td:nth-of-type(6):before { content: "Łącznie:"; }

 .tablelang-hu td:nth-of-type(3):before  { content: "Törlés:"; }
	.tablelang-hu td:nth-of-type(4):before { content: "Ár db:"; }
	.tablelang-hu td:nth-of-type(5):before { content: "Mennyiség:"; }
	.tablelang-hu td:nth-of-type(6):before { content: "Összesen:"; }

 .tablelang-de td:nth-of-type(3):before  { content: "Löschen:"; }
	.tablelang-de td:nth-of-type(4):before { content: "Preis Stk.:"; }
	.tablelang-de td:nth-of-type(5):before { content: "Menge:"; }
	.tablelang-de td:nth-of-type(6):before { content: "Zusammen:"; }

 .tablelang-at td:nth-of-type(3):before  { content: "Löschen:"; }
	.tablelang-at td:nth-of-type(4):before { content: "Preis Stk.:"; }
	.tablelang-at td:nth-of-type(5):before { content: "Menge:"; }
	.tablelang-at td:nth-of-type(6):before { content: "Zusammen:"; }
 

}