*
{
	
	margin: 0;
	padding: 0;
}
body
{
	
	background-color: #f1f3f4;
	font-family: sans-serif;
}

.top-nav-bar
	{
	
	height: 57px;
	margin-top: 0;
	position: sticky;
	background: #000000;
	margin-bottom:  20px;
	border-bottom:   1px solid orange;
	z-index: 2;
	}
.logo
	{
	
	height: 40px;
	margin: 5px 10px;
	
	}
	
.form-control
	{
	margin-top: 9px;
	margin-left: 0;
	width: 200px;
	border: 1px solid orange ! important;
	border-top-left-radius:   0 ! important;
	border-bottom-left-radius: 0 ! important;
	border-top-right-radius: 0 ! important;
	border-bottom-right-radius: 0 ! important;
	box-shadow: none ! important;	
	}
	
	
	.search-box
	{
		display: inline-flex;
		width: 60%;
	}
	
	.fa-search	
		{		
		color: #fff;
		display: inline-flex;
	}	
	.menu-bar
		{
		width: 40%;
		height: 57px;
		float: right;		
		}
	
	.menu-bar ul
	{
		display: inline-flex;
		float: right;
		}
		
		.menu-bar ul li
		{
			
			border-left: 1px solid #fff;
			list-style-type: none;
			padding: 15px 35px;
			text-align: center;
			background-color: orange;
			cursor: pointer;
		
		}
		.menu-bar ul li a
		{
			font-size:  16px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		
		}		
		.fa-shopping-basket
		{ 
		margin-right: 5px;			
		}
		
		@media only screen and (max-width: 980px)
		{
			.top-nav-bar
			{
				height: 118px;
				border-bottom: 0;
			}
			.search-box
			{
				width: 100%;
			}
			.menu-bar
			{
				width: 100%;
			}
			
			.menu-bar ul
			{
				margin: 10px 0;
				width: 100%;
			}
			.menu-bar ul li
			{
				height: 57px;
				width: 100%;
			}
			
			
		}
		
		
		/*-------------------Slide Menu---------------------*/
		
		.side-menu
		{
			height: 79%;
			width: 15%;
			font-size: 14px;
			float: left;
			z-index: 2;
			background-color: #ddd;			
		}
		
		.more-options
		{
			font-size: 16px;
			float: left;
			z-index: 2;
			background-color: #ddd;			
		}
		
		.side-menu ul li a:hover
		{
			color: orange;
		}
		
		.side-menu ul
		{
			margin-left: 10px;
		}
		
		.side-menu ul li
		{
			list-style-type: none;
			
			margin-top: 10px;
		}
		
		.side-menu ul li:hover
		{
			color: orange;
		}
		
		.side-menu ul li a
		{
			color: #000000;
		}
		
		
		.side-menu ul li ul
		{
			display: none;
			z-index: 10;
			top: 77px;
		}
		
		.side-menu ul li:hover ul
		{
			display: block;
			height: 400px;
			margin-left: 14.5%;
			padding: 0 100px 10px 10px;
			position: fixed;
			background: #ececec;
			box-shadow: 1px 1px 4px  1px rgba(0,0,0,0.5);
		}
		
		.side-menu ul li ul  li:hover
		{
			color: orange;	
		}
		
		.side-menu ul li ul  li a
		{
			color: orange;
	
		}
		
		
		
		.fa-angle-right
		{
			margin-top: 4px;
			margin-right: 8px;
			float: right;
		}
		
		
		#menu-btn, #close-btn
		{
			font-size: 30px;
			margin: 10px;
			color: orange;
			display: none;
		}
		
		
		@media only screen and (max-width: 980px)
		{
			.side-menu 
			{
				width: 45%;
				z-index: 20;
				top: 130px;
				position: fixed;
				font-size: 12px;
				display: none;
			}
			
			.side-menu ul li ul
			{
				top: 133px;
			}
			
			.side-menu ul li:hover ul
			{
				margin-left: 43%;;
			}
			
						#menu-btn
							{
								display: block;
							}
		}
		
		
		
		/*---------slider CSS-------------------*/
		
		.slider
		{
			width: 85%;
			margin-left: 15%;
			padding: 0 10px;
		}
		
			/*---------box shedow-------------------*/
		.carousel
		{
			box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
		}
		
		.carousel-indicators
		{
			z-index: 1 !important;
		}
		
		@media only screen and (max-width: 980px)
		{
			.slider
			{
				width: 100%;
				margin-left: 0;
			}
		}
		
		/*---------featured categories CSS-------------------*/
	
		
		.featured-categories
		{
			margin: 50px 0;
			
		}
		.featured-categories img
		{
			width: 100%;
			padding: 20px 0;
			transition : 1s;
			cursor: pointer;
		}
		
		.featured-categories img:hover
		{
			transform: scale(1.1);
		}
		
		
			/*---------On Sale products CSS-------------------*/
		
		.title-box
		
		{
			background: orange;
			padding: 20px 0;
			color: #ffffff;
			width: 220px;
			padding: 04px 10px;
			height: 40px;
			margin-bottom: 30px;
			display: flex;
		}
		
			.title-box h2
			{
			font-size: 20px;
			width: 180px;
			}
		
		.title-box::after
			{
			content: '';
			border-top: 40px solid orange;
			border-right: 50px solid transparent;
			position: absolute;
			display: flex;
			margin-top: -4px;
			margin-left: 209px;
			
			}
		
		
			/*---------product top CSS-------------------*/
			.product-top img
			{
			width: 100%;
			}
			.overlay-right
			{
			display: block;
			opacity: 0;
			position: absolute;
			top:19%;
			margin-left: 0;
			width: 70px;
			}
			
			.overlay-right fa
			{
			cursor: pointer;
			background-color: #fff;
			color: #000;
			height: 35px;
			width: 35px;
			font-size: 20px;
			padding: 7px;
			margin-top: 5%;
			margin-bottom: 5%;
			}
			.overlay-right .btn-secondary
			{
			background: none !important;
			border: none !important;
			box-shadow: none !important;
			top:19%;
			margin-left: 0;
			width: 70px;
			}
			
			
			.product-top:hover .overlay-right
			{
			opacity: 1;
			margin-left: 5%;
			transition: 0.5s;
			
			}
			
				/*---------product bottom CSS-------------------*/
				
				.product-bottom .fa
				{
				color: orange;
				font-size: 10px;				
				}
				.product-bottom h3
				{
				font-size: 20px;		
				font-weight: bold;				
				}
				
				.product-bottom h5
				{
				font-size: 12px;		
				font-weight: 10px;			
				}
				
				
				/*---------website footer CSS-------------------*/
				
				.footer	
				{
				margin-top: 100px;		
				background: #000;	
				color: #fff;			
				}
				
				.footer	h1
				{
				font-size: 15px;
				margin: 40px 0;
				margin-right: 40px;
				color: #ffff00;
				}
				
				.footer	p
				{
				font-size: 12px;
			
				}
				
				.copyright
				{
				margin-bottom: -80px;
				text-align: center;
				font-size: 15px;
				padding-bottom: 20px;
					
				}
				.footer	hr
				{
					margin-top: 10px;
					background-color: #ccc;
				}
				.footer-image img
				{
					width: 150px;
				}
				.footer .row .fa
				{
					padding-right: 20px;
					font-size: 15px;
				}
				
				
					/*---------SINGLE PRODUCT DETAILS  product_display.php CSS-------------------*/
					
					.single-product
					{
						margin-top: 70px;	
					}					
					.new-arrival			
					{
						background: green;
						width: 80px;
						color: #fff;
						font-size:  12px;
						font-weight: bold;
						margin-top: 20px;
					}
					
					.col-md-7 h2
					{
						color: #555;
					}		
					
					.single-product .fa
					{
						color: orange;		
					}
					.single-product .price
					{
						color: orange;
						font-size: 26px;
						font-weight: bold;
						padding-top: 20px;
					}							
					
					
					.single-product input
					{
						border: orange;
						font-weight: bold;
						height: 33px;
						text-align: center;
						width: 50px
					}							
					
					.single-product .btn-primary
					{
						
						background: Orange !important;
						color: fff;
						font-size: 15px;
						margin-left: 20px;
						border: none;
						box-shadow: none !important;
					}			
					
					
					
						/*--------product description-------------------*/
					
					.product-desc h6
					{
						color: Orange;
						margin-top: 50px;
					}
					.product-desc p
					{
						margin-top: 15px;
					}	
					
					.product-desc hr
					{
						margin-bottom: 50px;
					}	
					