* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;

}

.mainbody{
	background-image: url('https://img.freepik.com/premium-photo/shopping-cart-shopping-bags-product-box-put-laptop-which-is-online-shop-store-internet-digital-market-concept-marketing-digital-marketing-communication-3d-rendering_42098-145.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size:contain;	
   	height: 100vh;
   	margin-top: 65px;
	background-color: #f7f5f7;

}

div.MMMM{
	margin-top: 15vh;
	
}

.Btext{
	font-family:fantasy;
	font-size: 30px;
	color: rgb(233, 11, 11);
}

.Btext2{
	font-size: 18px;
	text-align: justify;
}

.Btext3{
margin-top: 50px;
}


button.mbbutton{
	padding: 10px 40px;
} 

/* SIDE BAR */
	.menu-toggle {
		display: block;
		position: absolute;
		top: 1rem;
		left: 0.3rem;
		width: 30px;
		height: 30px;
		border-radius: 99px;
		background-color: #000000;
		cursor: pointer;
	}

	.hamburger {
		position: relative;
		top: calc(50% - 2px);
		left: 50%;
		transform: translate(-50%, -50%);
		width: 32px;
	}

	.hamburger > span,
	.hamburger > span::before,
	.hamburger > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 99px;
	background-color: #ffffff;
	transition-duration: .25s;
	}

	.hamburger > span::before {
	content: '';
	top: -8px;
	}
	.hamburger > span::after {
	content: '';
	top: 8px;
	}
	.menu-toggle.is-active .hamburger > span {
	transform: rotate(45deg);
	}
	.menu-toggle.is-active .hamburger > span::before {
	top: 0;
	transform: rotate(0deg);
	}
	.menu-toggle.is-active .hamburger > span::after {
	top: 0;
	transform: rotate(90deg);
	}

	.sidebar {
		flex: 1 1 0;
		width: 60%;
		padding: 1.5rem 0.5rem 0em 0.5em;
		background-color: #9f9a9a;
		border-right: 1px solid black;
		display: none;
		
	}

	.sidebar p {
		color: #000000;
		font-size: 25px;
		text-transform: uppercase;
		margin-bottom: 0.5em;
	}

	.sidebar .menu {
		margin: 0 -1rem;
	}

	.sidebar .menu .menu-item {
		display: block;
		padding: 1em;
		color: #000000;
		text-decoration: none;
		transition: 0.2s linear;
	}

	.sidebar .menu .menu-item:hover,
	.sidebar .menu .menu-item.is-active {
		color: #3bba9c;
		border-left: 5px solid #3bba9c;
	}

	.sidebar .menu .menu-item:hover {
		border-left: 5px solid #3bba9c;
	}

	.side div.sideitems{
		height: 5vh;
	}

	div.sideitems a{
		color: rgb(0, 0, 0);
	}
	
	div.sideitems a:hover{
		color: red;
	}


	div.MV{
		display: none;
	}

	div#mview{
		display: none;
	}
	div.WTH a{
		color:rgb(0, 0, 0);	
	}

	div.WTH a:hover{
		color:red;
		
	}
/* SIDE BAR ENDS */



