:root {
  --menu-primary-color: 51, 33, 29;
  --menu-secondary-color: 218, 159, 91;
  --bg-color: #fff;
  --secondary-color: rgba(218, 159, 91, 0.9);
  --overlay-color: rgba(233, 233, 233, 0.97);
  --menu-speed: 1s;
}

/*-----------------------------*/
/*-----------------------------*/
#welcome-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* پیش‌فرض مخفی */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.welcome-box {
    background: #fff;
    padding: 24px 32px;
    max-width: 400px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.welcome-box h2 {
    margin-bottom: 12px;
}

.welcome-box p {
    line-height: 1.6;
    color: #555;
}
.welcome-ok {
    margin-top: 16px;
    padding: 10px 22px;
    border: none;
    border-radius: 8px;
    background-color: #502c25;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    /* transition: background 0.1s linear; */
}

.welcome-ok:hover {
    background: #673a2e;
}
/*-----------------------------*/
/*-----------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: vazir;
  src: url('/menuAssets/fonts/vazir/Vazir.woff2') format('woff2');
}
body {
  width: 100%;
  direction: rtl;
  /* overflow-x: hidden; */
  user-select: none;
  font-family: vazir;
  background-color: var(--bg-color);
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
a {
  text-decoration: none;
}
.btn {
  padding: 3px 1.5rem;
  color: rgb(var(--menu-primary-color));
  background-color: rgb(var(--menu-secondary-color));
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
  vertical-align: auto;
  cursor: pointer;
  white-space: nowrap;
}
.btn.disabled {
  pointer-events: none !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background-color: gray;
  color: white;
}
.btn-secondary {
  background-color: rgb(var(--menu-primary-color));
  color: rgb(var(--menu-secondary-color));
  border: 1px solid rgb(var(--menu-secondary-color));
}

/* ================{NavBar}================= */
#navbar {
  position: fixed;
  top: 0;
  background-color: rgb(var(--menu-primary-color));
  height: 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8;
  @media (min-width: 600px) {
    z-index: 8;
    top: 0.5rem;
    width: 98%;
    left: calc(1vw);
    border-radius: 20px;
    height: 60px;
    padding: 0 0.5rem;
    margin: 0 auto;
  }
  @media (min-width: 1200px) {
    height: 80px;

    padding: 0 2rem;
  }
}
.nav-backgournd {
  @media (min-width: 600px) {
    position: fixed;
    top: 0;
    /* background-color: rgb(var(--menu-primary-color)); */
    height: 70px;
    width: 100%;
    background-color: var(--bg-color);
    z-index: 7;
  }
  @media (min-width: 1200px) {
    height: 92px;
  }
}
#navbar > * {
  margin: 0 0.5rem;
}

/* ================{Hamberger}================= */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  user-select: none;
}
.hamburger,
.hamburger-menu {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger-menu .toggler {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 12;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  user-select: none;
}

.hamburger-menu .hamburger {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 11;
  width: 60px;
  height: 60px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.hamburger-menu .hamburger > div::before,
.hamburger-menu .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 11;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

.hamburger-menu .hamburger > div::after {
  top: 10px;
}

/* انیمیشن تبدیل به X */
.hamburger-menu .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

.hamburger-menu .toggler:checked + .hamburger > div:before,
.hamburger-menu .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

.hamburger-menu .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* مخفی کردن دکمه اصلی همبرگری در دسکتاپ */
.hamburger-menu {
  display: none;
}

/* نمایش در موبایل */
@media (max-width: 600px) {
  .hamburger-menu .hamburger {
    display: flex;
  }
  .hamburger-menu {
    display: block;
  }

  #navbar {
    padding-right: 70px;
  }
}

/* ================{Logo}================= */

#navbar .logo {
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  @media (min-width: 600px) {
    font-size: 12px;
  }
  @media (min-width: 1200px) {
    font-size: 14px;
  }
}
#navbar .logo i {
  /*width: 32px;*/
  /*height: 45px;*/

  margin: 0 0.5rem;

  @media (min-width: 600px) {
    width: 35px;
    height: 50px;
  }
  @media (min-width: 1200px) {
    width: 46px;
    height: 65px;
  }
}

