* {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

::-webkit-scrollbar {
  /*. کل اسکرول */
  width: 0px;
  height: 0px;
  /* عرض نوار اسکرول */
}

::-webkit-scrollbar-track {
  /*. پس زمینه نوار اسکرول */
  background: #f1f1f1;
  /* رنگ پس‌زمینه نوار اسکرول */
}

::-webkit-scrollbar-thumb {
  /*.خود نوار اسکرول */
  background: #888;
  /* رنگ قسمت قابل حرکت نوار اسکرول */
}

::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
  /* هاور قسمت حرکت نوار اسکرول */
}

html,
body {
  scroll-behavior: smooth;
  background-color: #edf1d6;
}

.header {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #edf1d6;
}

.Menu-Product-ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  /* background-color: #EDF1D6; */
  /* border: 0.2em solid black; */
  border-radius: 25px;
}

.Menu-Product-ul-li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  width: auto;
  height: auto;
  box-shadow: inset 0 0 15px 1px rgb(255, 255, 255);
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.3em;
  /* background-color: #edf1d6; */
  border-radius: 25px;
}

.Menu-Product-ul-li-a {
  font-size: 1.2em;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
    0.1em 0.1em 0.1em #40513b;
}

.cantiner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  height: auto;
  background: fixed center no-repeat cover;

  /* box-shadow: inset 0 0 20px 15px #9DC08B; */
}

.Menu-Product-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  text-align: center;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
  height: 50px;
  /* background-color: rgb(255, 255, 255); */
  margin: 5% 0em 5% 0em;
}

.Menu-Name-Product-category {
  font-size: 2em;
  color: #40513b;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
    0.1em 0.1em 0.1em #40513b;
}

.Menu-line-Product-category {
  font-size: 2em;
  color: #40513b;
  text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
    0.1em 0.1em 0.1em #40513b;
}

.Menu-Product-box {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  /* height:  auto; */
  height: 100px;
  margin: 1em;
  box-shadow: inset -2px 2px hsl(0, 0%, 100%),
    -20px 20px 40px hsla(118, 100%, 11%, 0.196);
  background-image: linear-gradient(to bottom left, #88d196, #18480098);
  border-radius: 2rem;
  --grad: rgb(94, 255, 0), rgb(0, 0, 0);
  direction: rtl;
}

.Menu-Product-box.active {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  height: 200px;
  margin: 1em;
  transition: all 0.3s ease-in-out;
}

.Menu-Name-Product-box {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 0px;
  top: 0;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(142, 142, 142); */
  font-size: 1em;
}

.Menu-Product-box.active .Menu-Name-Product-box {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  top: 0;
  right: 0px;
  width: 50%;
  height: 20%;
  color: white;
  /* background-color: rgb(142, 142, 142); */
  font-size: 1.1em;
}

.Menu-Size-And-Price-Box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  top: 0;
  left: 0px;
  width: 50%;
  height: 100%;
  color: white;
  font-size: 0.9em;
  margin-top: 5px;
}

.Menu-Product-box.active .Menu-Size-And-Price-Box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  top: 20%;
  left: 50%;
  width: 50%;
  height: 40%;
  color: white;
  /* background-color: rgb(53, 53, 53); */
  font-size: 0.8em;
}

.Menu-Used-Items {
  display: none;
  opacity: 0;
}

.Menu-Product-box.active .Menu-Used-Items {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 1;
  top: 60%;
  right: 0%;
  width: 50%;
  height: 40%;
  color: white;
  /* background-color: rgb(146, 146, 146); */
  font-size: 0.8em;
}

.Menu-Product-Photo-box {
  display: flex;
  opacity: 0;
}

.Menu-Product-box.active .Menu-Product-Photo-box {
  position: absolute;
  align-items: center;
  text-align: center;
  justify-content: center;
  animation-name: anim-menu-Product-box-images;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0.3s;
  animation-iteration-count: inherit;
  animation-fill-mode: both;
  animation-direction: 1;
}
@keyframes anim-menu-Product-box-images {
  0% {
    opacity: 0;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 0%;
    color: rgba(255, 255, 255, 0);
    /* background-color: rgb(167, 167, 167); */
  }

  100% {
    opacity: 1;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(167, 167, 167); */
  }
}
.Menu-Product-Photo {
  width: 90%;
  height: 80%;
  border-radius: 25px;
  border: 0.1em #ffffff solid;
  background-size: cover;
}