/* HEADER  */
	
	ul.header{
		background-color: rgb(0, 0, 0);
		padding: 5px 20px;
		position:fixed;
		width: 100%;
		top: 0;
		list-style: none;
        z-index: 1;
	}

	ul.header li{
		display: inline-block;
		position: relative;
		line-height: 50px;
	}


	ul.dropdown li.dla {
		display: block;
		line-height: 40px;
	}

	ul li ul.dropdown li{
		display: block;
		line-height: 40px;
	}
     
	#closep{
		padding-left: 100px;
	}
	

	ul.dropdown li a {
		color: black;
		margin-right: 20px;
	}

	 ul.dropdown {
		width: 1000%;
		background: #c9c7cc;
		position: absolute;
		z-index: 999;
		display: none;
	}

	.huser{
		margin-right: 40px;
	}

	.huser2{
		display: none;
	}

	.dropdown li a:hover {
		color: red;
	}
	
	ul li:hover ul.dropdown {
		display: block;
	}


	.AA a{
		color: white;
		font-weight: bold;
		text-decoration: none;
		font-size: 15px;
		padding-left: 30px;
	}

	.AA a:hover{
		color: red;
	}

	.header .AA, .BM{
		min-width: 2%;
	}

	.BM a{
		font-weight: bold;
		font-size: 19px;
		color: rgb(255, 226, 7);
	}

	
	#check{
		display: none;
	}

	div.MB{
		float:right;
	}
	.MA a{
		color: rgba(0, 0, 0, 0.471);
	}

	a.LSB1, a.LSB2{
	border: 1px solid rgb(255, 0, 187);
	padding: 5px;
	cursor: pointer;
	color: rgb(255, 0, 187);
	font-size: 14px;
	}
	a.LSB1:hover{
		background-color: blue;
		color:white;
	}
	a.LSB2:hover{
		background-color: rgb(21, 176, 7);
		color:white;
	}

	a.OOD{
		cursor: pointer;
	}

	
	li{
		display: block;
	}

	div a{
		cursor: pointer;
		text-decoration: none;
	}

	.box{

		width: 50px;

		height: 40px;

		background-color: rgba(218, 200, 200, 0.838);

		display: flex;

		align-items: center;

		padding: 5px;

	}

	input.SA{
		background-color: rgba(218, 200, 200, 0.838);
	}


	.box > i {

		font-size: 20px;
	}

	.box > input{

		flex: 1;

		height: 30px;

		border: none;

		outline: none;

		font-size: 18px;

		padding-left: 10px;

	}


	.box1 > a {

		font-size: 15px;
		margin-left: 0px;
		
	}

	input.SA1{
		background-color: rgb(255, 255, 255);
	}

	.box1 > input{

		flex: 1;

		height: 30px;

		border: none;

		outline: none;

		font-size: 18px;

		padding-left: 10px;
	}



	.box1{

		width: 50px;

		height: 40px;

		background-color: rgb(255, 255, 255);

		display: flex;

		align-items: center;

		padding: 5px;	

	}

	div.WTH{
		width:20%;
		font-size: 12px;
	}

	img.logo{
		border-radius: 20cm
	}

	.mvheader{
		background-color: rgb(0, 0, 0);
		padding: 10px 15px;
		position: fixed;
		width: 100%;
		top:0;
		z-index: 99;
	}

	
/*HEADER ENDS */






/* MAINBODY */
	div.BBB{
		margin-top: 120px ;
		overflow: hidden;
	}
	

	.imgC{
		height: 200px;
		width: 100%;
		padding: 0px 0px 5px 10px;
	}

	.imgD{
		height: 150px;
		width: 30%;
		margin: 0px 10px 10px 10px;
	}

	p.itempic{
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		margin-top: 30px; 
	}
	a.item:hover{
		box-shadow: 0px 0px 7px 10px rgba(24, 24, 24, 0.343);	
	}
	

	div.itemsview{
		padding: 150px 50px 0px 50px;
	}

	div.Andhead{
		font-weight: bold;
		font-size: 20px;
		margin-left: 10px;
		background-color: #ffffff;
	}

	.imgE{
		height: 300px;
		width:90%;
		margin: 0px 10px 10px 10px;
	}

	div.items{
		display: flex;
		
	}
	.itemsB{
		padding-left:50px;
		
	}



	.itemdef{
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px; 
		text-align: justify;
		
	}

	
	.faws{
		color:#e20766;
	}

	table td{
		border: 1px solid #e20766;
		padding: 10px 50px;
	 }

	
	.footerA{
		background-color: rgb(39, 39, 39);
	}

	.footerB{
		background-color: black;
	}

	.footerB ul li a{
		font-size: 15px;
		line-height: 30px;
		color: white;
		
	}

	

	a.ftext{
		font-size: 15px;
	}

	.footaws{
		color: #e20766;
		font-size: 20px;
		margin-right: 10px;
	}




	div.mainbody2{
		padding: 20px;
		background-color: #efefef;
	}


	div.UNN, div.UNILAG, div.FUTO{
		display:none;
	}
	
	  
	
		.img_div {
			border: 1px solid #000000;
			 margin-bottom: 10px;
			 background-color: #ffffff; ;
			 box-shadow: 0px 0px 7px 10px rgba(24, 24, 24, 0.343);	
		}
	
		img.itemimage {
			max-width: 200px;
			height: 200px;
		}

		img.commentitemimage {
			max-width: 400px;
			height: 350px;
		}
	
		div.post-image{
			text-align: center;
			margin-top: 10px;
	
		}
	
		i.like, i.comment{
			color:rgb(0, 0, 0);
			cursor: pointer;
		}
	
		
		i.like:hover, i.comment:hover{
			color:rgb(255, 0, 0);
			
		}

		.img_div a{
			color: #000000;
		}

		a.date{
			font-size: 10px;
			color: rgb(115, 113, 113);

		}


		p.amount{
			font-size: 15px;
		}

		div.comment_container{
			border: 5px solid;
			margin: auto;
			width: 60%;
			padding: 10px 10px 100px 10px;
		}

		div.comment-textbox{
			overflow-y: hidden;	
		}

		i.like{
			cursor: pointer;
		}

	
		div#likenames{
			display: none;
			overflow-x: scroll;
			width: 100%;	
			
		}

		
	
		@media (max-width: 786px) {
			img.itemimage {
				max-width: 120px;
				height: 150px;
				
			}

			img.commentitemimage {
				max-width: 250px;
				height: 300px;	
			}

			p.amount{
				font-size: 12px;
			}

			div.sellbody{
				margin-top: -30px;
			}

			div.comment_container{
				border: 5px solid;
				margin: auto;
				width: 90%;
				padding: 5px 5px 50px 5px;
				margin-top: -10vh;
			}

			div.comment-textbox{
			
				font-size: 12px;
			}


			
	
		}


















	/* Register  */