/* note-icon */
#note-list {
  width: 30px;
  height: 30px;
  background-image: url('/menuAssets/icon/note-icon.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: relative;
  @media (min-width: 600px) {
    display: none;
  }
}
#note-number {
  position: absolute;
  bottom: -5px;
  left: 15px;
  background-color: rgba(var(--menu-secondary-color), 0.7);
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50%;
  width: 3ch;
  /* height: 3.5ch; */
  aspect-ratio: 1;
  /* padding: 0.5rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-container {
  @media (max-width: 599px) {
    display: none;
  }
}
.btn-container .btn {
  /* this is for  600->1200px */
  font-size: 16px;
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  /* @media (min-width: 1200px) {
    font-size: 25px;
    margin: 0 1rem;
    padding: 0.75rem 1.5rem;
  } */
}

/* ================{Introduction OverLay}================= */
/* Introduction Page */
#introduction-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 100%; */
  align-items: center;
  justify-content: center;
  visibility: hidden;
  z-index: 5;
  background: var(--overlay-color);
  /* background: rgba(255, 255, 255, 0.8); */
  height: 100vh;

  overflow-y: auto;
}
#info-content {
  transform: scale(0);
  opacity: 0;
  width: 90%;
  max-width: 600px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  flex-direction: column;
  z-index: 13;
  margin: 5rem auto;
  color: rgb(var(--menu-primary-color));
  overflow-y: auto;
  overflow-x: hidden;
}
/* نمایش منو هنگام کلیک */
#introduction-page.active {
  visibility: visible;
  transition: all var(--menu-speed) ease;
}
#info-content.active {
  transform: scale(1);
  opacity: 1;
  transition: transform var(--menu-speed) ease, opacity 0.4s ease 0.4s;
}
.logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.logo-content i {
  background: url('/menuAssets/images/logo.png');
  background-size: cover;
  width: 100px;
  aspect-ratio: 0.7274;
  margin: 0 0.5rem;
}
#info-content p {
  width: 80%;
  line-height: 1.7rem;
}
#info-content .phone-number {
  font-weight: bold;
  font-size: 1.1rem;
}
#info-content .address {
  font-weight: bold;
  font-size: 1.1rem;
}
#info-content .instagram {
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;

  direction: ltr;
}
.instagram-icon {
  background: url('/menuAssets/icon/instagram-icon.svg');
  background-size: cover;
  width: 40px;
  aspect-ratio: 1;
  margin: 0.5rem;
}

#introduction-page .btn {
  font-size: 1.2rem;
  width: 180px;
  padding: 0.5rem 0;
}
#introduction-page .galery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.galery .image {
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ================{header}================= */

header {
  margin-top: 3.5rem;
  width: 100%;
  /* border-radius: 2rem;; */
  clip-path: ellipse(90% 90% at 35% 0%);
  height: 15rem;
  /* background-color: rgb(var(--menu-primary-color)); */
  background: linear-gradient(
      rgba(var(--menu-primary-color), 0.9),
      rgba(var(--menu-primary-color), 0.9)
    ),
    url('/menuAssets/images/bg.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  @media (min-width: 600px) {
    width: 98%;
    margin: 4.4rem auto 0;
    height: 20rem;
    border-radius: 20px;
  }
  @media (min-width: 1200px) {
    margin-top: 5.7rem;
    height: 30rem;
  }
}
#header-image {
  /* content: ''; */
  position: absolute;
  bottom: 1rem;
  left: 0.75rem;
  background: linear-gradient(
      rgba(var(--menu-primary-color), 0.6),
      rgba(var(--menu-primary-color), 0.6)
    ),
    url('/menuAssets/images/coffee.png') no-repeat;
  opacity: 0.8;
  width: 174px;
  height: 144px;
  @media (min-width: 600px) {
    width: calc(174px * 1.5);
    height: calc(144px * 1.5);
    background-size: cover;
    left: 1.75rem;
  }
  @media (min-width: 1200px) {
    width: calc(174px * 2);
    height: calc(144px * 2);
    background-size: cover;
    left: 1.75rem;
  }
}

header p {
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  /* text-align: center; */
}
#header-text1 {
  /* padding-left: 3rem; */
  font-size: 25px;
}
#header-text2 {
  /* padding-left: 3rem; */
  margin-top: 10px;
  font-size: 20px;
}
[class|='blink-circle'] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--blink-color);
  animation: blinkAnimation 2.5s infinite;
}
.blink-circle-green {
  --blink-color: greenyellow;
}
.blink-circle-orange {
  --blink-color: orangeRed;
}

