*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

/* ------------------------------ MY NEW NAVBAR ------------------------------- */

:root {
	--color-primary: #0073ff;
	--color-white: #e9e9e9;
	--color-black: #141d28;
	--color-black-1: #212b38;
	}
  
  
  
  body {
	font-family: sans-serif;
	background-color: #f9f9f9d5;
	height: auto;
   
  }
  
  .logo {
	color: var(--color-white);
	font-size: 30px;
  }
  
  .logo span {
	color: var(--color-primary);
  }
  
  .menu-bar {
	background-color: var(--color-black);
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
  
	position: relative;
  }
  
  .menu-bar ul {
	list-style: none;
	display: flex;
  }
  
  .menu-bar ul li {
	/* width: 120px; */
	padding: 10px 30px;
	/* text-align: center; */
	position: relative;
  }
  
  .menu-bar ul li a {
	font-size: 20px;
	color: var(--color-white);
	text-decoration: none;
	transition: all 0.3s;
	border: solid 1px 0 1px 0  #fffefe;
  }
  
  .menu-bar ul li a:hover {
	color: var(--color-primary);
  }
  
  .fas {
	float: right;
	margin-left: 10px;
	padding-top: 3px;
  }
  
  /* dropdown menu style */
  .dropdown-menu {
	display: none;
	
  }
  
  .menu-bar ul li:hover .dropdown-menu {
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--color-black);
	
  }
  
  .menu-bar ul li:hover .dropdown-menu ul {
	display: block;
	margin: 10px;
  }
  
  .menu-bar ul li:hover .dropdown-menu ul li {
	width: 150px;
	padding: 10px;
	
  }
  
  .dropdown-menu-1 {
	display: none;
  }
  
  .dropdown-menu ul li:hover .dropdown-menu-1 {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
	background-color: var(--color-black);
  }
  
  /* Navbar End Here */

  .container-1{
	  height: 1900px;
	  width: 100%;
	  /* background-color: #b8f1c0; */
	  display: flex;
  }

  /* Container-2 */
  .container-2{
	margin: 20px 0 20px 100px;
	height: 1550px;
	width: 240px;
	border: 2px solid #191919;
}

/* Container 3  */
.container-3{
	border-top: 2px solid #000;
	margin: 20px 0 0 0;
	width: 1400px;
	height: 1550px;
	/* background-color: #ff8c00; */
}


/* Search Result Section */
.search-result{
	width: 90%;
	height: 130px;
	background-color: #fffaf0;
	margin: auto;
}

.search-message{
	margin: 10px auto;
	height: 50px;
	width: 100%;
	/* background-color: #9fffbc; */
	text-align: center;
	font-size: 10px;
	font-family: sans-serif;
}

#message{
	text-align:left;
	margin: 0 0 0 270px;
	padding: 40px 0 0 0;
}

/* Inner Sort div */
.inner-sort{
	width: 250px;
	display: flex;
	height: 50px;
	/* background-color: #6dfaff; */
}

/* Sort Cetegory Main Div */
.sort-by{
	margin: 10px auto 0 0;
	float: right;
	width: 1400px;
	height: 50px;
	/* background-color: darkcyan; */
	display: flex;

}


/* Sort Categories Links */
.sort-category{
	display: flex;
	font-size: 30px;
	height: 50px;
	
}


/* Sort-1 Section  */
#sort-1{
	margin: 0;
	padding: 5px 5px 0 5px;
	font-size: 30px;
	
}

/* Sort Anchor Links */
#sort{
	width: 120px;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	height: 50px;
	font-family: 'Lobster', cursive;
}


/* category sort names section */
#name{
	font-size: 20px;
	
}


/* Category Dropdown Menu */
.category-dropdown{
	margin: 0 0 0 170px;
	width: 200px;
	height: 50px;
	/* background-color: silver; */
}

.category-dropdown:hover{
	color: #1d1f20;

}

#cetegory-dropdown-item{
	font-size: 22px;
	text-align: center;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}


#popularity{
	width: 200px;
	height: 50px;
	border-radius: 0;
	font-size: 20px;
	background-color: #fffaf0;
	/* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}



/* Pincode Section  */
.check-pincode{
	height: 50px;
	width: 280px;
	font-size: 20px;
}


/* Pincode Input Box  */
#pincode-input{
	border: 0 0 1px 0;
	border-radius: 10px 0 0 10px;	
	margin: 0;
	float: right;
	text-align: center;
	font-size: 20px;
	height: 50px;
	width: 200px;
	/* background-color: lavender; */
}


