@font-face {
  font-family: "UniSIRWAN Somar";
  src: url("../assets/UniSIRWANSomarRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Nave";
  src: url("../assets/nave-regular.ttf") format("truetype");
}

* {
  padding: 0px;
  margin: 0px;
}

html,
body,
#root {
  height: 100%;
  background-color: #1e1e1e;
}
html .english,
body .english,
#root .english {
  font-family: "Nave";
}
html .not-english,
body .not-english,
#root .not-english {
  font-family: "UniSIRWAN Somar";
}
/* ------- main start ------- */
.backgroundImg {
  position: fixed;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.06;
  height: 100%;
  width: 100%;
}
.backgroundImgIntro {
  position: fixed;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  animation: backgroundImgIntro 20s ease;
  max-width: 500px;
}
.backgroundLayoutIntro {
  position: fixed;
  background-color: #1e1e1e;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  max-width: 500px;
}

@keyframes backgroundImgIntro {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }

  100% {
    scale: 1;
  }
}
.wraper {
  display: flex;
  justify-content: space-between;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}
.wraper::-webkit-scrollbar {
  display: none;
}
.wraper .menu {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wraper .menu .footer {
  font-weight: 400;
  font-size: 14px;
  color: #ccac52;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  font-family: "UniSIRWAN Somar";
  z-index: 100;
}

.wraper .menu .footer .caviar {
  color: #ccac52;
  text-decoration: underline;
}

.wraper .main-logo {
  text-align: center;
  background-color: #1e1e1e;
  border-left: 1px solid #eeece0;

  width: calc(100% - 500px);
  position: fixed;
  overflow: hidden;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}

.wraper .main-logo img {
  width: 18rem;
  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;
  }
}

@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 {
    height: 200px !important;
    margin-bottom: 50px !important;
  }
}

/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
  /* background-image: url('../assets/intro-cover.png');
    background-size: cover; */
  position: relative;
}

.intro .head {
  text-align: center;
  margin-top: 5rem;
  position: relative;
}

.intro .head img {
  width: 18.5rem;
}

.intro .head h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #fff;
}

.intro .head p {
  color: #fff;
  font-size: 20px;
}

.intro form {
  margin: auto;
}

.intro form button {
  display: block;
  margin: auto;
  /* border-radius: 15px; */
  width: 189px;
  height: 60px;
  text-align: center;
  margin-bottom: 1.68rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1e1e1e;
  background-color: #eeece0;
  cursor: pointer;
  font-family: "UniSIRWAN Somar";

  border: 1px solid #0e291b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
  font-style: italic;
}

.intro form button.introEnglishBtn {
  font-family: "Nave";
}
.intro .social {
  text-align: center;
  font-size: 20px;
}

