form{
max-width: 30em ;
	display: block;
	margin: 2em auto 5em  ;
}

form input, form textarea{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	padding: 7px;
	-moz-transition: border-color 100ms linear, color 100ms linear;
	-ms-transition: border-color 100ms linear, color 100ms linear;
	-o-transition: border-color 100ms linear, color 100ms linear;
	-webkit-transition: border-color 100ms linear, color 100ms linear;
	transition: border-color 100ms linear, color 100ms linear;
	color: #797979;
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #eeeeee;
	margin: 0.5em 0 ;
	box-sizing: border-box;
	position: relative;
}


.product-image{
	width: 5em;
	background-size: cover;
	background-position: center center;
}

.cart-line td,.cart-vendor th {
	padding: 0.5em ;
	text-align: center;
	border-bottom: 1px solid Silver ;
}

.cart-line td a{
font-size: 0.9em ;
}

.cart-vendor th{
background-color: gainsboro;
}

.cart-vendor{
	margin-top: 2em ;
	border-collapse: collapse;
}

form button{
	background-color: DarkOrange;
	color: white ;
	padding: 1em ;
	border-radius: 0.3em ;
display: block;
	margin-top: 3em ;
	width: 100%;
	border: 0px solid transparent;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1.2em ;
	cursor: pointer;
}