.Menu-Like-And-Comment-box {
  display: none;
  opacity: 0;
  width: 0%;
  height: 0%;
}

.Menu-Product-box.active .Menu-Like-And-Comment-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 1;
  top: 70%;
  left: 0%;
  width: 50%;
  height: 30%;
  color: white;
  /* background-color: rgb(214, 214, 214); */
  font-size: 2em;
}

.Menu-Comment-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(131, 82, 82); */
  font-size: 2em;
}

.Menu-Comment-box-image {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(82, 131, 94); */
  font-size: 2em;
}

.Menu-Comment-image {
  width: 40px;
  height: 40px;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
  background-image: url(./commentWW.png);
}

.Menu-Number-Comment-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  left: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(82, 131, 94); */
  font-size: 0.3em;
}

.Menu-Like-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  left: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(93, 131, 82); */
  font-size: 2em;
}

.Menu-Like-box-image {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  right: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(82, 131, 94); */
  font-size: 2em;
}

.Menu-Like-image {
  width: 40px;
  height: 40px;
  background-clip: content-box;
  background-position: center;
  background-size: cover;
  background-image: url(./likeWW.png);
  /* background-color: aliceblue; */
}

.RedMenuLikeImage {
  background-image: url(./likeRR.png);
}

.Menu-Number-Like-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  left: 0px;
  opacity: 1;
  width: 50%;
  height: 100%;
  color: white;
  /* background-color: rgb(82, 131, 94); */
  font-size: 0.3em;
}

