@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#content-col-2.content-col-50-left {
    width: 100%;
}

#slider_nav {
	text-align:center;	
}

#header_logo {
    text-align: left;
	 width: 31% !important;
}

.kategorie {
    width: 50%;
    float: left;

}

.prodrow.artikel,.basketpayment .prodrow.artikel  {
    display: table-cell;
    width: 23% !important;
}

.prodrow {
    width: 23%;
    vertical-align: top;
}

.prodrow.summe{
	width: 29% !important;
}

.basket {
	margin-top:20px;
	
}	


.update.cartbutton, #products_info {
      width: calc(100% - 40px) !important;
}


.move td {
    display: inline-block;
    text-align: right;
    margin: 0 0 27px 0;
    width: 32%;
}

.backtocart.backtocart {

       width: 33% !important;
}

.gotopay.cartbutton {
    float: right;
	      width: 33% !important;
}

}

