.head_part{
	  display: flex;
	  flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      
}
.logo img{
	display: flex;
width:100px;
height:70px;
}
.location>button{
	display: flex;
	flex-wrap: wrap;
	border-radius:5px;       
 
outline:none;
  border:2px solid black;
  width:250px;
  
 
}

.search>button{
	display: flex;
	flex-wrap: wrap;
	border-radius:200px; 
  width:400px;	
	
}
.credential {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-right:100px;
}

.cart>button {
  display: flex;
  align-items: center;
  justify-content: center;
  border:none;
  background:#36454F;
  width:250px;
  height:55px;
  border-radius:15px;
  color:white;
}

.cart i {
	display: flex;
  font-size: 18px;
  color:white;
}
.image_f{
	
	padding-left:30px;
}
h2 {
	display: flex;
  margin-bottom: 20px;
  margin-left:20px;
}
.container {
  display: flex;
  padding: 20px;
  
}

.sidebar 
display: flex;
  width: 150px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px gray;
}

.sidebar h3 {
  text-align: center;
  color: #333;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
}
.sidebar ul li img{
	width:80px;
	height:80px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 300px;
  box-shadow: 0 2px 5px gray;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
   justify-content:center;
  align-content:center;
}

.mini-grid img {
  width: 120px;
height: 120px;   /* Two images per row with gap */
  border-radius: 8px;
 
}

.bnt {
  background: #00b300;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
}
footer {
  background-color: #f8f8f8;
  padding: 40px 60px;
  font-size: 14px;
  color: #333;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-column {
  min-width: 150px;
}

.footer-column.wide {
  flex: 2;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 6px;
  cursor: pointer;
}

.categories {
  display: flex;
  gap: 40px;
}

.see-all {
  font-size: 13px;
  color: green;
  cursor: pointer;
  margin-left: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 13px;
}

.app-links img {
  height: 40px;
  margin-right: 10px;
}

.social-icons span {
  font-size: 24px;
  margin: 0 8px;
  cursor: pointer;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}
.footer-container:hover{
	text-decoration:underline;
}
.mini-grid >img:hover{
	width:150px;
}

.image_f>img:hover{
	width:600px;
	cursor:grab;
}