@keyframes blinkAnimation {
  0%,
  50%,
  100% {
    background-color: var(--blink-color);
  }
  25%,
  75% {
    background-color: transparent;
  }
}

/* ================{category}================= */
/* ===================== Categories Wrapper ===================== */
#categories {
  position: sticky;
  top: 3.4rem;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;

  padding: 10px 16px;
  background-color: #fffa;
  backdrop-filter: blur(20px);
  z-index: 1;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
#categories::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}

@media (min-width: 600px) {
  #categories {
    width: 98%;
    margin: 0 auto;
    border-radius: 20px;
    top: 60px;
  }
}

@media (min-width: 1200px) {
  #categories {
    top: 92px;
  }
}

.category {
  flex: 0 0 auto;
  width: 100px;
  min-height: 120px;
  padding: 8px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;

  background-color: transparent;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;

  box-sizing: border-box;
}

@media (min-width: 600px) {
  .category {
    width: 120px;
    min-height: 140px;
    font-size: 16px;
  }
}
.category.active {
  background: rgba(var(--menu-secondary-color), 0.5);
}
.category > img {
  width: 80px;
  height: 80px;

  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.category p {
  margin: 0;
  padding: 0;

  text-align: center;
  line-height: 1.3;
  font-size: inherit;

  word-break: break-word;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* حداکثر ۲ خط */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================{MenuList}================= */

main {
  width: 98%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #menu-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 60%;
    text-align: right;
  }
  .separator {
    grid-column: 1 / -1; /* از اولین ستون تا آخرین ستون */
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
  }
  main {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 65%;
    text-align: right;
  }
  .separator {
    grid-column: 1 / -1; /* از اولین ستون تا آخرین ستون */
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
  }
  main {
    display: flex;
    flex-direction: row;
  }
}
/* separator */
#menu-list > .separator {
  margin: 6rem auto 2rem;
  width: 95%;
  border-bottom: 1.5px dashed #777;
  position: relative;
}
.separator-text {
  position: absolute;
  bottom: -16px;
  background-color: white;
  right: 20px;
  padding: 0 0.5rem;
  font-size: 20px;
  font-weight: bolder;
}

/* food Items */
.food-item {
  position: relative; /* اضافه شد تا badge روی کارت قرار بگیره */
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  direction: ltr;
  padding: 1rem;
  margin: 0.5rem;
  box-shadow: -2px 1px 8px 0 #44444440;
  border-radius: 15px;
  transition: box-shadow 0.1s linear;
}
/* when the + clicked */
.green-light-border {
  box-shadow: -2px 1px 8px 0 #44444440,
    inset 0px 0px 10px 0px rgba(var(--menu-secondary-color), 0.5);
  /* transition: box-shadow 0.1s linear; */
}
.food-item * {
  user-select: none;
}
.food-name span {
  font-size: 70%;
  color: rgba(255, 0, 0, 0.724);
  border: 1px solid rgba(255, 0, 0, 0.724);
  border-radius: 20px;
  padding: 2px 7px;
}
.food-details {
  /* order: 1; */
  /* grid-column: 1 / span 1; */
  direction: rtl;
}
.food-image img {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  border-radius: unset;
}

.food-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.food-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 0.5rem;
}
.food-bottom {
  position: relative;
  direction: rtl;
  width: 100%;

  grid-column: 1 / span 2;

  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 2rem 0 1rem;
}
.food-bottom::before {
  content: '';
  position: absolute;
  width: 100%;
  top: -1rem;
  border-top: 1.8px dashed rgba(var(--menu-secondary-color), 0.5);
}

.price-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.before-off-price {
  color: grey;
  text-decoration: line-through;
}
.off-percent {
  background-color: #d9534f;
  color: white;
  font-weight: bold;
  /* margin-left: 0.5rem; */
  padding: 0.125rem 0.5rem;
  border-radius: 5px;
}
/* ======================{ footer }======================= */
/* ================= Footer Base ================= */
footer {
  display: none;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(
      rgba(var(--menu-primary-color), 0.9),
      rgba(var(--menu-primary-color), 0.9)
    ),
    url('/menuAssets/images/bg.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #f5f5f5;
  /* padding: 2rem 20px; */
}

#footer-content {
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

footer p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.8;
}

