@font-face {
  font-family: "ComicSansMS";
  src: url("ComicSansMS3.ttf");
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Smooth scrolling globally */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.no-scroll,
.no-scroll1,
.no-scroll2 {
  overflow: hidden !important;
  height: 0vh !important;
  overflow-y: hidden;
}

html,
body,
#root {
  background: #299197;
  font-family: "ComicSansMS";
}
.ComicSansMS {
  font-family: "ComicSansMS", serif;
}
.ComicSansMS {
  font-family: "ComicSansMS", serif;
}

/* ------- main start ------- */
.wraper {
  display: flex;
  justify-content: space-between;

  /* height: 100vh; */
  overflow-x: hidden;
  /* overflow-y: scroll; */
}

.wraper .menu {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.topMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.topMenu h2 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 3rem;
  color: black;
}
.bearContainer img {
  width: 11.25rem;
}

.wraper .menu .footer {
  font-weight: 400;
  font-size: 8px;
  color: #fffef0;
  text-align: center;
  padding-bottom: 10px;
  z-index: 1001;
  margin-top: -2rem;
}
.footerItro {
  font-size: 8px;
  color: #111111cc;
  z-index: 1001;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  margin-top: auto;
}
.caviarIntor {
  color: #ed8f82;
  text-decoration: none;
}

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

.wraper .main-logo {
  text-align: center;
    background: linear-gradient(174deg, #ed8f82 -2.43%, #9b665e 161.8%);
    border-left: 1px solid #ffffff;
  width: calc(100% - 500px);
  position: fixed;
  overflow: hidden;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}

.wraper .main-logo img {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff1c;
    border-radius: 100px;
    backdrop-filter: blur(22px);
    background: #ffffff17;
}

@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;
  }
}
.carousel .slide img {
  border-radius: 16px;
}

@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;
  }
}

.carousel .slide img {
    border: 2px solid #ffffffbf !important;
    width: 100%;
    vertical-align: top;
}
/* ------- main end ------- */

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

.intro .logo {
  margin-top: 4rem;
  width: 10rem;
}

