    body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background-color: #FF005C;
            color: white;
            padding: 15px 20px;
            text-align: center;
        }
		
		 
        .menu {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 2px;
			border:0px #00CC33 solid;
        }
        .menu-item {
            background: white;
            margin: 10px;
            padding: 5px;
            width: 200px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .menu-item img {
            width: 100%;
            border-radius: 10px;
        }
        .menu-item h3 {
            margin: 10px 0;
        }
        .menu-item p {
            margin: 5px 0;
            color: #555;
        }
        .menu-item button {
            background: #FF005C;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
		
        form {
            max-width: 100%;
            margin: 20px auto;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        form label {
            display: block;
            margin: 10px 0 5px;
        }
        form input, form select {
            width: 99%;
            padding:5px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        form button {
            background: #FF005C;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
		.clearbutton {
            background: #FF005C;
            color: white;
            border: none;
            padding: 10px ;
            border-radius: 5px;
            cursor: pointer;
			font-size:24px;
			width:150px;
        }
	
	h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}
.face {
		width:100%;
            justify-content: center;
            margin: 1px;
			border:0px #00CC33 solid;
			 
        }
.pdtlist{
width:100%;
float:left;
height:auto;
border:0px solid #000000;
}
		
.sidebar {
            width: 400px;
            background:#CCCCCC;
            color: white;
            padding: 5x;
			float:left;
       
            height: 100%;
			border:1px solid #ff0000;
        }

        .sidebar h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        .sidebar ul {
            list-style: none;
        }

        .sidebar ul li {
            padding: 12px;
            text-align: left;
        }

        .sidebar ul li a {
            text-decoration: none;
            color: white;
            display: block;
            padding: 10px;
            border-radius: 5px;
            transition: 0.3s;
        }

        .sidebar ul li a:hover {
            background: #34495e;
        }

        /* Content Area */
        .rightspace {
            margin-left: 405px;
            padding: 15px;
            width: calc(100% - 450px);
			border:1px solid #ff0000;
			 
        }

        .rightspace h1 {
            font-size: 24px;
        }

        .rightspace p {
            margin-top: 10px;
            color: #333;
        }

        /* Responsive */
        @media screen and (max-width: 768px) {
            .sidebar {
                width: 200px;
            }
            .rightspace {
                margin-left: 200px;
                width: calc(100% - 200px);
            }
        }

        @media screen and (max-width: 576px) {
            .sidebar {
                width: 100%;
                position: relative;
                height: auto;
            }
            .rightspace {
                margin-left: 0;
                width: 100%;
            }
        }
.spacer{
clear: none|left|right|both|initial|inherit;
}
.toprow{
width:99%;
height:80px;
font-size:14px;
border:#009966 solid 0px;
background-color:#FFFFFF;
padding:5px;
}
.logoarea{
width:50%;
border:#009966 solid 0px;
height:70px;
float:left;
}
.logo{
background-image:url(../img/logo.png);
    position: relative;
    width: 186px;
	height:70px;
    float:left;
    cursor: pointer;
}
.userarea{
width:30%;
height:20px;
font-size:12px;
font-family:"Courier New", Courier, monospace;
border:#009966 solid 0px;
float:right;
text-align:right;
vertical-align:bottom;
margin-top:50px;
}
.logout{
background-color:#EAD5C8;
padding:2px;
border-radius:4px;
border:#009966 solid 1px;
color:#FF0000;
}
.menudiv{
float:left;
width:100%;
height:40px;
border-bottom:#96B0E0 solid 1px;
background-color:#FF005C;
}
.searchdiv{
float:right;
width:30%;
border:#009966 solid 0px;
}
.spacer {
    /* default value; makes no change */
    clear: none;
}
#leftmenu{
width:15%;
border:#ff0000 solid 0px;
 margin-top:10px;
 float:left;
}
#content {
background-color:#ECECEC;
padding:20px 10px 10px 10px;
border:#ff0000 solid 0px;
 margin:10px 0 0 10px;
float:left;
 width:80%;
}

  
.table-container {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 1000px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

table {
    width: 100%;
    border:1px #CCCCCC solid;
	font-size:12px;
	padding:5px;
}

thead {
   /* background-color: #ff5722;*/
    color: 000;
}

thead th {
    padding: 0px;
    text-align: left;
    font-size: 16px;
	 border:1px #ccc solid;
}

tbody tr:nth-child(even) {
    /*background-color: #f2f2f2;*/
}

tbody tr:hover {
    background-color: #f5e0d7;
}

td, th {
    padding: 5px ;
    border: 0px solid #ddd;
    text-align: left;
}

.tbody td {
    font-size: 14px;
}

@media (max-width: 768px) {
    td, th {
        padding: 10px;
        font-size: 12px;
    }
}




.info, .success, .warning, .error, .validation {
			border: 1px solid;
			margin: 10px 0px;
			padding: 15px 10px 15px 50px;
			background-repeat: no-repeat;
			background-position: 10px center;
		}
		.info {
			color: #00529B;
			background-color: #BDE5F8;
			background-image: url('https://i.imgur.com/ilgqWuX.png');
		}
		.success {
			color: #4F8A10;
			background-color: #DFF2BF;
			background-image: url('https://i.imgur.com/Q9BGTuy.png');
		}
		.warning {
			color: #9F6000;
			background-color: #FEEFB3;
			background-image: url('https://i.imgur.com/Z8q7ww7.png');
		}
		.error{
			color: #D8000C;
			background-color: #FFBABA;
			background-image: url('https://i.imgur.com/GnyDvKN.png');
		 }
		.validation{
			color: #D63301;
			background-color: #FFCCBA;
			background-image: url('https://i.imgur.com/GnyDvKN.png');
		}
		
		
		
footer {
    background-color: #333;
    color: #fff;
    padding: 15px ;
    font-size: 14px;
	float:left;
	 
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1 1 30%;
    margin: 10px;
    min-width: 200px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff5722;
}

.footer-section p {
    margin-bottom: 10px;
    color: #ccc;
}

.footer-section ul {
    list-style-type: none;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    text-decoration: none;
    color: #ff5722;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #222;
    color: #bbb;
    font-size: 12px;
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        margin-bottom: 20px;
        text-align: center;
    }
}
.qty{
font-size:16px;
width:auto;
padding:2px;
border:1px solid #336633;
text-align:center;
}
a {
  color: blue; /* Link color */
  text-decoration: none; /* Removes underline */
  font-weight: bold; /* Makes text bold */
}
a:link { color: blue; }     /* Default unvisited link */
a:visited { color: purple; } /* When the link is visited */
a:hover { color: red; text-decoration:blink; } /* When mouse hovers */
a:active { color: green; }  /* When the link is clicked */
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: black;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

a:hover::after {
   /*transform: scaleX(1);*/
}
.cart{
background-color:#FFFFFF;
width:100%;
height:auto;
float:left;

}
.indexleft{
min-height: 100vh; /* Makes the container fill the viewport height */
background-image: url('../img/left.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image repetition */    
    flex-direction: column;
    justify-content: center; /* Aligns content vertically */
    align-items: center; /* Aligns content horizontally */
    background-color:#E4CA61; /* Example background */
	width:40%;
	float:left;
border:0px solid #003333;
 
}
.indexright{
min-height: 100vh; /* Makes the container fill the viewport height */
   
    flex-direction: column;
    justify-content: center; /* Aligns content vertically */
    align-items: center; /* Aligns content horizontally */
    background-color: #f4f4f4; /* Example background */
width:60%;
float:left;
border:0px solid #003333;
}
.register{
height:auto;
padding:5px;
border:0px solid #999999;
text-align:right;
font-size:18px;
font-weight:bold;
 
}
.placeorder{
height:100px;
background-image: url('../img/order.png'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the div */
    background-position: center; /* Centers the image */
	background-repeat: no-repeat; /* Prevents image repetition */    
background-color:#E8E8DD;
margin-top:150px;
text-align:center;
padding:10px;
font-size:18px;
}

