/* Styles für warenkorb.php */


.table>tbody>tr>td {
	border: none;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


#gutschein_div .form-control {
	width:auto;
	display:inline-block;
}


.wk-title {
	padding: 15px 0; max-width: 900px;
}


.wk-row {
	padding: 15px 0 15px 0; border-bottom: thin solid #888888; max-width: 900px;
}

.wk-bild {
	max-height: 90px;
	margin: auto;
}

.wk-artikel {
	margin-bottom: 15px;
}

.wk-zusatz {

}


@media only screen and (max-width: 768px) {
	/* Für Handys (portrait und landscape) und tablett portrait */
	.anzahl-select {
		font-size: 16px;
	}
}




