*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f4f7fb;
color:#333;
}
a {
text-decoration: none;
}
.header{
background:blue;
padding:18px;
color:white;
text-align:center;
font-size:22px;
font-weight:600;
box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.container{
max-width:100%;
padding:10px;
}


.card{
background:white;
border-radius:18px;
padding:25px;
margin-bottom:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.card:hover{
transform:translateY(-4px);
}



.longbutton{

padding:8px;
border:none;
border-radius:12px;
background:#1565C0;
color:white;
font-size:12px;
cursor:pointer;
transition:.3s;
}

button:hover{
background:#0D47A1;
}

.summary{
background:#EEF6FF;
padding:20px;
border-radius:12px;
margin-top:20px;
}

.success{
background:#E8F5E9;
padding:15px;
color:#2E7D32;
border-radius:10px;
margin-bottom:20px;
}

.error{
background:#FDECEA;
padding:15px;
color:#C62828;
border-radius:10px;
margin-bottom:20px;
}
.bottom-nav{
position:fixed;
bottom:0;
left:0;
width:100%;
background:white;
display:flex;
justify-content:space-around;
padding:12px 0;
box-shadow:0 -3px 15px rgba(0,0,0,.12);
}

.bottom-nav a{
text-decoration:none;
color:#1565C0;
font-size:14px;
text-align:center;
font-weight:600;
}
.product_wrapper {
	float:left;
	padding: 2px;
	text-align: center;
	box-shadow:0 5px 15px rgba(0,0,0,.15);
	border-radius: 10px;
	width: 100px;
	height: 150px;
	margin: 4px;
	}
.product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	cursor:pointer;
	}
.product_wrapper .name {
	font-size:10px;
	}
	.product_wrapper .price {
	font-weight:bold;
	font-size:14px;
	}
.buy {
	text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px;
    margin-top: 10px;
}
.product_wrapper .buy:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}
.product_wrapper img {
      width: 70px;
      height: 70px;
      border-radius: 90%;
    }
.box{
	margin: 10px 0px;
    border: 1px solid #2b772e;
    text-align: center;
    font-weight: bold;
    color: #2b772e;
	}
.table td {
	border-bottom: #F0F0F0 1px solid;
	padding: 10px;
	}
.cart_div {
	color:white;
	font-size:14px;
	position:absolute;
	right: 13px;
	top: 1px;
	}
.cart_div a {
	color:white;
	}	
.cart_div span {
	font-size: 10px;
    line-height: 4px;
    background: #1565C0;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -12px;
    color: #fff;
    width: 18px;
    height: 13px;
    text-align: center;
	}
.cart .remove {
    background: none;
    border: none;
    color: #0067ab;
    cursor: pointer;
    padding: 0px;
	}
.cart .remove:hover {
	text-decoration:underline;
	}
	
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

body{
background:#edf2f7;
}


.right{
float:right;
}
table img{
width:120px;
height:80px;
border-radius:10px;

}

.container{

max-width:700px;

margin:35px auto;

padding:20px;

}

.card{

background:white;

padding:30px;

border-radius:18px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

}

h2{

color:#0F4C81;

margin-bottom:20px;

}

input,select{

width:100%;

padding:14px;

margin-top:12px;

border:1px solid #ccc;

border-radius:10px;

font-size:15px;

}

.summary{

background:#f8f8f8;

padding:18px;

border-radius:10px;

margin-top:20px;

line-height:32px;

}

button{
padding:8px;
margin-top:10px;
background:#0F4C81;
color:white;
border:none;
border-radius:10px;
font-size:17px;
cursor:pointer;
}

button:hover{

background:#08365d;

}

.success{

background:#d4edda;

padding:12px;

margin-bottom:20px;

color:green;

border-radius:10px;

text-align:center;

}

.back{

margin-top:25px;

text-align:center;

}

.back a{

text-decoration:none;

color:#0F4C81;

font-weight:bold;

}