
.cattop{
	width: 100%;
	height:700px;
	background-color: #fffdf7;
	border:0px solid green;
	display:flex;
	justify-content:center;
	align-items:center;
	
	
	background-image: url('img/tbg 11.jpg');
    background-size: cover;
    background-position: center;
    padding: 10px 20px;
    text-align: left;
	
	
	
	
	}
.cattopn{
	background-color:white;
	border:0px solid red;
	border-radius:  10px ;
	width: 300px;
	height: 500px;
	padding:0px;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	margin:15px;
	transition: transform 1s;
	
	
}
.cattopn:hover {
	transform:scale(1.05);
}
.cattopn img {

padding:0px;
width:100%;
height:200px;
}

.tagline{
	
	flex-wrap: wrap;
	display:normal;
	float:bottom;
	bottom:10px;
	justify-content:center;
}
.checked{
color:orange;	
	
}
.starr{
	border:0px solid white;
	display:flex;
	justify-content:center;
	align-items:center;
	height:30px;
	
}
.itemname p{
	text-align:center;
}
.itemname b{
	color:green;
	
}

.bbtn{
border:0px solid red;	
display:flex;
	justify-content:space-around;
	align-items:center;
	
}
.bbtn input {
	height:30px;
	width:100px;
	border-radius:7px;
	border:0px;
	background-color:orange;
	font-size:18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
.bbtn input:hover {
	background-color:green;
	color:white;
}