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

body{
background:#f4f7fb;
color:#333;
}
a {
text-decoration: none;
}
.header{
background:linear-gradient(135deg,#0F4C81,#1565C0);
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%;
margin:auto;
padding:5px;
}

.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);
}

input,select,textarea{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:12px;
margin-top:10px;
margin-bottom:15px;
font-size:15px;
}

.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: 10px;
	text-align: center;
	box-shadow:0 5px 15px rgba(0,0,0,.15);
	border-radius: 10px;
	width: 100px;
	height: 150px;
	margin: 5px;
	}
.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: 60px;
      height: 60px;
      border-radius: 90%;
    }
.message_box .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 {
	
	font-weight:bold;
	position:absolute;
	right: 13px;
	}
.cart_div a {
	color:#000;
	}	
.cart_div span {
	font-size: 12px;
    line-height: 4px;
    background: #1565C0;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 13px;
    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;

}
.postarea {
	top: 20px;
	position: relative;
	max-width: 90%;
}
.postviewarea {
	border: 1px dotted grey;
	margin: 2px;
	padding: 8px;
	text-align: left;
	position: relative;
	max-width: 700px;
	border-radius: 10px;
	
}
.imageinpost	{
	border: 2px dotted grey;
	 width: 100%;
	 height: auto;
}
.avatar {

  width: 50px;
  height: 50px;
  border-radius: 50%;
}