      * {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  box-sizing: border-box;
  text-decoration: none;
}

header {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.headerLeft {
  display: flex;
  align-items: center;
}

.logo {
  padding: 25px 20px;
  border-right: 1px solid black;
}

.headerAddress {
  padding: 20px 20px;
}

.headerAddress h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.headerAddress p {
  font-size: 14px;
}

.searchBox {
  flex-grow: 1;
  background-color: #f8f8f8;
  display: flex;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
}
.searchBox button {
  padding: 15px;
  border: none;
  background-color: transparent;
}

.searchBox input {
  flex-grow: 1;
  border: none;

  background-color: transparent;
}
.searchBox input:focus {
  outline: none;
}

.HeaderBtn {
  display: flex;
  gap: 50px;
  margin-right: 40px;
}

.HeaderBtn button {
  font-size: 16px;
  padding: 20px;
  background: transparent;
  border: none;
}
.HeaderBtn button:last-child {
  color: white;
  border-radius: 5px;
  font-weight: bold;
  background-color: rgb(12, 131, 31);
}







.bannerSection {
  max-width: 1280px;
  margin: 0px auto;
}
.bannerSection img {
  width: 100%;
}

.orderBanner {
  display: flex;
  max-width: 1280px;
  margin: auto;
}

.orderBannerItems {
  flex-basis: 28%;
  margin: 1%;
}
.orderBannerItems img {
  width: 100%;
}


.categorySection{
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.categoryItems{
  flex-basis: 10%;
}

.categoryItems img{
  width: 100%;
}

.productSection{
  max-width: 1280px;
  margin: auto;
  padding: 30px 0px 0px 0px;
}

.headingRow{
  width: 100%;
  margin: auto;                    
  display: flex;
  justify-content: space-between;
}

.headingRow h2{
  font-size: 22px;
}

.headingRow a{
  color: #328839;
  font-size: 18px;
}

.productRow{
  width: 100%;
  margin: 30px 0px 0px 0px;            
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.productItems{
  flex-basis: 15%;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 2px #ccc;
  border: 1px solid #ccc;
}

.productImg{
  text-align: center;
  padding: 15px;
}


.productImg p{
  background-color: #f8f8f8;
  display: flex;
  padding: 2px;
  width: 60px;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: left;
}

.productContent{
  padding: 15px;
  padding-top: 0px;
}

.productContent h3{
  margin-bottom: 15px;
  font-size: 14px;
}

.productContent p{
  font-size: 14px;
  color: #848080;
}

.btn-price-outer{
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.btn-price-outer button{
  border: 1px solid #328839;
  padding: 5px 15px;
  border-radius: 10px;
  color: #328839;
}






footer{
  padding: 40px 0px 0px 0px;
}

.footer-mid{
  max-width: 1280px;
  margin: auto;
}

.footer-mid-row1{
  width: 100%;
  display: flex;
  gap: 40px;
}

.footer-mid-row1-left{
  flex-basis: 30%;
}
.footer-mid-row1-left{
  margin-bottom: 20px;
}

.useFullLinks{
  display: flex;
}

.useFullLinks ul{
  flex-basis: 33%;
  list-style: none;
}

.useFullLinks ul li a{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: rgb(102, 102, 102);
}



.footer-mid-row1-right{
  flex-basis: 70%;
}

.categoriesHeadingRow{
  display: flex;
}

.categoriesHeadingRow h3{
  margin-bottom: 20px;
}


footer {
  background: #fff;
  color: #222;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.footer-mid {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

.footer-mid-row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 54px;
  margin-bottom: 30px;
}

.footer-mid-row1-left h3,
.categoriesHeadingRow h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 18px;
  color: #111;
}

.useFullLinks {
  display: flex;
  gap: 48px;
}

.useFullLinks ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.useFullLinks ul li {
  margin-bottom: 10px;
}

.useFullLinks ul li a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}

.useFullLinks ul li a:hover {
  color: #43a047;
  text-decoration: underline;
}

.categoriesHeadingRow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.categoriesHeadingRow a {
  color: #388e3c;
  font-size: 15px;
  text-decoration: none;
}

.categoriesHeadingRow a:hover {
  text-decoration: underline;
}

.footer-mid-row1-right {
  min-width: 250px;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.categories-list ul {
  list-style: none;
  padding-left: 0;
}

.categories-list ul li {
  margin-bottom: 8px;
  color: #222;
  font-size: 15px;
}



.footer-bottom {
  background: #fafafa;
  margin-top: 38px;
  padding: 18px 0 0 0;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.footer-bottom span {
  color: #444;
}

.footer-apps {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-apps .app-store {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.footer-social {
  display: flex;
  gap: 18px;
}

.ICON{
  border-radius: 50%;
}

.footer-social .social-icon {
  background: #fff;
  color: #222;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid #ddd;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.footer-social .social-icon:hover {
  border-color: #388e3c;
  color: #388e3c;
}





@media only screen and (min-width: 200px) and (max-width: 575px) {
  header {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    gap: 15px;
  }
  .headerLeft {
    justify-content: center;
  }
  .logo {
    padding: 10px;
  }
  .headerAddress {
    padding: 10px;
  }
  .headerAddress p {
    font-size: 12px;
  }
  .headerAddress h3 {
    font-size: 15px;
  }
  .searchBox button {
    padding: 10px;
  }

  .HeaderBtn {
    position: fixed;
    width: 100%;
    background-color: white;
    margin-right: 0px;
    justify-content: center;
    bottom: 0px;
  }

  .bannerSection {
    display: none;
  }
  .orderBanner {
    padding: 10px;
    flex-direction: column;
  }

  .categoryItems{
    flex-basis: 25%;
  }

  .productSection{
    padding: 0px 10px;
  }
  .productItems{
    flex-basis: 49%;
  }

  .footer{
    padding-top: 0px;
  }
  .footer-mid-row1{
    flex-direction: column;
    padding: 10px;
  }
}
