@media (max-width: 480px) {
.kassa-header .thead.omschrijving	{width:140px;}
.kassa-header .thead.aantal				{width:65px;}
.kassa-header .thead.prijs				{width:65px;}
.cart-item .omschrijving				{width:140px;}
.cart-item .omschrijving .afb			{display:none;}
.cart-item .omschrijving .prodtitel		{width:240px;}

.cart-item .aantal						{width:65px;}
.cart-item .aantal .prodprijs			{display:none;}
.cart-item .prijs						{width:auto; float:none; overflow:hidden;}
.cart-item .prijs .delete				{margin:0px; float:left; clear:both;}
.cart-item .prijs .delete input.submit	{float:left; }

.cart-info								{width:100%;}
.cart-info .regel label					{width:auto;}
.cart-info .regel span					{float:right; width:auto; overflow:hidden;}
.cart-info .regel span#verzendkostenPlaceholder	{float:right; margin-left:0;}
.cart-info .regel span.bereken			{float:right; clear:both; margin-left:0;}

.cc_enquete .matrixveld					{margin-left:0px;}
.formcheckbox tr						{margin-bottom:0px;}
.form-horizontal input[type="text"],
.form-horizontal textarea				{width:92% !important;} 


}