h1{
	font-family: monospace;
	font-size: 28px;
}
.container{
	padding: 20px;
}

/* shopping cart */
.card{
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}
.table.cart td img{
	width: 85px;
}
.icart{
	content: url('../images/cart.svg');
	vertical-align: middle;
}
.itrash{
    display: block;
	content: url('../images/cross.svg');
	width: 22px;
}
.ialeft{
	display: inline-block;
    content: url('../images/arr-left.svg');
    width: 1.5rem;
    vertical-align: bottom;
}
.iaright{
	display: inline-block;
	content: url('../images/arr-right.svg');
	width: 1.5rem;
    vertical-align: bottom;
}

.btn:hover .icart{
	content: url('../images/cart-wh.svg');
}

.cart, .checkout{
	width: 100%;
}
.cart input[type="number"]{
	width: 75px;
}
.checkout h4{
	font-size: 18px;
	font-weight: 500;
}

/* order status */
.ord-addr-info{
	background-color: #fff;
    border-radius: 2px;
	background-color: #f1f1f1;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin: 16px 0;
    padding: 0;
	width: 100%;
	padding: 24px;
}
.ord-addr-info .hdr{
	font-size: 18px;
    font-weight: 500;
	padding-bottom: 10px;
	color: #646464;
}
.ord-addr-info  p{
	float: left;
	width: 100%;
	font-size: 16px;
}


.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}
  
#fmi_post{ border-style: ridge;
  border-style: dotted;
  border-width: 1px; ;
width:auto;
margin:30px;
padding: 30px;
}

.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
 
}
#missing_items{ border-style: ridge;
  border-style: dotted;
  border-width: 1px; ;
width:300px;
float:left;
margin:10px;
padding: 10px;}
#missing_item{ border-style: ridge;
  border-style: dotted;
  border-width: 1px; ;
width:auto;
height:auto;
float:left;
margin:10px;
padding: 10px;}




.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}
#orderslist {
  background-color:white;
  float:left;
  width:auto;
  margin: 30px 30px;
  padding: 20px 20px;
  border-style: ridge;
  border-style: dotted;
  border-width: 1px;
}

#orderdetails {
  background-color:white;
  float:left;
  width:auto;
  margin: 30px 30px;
  padding: 20px 20px;
  border-style: ridge;
  border-style: dotted;
  border-width: 1px;
}
#user {
  background-color: green;
text-align:right;
  
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

tr:hover {background-color: #D6EEEE;}



#fmi_post{ border-style: ridge;
  border-style: dotted;
  border-width: 1px; ;
width:400px;
margin:30px;
padding: 30px;
}

.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}


#aboutusbody{
    background-color: white;
    
}

#aboutusdiv{
    background-color: white;
    width: 500px;
    float:center;
    border-style: ridge;
  border-style: dotted;
  border-width: 3px; ;

height:auto;
margin:10px;
padding: 10px;
}

#navbar{
    background-color: #696969;
      }

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #f0f0f0;
}
nav ul li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li {
    display: block;
    white-space: nowrap;
}

nav ul li ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
}

nav ul li ul li a:hover {
    background-color: #f0f0f0;
}

//order sucess//
.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

#logo1{
  background-color: dodgerblue;
 width:150px;
 height: 50px;
  float:left;
 padding: 10px 10px;
  margin: 10px 10px;
  color:white;
  text-align:center;
 
}


pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

#logo1{
  background-color: dodgerblue;
 width:150px;
 height: 50px;
  float:left;
 padding: 10px 10px;
  margin: 10px 10px;
  color:white;
  text-align:center;
 
}


.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
 float: center;
}

.pill-nav a:hover {
  background-color: dodgerblue;
  color: black;
}

.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

#logo1{
  background-color: dodgerblue;
 width:150px;
 height: 50px;
  float:left;
 padding: 10px 10px;
  margin: 10px 10px;
  color:white;
  text-align:center;
 
}