.intro .logo img {
  width: 100%;
  height: 100%;
  position: relative;
      border: 1px solid #ffffff1c;
    border-radius: 100px;
    backdrop-filter: blur(22px);
    background: #ffffff17;
}
.introImgContainer {
      position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
}
.introImgContainer .overlay {
     position: absolute;
    inset: 0;
    background-color: #29919769;
    backdrop-filter: blur(11px);
    z-index: 1;
}
.introImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      object-position: top;

}
.introBottom {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.waveyBgContainer {
  position: absolute;
  inset: 0;
  top: -5rem;
  z-index: 0;
}
.waveyBgContainer img {
  width: 100%;
  height: 100%;
}
.start-logo {
  background: linear-gradient(191.12deg, #ed8f82 -2.43%, #ed8f82 161.8%);
  height: 100vh;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  
}
.start-logo .start-bg-log,
.start-logo0 .start-bg-log {
  width: 375px;
  height: 227px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.start-logo .logo,
.start-logo0 .logo {
    border: 1px solid #ffffff1c;
  backdrop-filter: blur(22px);
    background: #ffffff17;
    border-radius: 100px;
  width: 10rem;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.start-logo .logo {
  animation: ani-ttb-ll 2s ease;
}
.start-logo {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
@media (min-width: 1280px) {
  .PhotoView-Portal {
    max-width: 500px;
  }
  .start-logo .logo {
    animation: ani-ttb-ll0 2s ease;
  }
}

.start-logo.hidden {
  opacity: 0;
  pointer-events: none;
  /* Prevent interactions while fading */
  transition: opacity 1.5s ease-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1280px) {
  .introImgContainer{
    width: 500px !important;
  }
  .langModal {
    width: 500px !important;
  }
  .side-menuContainer
   {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 24px 24px 0 !important;
  }
  .start-logo .start-bg-log {
    position: absolute;
    top: 45%;
    left: 15rem;
  }

  .start-logo .logo {
    position: absolute;
    top: 45%;
    left: 15rem;
  }
}
@keyframes hideAfterFade {
  to {
    display: none;
  }
}

.intro {
  height: 100%;
  padding-bottom: 0rem;
  padding-top: 0rem;
  position: relative;
  background: #299197;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  inset: 0;
}

.intro .head {
  width: 340px;
  height: 168px;
  padding-top: 3rem;
  margin: 3rem auto;
  position: relative;
}

.intro .head img {
  width: 100%;
  height: 100%;
}
.intro .head .head-logo {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 145px;
  height: 58px;
}
@media (min-width: 650px) {
  .backgroundImage {
    border-radius: 145px;
    height: 75vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 64% !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1281px) {
  .backgroundImage {
    width: 100% !important;
  }
}

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

.intro .head p {
  color: #fff;
  font-size: 20px;
}

.intro form {
  margin: auto;
  margin-top: 2.5rem;
}
.intro .title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
}
.intro .title span {
  color: #ed8f82 !important;
}
.intro form button {
      font-family: "Playpen Sans Arabic", cursive;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #0000001f;
    cursor: pointer;
    border: none;
    width: 14.125rem;
    height: 3rem;
    padding: 4px 24px 0px 24px;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
     border: 1px solid #ffffff1c;
       backdrop-filter: blur(22px);
    background: #ffffff17;
    transition: transform 0.15s ease, background-color 0.2s ease;
}
.intro form button:active {
    transform: scale(0.95);
    background: #ffffff30;
}
/* .English-button {
  font-size: 26px;
} */

.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: 18px;
  padding: 10px;
  height: 120px;
  width: 260px;
  background-color: #dddddd47;
  border-radius: 9px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro .info div {
  margin-bottom: 15px;
  width: 90%;
}

.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;
}

/* ------- intro transition animation ------- */
.intro-zoom-bg {
  animation: zoomIn 1.5s ease forwards;
}

.intro-zoom-bg .overlay {
  animation: fadeOverlay 1.8s ease forwards;
  z-index: 9999;
}

.intro-fade-out {
  animation: fadeOutContent 0.6s ease forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2.5);
  }
}

@keyframes fadeOverlay {
  0% {
    backdrop-filter: blur(11px);
    background-color: #29919769;
  }
  60% {
    backdrop-filter: blur(0px);
   
  }
  100% {
    backdrop-filter: blur(0px);
    background-color: #ed8f82;
  }
}

@keyframes fadeOutContent {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

/* ------- intro REVERSE transition (menu → intro) ------- */
.intro-zoom-bg-reverse {
  animation: zoomOut 1.5s ease forwards;
}

.intro-zoom-bg-reverse .overlay {
  animation: fadeOverlayReverse 1.5s ease forwards;
  z-index: 9999;
}

.intro-fade-in {
  animation: fadeInContent 0.8s ease 0.4s both;
}

@keyframes zoomOut {
  0% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeOverlayReverse {
  0% {
    backdrop-filter: blur(0px);
    background-color: #ed8f82;
  }
  40% {
    backdrop-filter: blur(11px);
  }
  100% {
    backdrop-filter: blur(11px);
    background-color: #29919769;
  }
}

@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro .social {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1001;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}

.intro .social a {
     text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: inline-block;
    border-radius: 20rem;
    width: 48px;
    height: 48px;
     border: 1px solid #ffffff1c;
       backdrop-filter: blur(22px);
    background: #ffffff17;
    transition: transform 0.15s ease, background-color 0.2s ease;
}
.intro .social a:active {
    transform: scale(0.9);
    background: #ffffff30;
}

.intro .social a i {
  color: #fffef0;
  margin: auto;
  font-size: 20px;
  padding: 1px;
}

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

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

.category {
  width: 100%;
}

.category .head {
  text-align: center;
  position: relative;
}

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

.category .info {
  text-align: center;
  padding: 10px 0px;
}

.category .info button {
  margin-top: 15px;
  color: #ffffffbf;
  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: #ffffffbf;
  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 {
  gap: 10px;
  margin: auto;
  width: 90%;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  margin-top: 0.5rem;
}

.category .category-item {
  position: relative;
  background: #ffffffbf;
  margin: 10px 0px;
  text-align: center;
  height: 200px;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
  width: 97%;
  z-index: 2;
  border-radius: 16px;
  border: 3px solid #d88838;
}

.category .category-item a {
  position: absolute;
  text-decoration: none;
  bottom: 6px;
  width: 93%;
  right: 50%;
  transform: translateX(50%);
}

.category .category-item h2 {
  color: #487532;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffffff;
  padding: 5px 5px;
  border-radius: 8px;
}

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

/* ------- Menu start ------- */
.menu-items .head {
  text-align: center;
  position: relative;
}

.menu-items .head .backward {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 2rem 30px;
  border-radius: 0 0 14px 14px;
}

.head .head-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.head .head-btn {
  padding: 0 0.4rem;
  border-radius: 20rem;
  background: #d9d9d9;
  cursor: pointer;
  height: 22px;
  box-sizing: border-box;
  position: relative;
  border: none;
  display: flex !important
;
  justify-content: center !important;
  align-items: center !important;
}

.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.2rem 24px 1rem;
}

.menuBg {
  display: flex;
  position: fixed;
  inset: 0;
  top: 14.2rem;
  flex-direction: column;
  z-index: 33;
}
.menuBg img:first {
  height: auto !important;
}
.menuBg img {
  width: 100%;
  margin-top: -1rem;
}
.menu .menu-items {
  background-color: #ed8f82;
}
.menu-items .logo img {
    border: 1px solid #ffffff1c;
    border-radius: 100px;
    backdrop-filter: blur(22px);
    background: #ffffff17;
    width: 10rem;
    margin: 0 auto;
    display: flex;
}
.menu-items {
  width: 100%;
}

.menu-items .head {
  text-align: center;
  position: relative;
}

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

.menu-items .head .language button,
.category .head .language button {
  display: flex;
  width: 160px;
  height: 39px;
  background-color: #4875329e;
  border: 1px solid #f7f6de;
  margin-bottom: 9px;
  border-radius: 15px;
  color: #f7f6de;
  font-size: 14px;
}

.menu-items .head .language .activ,
.category .head .language .activ {
  background-color: #ffffff;
  color: #ed8f82;
}

.menu-items .carousel,
.category .carousel {
  text-align: center;
  margin: auto;
  z-index: 6;
}

.menu-items .carousel img,
.category .carousel img {
    height: 14rem !important;
    width: 100% !important;
    background-size: cover;
    object-fit: cover;
}

.menu-items .categories {
    background-color: #d3796d;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    position: relative;
    z-index: 330;
    border-top: 2px solid #ffffffbf;
    border-bottom: 2px solid #ffffffbf;
    margin: 1.8rem 0;
    backdrop-filter: blur(9px);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 2px;
    padding: 0  !important;
}

.menu-items .categories .categories-item {
  height: fit-content;
  background-color: #0000000d;
  border-radius: 60rem;
  width: max-content;
  text-align: center;
  text-decoration: none;
  background-color: #ffffffbf;
}
.menu-items .categories .active span div {
  font-weight: 700;
}
.categories-item a {
  text-decoration: none;
}

.menu-items .categories .categories-item .categories-icon {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 2rem;
    height: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.menu-items .categories .categories-item .categories-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-items .categories div .categories-item .categories-name {
     width: max-content;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 15px;
    display: flex;
    gap: 6px;
    color: #fffffff7;
    align-items: center;
    justify-content: flex-start;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
    scroll-snap-align: start;
    border-left: 2px solid #ffffffbf;
    margin: 14px 0;
}


.menu-items .categories .categories-item .active {
  background-color: #ed8f82;
  color: #ffffff;
  font-weight: 700;
  transform: scale(1.03);
}

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

.menu-items .subcategories > .item {
  border: 1px solid #ed8f82;
  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 {
  background-color: #ed8f82;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  z-index: 300;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.menu-items .items.items-fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

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

.menu-items .items .head-listview .category-name {
  color: rgb(252 252 252);
  font-size: 24px;
}
.category-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 1rem 1rem 1rem;
  z-index: 111;
  position: relative;
  margin-bottom: 2rem;
}

/* Category Cover Image */
.category-cover {
  position: relative;
  width: calc(100% - 1.5rem);
  margin: 0.75rem auto 0;
  height: 12rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.2);
  display: block;
      border: 2px solid #ffffffbf;
}

.category-cover .react-loading-skeleton {
  display: block !important;
  line-height: 1 !important;
}

.category-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.category-cover + .category-name {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.menu-items .items .head-listview .listview {
  display: flex;
  justify-content: center;
  border: 1px solid #ffffffbf;
  border-radius: 4px;
}

.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: #ffffffbf !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;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff17;
}

.menu-items .items .style-list .side-right {
  width: 33.33333333%;
  text-align: end;
}

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

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

.menu-items .items .style-list .side-left h5 {
  color: #fff;
  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: #fff;
  font-size: 13px;
  font-weight: 600;
}

.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 .item {
  height: auto;
  margin: auto;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  width: 40%;
  height: 120px;
  overflow: hidden;
}

.menu-items .items .style-two .item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}

.menu-items .items .style-two .item h5 {
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #00000080;
  border-radius: 15px;
  z-index: 5;
  height: 20px;
}

.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: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #00000080;
  border-radius: 15px;
  padding: 1px 5px;
}

.style-large .item {
  display: flex;
  justify-content: space-between;
  border-radius: 35px;
  background-color: #ffffffbf;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  margin-bottom: 6px;
  height: 12.5rem;

  flex-direction: column;
  z-index: 4;
  align-items: center;
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.12);
  border: 2px solid #ffffffbf;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}
.style-large .item:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
}
.snowOnRoof-container {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 85% !important;
  background-size: contain; /* Make image cover the container */
  z-index: 222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}

.snowOnRoof-container .snowOnRoof {
  height: auto !important;
  object-fit: contain;
  position: absolute !important;
  inset: 0;
}
.snowOnRoof-container p {
  font-size: 11px;
  font-weight: 700;
  color: #ed8f82;
  z-index: 22222;
  position: absolute;
  text-align: center;
  /* margin-top: 0.3rem; */
  margin-left: 0.5rem;
  top: 0.2rem;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  gap: 0.5rem;
  margin: 0.6rem 0;
}
.style-large .item img {
  width: 100%;
  height: 10.5rem;
  object-fit: cover;
  position: relative;
  z-index: 5;
}

.style-large .item h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style-large .item .price {
  display: flex;
  z-index: 5;
  height: 20x;
}

.addToCart {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 111;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.addToCart:active {
  transform: scale(0.85);
}

.style-large .item .addToCart .addToCartButton {
  display: flex;
  border-radius: 10px / 8px;
  background-color: #ed8f82;
  width: 100%;
  height: 100%;
  border: none;
  color: #ffffff;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.style-large .item .addToCart .action::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffffbf;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 6px;
  z-index: -1;
  border-radius: 16px;
}

.style-large .item .addToCart .action {
  width: 110px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #ffffffbf;
  padding: 2px 5px;
  border-radius: 7px;
  position: relative;
  top: 8px;
  color: #797979;
  display: none;
}

.style-large .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;
}
.mosPopularImgBg {
  position: absolute;
  overflow-y: hidden;
  inset: 0;
}
.mosPopularImgBg img {
  background-color: #ed8f82;
  width: 100%;
  height: 100%;
}
.mostPopular-text-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.5rem;
  margin-bottom: -1rem;
}
.mostPopular-text-container img {
  width: 12px;
}
.mostPopular-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  z-index: 111;
  position: relative;
}
.popular-container {
  margin: 1rem auto 0rem;
  width: 100%;
  position: relative;
}
.popular-items {
  display: flex;
  justify-content: space-between;
  border-radius: 2.2rem;
  background-color: #ffffffbf;
  width: 10.5rem;
  height: 11.5rem;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  z-index: 4;
  align-items: center;
  box-shadow: 0 4px 20px -2px rgba(50, 50, 70, 0.08);
  margin: 1.2rem 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}