/* Icons */
footer .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ================= Tablet ================= */
@media (min-width: 600px) {
  footer {
    display: block;
    padding: 60px 40px;
  }
  #footer-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
  }

  .logo-content {
    /* grid-column: 1 / -1; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .logo-content img {
    width: 90px;
    aspect-ratio: 0.71;
  }

  .locate,
  .social-media {
    background-color: rgba(var(--menu-secondary-color), 0.1);
    padding: 20px;
    border-radius: 14px;
  }

  .section-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .locate p,
  .social-media p {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

/* ================= Desktop ================= */
@media (min-width: 1200px) {
  footer {
    width: 98%;
    margin: 0 auto;
  }

  #footer-content {
    grid-template-columns: 0.1fr 1.5fr 1.5fr 0.1fr;
    /* gap: 40px; */
  }
  .logo-content img {
    width: 130px;
    aspect-ratio: 0.71;
  }
  .logo-content {
    grid-column: 2 / span 1;
  }
  .locate,
  .social-media {
    padding: 28px 32px;
  }

  .social-media > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .social-media p {
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .social-media p:hover {
    color: #f4c16d;
    transform: translateX(-4px);
  }
}

/* ======================{ alt + }======================= */
#overlays {
  display: block;
  @media (min-width: 600px) {
    display: none;
  }
}
.add-to-cart {
  direction: ltr;
  box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.355);
  border-radius: 7px;
  padding: 0rem 0.25rem;
  width: 111px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-to-cart > div {
  padding: 0 0.5rem;
  color: rgb(var(--menu-secondary-color));
}
.add-to-cart .trash {
  position: relative;
  top: -2px;
}

.trash {
  /* width: 10px; */
  height: 20px;
  margin: 0 6px;

  background-color: rgb(var(--menu-primary-color));
  -webkit-mask: url('/menuAssets/icon/trash.svg') no-repeat center;
  mask: url('/menuAssets/icon/trash.svg') no-repeat center;
  -webkit-mask-size: contain;
  background-color: rgb(var(--menu-secondary-color));
  mask-size: contain;
}
.minus {
  /* content:"-"; */
  width: 3ch;
  font-size: 180%;
  /* padding: 0 .5rem; */
}

.amount {
  font-size: 140%;
  position: relative;
  width: 45px;
  bottom: 3px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  color: rgb(var(--menu-primary-color)) !important;
}

.add {
  /* content:"+"; */
  font-size: 180%;
}

/* ======================{ cart-overlay }======================= */
/* note Overlay */
#cart-overlay {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  inset: 0;
  top: 3.4rem;
  color: rgb(var(--menu-primary-color));
  background-color: #ffffffaa;
  backdrop-filter: blur(15px);
  display: none;
  z-index: 10;
  overflow-y: auto;
  direction: ltr;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;

  /* tablet Mode */
  @media (min-width: 600px) {
    width: 38%;
    max-height: unset;
    height: 200px;
    position: sticky;
    inset: unset;
    top: unset;
    bottom: 0;
    top: 250px;
    color: unset;
    /* background-color: unset; */
    /* backdrop-filter: unset; */
    display: grid;
    z-index: unset;
    overflow-y: auto;
    grid-template-columns: unset;
  }
  @media (min-width: 1200px) {
    width: 30%;
    /* height: fit-content; */
    position: sticky;

    top: 250px;
  }
}
#cart-overlay.active {
  display: grid;
}
.cart-nav {
  position: fixed;
  top: 0;
  background-color: rgba(var(--menu-primary-color), 1);
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: rgb(var(--menu-secondary-color));
  @media (min-width: 600px) {
    /* display: none; */
    order: 2;
    position: static;
    top: unset;
    background-color: transparent;
  }
}