/* Pincode Check Button */
#check{
	border-radius: 0 10px 10px 0;
	float: right;
	border: none;
	height: 50px;
	color: #20160a;
	background-color: #d9534f;
	width: 80px;
	font-size: 20px;
	cursor:pointer;
}


/*  All Categories Section */
.categories-1{
	height: 250px;
	padding: 0 0 10px;
	
}

.categories-2,.categories-3,
.categories-4,.categories-5{
	height: 300px;

}

/* All Anchor of Categories */
#categories-anchor{
	text-decoration: none;
	font-size: 20px;
	color: #777272;
	
}

/* Filter Heading */
#filter{
	margin: 10px 0 10px 20px;
	font-size: 30px;
	font-family:fantasy;
	text-decoration:underline #E67E22;
	color: #1C2833;
}


/* Cetegory Heading Name */
#main-heading{
	margin: 20px 0 10px 20px;
	height: 30px;
	color: #E67E22;
	text-decoration: underline #1C2833 ;
}

/* Checkbox & Radio Button */
input{
	margin: 0 10px 0 20px;
}


/* All Paragraph tag of Brand Name */
p{
	font-size: 17px;
	margin: 1px 0 0 0;
	font-family: 'Playfair Display', serif;
	color: #2c2f33;
}


.row-1{
	display: flex;
	height: 500px;
	width: 100%;
	/* background-color: darkred; */
}

/* All Column of Row 1  */
#col-1,#col-2,#col-3,
#col-4,#col-5{
	width: 20%;
	padding: 10px 10px 15px 10px;
	margin:0 0 0 0;
	height: 400px;
	/* background-color: hotpink; */
	
}


/* product-img */
#product-img{
	width: 100%;
    height: 100%;
	cursor: pointer;
    /* border: 3px solid #FF5733; */

}

#product-img::after{
    content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}

#product-img::before{
    width: 100%;
  left: 0;
}
/* Name of Products */
#product-name{
	font-size: 25px;
	margin: 0;
    color: #17202A;
}

/* All Paragraph Styling */
#p1{
	color: #7b7c7c;
	font-family: 'Acme', sans-serif;
}

/* Befor Price  */
#befor{
	text-decoration: line-through;
	margin: 2px;
}

/* Discount Span  */
#discount{
	/* color: #F39C12; */
	color: #e76e03;
	float: right;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	font-family: 'Roboto', sans-serif;
}

/* After Price */
#after{
	color: #191919;
	font-size: 20px;
}


/* Horizontal Line */
hr{
	margin: 0 0 0 10px;
}


/* Pagination Section */
.pagination{
	height: 100px;
	width: 600px;
	margin: 150px 0 0 20%;
	border-radius: 50px;
	/* background-color: #566573; */
}

.pagination-2{
	height: 100px;
	width: 400px;
	/* background-color: dimgrey; */
	margin: auto;
}

.page-btn{
	margin: 20px 0 0 0;
	width: 95px;
	height: 60px;
	font-size: 50px;
	border: none;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.page-btn-1{
	margin: 20px 0 0 0;
	width: 95px;
	height: 60px;
	font-size: 50px;
	border-radius: 20px 0 0 20px;
	border: none;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;


}

.page-btn-4{
	margin: 20px 0 0 0;
	width: 95px;
	height: 60px;
	font-size: 50px;
	border-radius: 0 20px 20px 0;
	border: none;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;


}

/* Button Hover  */
.page-btn:hover,.page-btn-4:hover,
.page-btn-1:hover{
	background-color: #1d1f20;
	color: #fffaf0;
}





/* Footer Section */


/* Footer Div */
.footer{
    width: 100%;
    height: 400px;
    background-image: url("../images/footer-ing.jpg");
}

.footer-1{
    width: 100%;
    height: 250px;
    display: flex;
    

}

/* Footer Inner Div's */
#inner-footer1,#inner-footer2,
#inner-footer3,#inner-footer4,
#inner-footer5{
    /* border: 2px dotted; */
    width: 20%;
    height: 250px;
    /* background-color: #ff1493; */
    
}

/* All h2 Tag's */
#footer-link{
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-family: 'Quicksand';

}

#footer-h1{
    margin: 20px 0 20px 0;
    text-align: center;
    color: darkorange;
    /* text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636; */
}

#opening-timing,#opening-days{
    color: #fff; 
    text-align: center;  
    margin: 5px 0 0 0;

}

#opening-timing{
    font-size: 20px;
}

.reserv{
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    height: 70px;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
}