.popular-items:active {
  transform: scale(0.97);
}

.popular-items .image-container {
  border-radius: 12px;
  width: 100%;
  height: 9.3rem;
  position: relative;
  z-index: 5;
}
.popular-items .image-container img {
  width: 100%;
  height: 9.3rem;
  object-fit: cover;
}

.popular-items h5,
.style-large h5 {
  font-weight: 700;
  font-size: 9px;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  color: #000000;
}
.popular-items button {
  position: absolute;
  background: transparent;
  top: 0.8rem;
  border: none;
  right: 0.8rem;

  z-index: 111;
}
.popular-items .price,
.style-large .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-items .price .priceN,
.style-large .price .priceN {
  color: #ed8f82;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 1px 2px;
}
.popular-items .price .iqd {
  font-weight: 600;
  font-size: 15px;
  color: #f7c1a0;
  padding-bottom: 0px;
  padding-left: 2px;
}
.scroll-popular {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.popular-container {
  overflow-x: scroll;
}

.style-noImage {
  gap: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffffbf;
  height: 3.9rem;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  margin-bottom: 0.875rem;
  padding: 0 1rem;
  margin: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.style-noImage:active {
  transform: scale(0.98);
}
.style-noImage .left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
.style-noImage .right {
  flex: 1;
  text-align: end;
  text-align: end;
  width: max-content;
  #ffffffbf-space: nowrap;
  font-family: "ComicSansMS" !important;
  font-weight: 700;
  font-size: 0.9rem;
  color: #ed8f82;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
}

.style-noImage .left h5 {
  letter-spacing: 1px;
}
.noimage {
  margin: 1rem 0;
}
.noImage-newItems {
  font-size: 0.6rem;
  background: #ed8f82;
  color: #ffffffbf;
  border-radius: 9px;
  width: 35px;
  height: 35px;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------- 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-color: #ed8f82;
}

.swal2-styled.swal2-confirm {
  background-color: #ffffff !important;
  color: #ed8f82 !important;
}

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

.cartButton {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: none;
  position: fixed;
  bottom: 5%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #373636;
  color: #2b2929;
  font-weight: bold;
  font-size: 25px;
}

.cartButton i {
  color: #ed8f82;
}

.cartButton .cartQty {
  position: absolute;
  right: -8%;
  top: -10px;
  background-color: #ff2a2a;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

/* .cartButton:hover {
    transform: rotate(90deg);
  } */

.cart {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 500px;
  z-index: 10001;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.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 {
  padding: 0 !important;
}
.cart-head-close {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 1rem 15px 10px;
}
.cart-head-close i {
  cursor: pointer;
  /* background-color: #decbab; */
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
  font-size: 26px;
}

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

.cart-show {
  transform: translateX(0);
}

/* Cart overlay backdrop */
.cart-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10000;
  pointer-events: none;
  transition: background-color 0.35s ease;
}
.cart-overlay-show {
  background-color: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}

.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: #ed8f82 !important;
  cursor: pointer;
  /* background-color: #ed8f82; */
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

.cart-body {
  padding: 10px;
  height: calc(100% - 175px);
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

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

.cart-body .cart-item {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 4px 20px -2px rgba(127, 82, 0, 0.08);
  transition: transform 0.15s ease;
  animation: cartItemIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes cartItemIn {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.cart-body .cart-item .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #ffffffb2;
}

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

.cart-body .cart-item .action {
  align-items: center;
  font-size: 14px;
  width: 36%;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666687;
  display: flex;
  margin-right: -1rem;
  height: 100%;
  padding: 0 1rem;
}

.cart-body .cart-item .action i {
  border: solid 1px #f9f2ed29;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #ed8f82;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.15s ease;
}
.cart-body .cart-item .action i:active {
  transform: scale(0.85);
  background-color: #d87a6e;
}

.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;
}

.cart-footer .btn {
  background-color: #ed8f82;
  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%;
  }
}

.flex-1 {
  /* flex: 1; */
  width: 100%;
}

/*intro*/
.black-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: black;
}
.backgroundImage {
  height: 75vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.intro-tittle {
  display: flex;
  color: #ffffffbf;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro-tittle .tittle {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.005em;
  text-align: center;
}
.intro-tittle .tittle:last-child {
  background: linear-gradient(179deg, #ffffff, #fafafa2e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-b-intro {
  z-index: 101;
  position: relative;
  padding-bottom: 2rem;
}
.intro .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

/*head menue*/

@media ((min-width: 800px) and (max-width: 1281px)) {
  .menuItem {
    font-size: 18px;
  }
}

.category .head,
.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 24px 30px;
}
.head .head-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.head .feedback-btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.head .head-left {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.head .head-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  height: 22px;
  box-sizing: border-box;
  position: relative;
  background: #ed8f82;
}
.head .order-btn {
  border-radius: 6px;
  background: transparent;
}
.head .language .language-active {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-width: 38px; */
  gap: 5px;
  padding: 0 3px !important;
}
.head .language .language-active i:last-child {
  font-size: 12px;
  color: #5a2012;
}

.d-flex {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}
.head .head-btn .cartQty {
      background-color: #ffffff;
    position: absolute;
    font-size: 6px;
    font-weight: 700;
    color: #000000;
    border-radius: 32px;
    display: flex;
    padding: 0.5px;
    top: -4px;
    right: -2px;
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
}

.carousel {
  z-index: 1001;
}

/* --- Slide Carousel --- */
.slide-carousel {
  margin: 0 .8rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.slide-carousel .carousel .control-dots {
  bottom: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.slide-carousel .carousel .control-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: none;
  opacity: 1;
  margin: 0;
  transition: all 0.35s ease;
}

.slide-carousel .carousel .control-dots .dot.selected {
  width: 22px;
  border-radius: 4px;
  background: #fff;
}

.slide-carousel-item {
  position: relative;
  overflow: hidden;
}

.slide-carousel-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 500px) {
  .slide-carousel-item img {
    height: 260px;
  }
}
@media (min-width: 750px) {
  .slide-carousel-item img {
    height: 320px;
  }
}
@media (min-width: 900px) {
  .slide-carousel-item img {
    height: 400px;
  }
}

.c-f-all {
  flex: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-f-all .info h4 {
  font-size: 14px;
  color: #32324d;
  font-weight: 600;
}
.c-f-all .info span {
  color: #ed8f82;
  font-size: 16px;
  font-weight: 800;
  margin-top: 1rem;
}
.cart-btn {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.head-right .logo {
  position: absolute;
  width: 48px;
  height: 48px;
  gap: 0px;
  z-index: 101;
  right: 50%;
  transform: translateX(50%);
}
.background-head-color {
  width: 100%;
  height: 172px;
  background: linear-gradient(257.62deg, #ed8f82 63.28%, #d88838 193.42%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 5px 0 #0a0a0a91;
}

.style-large {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem 0.8rem;
}

.promo {
  z-index: 33;
  position: absolute;
  top: 7%;
  text-align: start;
}
.promo .promo-tittle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px 0 #383e36;
  font-weight: 600;
  font-size: 14px;
  width: 60px;
  height: 26px;
  padding: 4px 6px 5px 6px;
  border-radius: 8px;
  opacity: 0px;
  background-color: #487532;
  color: #ffffff;
}
.promo .promo-text {
  margin-top: 9px;
  padding: 2px 13px;
  border-radius: 20px;
  background-color: #101b0b6c;
  text-shadow: 2px 2px #487532;
  font-size: 28px;
  font-weight: 600;
  line-height: 40.32px;
  text-align: left;
  color: #ffffffbf;
}
.promo .promo-text span {
  text-shadow: 2px 2px #d88838;
}
.price .iqd {
  font-weight: 500 !important;
  font-size: 8px !important;
  color: #ed8f82 !important;
  padding-bottom: 0px !important;
  margin-bottom: -2px;
  margin: 0px;
  margin-bottom: -1px;
}
.side-menuShow {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.side-menu {
  display: block;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 80;
}
.hide-menu-side {
  opacity: 0;
  width: 70%;
  height: 100%;
  pointer-events: none;
}

.side-menuShow {
  display: block;
}

.side-menuContainer .side-menuHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.side-menuContainer .side-menuHead i {
  cursor: pointer;
}

.side-menuContainer {
  width: 90%;
  height: 100vh;
  background-color: rgb(255 255 255);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  z-index: 10181;
  border-radius: 24px 0 0 24px;
  max-width: 364px;
  box-shadow: 0 0 6px 0 #eeeeee29;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3rem;
}
@media (max-width: 500px) and (max-height: 675px) {
  .menu-items .head .language button,
  .category .head .language button {
    display: flex;
    width: 136px;
    height: 32px;
  }
  .side-menuContainer .side-menuBody {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.side-menuContainer .side-menuHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.side-menuContainer .side-menuHead i {
  cursor: pointer;
}

.side-menuContainer .side-menuHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.side-menuContainer .side-menuHead i {
  font-size: 26px;
  color: #4a4a6a;
  cursor: pointer;
}
@media (min-width: 500px) {
  .menu-items .carousel img,
  .category .carousel img {
    height: 220px !important;
  }
  .promo {
    top: 50%;
    z-index: 33;
    position: absolute;
    left: 12%;
    text-align: start;
    transform: translateY(-50%);
  }
}
@media (min-width: 750px) {
  .menu-items .categories .categories-item .categories-name {
    font-size: 22px !important;
  }
  .fillGap {
    height: 5.2rem !important;
  }
  .menu-items .carousel img,
  .category .carousel img {
    height: 260px !important;
  }
}
@media (min-width: 900px) {
  .menu-items .carousel img,
  .category .carousel img {
    height: 350px !important;
  }
}
@media (min-width: 1280px) {
  .menu-items .carousel img,
  .category .carousel img {
    height: 210px !important;
  }
}
/*cart*/
.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;
}
.summary-of-price {
  font-weight: 600;
  color: #ed8f82;
  font-size: 16px;
  width: 90%;
  padding-top: 0.6rem;
}
.info-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.order-button {
  background: #ed8f82;
  color: #ffffffbf;
  height: 54px !important;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 1rem;
  margin-top: 1rem;
  transition: all 0.8s ease;
}
.order-button p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1px;
}
.cart-footer {
  box-shadow: 0px -10px 20px 0px #dcdce44d;
  border-radius: 20px;
  position: fixed !important;
  bottom: 0;
  left: 0;
  background-color: #ffffffbf;
}
.info-content-container .item-text {
  color: #ed8f82;
  font-size: 14px;
  font-weight: 400;
}
.info-content-container .item-quantity {
  font-size: 17px;
  color: #ed8f82;
}
.info-content-container {
  margin-bottom: 0.7rem;
}

/*Feedback*/
.category .head,
.menu-items .head,
.feedback-head {
  /* background-color: #ffffffbf; */
  position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 15px 1rem;
    border-radius: 0 !important;
    border-bottom: 2px solid #ffffffbf;
    margin-bottom: 1rem;
    align-items: center;
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .category .head,
  .menu-items .head,
  .feedback-head {
    padding: 4rem 60px 30px !important;
  }
}

.send-feedback {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.send-feedback a {
  font-size: 16px;
  margin: 8px;
  color: #65370b;
  text-decoration: none;

  display: flex;
  align-items: center;
  background-color: #decbab2e;
  padding: 3px 6px;
  border-radius: 8px;
}

.send-feedback svg {
  font-size: 26px;
  margin-right: 4px;
}

.feedback-background {
  position: fixed;
  inset: 0;
  background-color: #ffffffe6;
}
.feedback {
  padding: 0.75rem;
  padding-top: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /*c*/
  position: relative;
  z-index: 5;
}

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

.feedback .feedback-item {
  margin: 10px 0 1.1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.feedback .feedback-item .title {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 22px;
  color: #101111b2;
}
.feedback .feedback-item .title2 {
  font-size: 16px;
  font-weight: 600;
  color: #101111b2;
  text-align: start;
  margin-bottom: 0;
}

.feedback .feedback-item textarea,
.feedback .feedback-item input[type="text"] {
  font-weight: 400;
    background-color: #ffffff00;
    border: 2px solid #ffffff;
    outline: none;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 10px;
    height: 3rem;
}
.feedback .feedback-item textarea::placeholder,
.feedback .feedback-item input[type="text"]::placeholder {
  color: #10111166;
}

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

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

.feedback .feedback-item button {
  background-color: #ed8f82;
  border: none;
  outline: none;
  max-width: 327px;
  border-radius: 12px;
  color: #fafafa;
  padding: 10px;
  height: 54px;
  font-weight: 600;
  margin: 15px auto;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px #eeeeee52;
  width: 100%;
  transition: transform 0.15s ease, opacity 0.2s ease, background-color 0.2s ease;
}
.feedback .feedback-item button:active:not(:disabled) {
  transform: scale(0.97);
  background-color: #d87a6e;
}

.feedback-success-message {
  margin: 50px auto;
  padding: 15px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 20px;
  z-index: 1001;
  position: relative;
}

.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: #d77e07;
}

.lang {
  position: absolute;
  background-color: #f6f5f5;
  z-index: 1001 !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  border-radius: 8px;
  color: #5a2012;
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  flex-direction: row-reverse;
  font-weight: 600;
}
.lang .active {
  color: #f7f3e9;
  margin: 4px;
  width: 103px;
  background-color: #5a2012;
  height: 85%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px #1018280f;
  box-shadow: 0px 1px 3px 0px #1018281a;
}
.lang .button {
  margin: 4px;
  width: 103px;
  height: 85%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.css-1xc33vf-MuiRating-root {
  font-size: 2.2rem !important;
  color: #f0ba57 !important;
}
.css-9xw0na-MuiRating-icon {
  color: #b1b1b1 !important;
}

@media (min-width: 650px) {
  .lang {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    border-radius: 14px;
    width: 50%;
    font-size: 16px;
    margin-top: 5rem;
  }
  .cart-background-image {
    height: 275px;
  }
}

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



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

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

/* ---- Item Photo View (Overlay Bottom Sheet) ---- */
.item-photo-view {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffffe8;
  backdrop-filter: blur(16px);
  border-radius: 28px 28px 0 0;
  padding: 0.6rem 1.4rem 1.2rem;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.18);
  animation: ipvSlideUp 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes ipvSlideUp {
  from { transform: translateX(-50%) translateY(100%); opacity: 0; }
  to { transform: translateX(-50%) translateY(0); opacity: 1; }
}

.item-photo-view .ipv-handle {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #d0d0d0;
  margin: 0 auto 0.7rem;
  flex-shrink: 0;
}

.item-photo-view .ipv-name {
  color: #1a1a2e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.4rem;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

/* Single price */
.item-photo-view .ipv-single-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0.2rem 0 0.5rem;
}

.item-photo-view .ipv-price-val {
  color: #ed8f82;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.item-photo-view .ipv-currency {
  color: #c4a08a;
  font-size: 13px;
  font-weight: 500;
}

/* Multiple prices (S/M/L) */
.item-photo-view .ipv-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0.3rem 0 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.item-photo-view .ipv-price-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fdf0ed;
  border: 1.5px solid #ed8f8233;
  border-radius: 12px;
  padding: 6px 14px;
  min-width: 60px;
}

.item-photo-view .ipv-size-label {
  color: #8c6b60;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.item-photo-view .ipv-price-tag .ipv-price-val {
  font-size: 17px;
}

/* Description */
.item-photo-view .ipv-desc {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0.7rem;
  max-height: 60px;
  overflow-y: auto;
  width: 100%;
}

/* Add to cart button */
.item-photo-view .ipv-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 280px;
  padding: 12px 0;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #ed8f82 0%, #e07060 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 14px rgba(237, 143, 130, 0.35);
  font-family: inherit;
  margin-top: 0.2rem;
}

.item-photo-view .ipv-add-btn:active {
  transform: scale(0.96);
  box-shadow: 0 2px 8px rgba(237, 143, 130, 0.25);
}

/* Small phones (≤ 380px) */
@media (max-width: 380px) {
  .photoProviderImg {
    max-width: 100% !important;
    max-height: 42vh !important;
  }
  .item-photo-view {
    max-width: 100%;
    padding: 0.5rem 1rem 1rem;
  }
  .item-photo-view .ipv-name {
    font-size: 17px;
  }
  .item-photo-view .ipv-price-val {
    font-size: 19px;
  }
  .item-photo-view .ipv-add-btn {
    padding: 10px 0;
    font-size: 14px;
    max-width: 240px;
  }
  .item-photo-view .ipv-desc {
    max-height: 40px;
    font-size: 13px;
  }
  .PhotoView__PhotoBox {
    top: 35% !important;
  }
}

/* Regular phones (381px - 650px) */
@media (min-width: 381px) and (max-width: 650px) {
  .photoProviderImg {
    max-width: 100% !important;
    max-height: 46vh !important;
  }
  .item-photo-view {
    max-width: 100%;
  }
  .PhotoView__PhotoBox {
    top: 37% !important;
  }
}

/* Short phones (landscape or small height) */
@media (max-height: 600px) {
  .photoProviderImg {
    max-height: 35vh !important;
  }
  .item-photo-view {
    padding: 0.4rem 1rem 0.8rem;
  }
  .item-photo-view .ipv-desc {
    max-height: 30px;
  }
  .item-photo-view .ipv-add-btn {
    padding: 8px 0;
  }
  .PhotoView__PhotoBox {
    top: 30% !important;
  }
}

/* Tablets and small desktops (651px+) */
@media (min-width: 651px) {
  .item-photo-view {
    max-width: 420px;
  }
  .photoProviderImg {
    max-height: 50vh !important;
  }
  .PhotoView__PhotoBox {
    top: 38% !important;
  }
}

/* Desktop (1280px+) */
@media (min-width: 1280px) {
  .item-photo-view {
    max-width: 400px;
    left: 250px;
    transform: translateX(-50%);
  }
  .PhotoView__PhotoBox {
    top: 38% !important;
    max-width: 400px;
  }
}

.PhotoView__Photo {
  border-radius: 20px;
  min-width: 280px;
  min-height: 220px;
}
.PhotoView-Slider__Backdrop {
  background: rgb(0 0 0 / 43%) !important;
  backdrop-filter: blur(7px) !important;
}

.bottomOfDisplay {
  box-shadow: 0 0 5px 0 #79797900;
  border-radius: 20px 20px 0 0;
  content: "";
  height: 118px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #000000 !important;
  z-index: 103;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: start;
}
.bottomOfDisplay:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}
.d-flex0 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.PhotoView__PhotoBox {
    text-align: center;
    padding: 10px;
    position: fixed !important;
    top: 37% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    border-radius: 24px;
    border: 2px solid rgba(255,255,255,0.5);
    max-width: 90%;
}

.photoProviderImg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 400px) {
  .PhotoView__PhotoBox {
    max-width: 88%;
    padding: 6px;
  }
  .PhotoView__Photo {
    min-width: 100% !important;
  }
}
@media (min-width: 750px) {
  .PhotoView__PhotoBox {
    max-width: 420px;
  }
}
@media (min-width: 950px) {
  .PhotoView__PhotoBox {
    max-width: 400px;
  }
}

/*animation*/
.ani-btt {
  animation: ani-btt 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 300;
}
.ani-fade-in2 {
  animation: ani-fade-in 0.8s ease-in;
}
.ani-btt-e {
  animation: ani-btt 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.ani-rtl {
  animation: ani-rtl 2s ease-in-out;
}
.ani-ltr {
  animation: ani-ltr 2s ease-in-out;
}
.ani-ttb {
  animation: ani-ttb 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ani-stb {
  animation: ani-stb 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 300;
  position: relative;
}
.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.95);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani-bts {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ani-btt {
  0% {
    transform: translateY(10vh);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani-rtl {
  0% {
    transform: translatex(5vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr {
  0% {
    transform: translatex(-5vh);
  }

  100% {
    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-btt-s {
  animation: ani-btt-s 2s ease-in-out;
  animation-delay: 2.3s;
}
.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.9.5);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes ani-btt-s {
  0% {
    transform: translateY(20vh);
  }

  100% {
    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% {
    transform: translateY(-10vh);
  }
  100% {
    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 0.6s ease-out;
}
.ani-stb-f {
  animation: ani-stb-f 1.5s ease-in;
}
@keyframes ani-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-stb-f {
  0% {
    transform: scale(0.9);
  }
  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);
  }
}

.loading-container01 {
  position: fixed;
  background: linear-gradient(190deg, #0c1409, #101b0b 21.83%);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.spinnerLoader {
  width: 50px;
}

.loading-container01 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Duration and smoothness of fade-out */
}

.loading-container01.fade-out {
  opacity: 0;
}

.loader01 {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader01::after,
.loader01::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader01::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.item .image {
  height: 9.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 35px 35px 0 0;
}

@media (min-width: 1280px) {
  .menuBg img:first-child,
  .intro {
    width: 500px !important;
  }
  .cart-footer {
    width: 31rem;
  }
}

/* menu left */
.head .language .language-active img {
  width: 24px;
  height: 24px;
}
.side-menuContainer img {
  width: 188px;
  height: 60.5px;
}

.input-containerm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 1rem 1rem 4rem;
  gap: 1rem;
}
.input-containerm + hr {
  width: 90%;
  float: right;
}
.input-containerm p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #4a4a6a;
}
.custom-radio {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c0c0cf;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
  margin-left: auto;
}

.custom-radio:checked {
  border-color: #ffb01d;
}

.custom-radio:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffb01d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio:hover {
  border-color: #ffb01d;
}

.input-containerm img {
  width: 30px;
  height: 30px;
}

.input-containerm span {
  font-size: 14px;
  font-weight: 600;
  color: #212134;
}

.langauges3 p {
  font-size: 18px;
  font-weight: 600;
  color: #32324d;
  margin: 2rem;
}

.side-feedback {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.side-feedback a {
  font-size: 16px;
  font-weight: 600;
  color: #212134;
  text-decoration: none;
}
.side-feedback a i {
  font-size: 20px;
  color: #ed8f82;
}

/* feedback range style */

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 90%;
  height: 8px;
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transition: 0.3s;
  background-color: transparent;
  margin-top: 0;
  position: relative;
  z-index: 10;
  padding: 0 1rem;
}
@media (min-width: 650px) {
  input[type="range"] {
    width: 85%;
  }
}

@media (min-width: 1050px) {
  input[type="range"] {
    width: 83%;
  }
}
@media (min-width: 1280px) {
  input[type="range"] {
    width: 88%;
  }
}
input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 16px;
  border: 17px solid #ed8f82;
}

input[type="range"]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
}

input[type="range"]::-moz-range-track {
  background: transparent;
  height: 8px;
  border-radius: 5px;
}

.feedback-item .rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback-item .numbers {
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 14px;
  font-weight: 600px;
  color: #10111196;
  margin: 1rem 0;
}
.feedback-item .numbers .active {
  color: rgb(0, 0, 0);
}
.feedback-item .rating .range-input {
  width: 100%;
  position: relative;
}
.feedback-item .rating .range-input .line {
  width: 80%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.category-section {
  overflow: hidden;
      overflow: hidden;
    border-top: 2px solid #ffffffbf;
    margin-top: 2rem;
    padding-top: 1rem;
}
.category-section:first-child {
  border-top: none;
}
.top-categ-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 2rem;
}
.top-categ-text a {
  font-size: 12px;
  font-weight: 600;
  color: #ed8f82;
  text-decoration: none;
}
.items-scorlling {
  overflow-x: scroll;
}

.sticky-element {
  position: relative;
  /* Initially, the element is positioned normally */
  width: 100%;
  background-color: #f1f1f1;
  /* Just an example */
  padding: 20px;
  transition: background-color 0.3s ease;
  /* Optional, for smooth transition */
}

.sticky {
  position: fixed;
  /* When it becomes sticky, we fix it to the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffcc00;
  /* Change the background color when sticky */
}

.popular-container::-webkit-scrollbar,
.categories::-webkit-scrollbar,
.category-section::-webkit-scrollbar {
  display: none;
  height: 0px;
}

.scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-top: 0 !important;
  overflow-x: auto;
  z-index: 9999;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 0 14px 0 #ed8f82;
}
@keyframes slideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* animations  */

.popular-container {
  animation: scroll 3s;
  animation-delay: 3s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(4rem);
  }
  100% {
    transform: translateX(0);
  }
}
/* .nmt{
        margin-top: 4rem;
    } */

.fillGap {
  width: 20px;
  height: 4.6rem;
}

.welcomeImg {
  margin: auto;
  height: auto !important;
  width: 130px !important;
}
.welcomeImg2 {
  margin: auto;
  height: auto !important;
  width: 130px !important;
}

/* language */

.langModalShow {
  display: block;
}
.langModal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 400;
  display: none;
  animation: fadeInOverlay 0.2s ease;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}

.langModalContainer {
  width: 80%;
  height: 33vh;
  background-color: #c0b4a0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10181;
  max-width: 300px;
  box-shadow: 0 0 6px 0 #00000070;
}

.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;
  height: 190px;
}

.langModalContainer .langModalBody button {
  width: 100%;
  height: 40px;
  background-color: #264d16;
  padding: 9px;
  font-size: 18px;
  color: #f7f6de;
  cursor: pointer;
  border: none;
  border: 1px solid #487532;
  width: 60%;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 4px 0 #6b6764;
  display: flex;

  justify-content: center;
  align-items: center;
}
.langModalContainer {
  width: 90%;
  height: 18rem;
  background: #00000057;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10181;
  max-width: 364px;
  border-radius: 35px;
}

.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;
  height: 190px;
}

.langModalContainer .langModalBody button {
  font-family: "Playpen Sans Arabic", cursive !important;
  width: 100%;
  background-color: #ffffffde;
  padding: 22px 9px;
  font-size: 18px;
  color: #ed8f82;
  cursor: pointer;
  border: none;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  font-size: 26px;
  color: #ed8f82;
  cursor: pointer;
}

/*  */

@media (min-width: 450px) {
  .popular-items {
    width: 13.5rem;
    height: 15.5rem;
  }
  .popular-items .image-container {
    height: 13.3rem;
  }
  .popular-items .image-container img {
    height: 13.3rem;
  }
  .style-large .item {
    height: 13.5rem;
  }
  .item .image {
    height: 13.5rem;
  }
  .style-large .item img {
    height: 13.5rem;
  }
  .style-large .item {
    height: 14.5rem;
  }
  .snowOnRoof-container p {
    font-size: 90% !important;
  }
}
@media (min-width: 550px) {
  .scroll-popular {
    gap: 1rem;
  }
  .item .image {
    height: 14.5rem;
  }
  .style-large .item img {
    height: 14.5rem;
  }
  .style-large .item {
    height: 16.5rem;
  }
  .popular-items {
    width: 15.5rem;
    height: 17.5rem;
  }
  .popular-items .image-container {
    height: 15.3rem;
  }
  .popular-items .image-container img {
    height: 15.3rem;
  }
  .snowOnRoof-container p {
    font-size: 110% !important;
  }
}
.MostPopular-container {
  z-index: 300;
  position: relative;
}
@media (min-width: 600px) {
  .bearContainer img {
    width: 13.25rem;
  }
  .menuBg {
    top: 17.2rem;
  }
  .snowOnRoof-container p {
    top: 0.4rem;
  }
}
@media (min-width: 650px) {
  .style-large .item {
    max-width: 17.5rem;
  }
}
@media (min-width: 800px) {
  .menuBg {
    top: 19.2rem;
  }
}
@media (min-width: 850px) {
  .menuBg {
    top: 22.2rem;
  }

  .mostPopular-text-container {
    margin-top: 1rem;
  }
  .bearContainer img {
    width: 15.25rem;
  }

  .snowOnRoof-container p {
    font-size: 120% !important;
  }
}
@media (min-width: 1000px) {
  .bearContainer img {
    width: 17.25rem;
  }
}

@media (min-width: 1280px) {
  .snowOnRoof-container p {
    top: 0.1rem;
  }
}

/* to tap */
.toTopContainer {
  position: fixed;
  bottom: 1rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  z-index: 340;
}
.down-btn2 {
  width: 3rem !important;
  height: 3rem !important;
  background-color: rgba(255, 255, 255, 0.76) !important;
}
.down-btn2 .cartQty {
  background-color: #200424ec !important;
  color: rgba(255, 255, 255, 0.76) !important;
}
.toTop {
  width: 3rem;
  background-color: #ffffffdb;
  height: 3rem;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.toTop:active {
  transform: scale(0.9);
}
.toTop .cartQty {
  background-color: #ed8f82;
  position: absolute;
  font-size: 6px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 32px;
  display: flex;
  padding: 0.5px;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
}
.toTop svg {
  width: 1.5rem;
}
.toTop img {
  width: 1.4rem;
}
@media (min-width: 1280px) {
  .toTopForBigScreens {
    right: auto !important;
    left: 27rem;
  }
}

.close-button {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  z-index: 300;
}

.fillGap {
  height: 4.18rem !important;
  width: 100%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #160319;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
}

/*  */




/*  */

@media (min-width: 600px) {
  .PhotoView__PhotoBox {
    max-width: 420px;
    object-fit: cover;
  }
  .PhotoView__Photo {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

.PhotoView-Slider__BannerWrap {
  background-color: transparent !important;
}

.head-center{
  width: 2rem;
  height: 2rem;
}
.head-back-arrow{
      background: rgba(255, 255, 255, 0.795);
    padding: 6px;
    border-radius: 100px;
    width: 2rem;
}