.cart-empty-btn {
  margin-left: 1rem;
  font-size: 16px;
  @media (min-width: 600px) {
    background-color: rgb(var(--menu-secondary-color));
    color: rgb(var(--menu-primary-color));
    padding: 0.5rem;
    margin-left: 0;
    cursor: pointer;
    border-radius: 5px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.cart-empty-btn .trash {
  @media (min-width: 600px) {
    background-color: rgb(var(--menu-primary-color));
    padding: 0 !important;
    position: static;
    inset: 0;
  }
}
#cart-overlay .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
  mask-size: contain;
  font-weight: bold;
  position: relative;
  top: 5px;
  @media (min-width: 600px) {
    position: static;
    top: 0;
  }
}
.cart-close-btn {
  /* padding: 10px 20px; */
  font-size: 16px;
  cursor: pointer;
  /* z-index: 10; */
  margin-right: 1rem;
  @media (min-width: 600px) {
    display: none;
  }
}
.back-arrow-icon {
  background-color: rgb(var(--menu-secondary-color));
  transform: rotateX(180deg);
  mask: url('/menuAssets/icon/back.svg');
}

#list-order {
  width: 100%;
  padding-bottom: 70px; /* فاصله برای total-price */
  margin-top: 5rem;
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* height:; */
  @media (min-width: 600px) {
    margin-top: 0;
    /* height: 300px; */
  }
}

#cart-total {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
  border-top: 1.5px dashed rgba(var(--menu-secondary-color), 1);
  @media (min-width: 600px) {
    margin-bottom: 0;
    width: 100%;
  }
}

#total-price {
  color: #d9534f;
}

/* ======================{ cart-list }======================= */
#list-order {
  @media (min-width: 600px) {
    padding-bottom: 0;
  }
}
#list-order .orders {
  width: 90%;
  padding: 1rem;
  background-color: rgba(var(--menu-secondary-color), 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: -1px 2px 5px #3334;
  margin-bottom: 0.7rem;
  user-select: none;
  backdrop-filter: blur(10px);

  @media (min-width: 600px) {
    width: 100%;
    padding: 0 0.5rem;
    flex-direction: column;
  }
  @media (min-width: 1200px) {
    flex-direction: row;
    padding: 1rem;
  }
}
.orders:first-child {
  @media (min-width: 600px) {
    margin-top: 2rem;
  }
}

#list-order .orders:nth-child(2n) {
  background-color: rgba(var(--menu-secondary-color), 0.2);
  @media (min-width: 600px) {
    background-color: rgba(var(--menu-secondary-color), 0.1);
  }
}
@media (min-width: 600px) {
  .order-reduce {
    display: none;
  }
  .order-reduce {
    display: none;
  }
  .order-add {
    display: none;
  }
}
@media (min-width: 1200px) {
  .order-reduce {
    display: block;
  }
  .order-reduce {
    display: block;
  }
  .order-add {
    display: block;
  }
}

#list-order .orders .order-counter {
  direction: ltr;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-right: 10px;
  box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.355);
  border-radius: 7px;
  padding: 0rem 0.25rem;
  /* width: 111px; */
  height: 40px;
  @media (min-width: 600px) {
    box-shadow: none;
    color: rgb(var(--menu-primary-color));
  }
  @media (min-width: 1200px) {
    box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.355);
    /* color: rgb(var(--menu-primary-color)); */
  }
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: right;
  @media (min-width: 600px) {
    width: 100%;
    justify-content: space-between;
  }
  @media (min-width: 1200px) {
    width: 100%;
    justify-content: right;
    /* text-align: right; */
  }
}
.order-name {
  min-width: 75px !important;
  white-space: nowrap;
}

.order-amount {
  /* background-color: #fff6; */
  width: 30px;
  /* align-items: cen; */
  text-align: center;
  border-radius: 5px;
}
.order-reduce,
.order-add {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 0.75rem;
  color: rgb(var(--menu-secondary-color));
}
.order-price {
  white-space: nowrap;
}

/* ======================================= */
/* دکمه اولیه مخفی و استایل */
#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none; /* ابتدا مخفی */
  background-color: rgba(var(--menu-secondary-color), 0.9);
  color: white;
  border: none;
  width: 55px;
  height: 55px;
  /* padding: 12px 18px; */
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}

/* وقتی دکمه نمایش داده شد */
#backToTop.show {
  display: block;
  animation: popIn 0.3s ease;
}

/* انیمیشن پاپ این */
@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* افکت کوچک روی hover */
#backToTop:hover {
  transform: scale(1.2);
  background-color: rgba(var(--menu-secondary-color), 1);
}
/* ================= team ads ================= */
.team-ads {
  direction: ltr;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5rem;
  padding-bottom: 1rem;
}
.team-ads a {
  display: inline-block;
  text-decoration: none;
  color: #925e22;
  transition: all 0.2s ease;
}
.team-ads a:hover {
  scale: 1.05;
  font-weight: bold;
}
