.left-right {
	display: flex;
	margin-top: 10px;
}

.side-bar {
	display: flex;
	width: 250px;
	height: 900px;
	background: #E0F7F7;;
	padding-left: 36px;
	padding-top: 48px;
}

.side-bar-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.side-bar-item a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.sidebar-line {
	width: 187px;
	height: 1px;
	background: #000;
}

.allProduct {
	width: 100%;
}

.allProductsDiv {
	height: 900px;
	width: 100%;
	background: wheat;
}

.productDiv {
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	border-bottom: 1px solid black;
	padding: 10px
	
}

.pName{
	
}
.pCategory{
	
}

.discriptionDox {
	width: auto;
	padding-right: 20px;
}
.pDiscGroup{
	display: flex;
	justify-content: space-between;
}
.pdfimg{
	display: flex;
	justify-content: space-around;
	 align-items: center;
}
.productDiv p{
	margin: 0;
}
.pDiscGroup1{
	min-width: 170px;
}

/* Admin Order */

 h2 {
            margin-bottom: 20px;
        }

.allOrders{
	 width: 100%;    
	
}
    .allOrders table {
            width: 100%;    
            border-collapse: collapse;
            font-size: 16px;
        }

      .allOrders  th, td {
            justify-content:space-between;
            border: 1px solid #ccc;
            padding: 12px 10px;
            text-align: center;
        }
        .allOrders  td {
        border: 1px solid #ccc;
        }

      .allOrders  th {
            background-color: #f8f8f8;
            font-weight: bold;
        }

       .btn-view {
            background-color: #2e8b8b;
            color: white;
            border: none;
            border-radius: 20px;
            padding: 8px 16px;
            text-decoration: none;
            cursor: pointer;
            font-weight: bold;
        }

        .btn-view:hover {
            background-color: #247373;
        } 