@media (min-width: 900px) {
  * {
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

  html {
    scroll-behavior: smooth;
  }

  .header {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #edf1d6;
  }

  .Menu-Product-ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 90%;
    height: 100px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #edf1d6;
    /* border: 0.2em solid black; */
    border-radius: 25px;
    margin: 1px 5% 1px 5%;
  }

  .Menu-Product-ul-li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    /* border: 0.2em solid black; */
    margin: 0.5em 0.5em 0.5em 0.5em;
    padding: 0.5em;
    /* background-color: #edf1d6; */
    border-radius: 25px;
  }

  .Menu-Product-ul-li-a {
    font-size: 2em;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
      0.1em 0.1em 0.1em #40513b;
  }

  .cantiner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    height: auto;
    background: fixed center no-repeat cover;
    background-color: #9dc08b;
    box-shadow: inset 0 0 20px 15px #edf1d6;
  }

  .Menu-Product-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    text-align: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    height: 50px;
    /* background-color: rgb(255, 255, 255); */
    margin: 5% 0em 5% 0em;
  }

  .Menu-Name-Product-category {
    font-size: 2em;
    color: #40513b;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
      0.1em 0.1em 0.1em #40513b;
  }

  .Menu-line-Product-category {
    font-size: 2em;
    color: #40513b;
    text-shadow: 0.1em 0.1em 0.1em #9dc08b, 0.1em 0.1em 0.1em #9dc08b,
      0.1em 0.1em 0.1em #40513b;
  }

  .Menu-Product-box {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    /* height:  auto; */
    height: 150px;
    border: 0.2em solid #ffffff;
    margin: 1em;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    box-shadow: inset 0 0 20px 5px #9dc08b, 0 0 20px 5px #9dc08b;
    background-color: #40513b;
    direction: rtl;
  }

  .Menu-Product-box.active {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    height: 250px;
    margin: 1em;
    transition: all 0.3s ease-in-out;
  }

  .Menu-Name-Product-box {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    right: 0px;
    top: 0;
    width: 40%;
    height: 100%;
    color: white;
    /* background-color: rgb(142, 142, 142); */
    font-size: 1.7em;
  }

  .Menu-Product-box.active .Menu-Name-Product-box {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 0;
    right: 0px;
    width: 50%;
    height: 20%;
    color: white;
    /* background-color: rgb(142, 142, 142); */
    font-size: 1.5em;
  }

  .Menu-Size-And-Price-Box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 0;
    left: 0px;
    width: 60%;
    height: 100%;
    color: white;
    /* background-color: rgb(53, 53, 53); */
    font-size: 1.5em;
    margin-top: 5px;
  }

  .Menu-Product-box.active .Menu-Size-And-Price-Box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 20%;
    left: 50%;
    width: 50%;
    height: 40%;
    color: white;
    /* background-color: rgb(53, 53, 53); */
    font-size: 1.5em;
  }

  .Menu-Used-Items {
    display: none;
    opacity: 0;
  }

  .Menu-Product-box.active .Menu-Used-Items {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 1;
    top: 60%;
    right: 0%;
    width: 50%;
    height: 40%;
    color: white;
    /* background-color: rgb(146, 146, 146); */
    font-size: 1.5em;
  }

  .Menu-Product-Photo-box {
    display: none;
    opacity: 0;
  }

  .Menu-Product-box.active .Menu-Product-Photo-box {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 1;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 70%;
    color: white;
    /* background-color: rgb(167, 167, 167); */
    font-size: 2em;
  }

  .Menu-Product-Photo {
    width: 90%;
    height: 80%;
    border-radius: 25px;
    border: 0.1em #ffffff solid;
    background-size: cover;
  }

  .Menu-Like-And-Comment-box {
    display: none;
    opacity: 0;
  }

  .Menu-Product-box.active .Menu-Like-And-Comment-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 1;
    top: 70%;
    left: 0%;
    width: 50%;
    height: 30%;
    color: white;
    /* background-color: rgb(214, 214, 214); */
    font-size: 2em;
  }

  .Menu-Comment-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    right: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(131, 82, 82); */
    font-size: 2em;
  }

  .Menu-Comment-box-image {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    right: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(82, 131, 94); */
    font-size: 2em;
  }

  .Menu-Comment-image {
    width: 50px;
    height: 50px;
    background-clip: content-box;
    background-position: center;
    background-size: cover;
    background-image: url(./commentWW.png);
  }

  .Menu-Number-Comment-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(82, 131, 94); */
    font-size: 0.6em;
  }

  .Menu-Like-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(93, 131, 82); */
    font-size: 2em;
  }

  .Menu-Like-box-image {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    right: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(82, 131, 94); */
    font-size: 2em;
  }

  .Menu-Like-image {
    width: 50px;
    height: 50px;
    background-clip: content-box;
    background-position: center;
    background-size: cover;
    background-image: url(./likeBB.png);
    /* background-color: aliceblue; */
  }

  .RedMenuLikeImage {
    background-image: url(./likeRR.png);
  }

  .Menu-Number-Like-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0px;
    opacity: 1;
    width: 50%;
    height: 100%;
    color: white;
    /* background-color: rgb(82, 131, 94); */
    font-size: 0.6em;
  }

  .Menu-Product-ul-li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin: 1em 1em 1em 1em;
    padding: 1em;
    /* background-color: rgb(255, 255, 255); */
  }

  .Menu-Product-ul-li-a {
    font-size: 2em;
    /* color: rgb(255, 255, 255); */
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    /* text-shadow: 0.1em 0.1em 0.1em black, 0.1em 0.1em 0.1em black, 0.1em 0.1em 0.1em black; */
  }

  .Menu-line-Product-category {
    font-size: 3em;
    /* color: aliceblue; */
  }

  .cantiner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    height: auto;
    background: fixed center no-repeat cover;
    /* background-image:url(../../Images/101851.jpg) ; */
    /* box-shadow: inset 0 0 30px 15px #6e6e6e; */
  }

  .Menu-Product-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    height: 50px;
    /* background-color: rgb(255, 255, 255); */
    margin: 5% 0em 5% 0em;
  }

  .Menu-Name-Product-category {
    position: relative;
    font-size: 3em;
    /* color: aliceblue; */
    cursor: pointer;
  }

  .Menu-Product-box {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40%;
    height: 150px;
    /* border: 0.2em solid white; */
    margin: 1em;
    border-radius: 25px;
    /* box-shadow: inset 0 0 20px 5px white, 0 0 20px 5px white; */
    direction: rtl;
    transition: all 0.3s ease-in-out;
  }

  .Menu-Product-box.active {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40%;
    height: 250px;
    /* border: 0.2em solid white; */
    margin: 1em;
    /* box-shadow: inset 0 0 20px 5px white, 0 0 20px 5px white; */
    transition: all 0.3s ease-in-out;
  }
}
