/********MOBIEL XXS**********/


@media (max-width: 320px)  
{ 
	

	
	
	.amount_number input[type="number"] {
		width: 100%;
	}

	
	
	.article {
		min-height: 1px;
	}
	
	.amount_number {
		padding-left: 0;
	}

	.article_order_area span i {
		font-size: 1em;
	}

	.inputbutton {
		max-width: 120px;
	}

	#login_toggle {
		padding: 0.5em;
	}

	h1 #orderpath {
		font-size: 11px;
	}
	
	.trBaskethdr {
    		display: none;
	}
	
	#discount {
		display: none;
	}
	
	

	.basketeditbox {
		width: 22px;
	}
	

	.company_name img {
		margin-top: 15px;
	}
	
	.recal {
		right: 0;
	}	
	
	.customereditbox, .inputtext  {
		width: 100%!important;
	}

	#login_toggle .formtable .label {
		width: 110px;
	}
	

}



@media (max-width: 480px)  
{ 



	.artlisttext {
		min-height: 75px!important;
	}	
	

	.orderpath_container span {
    		width: 119px;
	
	}

	#orderpath .orderpathactivestep {
		display: inline-block;
		
	}

	#orderpath .orderpathfuturestep{
		display: inline-block;
		
	}

	#orderpath .orderpathstepnr{
		width: 20px;
		height: 20px;
		line-height: 21px;
	}

	
	
	.article_order_area span:first-child {
		float: none;
	}

	.article_order_area span:last-child {
		float: none;
	}
	
	.amount_number input[type="number"] {
    		width: 100%;
  	
	}
	
	.trBasketLine td{
		padding-right: 5px;
	}
	


	.company_logo_small {
		top: -6px!important;
	}

	.company_name img {
		max-width: 100%;
		height: auto;
	}

	.search_container {
		position: initial!important;
		float: left!important;
		left:0;
		width: 100%!important;
		right: 0;
	}
	
	.searchinputdesktop {
		right: 0!important;
		height: 35px;
		
	}
	
	#login_toggle .inputtext{
		width: 100%;
	
	}

	

	#RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES_RESPONSIVE_TABLES
{

}

	table.responsive-xs, 
	table.responsive-xs thead, 
	table.responsive-xs tbody, 
	table.responsive-xs tfoot, 
	table.responsive-xs th, 
	table.responsive-xs td, 
	table.responsive-xs tr { 
		display: block; 
		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive-xs th, 
	table.responsive-xs thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}


	
	table.responsive-xs td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
		vertical-align:top;
		text-align: right!important;
	}
	
	table.responsive-xs td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/* Label the data */
	table.responsive-xs td[data-type-title]:before {
		content: attr(data-type-title);
		font-weight: bold;
		text-align: left;
	}

	table.responsive-xs tr {
	margin-bottom: 1em;
	border-bottom:1px solid #BFE9F2;
	}

	
	.tdimg {
	padding: 0!important;
	}
	
	#clusterprice {
	background-color: #BFE9F2;
	}
	
	.clusterarticles table {
	width: 100%!important;
	}
	

	.trBaskethdr {
	display: none!important;
	}


	.trSumLine {
	border-bottom:0!important;
	}

	
}



/******TABLET XS*********/

@media only screen and (min-width:481px) and (max-width: 767px) 
{
  
	.searchinputdesktop {
		width: 80%;
		
		
	}

}




/***********SMALL DESKTOP SM**********/

@media only screen and (min-width:768px) and (max-width: 991px) 
{


	.right_header_middle {
		width: 240px!important;
	}

	.search_container {
		width: 205px;
	}

	nav ul {
		margin-top: 0.2em;
	}	

	nav ul li {
		padding-bottom: 0.5em;
	}

	.show_basket, .show_account {
	top: 5px;
	line-height: 20px;
	}

	
	
}

