body  { background-color: #afe2fb; }
.basketItem{
	width:100%;
	float:left;
}
.cartImage{
height:100px;
float:left;
}
.numbers{
float:left;	
font-size:30px;
}
.delete{
font-size:30px;
}
.price{
float:none;	
font-size:30px;
}

.imgDetail{
float:left;
}
.footer{
	width:100%;
	float:left;
}
.hidden2{
visibility:hidden;	
display:none;	
}