* {
  padding: 0px;
  margin: 0px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
.no-scroll,
.no-scroll1,
.no-scroll2 {
  overflow: hidden !important;
  height: 100vh !important;
  overflow-y: hidden;
}
html,
body,
#root {
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
  overflow-x: hidden;
}
html {
  background-color: #23181c !important;
}
/* ------- main start ------- */
.wraper {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
}

.wraper .menu {
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  overflow-x: hidden;
}

.wraper .menu .footer {
  font-size: 10px;
  color: #ffffff99;
  text-align: center;
  margin: 25px;
  padding-bottom: 20px;
}

.wraper .menu .footer .caviar {
  color: #ff990f;
}

.wraper .main-logo {
  text-align: center;
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
  border-left: 1px solid black;
  width: calc(100% - 500px);
  position: fixed;
  overflow: hidden;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.wraper .main-logo img {
  width: 175px;
  height: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
  .wraper .menu {
    max-width: 100%;
  }

  .wraper .main-logo {
    display: none;
  }

  .carousel .slide img {
    height: 185px !important;
    object-fit: cover;
  }

  .language-wrapper {
    max-width: 100% !important;
  }

  .menu-items .categories {
    max-width: 100% !important;
  }
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .menu-items .items {
    width: 70% !important;
  }

  .carousel .slide img {
    height: 500px !important;
    object-fit: cover;
  }

  .intro .footer {
    left: 45% !important;
  }

  .category .category-item {
    margin-bottom: 50px !important;
  }
}
.photoProviderImg {
  object-fit: fill !important;
}
@media (max-width: 650px) {
  .photoProviderImg {
    max-width: 300px !important;
    max-height: 300px !important;
  }
  .item-photo-view {
    position: absolute;
    top: 60vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px 32px 0px 0px;
    max-height: 100px;
    max-width: 260px;
  }
}
@media (min-width: 650px) {
  .menu-items .categories .categories-item {
    min-width: max-content !important;
    font-size: 18px !important;
  }
  .menu-items .categories {
    height: 2.8em !important;
  }
  .menu-items .items {
    margin-top: 110px !important;
  }
  .photoProviderImg {
    max-width: 445px !important;
    max-height: 400px !important;
  }
  .PhotoView__PhotoBox {
    max-width: 457px !important;
    min-height: 35rem !important;
  }
  .photoProviderImg {
    max-width: 447px !important;
    max-height: 396px !important;
  }
  .PhotoView__PhotoBox {
    min-height: 502px !important;
  }

  .item-photo-view {
    position: absolute;
    top: 63.5vh;
    left: 53vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px 32px 0px 0px;
    max-height: 100px;
    max-width: 260px;
  }
  .PhotoView__PhotoBox,
  .PhotoView__PhotoWrap {
    padding-bottom: 65px !important;
  }
}
/* @media (min-height: 800px) and (min-width: 1030px) {
  .item-photo-view {
    top: 71vh !important;
    left: 55vw !important;
  }
} */

/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
  z-index: 10;
  height: 84vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.intro .head {
  text-align: center;
  /* padding-top: 15vh; */
}

.intro .head img {
  width: 160px;
  height: 140px;
  padding-top: 100px;
}

.intro .head h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #fff;
}

.intro .head p {
  color: #fff;
  line-height: 1.6;
}

.intro form {
  margin: 30px;
}

.intro form button {
  display: block;
  margin: auto;
  border-radius: 12px;
  min-width: 260px;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 2px #444;
  padding: 15px 32px;
}

.intro .social {
  text-align: center;
  position: relative;
  z-index: 10;
}

.intro .social a {
  background-color: #e4e4e94d;
  display: inline-block;
  border-radius: 50%;
  margin: auto 4px;
  width: 32px;
  height: 32px;
}

.intro .social a i {
  color: #2d1e23;
  margin: 5px;
  font-size: 20px;
  padding: 1px;
}

/* ------- intro end ------- */

/* ------- Category Start ------- */

