* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
}
header {
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  gap: 10px;
}
.headerleft {
  display: flex;
  align-items: center;
}
.logo {
  padding: 22px 30px;
  border-right: 1px solid #ccc;
}
.headeraddress {
  padding: 20px 30px;
}
.headeraddress h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.headeraddress p {
  font-size: 14px;
}
.searchbox {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
}
.searchbox button {
  padding: 15px;
  background-color: transparent;
  border: none;
}
.searchbox input {
  flex-grow: 1;
  background-color: transparent;
  border: none;
}
.searchbox input:focus {
  outline: none;
}
.headerbtn {
  display: flex;
  margin-right: 23px;
  gap: 20px;
}
.headerbtn button {
  padding: 15px;
  background-color: transparent;
  border: none;
  font-size: 17px;
}
.headerbtn button:last-child {
  background-color: darkgreen;
  color: white;
  border-radius: 5px;
}
.bannersection {
  max-width: 1280px;
  margin: 20px auto;
}
.bannersection img {
  width: 100%;
}
.orderbanner {
  max-width: 1280px;
  margin: auto;
  display: flex;
}
.item {
  flex-basis: 28%;
  margin: 1%;
}
.item img {
  width: 100%;
}
.category {
  max-width: 1280px;
  flex-wrap: wrap;
  display: flex;
  margin: auto;
}
.categoryitem {
  flex-basis: 12.5%;
}
.categoryitem img {
  width: 100%;
}

.heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.heading h2 {
  margin-left: 130px;
  margin-top: 20px;
}
.heading a {
  margin-right: 100px;
  margin-top: 20px;
  font-size: larger;
}
.productrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0rem 6rem;
  flex-wrap: wrap;
}
.productitem {
  flex-basis: 15%;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.productimg {
  text-align: center;
  padding: 15px;
}
.productimg p {
  text-align: left;
  background-color: #f8f8f8;
  font-size: 12px;
  width: 60px;
  display: flex;
  align-items: center;
  padding: 2px;
  gap: 5px;
}
.productcontent {
  padding: 15px;
  padding-top: 0px;
}
.productcontent h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.productcontent p {
  font-size: 14px;
  color: #848080;
}
.btn-outer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.btn-outer button {
  background-color: #f7fff9;
  padding: 5px 15px;
  border: 1px solid #328839;
  border-radius: 8px;
}
.as {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 50px;
  justify-content: space-between;
}
.as h2 {
  margin-left: 125px;
}
.as a {
  margin-right: 100px;
  font-size: larger;
  margin-top: 10px;
}
footer {
  padding-top: 40px;
}
.footer-mid {
  max-width: 1280px;
  margin: auto;
}
.footer-mid-row-1 {
  width: 100%;
  display: flex;
  gap: 40px;
}
.footer-mid-left {
  flex-basis: 30%;
}
.footer-mid-left h3 {
  margin-bottom: 20px;
}
.footer-mid-right {
  flex-basis: 70%;
}
.usefull-links {
  display: flex;
}
.usefull-links ul {
  flex-basis: 33%;
  list-style: none;
}
.usefull-links ul li a {
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
  color: rgb(102, 102, 102);
}
.foot-right-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
.footer-mid-right .usefull-links {
  margin-top: 40px;
}
.footer-mid-row3 p {
  color: rgb(102, 102, 102);
  padding: 20px 0px;
  font-size: 14px;
  line-height: 20px;
}
.footer-mid-row2 {
  background-color: #fcfcfc;
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.footer-mid-row2 p {
  flex-basis: 40%;
  text-align: center;
  font-size: 14px;
}
.jagga {
  display: flex;
  flex-basis: 30%;
  align-items: center;
  gap: 20px;
}
.slinks {
  display: flex;
  gap: 12px;
}
.slinks i {
  width: 40px;
  height: 40px;
  background-color: #1f1f1f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mid-right a {
  color: #328839;
}
.slider {
  position: fixed;
  background-color: white;
  width: 28%;
  height: 100vh;
  top: 0;
  right: 0;
  transform: translateX(0%); /* visible */
  transition: transform 0.75s ease;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 99;

  overflow: scroll;
}

.slider::after {
  width: 75vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5));
}

/* hidden: slide out */
.slider.hide {
  transform: translateX(100%);
}

.slider-heading {
  display: flex;
  justify-content: space-between;
}
.slider-heading i {
  padding-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  font-size: large;
}
.slider-heading h3 {
  padding-top: 10px;
  margin-left: 17px;
}
.slider-main {
  background-color: #f8f9fa;
  width: 100%;
  height: 100vh;
  margin-top: 20px;
  padding-top: 18px;
}
.slider-main-1 {
  color: rgb(37, 111, 239);
  background-color: #b6ccfe;
  width: 90%;
  height: 40px;
  border-radius: 15px;
  margin-left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-main-1 h5 {
  margin-left: 10px;
}
.slider-main-1 :nth-child(2) {
  margin-right: 10px;
}
.slider-main-2 {
  width: 90%;
  margin-top: 15px;
  border-radius: 20px;
  margin-left: 21px;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: 0px 0px 1px 0px #ccc;
}
.slider1 {
  padding: 10px;
  gap: 10px;
  display: flex;
}
.iwantflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.iwantflex p {
  color: #adb5bd;
  justify-self: start;
}
.slider2 {
  margin-top: 18px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 1rem;
}
.iwantflex h6 {
  font-size: 12px;
}
.counter {
  background-color: #328839;
  color: white;
  width: 100px;
  border-radius: 5px;
  height: 30px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
}

.make-black {
  z-index: 1;
  position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5)) !important;
}
.slider-main-3 {
  width: 90%;
  margin-top: 20px;
  border-radius: 20px;
  margin-left: 21px;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: 0px 0px 1px 0px #ccc;
}
.slider-main-3 h4 {
  padding: 10px;
}
.main-3-1 {
  display: flex;
  padding: 3px;
  margin-left: 10px;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.blue {
  color: #023e8a;
  background-color: #b6ccfe;
  border-radius: 3px;
}
.price {
  font-size: 13px;
}
.main-3-2 {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.main-3-2-1 p {
  display: flex;
  gap: 0.25rem;
}
.blueblue {
  background-color: #b6ccfe;
  color: #00b4d8;
  background-image: url("https://blinkit.com/b1b00b45f32220f863b4.svg");
  width: 90%;
  height: 30px;
  background-repeat: no-repeat;
  display: flex;
  margin-left: 20px;
  margin-top: -20px;
  padding: 10px;
  justify-content: space-between;
}
.slider-last {
  background-color: #328839;
  color: white;
  width: 90%;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: 18px;
  border-radius: 7px;

  bottom: 0;
}
.pella {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 25px;
}
.dussra {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-top: 10px;
}
.slider-ka-box {
  width: 90%;
  height: 100px;
  background-color: white;
  box-shadow: 0px 0px 2px 0px #ccc;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 18px;

}
.slider-ka-box h4{
  margin-bottom: 8px;
}
.headerbtn :first-child{
  transition: all ease 0.50s;
}
.headerbtn :first-child:hover{
  color: #328839;
  cursor: pointer;
  transition: all ease 0.50s;
}
.manga{
  cursor: pointer;
}
.manga img{
  margin-top: 5px;
  margin-left: 3px;
}