*{
	box-sizing:border-box;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
	background-color: #111;
}

h1 {
	text-align:center;
}

.login{
	margin:5px auto;
}

.login input{
	display:block;
	margin:1px auto;
	
}

h3 {
	text-align:center;
}
.row{
	border:solid black 5px;
}
.product{


	height: 100%;
	width:45%;
	border:solid black 1px;
	display:inline-block;	
	margin: 10px 10px;
}
.product ul{
	
	list-style-type:none;
	border:solid green 1px;
	border-radius:15px;
	width:95%;
	margin:5px auto;
	background-color:lightgrey;
}
.product img {

	height: auto;
	width: 30%;
	margin:2px;
	border:solid red 1px;
}
.product img.ico {
	height: 15px;
	width:15px;
}
.product  p{
	margin: 5px;
}
.product li {
	display:block;
	float:none;
	margin:2px 5px;
}

.product a{
	display:block;
	width:100%;
	text-align:center;
	padding: 5px;
	margin:0px;
	text-decoration:none;
	background-color:#333;
	color:white;
}

.product a:hover{
	background-color:#111;
}	

.button1{
	display:inline-block;
	width:100%;
	text-align:center;
	padding: 5px;
	margin:0px;
	text-decoration:none;
	background-color:#333;
	color:white;
	border:none;
	font-size:14px;
}

.button1:hover{
	background-color:#111;
	cursor:pointer;
}

.button2{
	display:block;
	float:lft;
	width:55%;
	text-align:center;
	padding: 5px;
	margin:5px auto;
	text-decoration:none;
	background-color:#333;
	color:white;
	border:none;
}

.button2:hover{
	background-color:#111;
	cursor:pointer;
}
.product a:hover{
	background-color:#111;
}

.cartTotal{
	text-align:center;
	display:block;
	width:100%;
	float:none;	
}
	
.clear{
	clear:both;
}

.red{
	color:red;
}