.category {
  width: 100%;
}

.category .head {
  text-align: center;
  position: relative;
  height: 250px;
  border-bottom: 1px solid #ffffff5c;
  margin: 1rem;
  margin-bottom: 3rem;
}

.category .head img {
  width: 160px;
  height: 140px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(1.2);
}

.category .head .backward {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 2px 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.head .language {
  /* position: absolute;
  top: 10px;
  right: 10px; */
}

.language-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #392b30bd;
  max-width: 500px;
  z-index: 60;
  transition: all 0.3s ease;
}

.head .language .language-active {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: #ffffff0a;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
  gap: 0.5rem;
  width: max-content;
}

.head .language .language-active i:last-child {
  font-size: 12px;
}
.language-active svg {
  width: 1.2rem;
}

.language-wrapper .language-select {
  position: absolute;
  border: 1px solid #ffffff66;
  background: #ffffffbd;
  border-radius: 14px;
  width: 150px;
  top: 1rem;
  left: 1rem;
  z-index: 150;
}

.language-wrapper .language-select .language-select-head {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 6px;
  margin-bottom: 6px;
}

.language-wrapper .language-select .language-select-head span {
  color: #767676;
}

.language-wrapper .language-select ul {
  list-style: none;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.language-wrapper .language-select ul li {
  text-align: end;
  padding: 4px 6px 4px 6px;
  margin: 2px auto;
  cursor: pointer;
  color: #000000;
}

.language-select-active {
  background: #f7f8f8;
  color: #111;
  border-radius: 8px;
}

.d-none {
  display: none;
  transition: all 0.3s ease;
}

.category .info {
  margin-top: 15px;
}

.category .info b {
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 400;
  padding: 0px 15px;
  color: white;
}

.category .info .address {
  padding: 5px 15px;
  color: white;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.category .info .address div {
  width: 100%;
  text-align: start;
  margin-bottom: 5px;
  display: flex;
}

.category .info .phone {
  display: flex;
}

.category .info .phone div {
  display: flex;
  flex-direction: column;
}

.category .info .address div i {
  padding-right: 10px;
  color: #fefefe;
}

.category .info button {
  margin-top: 15px;
  color: white;
  background-color: #d5d5d540;
  border-radius: 12px;
  border: 1px solid #fefefe;
  padding: 3px 15px;
}

.category .info h3 {
  display: block;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  padding: 15px 0px;
  color: white;
  letter-spacing: 1px;
}

.category .category-list {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
  z-index: 2;
}

.category .category-list .category-item {
  position: relative;
  text-align: center;
  padding: 8px 8px 12px 8px;
}

.category .category-list .category-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}

.category .category-list .category-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.category .category-list .category-item h2 {
  color: #ffffff;
  font-size: 16px;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {
  width: 100%;
}

.menu-items .head {
  position: relative;
  height: 75px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.head .left-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.head .left-head a {
  display: flex;
}

.menu-items .head-bg {
  background-color: #3b2b30;
}

.menu-items .head .logo {
  margin-top: 0.5rem;
  width: 5.5rem;
  height: 3rem;
}

.menu-items .head .backward {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 2px 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.menu-items .head .language {
  /* position: absolute;
  top: 10px;
  right: 10px; */
}

.menu-items .head .language button {
  display: block;
  width: 60px;
  height: 25px;
  background-color: #21212123;
  border: 1px solid #fefefe;
  margin-bottom: 5px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}

.menu-items .head .language .activ {
  background-color: #fefefe;
  color: #222;
}

.menu-items .carousel {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}

.menu-items .carousel img {
  height: 150px;
  max-width: 90%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  object-fit: cover;
}

.menu-items .categories {
  z-index: 30;
  background-color: #23181cda;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: auto;
  padding: 10px 1px;
  position: fixed;
  top: 75px;
  right: 50%;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 480px;
  box-shadow: 0px 0px 10px 0px #23181c;
  border-radius: 7px;
  transform: translateX(50%);
  height: 2.2em;
}
@media (min-width: 1280px) {
  .menu-items .categories {
    right: auto;
    margin-left: 8px;
    transform: translateX(0);
  }
}
.menu-items .categories-bg {
  z-index: 102;
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
  padding: 10px 5px;
  top: -1px !important;
  transition: all 0.3s ease;
}

.menu-items .categories .categories-item {
  min-width: max-content;
  /* height: 40px; */
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0.5px solid #ffffff33;
  padding: 8px 12px;
  border-radius: 6px;
  margin: 0px 8px;

  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-items .categories .active {
  color: #ffffff;
  background-color: #392b30;
  border: 0.7px solid #392b30;
}

.menu-items .categories .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.menu-items .subcategories > .item {
  border: 1px solid #c99c04;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.menu-items .subcategories .item-head {
  background-color: #ffffff17;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.menu-items .subcategories .item-body {
  padding: 10px 15px;
  background-color: #1e322d73;
  border-radius: 5px;
}

.menu-items .items {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  margin-top: 65px;
}

.menu-items .items .head-listview {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 15px 0px;
}

.menu-items .items .category-name {
  color: #ffffff;
  font-size: 22px;
  margin: 25px auto;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
}

.menu-items .items .category-name::after {
  content: "";
  width: 86.67px;
  display: inline-block;
  border: 0.5px solid #ffffff4d;
  margin: auto 12px;
  opacity: 0.8;
}

.menu-items .items .category-name::before {
  content: "";
  width: 86.67px;
  display: inline-block;
  border: 0.5px solid #ffffff4d;
  margin: auto 12px;
  opacity: 0.8;
}

.item-order {
  position: absolute;
  background-color: #9d670a;
  color: white !important;
  border-radius: 5px;
  width: 25px;
  text-align: center;
  font-size: 14px !important;
  height: 15px;
}

.menu-items .items .style-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  background-color: #424242;
  padding: 10px;
  border-radius: 5px;
}

.menu-items .items .style-list .side-right {
  width: 33.33333333%;
  text-align: end;
  height: 100px;
  overflow: hidden;
}

.menu-items .items .style-list .side-right img {
  width: 100px;
  height: 100px;
  border: 3px;
  /* box-shadow: 0px 1px 5px #fefefe; */
  border-radius: 8px !important;
  object-fit: cover;
}

.menu-items .items .style-list .side-left {
  width: 66.66666667%;
}

.menu-items .items .style-list .side-left h5 {
  color: #fefefe;
  font-size: 16px;
  margin: 10px;
}

.menu-items .items .style-list .side-left p {
  color: #aeaeae;
  font-size: 13px;
  margin-right: 10px;
}

.menu-items .items .style-list .side-left .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px;
  flex-direction: column;
}

.menu-items .items .style-list .side-left .price span {
  color: #fefefe;
  font-size: 13px;
  font-weight: 600;
}

.menu-items .items .style-list .side-left .price span span {
  margin: 10px;
}

.menu-items .items .style-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}

.menu-items .items .style-two .item {
  width: 100%;
  background-color: #392b30;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  min-width: 150px;
  margin: auto;
}

.menu-items .items .style-two .image {
  position: relative;
  height: 20vh;
  overflow: hidden;
}

.menu-items .items .style-two .image .image-loading {
  width: 100%;
  height: 100%;
  margin: auto;
}
.newPoster {
  position: absolute;
  top: 0.1rem;
  color: #392b30;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.1rem 0.4rem;
  border-radius: 6px;
}

.menu-items .items .style-two .image img {
  width: 100%;
  height: 100%;
  border-radius: 8px !important;
  object-fit: cover;
}

.menu-items .items .style-two .image .item-order {
  top: 4px;
  left: 4px;
}

.menu-items .items .style-two .info {
  padding: 6px 10px;
}

.menu-items .items .style-two .info h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu-items .items .style-two .info .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.menu-items .items .style-two .info .price span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.menu-items .items .style-two .info .price .currency {
  font-size: 8px;
  color: #2d1e2399;
  margin: auto 2px;
}

.style-large .item {
  width: 90%;
  height: auto;
  margin: auto;
  background-color: #424242;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}

.style-large .item .image-loading {
  width: 100%;
  height: 25vh;
  border-radius: 8px;
}

.style-large .item img {
  width: 100%;
  height: 25vh;
  border-radius: 8px;
  object-fit: cover;
}

.style-large .item .item-order {
  top: 12px;
  left: 12px;
}

.style-large .item h5 {
  color: #fefefe;
  font-size: 16px;
  margin-top: 8px;
  padding: 0px 10px;
}

.style-large .item .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0px 10px;
}

.style-large .item .price span {
  color: #fefefe;
  font-size: 13px;
  font-weight: 600;
}

.style-large .item .price span span {
  display: block;
  margin-bottom: 5px;
}

/* ------- Menu end ------- */

/* ------- Loader start ------- */

.loader-container {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.loader {
  width: 35px;
  height: 35px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ------- Loader end ------- */

.swal2-container.swal2-center > .swal2-popup {
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
}

.swal2-styled.swal2-confirm {
  background-color: #fefefe !important;
  color: #393939 !important;
}

.swal2-show {
  animation: swal2-show 0.7s !important;
}

.image-loading {
  overflow: hidden;
}

.notfound {
  color: white;
  text-align: center;
  margin-top: 50px;
}

.feedback {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feedback h1 {
  text-align: center;
  color: #eee;
  margin: 10px auto;
}

.feedback .feedback-item {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback .feedback-item .title {
  margin-bottom: 5px;
  color: #eee;
  font-size: 18px;
}

.feedback .feedback-item textarea,
input {
  background-color: #eee;
  border: none;
  outline: none;
  width: 320px;
  border-radius: 2px;
  color: #393939;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}

.feedback .feedback-item textarea {
  height: 100px;
}

.feedback .feedback-item input {
  height: 20px;
}

.feedback .feedback-item button {
  background-color: #fefefe;
  border: none;
  outline: none;
  width: 320px;
  border-radius: 2px;
  color: #393939;
  padding: 10px;
  height: 40px;
  font-weight: bold;
  margin: 15px auto;
  cursor: pointer;
  font-size: 18px;
}

.feedback-success-message {
  margin: 50px auto;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 20px;
}

.head-feedback {
  display: flex;
  justify-content: space-between;
}

.head-feedback .backward {
  padding: 25px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.head-feedback .lang {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  margin-right: 35px;
}

.head-feedback .lang div {
  color: #eee;
  cursor: pointer;
  font-size: 18px;
}

.head-feedback .lang div:nth-child(2n) {
  border-left: 1px solid #ac9874;
  border-right: 1px solid #ac9874;
  padding: 0 15px;
  margin: auto 15px;
}

.head-feedback .lang .active {
  color: #fefefe;
}

.send-feedback {
  text-align: center;
  margin: 25px auto;
  border: 1px solid #fefefe;
  padding: 5px;
  border-radius: 5px;
  background-color: #252525;
}

.send-feedback a {
  font-size: 20px;
  margin: 8px;
  color: #fefefe;
  text-decoration: none;
}

.send-feedback i {
  font-size: 18px;
  margin-right: 4px;
}

.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
  border-radius: 200px;
  background: #f0f2f2 !important;
  fill: #e9491d !important;
}

.PhotoView__PhotoWrap {
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
}

.PhotoView-Slider__ArrowLeft {
  position: fixed !important;
  z-index: 550 !important;
  top: 75% !important;
  transform: translateY(-75%);
}

.PhotoView-Slider__ArrowRight {
  position: fixed !important;
  z-index: 550 !important;
  top: 75% !important;
  transform: translateY(-75%);
}

.PhotoView__PhotoBox {
  text-align: center;
  max-width: 303px;
  min-height: 30rem;
  background-color: #392b30;
  padding: 16px;
  border-radius: 15px;
  position: fixed !important;
  top: 50vh !important;
  left: 50vw !important;
  transform: translate(-50%, -50%) !important;
}

.item-photo-view div {
}

.item-photo-view h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.item-photo-view .price {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.item-photo-view .price .currency {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
}

.item-photo-view p {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.leaf {
  width: 200px;
  height: 170px;
  position: fixed;
  opacity: 0.15;
  z-index: 0;
  filter: blur(2px);
}

.leaf-left {
  rotate: 100deg;
  top: 14%;
  left: -50px;
  animation: leaf-left-shake 10s infinite ease-in-out;
}

.leaf-right {
  bottom: 14%;
  right: -35px;
  rotate: 180deg;
  animation: leaf-right-shake 10s infinite ease-in-out;
}

@keyframes leaf-left-shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes leaf-right-shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* new items */
.new-items {
  position: relative;
  z-index: 30;
  margin-top: 5rem;
}
.new-items .headNewItems {
  color: #ffffff;
  font-size: 22px;
  margin: 25px auto;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
}
.new-items .headNewItems::before {
  content: "";
  width: 86.67px;
  display: inline-block;
  border: 0.5px solid #ffffff4d;
  margin: auto 12px;
  opacity: 0.8;
}
.new-items .headNewItems::after {
  content: "";
  width: 86.67px;
  display: inline-block;
  border: 0.5px solid #ffffff4d;
  margin: auto 12px;
  opacity: 0.8;
}
.new-items .new-item h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.new-items .new-item {
  width: 100%;
  background-color: #392b30;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  min-width: 150px;
  margin: auto 0.5rem;
}
.new-items .new-item .price {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.new-items .new-item img {
  width: 16rem;
  height: 18rem;
  object-fit: cover;
  border-radius: 8px;
}
.new-items-list {
  display: flex;
  width: max-content;
}
.new-items .new-items-scroll {
  overflow-x: scroll;
}
.new-items .new-items-scroll::-webkit-scrollbar,
.menu-items .categories::-webkit-scrollbar,
.cart-body::-webkit-scrollbar {
  display: none;
}
.newItemCategory {
  display: flex;
  justify-content: center;
  margin: auto;
  width: max-content;
  flex-direction: column;
  text-decoration: none !important;
}
.newItemCategory img {
  width: 4rem;
  padding: 1rem;
  border-radius: 1rem;
  opacity: 0.8;
  background: linear-gradient(45deg, #22181b96, #22181b29);
}
.newItemCategory h2 {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 0.5rem;
  text-decoration: none;
}
.toTop {
  width: 3rem;
  background-color: #000000b5;
  height: 3rem;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 33;
}
.toTop img {
  width: 22px;
}
.fade-in {
  animation: fadeIn 0.8s ease-in;
}

.fade-in {
  animation: fadeIn 0.8s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ani-fade-in2 {
  animation: ani-fade-in 0.8s ease-in;
}
.ani-stb {
  animation: stb 1s ease-in;
}
@keyframes stb {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ani-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* cart */
.head-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff0d;
}
.head .order-btn {
  border-radius: 6px;
}
.head-btn .cartQty {
  background-color: #d4d1d2;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  border-radius: 32px;
  display: flex;
  padding: 0.5px;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
}
.order-head .head-btn {
  background-color: #ffffff0d;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* c */

.cart {
  background: linear-gradient(191.38deg, #23181c -2.51%, #564146 64.67%);
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 500px;
  z-index: 10;
  display: none;
}
.cart-head {
  color: #262626;
  font-weight: bold;
  padding: 12px;
  /* box-shadow: 0px 0px 1px 1px #EEE; */
  border: none;
  display: flex;
  justify-content: end;
  font-size: 20px;
}
.cart .head .topCartTitle {
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.cart-head-close i {
  cursor: pointer;
  /* background-color: #decbab; */
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

@media only screen and (max-width: 1280px) {
  .cart {
    max-width: 100%;
  }
}

.cart-show {
  z-index: 1001;
  display: block;
}

.cart-head {
  color: #262626;
  font-weight: bold;
  padding: 12px;
  /* box-shadow: 0px 0px 1px 1px #EEE; */
  border: none;
  display: flex;
  justify-content: end;
  font-size: 20px;
}

.cart-head-close i {
  color: #ffffff !important;
  cursor: pointer;
  background-color: #ffffff0d;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-body {
  padding: 16px;
  padding-bottom: 34px;
  height: calc(78% - 175px);
  overflow: scroll;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 88%;
  margin: auto;
}

.cart-body p {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 95%;
}

.cart-body .cart-item {
  background-color: #ffffff1a;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
  padding: 1rem;
  padding-bottom: 2.1rem;
  border-radius: 14px;
  /* box-shadow: 0px 4px 20px -2px #3232470A; */
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.cart-body .cart-item .img {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 12px;
}

.cart-body .cart-item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-body .cart-item .action {
  align-items: center;
  font-size: 17px;
  width: 90%;
  font-weight: 600;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  display: flex;
  margin-right: -1rem;
  height: 35px;
  background-color: #ffffff1a;
  border-radius: 8px;
  margin: 0 auto;
}

.cart-body .cart-item .action i {
  /* border: solid 1px #f9f2ed29; */
  /* background-color: #FFFFFF; */
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 4px; */
  border-radius: 16px;
}

.cart-body .cart-item .img img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.cart-footer {
  position: fixed;
  bottom: 0px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart-footer .info {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #737373;
  font-weight: bold;
  margin-bottom: 2rem;
}

.cart-footer .btn {
  background-color: #f79b16;
  width: 60%;
  margin-top: 10px;
  padding: 3px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fefbf9;
  box-shadow: 0px 0px 1px 1px #f2f2f2;
  font-weight: bold;
}

.cart-footer .btn i {
  margin: 0px 8px;
}

@media only screen and (max-width: 1280px) {
  .cart-footer {
    max-width: 100%;
  }
}
.cart-btn {
  background-color: #383227 !important;
  box-shadow: 0px 0px 3px 0px #383227 !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.cart-background-image {
  box-shadow: 0 0 5px 0 #00000063;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  object-fit: cover;
  height: 172px;
  z-index: -1;
}
.cart-bottom-line {
  border: solid 1px #e3e3e31a;
  width: 87% !important;
  margin: auto;
  margin-bottom: 5px;
}
.cart-footer {
  border-radius: 20px;
}
@media (min-width: 650px) {
  .cart-background-image {
    height: 275px;
  }
}
@media (min-width: 1280px) {
  .cart-footer {
    width: 31rem;
  }
}

.priceNaddToCart-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.addToCartButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.8rem;
  border-radius: 8px;
  border: none;
  background-color: #d4d1d2;
  color: #2b1e22;
  font-size: 1rem;
}
.cart-footer {
  position: fixed;
  bottom: 0px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.summary-of-price {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  width: 90%;
  margin: 20px;
}
.cart-footer .info {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffffb0;
  font-weight: bold;
  margin-bottom: 2rem;
}
.info-content-container {
  margin-bottom: 0.7rem;
}

.info-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footerItro2 {
  margin-bottom: 0 !important;
}

.footerItro {
  position: absolute;
  bottom: 1rem;
  right: 50%;
  transform: translateX(50%);
  font-size: 10px;
  font-weight: 400;
  color: #ffffffcc;
  text-align: center;
  padding-bottom: 10px;
  z-index: 1001;
  margin-bottom: 2vh;
}
.footerItro a {
  color: #ff990f;
}
.c-f-all .info h4 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
.c-f-all {
  flex: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.c-f-all .info span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  margin-top: 0.5rem;
}
.toTopContainer {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1280px) {
  .toTopContainerM {
    left: 26.7rem;
    right: auto;
  }
}

.down-btn2 {
  width: 3rem !important;
  height: 3rem !important;
  background-color: rgba(255, 255, 255, 0.76) !important;
}