/*  REGISTER  */
 .Register_body, .login_body{
	background-color: rgba(227, 239, 239, 0.3);
	
  }
  
  	div.register_container, div.login_container {
	background-color: rgb(255, 255, 255);
	width: 40%;
	padding: 50px;
	margin-top: 40px;
	border: 1px solid rgba(0, 0, 0, 0.145);

  }

	.register_input, .login.input{
	font-size: 15px;
	}
  
  .register_form{
	margin-bottom: 50px;
  }

  .login_form{
	margin-bottom: 20px;
  }

  
  div.LF{
	padding: 15px 0px 0px 150px;
  }
  
  div.AY{
	padding: 10px 150px
  }
  
  div.PPP{
	padding-top: 150px;
	text-align: center;
  }

 

  
@media (max-width: 1232px) {
	
	div.TB, .TC,.TD, .TE, .TF, .TG{
		margin-top: 200px;
	}
		
	.imgA {
		height: 500px;
		margin-bottom: 50px;
	}
	

	.imgB {
		height: 350px;
		margin-bottom: 50px;
	
  	}

	  div.BBB{
		margin-top: 180px ;
	  }

	  div.itemsview{
		padding: 200px 30px 0px 30px;
	}

	div.register_container, div.login_container{
		width: 50%;
	  }
}

@media (max-width: 950px) {

	div.BBB{
		margin-top:220px ;
		
	}
	div.register_container, div.login_container{
		width: 70%;
	  }

	  
	.mainbody2{
		margin-top: -10px;
			
	}

}


@media (max-width: 768px) {

	.menu-toggle {
		display: block;
	}

	.app.header{
		
        z-index: 99;
	}



	.sidebar {
		position:absolute;
		top: -15px;
		left: -800px;
		height:fit-content;
		transition: 0.2s linear;
		display: block;
		z-index: 99;
	}

	.sidebar.is-active {
		left: 0;
	}

	div.app{
		display: none;
		
	}

	div.MV{
		display: block;
		box-sizing: border-box;
	
	}

	.mainbody{
		margin-top: -10px;
		height: 50vh;	
	}

	.mainbody2{
		margin-top: -100px;
			
	}




	.Btext{
		font-size: 14px;
	}
	
	.Btext2{
		font-size: 14px;
		text-align: justify;
	}

	.Btext3{
		margin-top: 30px;
		text-align: justify;
		font-size: 14px;
		line-height: 30px;
		
		font-weight: bold;
	}
	

	button.mbbutton{
		padding: 10px 20px;
	} 


	.footeraa{
		padding-top: 30px;
	}

	div.register_container, div.login_container{
		width: 100%;
		margin-top: 0px;
		padding: 25px;
	  }

	  input.R_text{
		font-size: 14px;
		
	  }

	.huser{
		margin-right: 10px;
	}
	
	div.WTH{
		display:none;
	}

	div#mview, div.mview{
		display:block;
		width: 33%;	
	}


}

@media (max-width: 500px) {
	div.AB{
		
		margin: 10px 0px 0px -10px;
		padding: 0px 20px 0px 5px;
		width: fit-content;
		height:3.8vh;
	  }

	  .mainbody2{
		margin-top: -90px;
			
	}

	

}












