.intro .social a i {
  margin: 0px 5px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.intro .info {
  color: #fff;
  font-size: 20px;
  border-radius: 9px;
  margin: auto;
  margin-top: 7.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro .info div i {
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
}

.intro .info .social i {
  font-size: 28px;
}

.intro .info .phone {
  display: flex;
  align-content: center;
}
.intro .info .phone span {
  display: block;

  text-align: center;
}
.intro {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro .intro-title {
  text-align: center;
  font-family: "Nave";
  margin-top: 6.6rem;
  margin-bottom: 3.8rem;
}
.intro .intro-title h3 {
  color: #eeece0;
  font-size: 2.5rem;
  font-weight: 300;
}
.intro .intro-title h2 {
  color: #ccac52;
  font-size: 3rem;
  font-weight: 300;
}
.intro-bottom {
  margin-bottom: auto;
  margin: 4rem 0 1rem;
}
.intro-bottom .social {
  display: flex;
  gap: 0.075rem;
  justify-content: center;
  align-items: center;
}
.intro-bottom .social a {
  width: 2.72rem;
  height: 2.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-bottom .social a img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}
/* ------- intro end ------- */

/* ------- Category Start ------- */

.category {
  width: 100%;
}

.category .head {
  text-align: center;
  position: relative;
  z-index: 11;
}

.category .head img {
  width: 260px;
  height: 150px;
  padding-top: 25px;
}

.category .head .backward {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.category .head .language {
  position: absolute;
  top: 10px;
  right: 10px;
}

.category .head .language button {
  display: block;
  width: 60px;
  height: 25px;
  background-color: #8a4628;
  border: 1px solid #fff;
  margin-bottom: 5px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}

.category .head .language .activ {
  background-color: #fff;
  color: #8a4628;
}

.category .info {
  text-align: center;
  padding: 10px 0px;
}

.category .info button {
  margin-top: 15px;
  color: white;
  background-color: #d5d5d540;
  border-radius: 12px;
  border: 1px solid #fff;
  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 .social {
  text-align: center;
  font-size: 20px;
  background-color: #ffffff17;
  width: 50%;
  margin: auto;
  padding-top: 10px;
  border-radius: 20px;
}

.category .social a i {
  margin: 0px 10px;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
}

.category .info .social a {
  padding: 4px 10px;
  margin: 2px;
  color: #fff;
  font-size: 20px;
}

.category .category-list {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category .category-item {
  background: white;
  margin: 10px 0px;
  padding: 15px;
  text-align: center;
  height: 125px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
  width: 100%;
  z-index: 2;
}

.category .category-item a {
  text-decoration: none;
}

.category .category-item h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  background-color: #0000007d;
  padding: 0px 5px;
  border-radius: 15px;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {
  width: 100%;
}

.language {
  display: flex;
}
.language button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  font-family: "Nave";
}
.language .englishBtn {
  font-family: "Nave";
}
.language .lanLine {
  background-color: white;
  width: 2px;
  height: 1rem;
  margin: 0 0.2rem;
}

.language .activ {
  color: #362106;
  font-weight: 600;
}

.menu-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.menuItem {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #1e1e1e;
  padding: 14px 1.8rem;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  background-color: white;
  margin: 29px 0 33px;
  transition: all 0.5s ease-in !important;
}
.menuItemActive {
  background-color: #ccac52 !important;
  color: rgb(0 0 0 / 81%);
}

.menu-items .carousel {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 11;
}

.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 {
  margin: 0 6px;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.1rem 0;
  position: relative;
  z-index: 9;
  overflow-x: auto;
  scroll-behavior: smooth; /* not customizable speed */
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  gap: 0.6rem;
}
.menu-items .categories::-webkit-scrollbar {
  display: none;
}
.menu-items .categories .categories-item {
  text-align: center;
  text-decoration: none;
  padding: 5px;
  width: max-content;
  height: 2.9rem;
  align-content: center;
  padding: 4px 19px;
  color: #1e1e1e;
  border-radius: 50px;
  background-color: #eeece080;
  font-style: italic;
  width: 100%;
  transition: all 0.5s ease-in;
}
.menu-items .categories .categories-item2 {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.875rem;
}
.menu-items .categories .categories-item2 .cat-icon {
  background-color: #d6d4c5;
  border-radius: 70px;
  width: 5.56rem;
  height: 5.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-items .categories .categories-item2.active .cat-icon {
  background-color: #ccac52 !important;
}
.menu-items .categories .categories-item2 .cat-icon svg {
  fill: #1e1e1e;
  transition: all 0.5s ease-in;
}
.menu-items .categories .categories-item2.active .cat-icon svg {
  fill: white !important;
}

.menu-items .categories .categories-item2.active .categories-name {
  color: #ccac52;
}

.menu-items .categories .categories-item2 .categories-name {
  padding: 0 4px;
  font-size: 12px;
  color: #eeece0;
  font-style: italic;
  text-align: center;
  width: 100%;
  white-space: pre-line;
  height: 2rem;
  transition: all 0.5s ease-in;
}

.menu-items .categories .categories-item .categories-icon {
  border-radius: 10%;
  margin: 2px auto;
  width: 40px;
  height: 35px;
  overflow: hidden;
}

.menu-items .categories .categories-item .categories-icon img {
  width: 32px;
  height: 32px;
  margin: auto;
}

.menu-items .categories .categories-item .categories-name {
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
}

.menu-items .categories .categories-item.active {
  color: #1e1e1e;
  background-color: #eeece0;
}

.menu-items .categories .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.menu-items .subcategories > .item {
  border: 1px solid #8a4628;
  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: #313131;
  border-radius: 5px;
}

.menu-items .items {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.menu-items .items .head-listview {
  display: flex;
  align-items: baseline;
  justify-content: end;
  margin: 15px 0px;
  width: max-content;
  margin-right: auto;
}

.menu-items .items .head-listview .category-name {
  color: rgb(252 252 252);
  font-size: 24px;
}

.menu-items .items .head-listview .listview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.menu-items .items .head-listview .listview .active {
  color: #d77e07;
}

.menu-items .items .head-listview .listview i {
  margin: 4px 5px;
  color: #fff;
  cursor: pointer;
}

.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;
  margin: 1.5rem 0px;
  background-color: #ffffff00;
  position: relative;
  flex-direction: row-reverse;
  height: 6.25rem;
  background-color: #eeece0;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  width: 90%;
}
.menu-items .items .style-list > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.75rem;
  pointer-events: none;
}

.menu-items .items .style-list .side-right {
  text-align: end;
  height: 7rem;
  width: 7rem;
  overflow: hidden;
  margin-inline-start: -0.2rem;
}

@media (min-width: 700px) and (max-width: 1280px) {
  .menu-items .items .style-list .side-right {
    width: 20rem !important;
  }
}
.menu-items .items .style-list .side-right img {
  object-fit: cover;
  width: 7rem;
  height: 7rem;
  border-radius: 12px;
}

.menu-items .items .style-list .side-left {
  position: relative;
  border-radius: 13px;
  flex: 1;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
}
.menu-items .items .style-list .side-left .addToCartButton {
  border: none;
  background-color: transparent;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.menu-items .items .style-list .side-left .top {
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0.4rem;
  flex-direction: column-reverse;
  width: calc(100% - 2rem);
}

.menu-items .items .style-list .side-left h5 {
  color: #1e1e1e;
  font-size: 11px;
  font-style: italic;
}

.menu-items .items .style-list .side-left p {
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 500;
}

.menu-items .items .style-list .side-left .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  margin: auto 0.875rem 0;
  font-style: italic;
  padding: 0.2rem 0;
}

.menu-items .items .style-list .side-left .price span {
  color: #1e1e1e;
  font-size: 11px;
  text-align: end;
  font-style: italic;
}

.menu-items .items .style-list .side-left .price span span {
  margin: 10px;
}

.menu-items .items .style-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.menu-items .items .style-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.menu-items .items .style-two .item {
  height: auto;
  margin: 0;
  /* padding: 9px 10px; */
  position: relative;
  margin-bottom: 0;
  width: 100%;
  min-height: 12.5rem !important;
  overflow: hidden;
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 3px;
  background-color: #eeece0;
  overflow: hidden;
  border-radius: 16px;
}

.two-cart-image-container {
  position: relative;
  /* height: 10.5rem; */
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
.two-cart-image-container .image {
  height: 11rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

@media (min-width: 668px) {
  .two-cart-image-container .image {
    height: 15rem;
  }
}
@media (min-width: 1068px) {
  .two-cart-image-container .image {
    height: 18rem;
  }
}
@media (min-width: 1280px) {
  .two-cart-image-container .image {
    height: 14rem;
  }
}

.menu-items .items .style-two .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
  aspect-ratio: 1/1;
}

.menu-items .items .style-two .item h5 {
  color: #000000;
  font-size: 11px;
  font-style: italic;
}

/* .menu-items .items .style-two .item .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 5;
  height: 20x;
  gap: 5px;
  flex-direction: column;
} */

.menu-items .items .style-two .price span {
  color: #000000;
  font-size: 11px;
}

.style-large .item {
  width: 90%;
  height: auto;
  margin: auto;
  /* background-color: #44444461; */
  padding: 0.875rem 1rem;
  position: relative;
  margin-bottom: 15px;
  height: 19rem;

  overflow: hidden;
  background-color: #faf1e6;
  box-shadow: 5px 8px 4.8px 0px #00000040;
}
.large-cart-image-container {
  height: 15rem;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
  overflow: hidden;
  position: relative;
}

.style-large .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
}

.style-large .item h5 {
  color: #cf760e;
  font-size: 1.25rem;
}

/* .style-large .item .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 5;
  height: 20x;
  gap: 5px;
  flex-direction: column;
} */

.style-large .item .price span {
  color: #522f05;
  font-size: 1.25rem;
  font-weight: 600;
}
.item .info-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  gap: 5px;
  z-index: 100;
  position: relative;
}
.style-large .item .price span span {
  /*display: block;*/
}

.item .addToCart {
  position: absolute;
  top: 8px;
  right: 10px;
  /* left: 15px; */
  z-index: 8;
}
.two-cart .addToCart {
  top: 5px;
  right: 7px;
}

.item .addToCart .addToCartButton {
  border: none;
  font-size: 16px;
  background: transparent;
}
.two-cart .addToCart .addToCartButton {
  width: 20px !important;
  height: 20px !important;

  font-size: 14px;
}
.item .addToCart .action::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 6px;
  z-index: -1;
  border-radius: 2px;
}
.item .addToCart .action {
  width: 110px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  padding: 2px 5px;
  border-radius: 7px;
  position: relative;
  top: 8px;
  color: #797979;
  display: none;
}
.item .addToCart .action i {
  /* background-color: #f0f0f0; */
  color: #797979;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 3px;
  padding: 5px;
  border-radius: 16px;
}

.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2.2rem 24px 2rem;
}
.headLogo {
  width: 14.125rem;
  margin: 0 auto;
  margin-bottom: 0.9rem;
}
.head .head-left {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.head .head-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.headLogo img {
  width: 100%;
}
.feedback-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 2px;
  text-decoration: none;
}
.feedback-btn a p {
  color: #ccac52;
  font-size: 13px;
}
.head .order-btn {
  position: relative;
}
.head .order-btn .cartQty {
  background-color: #ccac52;
  position: absolute;
  font-size: 8px;
  font-weight: 700;
  color: #000000;
  border-radius: 32px;
  display: flex;
  padding: 0.5px;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
}

.langModal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
  z-index: 80;
  display: none;
  backdrop-filter: blur(1px);
}
@media (min-width: 1280px) {
  .langModal {
    width: 500px !important;
  }
}
/* ------- Menu end ------- */

/* ------- Loader start ------- */

.loader-container {
  margin: auto;
  width: 100%;
  text-align: center;
}

.loader {
  width: 35px;
  height: 35px;
  border: 1px 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-color: #faf1e6;
  box-shadow: 5px 8px 4.8px 0px #00000040;
  padding: 1.125rem;
} */

.swal2-styled.swal2-confirm {
  background-color: #ffffff !important;
  color: #8a4628 !important;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  padding: 0 !important;
}
.swal2-show {
  animation: swal2-show 1s !important;
}
.swal2-image {
  width: 100%;
  height: 20rem;
  margin: auto !important;
  object-fit: cover;
}

/* .cartButton {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100rem;
  border: none;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 9;
  background-color: #faf1e6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.feedback-btn {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100rem;
  border: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9;
  background-color: #faf1e6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
} */

.cartButton i {
  color: #8a4628;
}

.cartButton .cartQty {
  position: absolute;
  right: 6%;
  top: -5px;
  background-color: #cf760e;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 13px;
  font-family: "UniSIRWAN Somar";
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .cartButton:hover {
    transform: rotate(90deg);
  } */

.cart {
  background-color: #1e1e1e;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 500px;
  z-index: 1001;
  display: none;
  overflow-y: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1280px) {
  .cart {
    border-right: 1px solid #eeece0;
    max-width: 100%;
  }
}

.cart-show {
  display: flex;
  flex-direction: column;
}
.cart-show::-webkit-scrollbar {
  display: none;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 1.2rem 1.5rem;
}
.cart-head > * {
  flex: 1;
  text-align: center;
}

.cart-head .cart-head-close i {
  cursor: pointer;
  /* background-color: #8a4628; */
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

.cart-head-title {
  text-align: center;
  margin: 4rem auto 10px;
  color: #eeece0;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}

.cart-body {
   padding: 0 1rem;
  width: 100%;
  height: 100%;
      overflow-y: scroll !important;
}
.cart-body-container {
  min-height: 13rem;
  margin-bottom: 4rem;
  margin: 2rem 1rem;
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-body-container::-webkit-scrollbar {
  display: none;
}
.cart-body .cart-svg-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.cart-body p {
  text-align: center;
  color: #eeece0;

  font-size: 1.2rem;
}

.cart-body .cart-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  padding: 12px;
  border-bottom: 1px solid #ccac52;
  flex-direction: row-reverse;
}
.cart-body .cart-item .info h3 {
  font-size: 11px;
  color: #ccac52;
  margin-bottom: 4px;
  text-align: start;
  font-weight: 400;
  font-style: italic;
}
.cart-body .cart-item .info span {
  color: #ccac52;
  font-size: 11px;
  text-align: end;
  font-weight: 400;
  font-style: italic;
}
.cart-body .cart-item .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px #bdbdbd;
}

.cart-body .cart-item .info {
  flex: 1;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.cart-body .cart-item .action {
  width: 24%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccac52;
  border-radius: 50px;
  padding: 0px 7px;
  height: 22px;
}
.cart-body .cart-item .action p {
  font-size: 11px;
  color: #ccac52;
  font-family: "Nave";
  font-style: italic;
}

.cart-body .cart-item .action i {
  color: #ccac52;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-body .cart-item .img img {
  width: 100%;
}
.cart-logo {
  width: 19.5rem;
  height: 10.4375rem;
  margin: auto auto 2rem;
}
.cart-logo img {
  width: 100%;
}
.cart-footer {
  padding: 1.5rem 0rem;
  margin: 2rem;
  margin-bottom: 0;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  gap: 1rem;
}

.cart-footer .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.cart-footer .info div {
  display: flex;
  align-items: center;
  color: #eeece0;
  font-size: 1rem;
  gap: 0.3rem;
  width: max-content;
  font-weight: 400;
  font-style: italic;
  justify-content: space-between;
  width: 100%;
}

.cart-footer .btn {
  background-color: #eeece0;
  border: none;
  border-radius: 8px;
  color: #ccac52;
  cursor: pointer;
  font-size: 1.25rem;
  border: none;
  width: 119px;
  height: 38px;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-footer .btn i {
  margin: 0px 8px;
}

.shadow-tree {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 444;
  pointer-events: none;
}
.shadow-tree img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
}
@media (min-width: 1280px) {
  .feedback-btn {
    right: auto !important;
    left: 25.1rem !important;
  }
}
@media only screen and (max-width: 1280px) {
  .cart-footer {
    max-width: 100%;
  }
}

.flex-1 {
  /* flex: 1; */
  width: 100%;
}

/* feedback */
.logo-feedback {
  width: 18.625rem;
  margin: 2rem auto 0;
  display: flex;
}
.feedback-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feedback-container {
  min-width: 20rem;
}
.feedback {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 11;
  gap: 0.9rem;
}

.feedback h1 {
  text-align: center;
  margin: 4rem auto 10px;
  color: #eeece0;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}

.feedback .feedback-item {
  margin: 1.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 21rem;
}

.feedback .feedback-item .title {
  color: #eeece0;
  font-size: 1.25rem;
  font-style: italic;
}

.feedback .feedback-item textarea,
input {
  background-color: #fffcfc00;
  border: none;
  outline: none;
  color: #eeece0;
  font-size: 15px;
  text-align: start;
  font-weight: 600;
  border: 1px solid #eeece0;
  font-style: italic;

  font-weight: 400;
}
.feedback .feedback-item textarea {
  min-width: 21rem;
  border-radius: 17px;
  padding: 12px;
}
input {
  border-radius: 8px;
}
.feedback .feedback-item textarea,
input::placeholder,
.feedback .feedback-item textarea::placeholder {
  color: #ffffffad;
}

.feedback .feedback-item textarea {
  height: 100px;
}

.feedback .feedback-item input {
  width: -webkit-fill-available;
  height: 38px;
  padding: 0 10px;
}
.feedback-item .field {
  width: 100%;
}

.feedback .feedback-item button {
  background-color: #eeece0;
  border: none;
  border-radius: 8px;
  color: #ccac52;
  cursor: pointer;
  font-size: 1.25rem;
  border: none;
  width: 119px;
  height: 38px;
  font-style: italic;
}

.feedback-success-message {
  margin: 50px auto;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 20px;
}
.head-feedback a,
.head-feedback > div,
.cart-head .cart-head-close,
.cart-head .language {
  margin-top: 1rem;
}
.head-feedback a,
.cart-head .cart-head-close {
  text-align: start;
}
.head-feedback {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 1.2rem 1.5rem;
}
.head-feedback > * {
  flex: 1;
  text-align: center;
}
.head-feedback img,
.cart-head img {
  width: 154px;
}
.head-btn {
  padding: 1px 5px;
  height: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0.5px solid #ccac52;
  border-radius: 100px;
}
.head-btn p {
  font-size: 13px;
  color: #ccac52;
  padding-left: 8px;
  padding-right: 2px;
}
.head-feedback .head-btn .head-feedback .backward {
  padding: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.head-feedback .lang {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  margin-right: 35px;
}

.head-feedback .lang div {
  color: #ccac52;
  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 #ffffff59;
  padding: 6px 18px;
  border-radius: 6px;
}

.send-feedback a {
  font-size: 14px;
  line-height: 20px;
  margin: 8px;
  color: #ffffffc2;
  text-decoration: none;
}

.send-feedback i {
  font-size: 12px;
  margin-right: 4px;
}

/* animation */
.ani-gttb {
  animation: gttb 3s ease-in-out 1s;
  overflow: hidden;
  height: 100%;
}
@keyframes gttb {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(7rem);
  }
  100% {
    transform: translateY(0);
  }
}

.swal2-actions {
  display: none !important;
}

/*  */
@media (min-width: 668px) and (max-width: 1280px) {
  .large-cart-image-container {
    height: 27rem;
  }
  .two-cart-image-container {
    position: relative;
    /* height: 12rem; */
  }
  .style-large .item {
    height: 30rem;
  }
}

.swal2-container {
  position: relative;
  z-index: 1001;
  pointer-events: auto !important;
}

/* language */

.langModalShow {
  display: block;
}
.langModal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
  z-index: 80;
  display: none;
}

.langModalShow {
  display: block;
}

.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  cursor: pointer;
}

.langModalContainer .langModalBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.langModalContainer .langModalBody button {
  width: 100%;
  height: 40px;
  background-color: #eeece0;

  padding: 9px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border: none;
  width: 60%;
  margin-bottom: 0.5rem;
  display: flex;

  justify-content: center;
  align-items: center;
}
.langModalContainer {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10181;
  max-width: 364px;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 12px;
}

@media (max-width: 500px) and (max-height: 675px) {
}

.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  cursor: pointer;
}

.langModalContainer .langModalBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 0 3rem;
}

.langModalContainer .langModalBody button {
  width: 100%;
  padding: 22px 9px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UniSIRWAN Somar";
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid white;
  font-style: italic;
}
.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  font-size: 26px;
  background-color: #eeece0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

/* animations */

/*animation*/
.ani-btt {
  animation: ani-btt 2s ease-in-out;
  position: relative;
}
.ani-btt-s {
  animation: ani-btt-s 2.3s ease-in-out;
}
.ani-fade-in-s {
  animation: ani-fade-in 2s ease-in;
}
.ani-fade-in-f {
  animation: ani-fade-in 0.5s ease-in;
}
.ani-fade-out-f {
  animation: ani-fade-out 0.5s ease-in;
}
.ani-fade-out {
  animation: ani-fade-out 1s ease-out;
}
.ani-btt-e {
  animation: ani-btt 2s ease-in-out;
}
.ani-rtl {
  animation: ani-rtl 2s ease-in-out;
}
.ani-ltr {
  animation: ani-ltr 2s ease-in-out;
}
.ani-ttb {
  animation: ani-ttb 2s ease-in-out;
}
.ani-stb {
  animation: ani-stb 1s ease-in-out;
}
.ani-stb-out {
  animation: ani-stb-out 1s ease-in-out;
}
.ani-bts {
  animation: ani-bts 2s ease-in-out;
}
.ani-fadeIn {
  animation: ani-fadeIn 2s ease-in;
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes ani-stb {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani-stb-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}
@keyframes ani-bts {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ani-btt {
  0% {
    transform: translateY(5vh);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani-rtl {
  0% {
    opacity: 0;
    transform: translatex(5vh);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes ani-ltr {
  0% {
    opacity: 0;
    transform: translatex(-5vh);
  }

  100% {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes ani-ttb {
  0% {
    transform: translateY(-3vh);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes ani-ttb-ll {
  0% {
    transform: translate(-50%, -10vh);
    left: 50%;
  }

  100% {
    left: 50%;
  }
}
@keyframes ani-ttb-ll0 {
  0% {
    transform: translate(-50%, -10vh);
  }

  100% {
  }
}
/**/

.ani-rtl-s {
  animation: ani-rtl-s 2s ease-in-out;
  animation-delay: 2.3s;
}
.ani-ltr-s {
  animation-delay: 2.3s;
  animation: ani-ltr-s 2s ease-in-out;
}
.ani-ttb-s {
  animation: ani-ttb-s 2s ease-in; /* Delay is included in shorthand */
}
.ani-stb-s {
  animation: ani-stb-s 2s ease-in;
  animation-delay: 2.3s;
}
.ani-fadeIn-s {
  animation-delay: 2.3s;
  animation: ani-fadeIn-s 2s ease-in;
}
@keyframes ani-fadeIn-s {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes ani-stb-s {
  0% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes ani-btt-s {
  0% {
    opacity: 0;
    transform: translateY(8vh);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ani-rtl-s {
  0% {
    transform: translatex(20vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr-s {
  0% {
    transform: translatex(-20vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ttb-s {
  0% {
    opacity: 0;
    transform: translateY(-3vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*fast ani*/

.ani-btt-f {
  animation: ani-btt-f 1.5s ease-in-out;
}
.ani-rtl-f {
  animation: ani-rtl-f 1.5s ease-in-out;
}
.ani-ltr-f {
  animation: ani-ltr-f 1.5s ease-in-out;
}
.ani-ttb-f {
  animation: ani-ttb-f 1.5s ease-in-out;
}
.ani-fade-in {
  animation: ani-fade-in 1.5s ease-in;
}
.ani-stb-f {
  animation: ani-stb-f 1.5s ease-in;
}
@keyframes ani-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-stb-f {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ani-btt-f {
  0% {
    transform: translateY(5vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ani-rtl-f {
  0% {
    transform: translatex(5vh);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr-f {
  0% {
    transform: translatex(-5vh);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ttb-f {
  0% {
    transform: translateY(-5vh);
  }
  100% {
    transform: translateY(0);
  }
}

/* item view */

/**/
.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
  border-radius: 200px;
  background: #f0f2f2 !important;
  fill: #e9491d !important;
}

.PhotoView__PhotoWrap {
  background: linear-gradient(90deg, #0000003b -2.43%, #0000008c 161.8%);
  backdrop-filter: blur(2px);
}

.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%);
}

.item-photo-view h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: "UniSIRWAN Somar";
  padding: 0 4px;
}
.item-photo-view div {
  margin: auto;
}

.item-photo-view .price {
  margin: 0.5rem auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "UniSIRWAN Somar" !important;
}
.item-photo-view .price .currency {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.item-photo-view p {
  color: #32324d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.item-photo-view {
  background-color: #ccac52;
  padding: 0.8rem 0;
  border-radius: 1rem 1rem 0 0;
}

@media (max-width: 650px) {
  /* .photoProviderImg {
    max-width: 100% !important;
    max-height: 349px !important;
  } */
  .item-photo-view {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 100px;
    max-width: 85%;
  }
}
@media (min-width: 650px) {
  .item-photo-view {
    position: absolute;
    left: 46vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 100px;
    max-width: 260px;
  }
}
@media (max-width: 376px) {
  .item-photo-view {
    position: absolute;
    left: 50vw;
  }
}
@media (max-height: 760px) and(min-width: 900px) {
  .item-photo-view {
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 100px;
    max-width: 260px;
  }
}
.PhotoView__Photo {
  min-width: 327px;
  min-height: 268px;
  border-radius: 1.5rem;
}
@media (min-width: 1280px) {
  .PhotoView-Portal {
    max-width: 500px;
  }
  .PhotoView-Slider__ArrowRight {
    left: 432px !important;
    right: auto !important;
  }
}

.PhotoView__PhotoBox {
  text-align: center;
  max-width: 340px;
  min-height: min-content;
  padding: 10px;
  position: fixed !important;
  top: 49% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #ccac52;
  border-radius: 2rem;
}

.photoProviderImg {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1 !important;
}
@media (min-height: 100px) and (min-width: 750px) {
  /* .PhotoView__PhotoBox {
    max-width: 80%;
    min-height: auto;
  } */
}
@media (max-width: 400px) {
  .PhotoView__PhotoBox {
    max-width: 87%;
    min-height: min-content;
  }
  .PhotoView__Photo {
    min-width: 100% !important;
  }
}
@media (min-width: 950px) {
  .PhotoView__PhotoBox {
    /* max-width: 64vh;
    min-height: auto; */
  }
}

@media (min-width: 600px) {
  .PhotoView__PhotoBox {
    min-width: 500px;
  }
}
@media (min-width: 650px) {
  .PhotoView__PhotoBox {
    min-width: 450px;
  }
}

@media (min-width: 1280px) {
  .PhotoView__PhotoBox {
    min-width: 450px;
  }
}

.PhotoView__Photo {
  max-width: 90%;
  min-height: 100%;
  object-fit: cover;
}
.item-photo-view {
  max-width: 30rem;
  left: 50%;
}
.item-photo-view {
  top: auto;
  left: 50%;
  bottom: 0;
}

.PhotoView-Slider__BannerWrap {
  background-color: transparent !important;
}
.PhotoView-Slider__toolbarIcon {
  fill: #ccac52 !important;
}
.PhotoView-Slider__BannerWrap {
  color: #ccac52 !important;
}
