:root {
  --swiper-navigation-size: 36px;
  
  --color_dark_1: #1d1812;
  --color_green_1: #0b2f26;
  --color_green_2: #00442e;
  --color_gold_1: #cd973d;
  --color_gold_2: #F7C248;
  --color_yellow_1: gold;
  --color_orange_1: #f7550a;
  --color_white_1: #f0f0f0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  pointer-events: none;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color, var(--color_white_1));
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .45);
  background: var(--swiper-pagination-bullet-inactive-color, var(--color_white_1));
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--color_white_1));
}

@keyframes feedback-button-1 {
  0% {transform: scale(0.7);}
  100% {transform: scale(1.2);}
}

#feedback-button > a > div > img.flash {
  transform-origin: center 70%;
  animation: feedback-button-1 0.7s ease-in-out 0s infinite alternate;
}

#feedback-container {
  pointer-events: none;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in 0s;
}

#feedback-container > form {
  background-color: var(--color_white_1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0%) scale(0.1);
  border-radius: 15px;
  color: var(--color_dark_1);
  width: min(90%,540px);
  padding: 15px;
  box-sizing: border-box;
  transition: transform 0.6s ease-in 0s, top 0.6s ease-in 0s;
}

#feedback-container > form > h3 {
  font-family: 'Iran Sans Bold';
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}

#feedback-container > form > h3.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

#feedback-container > form > textarea {
  display: block;
  font-family: 'Iran Sans';
  font-size: 14px;
  background-color: #ffffff;
  color: var(--color_dark_1);
  margin: 0 0 15px;
  padding: 6px;
  line-height: 1.8;
  font-weight: normal;
  width: 100%;
  border: 1px solid var(--color_dark_1);
  border-radius: 6px;
  box-sizing: border-box;
  resize: none;
  outline: none; /* important for :focus*/
}

/*#feedback-container > form > textarea:focus {
  border: 1px solid var(--color_dark_1);
}*/

#feedback-container > form > textarea.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

#feedback-container > form > input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  font-family: 'Iran Sans Bold';
  font-size: 16px;
  line-height: 1.7;
  border-radius: 45px;
  background-color: var(--color_gold_1);
  color: var(--color_dark_1);
  box-shadow: 0 1px 6px var(--color_dark_1);
  padding: 9px 24px 6px;
  border: none;
  cursor: pointer;
}

#feedback-container > form > input[type="submit"].en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 7px 24px 8px;
}

#feedback-container.show {
  transition: opacity 0.6s ease 0s;
  pointer-events: auto;
  opacity: 1;
}

#feedback-container.show > form {
  transition: transform 0.6s ease-out 0s, top 0.6s ease-out 0s;
  transform: translate(-50%,-50%) scale(1);
  top: 50%;
}

#feedback-container.sent > form {
  transform: translate(-50%,-100%) scale(0.1);
  top: 0%;
}

.debugBorder1 {
	border: 1px solid red;
}

.bgImage {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
  top: 50vh;
  left: 50vw;
  height: 100vmax;
  z-index: -8;
  /*filter: brightness(60%);
  -webkit-filter: brightness(60%);*/
}

#loading_01 {
  width: 100%;
  height: 100vh;
  height: 100dvh; /* at WWDC22, Apple presented new units such as svh, lvh, dvh, etc. */
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(30deg, var(--color_green_1) 0%, var(--color_green_2) 100%);
  touch-action: none;
  z-index: 9;
}

#loading_02 {
  display: block;
  width: clamp(20px, 16vmin, 100px);
  height: clamp(20px, 16vmin, 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.introGuide {
  visibility: hidden;
  opacity: 0;
  width: min(330px, calc(100vw - 18px));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color_white_1);
  box-sizing: border-box;
  padding: 18px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 1px 24px -9px #000000;
}

.introGuide.en {
  direction: ltr;
}

.introGuide_show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s ease-in;
}

#introGuideHeader {
  font-family: 'Iran Sans Bold';
  color: var(--color_dark_1);
  line-height: 1.8;
  font-size: 18px;
  margin: 0 auto 18px;
}

#introGuideHeader.en {
  font-family: Helvetica, Arial, sans-serif;
}

#introGuideText {
  font-family: 'Iran Sans';
  color: var(--color_dark_1);
  font-size: 15px;
  line-height: 1.7;
  margin: 18px auto;
}

#introGuideText.en {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 17px;
}

#introGuide > button {
  cursor: pointer;
  font-family: 'Iran Sans';
  font-size: 21px;
  line-height: 1;
  padding: 9px 18px 6px;
  touch-action: default;
  border-radius: 36px;
  color: var(--color_dark_1);
  background-color: var(--color_gold_1);
  box-shadow: 0 1px 6px var(--color_dark_1);
  border: none;
  margin: auto auto 0;
}

#gyro-sensor-permission-explain {
  box-sizing: border-box;
  direction: rtl;
  z-index: 9;
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  top: calc(50vh - 125pt);
  left: 50vw;
  padding: 14pt;
  border-radius: 10pt;
  text-align: center;
  font-family: 'Iran Sans';
  font-size: 11pt;
  line-height: 1.7;
  word-spacing: -0.5pt;
  width: 202pt;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in, transform 0.3s;
}

#gyro-sensor-permission-explain.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
}

@media screen and (prefers-color-scheme: dark) {
  #gyro-sensor-permission-explain {
    background-color: #3f3f3f;
    color: #ffffff;
  }
}

#gyro-sensor-permission-explain.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#gyro-sensor-permission-explain.hide {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

@media screen and (min-aspect-ratio: 1/1) {
  #gyro-sensor-permission-explain {
    top: 0pt;
    transform: translate(-50%, 0%) scale(1.2);
    width: 330pt;
  }
  
  #gyro-sensor-permission-explain.show {
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes onLoad_01 {
  from {opacity: 1;}
  to {opacity: 0;/* visibility: hidden;*/}  
}

.webkitNoLongTouch {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}

.header_01 {
  position: sticky;
  top: -192px;
  z-index: 1;
}

#header-background-1 {
  pointer-events: none;
  width: 100%;
  height: calc(100vh + 192px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -8;
  clip-path: polygon(0% 0%, 100% 0%, 100% 192px, 100px 192px, 100px 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 192px, 100px 192px, 100px 100%, 0% 100%);
}

#topHeader_1 {
  position: relative;
  display: flex;
  height: 192px;
  z-index: 1;
}

#topHeader_1 > div:nth-child(1) {
  flex-grow: 1;
  box-shadow: 6.5px 6.5px 14px -11.5px var(--color_gold_1);
}

#topHeader_1 > div:nth-child(2) {
  width: 100px;
  display: flex;
  gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

#logo-1 {
  width: fit-content;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}

#logo-1 > img, #topHeader_1 > div:nth-child(2) > a > img {
  display: block;
}

#header-title {
  width: fit-content;
  direction: rtl;
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: var(--color_gold_1);
}

#header-title.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
}

#topHeader_1 > div:nth-child(2) > a {
  display: block;
  width: fit-content;
  color: var(--color_gold_2);
  font-family: 'Iran Sans';
  font-size: 13px;
  line-height: 1;
}

#topHeader_1 > div:nth-child(2) > a > img {
  height: 33px;
}

.header_01 .navBackground_1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 192px;
  z-index: 0;
}

.header_01 .navBackground_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  z-index: 0;
}

.menubar1, .menubar2, .menubar3 {
  width: 7vmin;
  height: 1vmin;
  margin: 1.1vmin;
  background-color: #222222;
  border-radius: 1vmin;
}

.side_menu_button {
  position: fixed;
  top: calc(100% - 66px);
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: top 0.9s ease;
}

.side_menu_button.top {
  position: fixed;
  top: 18px;
}

#side_menu_button img {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 3px 12px -3px var(--color_dark_1);
}

#side_menu_button div {
  font-family: 'Iran Sans';
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  padding: 5px 5px 2px;
  border-radius: 4px;
  background-color: var(--color_gold_2);
  color: var(--color_green_1);
  transform: translate(43%, -43%);
  -webkit-transform: translate(43%, -43%);
}

.side_menu {
  height: 100%;
  width: calc(100% - 100px);
  position: fixed;
  top: 0;
  right: calc(-100% + 100px);
  background-color: var(--color_white_1);
  border-radius: 14px 0 0 14px;
  z-index: 3;
  overflow: hidden;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  transition: right 0.6s ease;
}

.side_menu_open {
  right: 0;
  transition: 0.5s ease;
}

#sm_header {
  background-color: var(--color_green_1);
  line-height: 1;
}

#sm_header_2 {
  font-family: 'Iran Sans Bold';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: var(--color_gold_1); */
  background-image: linear-gradient(45deg, var(--color_gold_1) 0%, var(--color_gold_2) 100%);
  color: var(--color_green_1);
}

#sm_header_2.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.x_button {
  font-family: 'Iran Sans';
  width: max-content;
  height: max-content;
  padding: 5px 10px 0;
  line-height: 1;
  font-size: 33px;
  font-weight: normal;
  color: var(--color_green_1);
  cursor: pointer;
}

#sc_list {
  font-family: 'Iran Sans';
  font-size: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  flex-grow: 1;
  background-color: var(--color_white_1);
}

#sc_list.en {
  direction: ltr;
}

.sc_orderedSC {
  width: 100%;
  border-bottom: 3px dashed var(--color_dark_1);
  padding: 0 0 36px;
  margin: 18px 0 36px
}

.sc_orderedSC > div:first-of-type {
  border-top: 0.7px solid var(--color_green_1);
}

.sc_subBanner {
  font-family: 'Iran Sans Bold';
  color: var(--color_dark_1);
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  margin: 0 13px;
}

.sc_subBanner.en {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
  
.sc_currentSC {
  width: 100%;
  padding: 0;
  margin: 18px 0 36px;
}

.sc_currentSC > div:first-of-type {
  border-top: 0.7px solid var(--color_green_1);
}

.sc_item_container {
  line-height: 1;
  margin: 0 13px 0;
  padding: 18px 9px;
  border-bottom: 0.7px solid var(--color_green_1);
  color: var(--color_dark_1);
}

.sc_item_title {
  font-size: 13px;
  line-height: 1.6;
  word-spacing: -0.5px;
}

.sc_item_title.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  word-spacing: 0px;
}

.sc_item_price_01 {
  position: relative;
  z-index: 0;
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-spacing: -1px;
}

.sent-order-note {
  font-size: 13px;
  line-height: 1.6;
  border-radius: 9px;
  margin: 18px 22px 0;
  padding: 0;
  word-spacing: -0.5px;
}

.sent-order-note.en {
  direction: ltr;
  font-size: 14px;
  line-height: 1.5;
}

#sc_footer {
  /* background-color: var(--color_gold_1); */
  background-image: linear-gradient(30deg, var(--color_gold_1) 0%, var(--color_gold_2) 100%);
}

#side-menu-order-note {
  height: auto;
  max-height: 124px; /* 191 for 7 lines */
  display: none;
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -0.5px;
  line-height: 1.7;
  background-color: var(--color_white_1);
  color: var(--color_dark_1);
  width: -webkit-fill-available;
  margin: 13px 13px 0;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid var(--color_dark_1);
  border-radius: 9px;
  resize: none;
  outline: none; /* important for :focus*/
}

/*#side-menu-order-note:focus {
  border: 1px solid var(--color_green_1);
}*/

#side-menu-order-note.en {
  direction: ltr;
  font-size: 14px;
}

#side-menu-order-note::placeholder {
  color: #8e8e8e;
}

#sc_footer > div {
  font-family: 'Iran Sans';
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 13px;
  color: var(--color_green_1);
}

#sc_footer > div.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
}

#sc_totalCount, #sc_totalPrice {
  font-size: 16px;
}

#cash-transfer-guide-cnt {
  display: none;
  pointer-events: none;
  background-color: rgba(0,0,0,0.6);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  opacity: 0;
  transition: opacity 0.4s ease-in 0s;
}

#cash-transfer-guide-cnt.show {
  pointer-events: auto;
  opacity: 1;
}

#cash-transfer-guide {
  font-family: 'Iran Sans';
  font-size: 14px;
  word-spacing: -0.5px;
  line-height: 1.9;
  padding: 24px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%);
  background-color: var(--color_white_1);
  color: var(--color_dark_1);
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  transition: transform 0.4s ease-out 0s;
}

#cash-transfer-guide.en {
  word-spacing: 0;
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#cash-transfer-guide.show {
  transform: translate(50%, 0%);
}

#cash-transfer-guide > p {
  margin: 0 0 18px;
}

#cash-transfer-guide > p:nth-child(1) {
  margin: 0 0 12px;
}

#cash-transfer-guide > button {
  cursor: pointer;
  font-family: 'Iran Sans';
  font-size: 21px;
  line-height: 1;
  padding: 9px 24px 6px;
  touch-action: default;
  border-radius: 36px;
  color: var(--color_dark_1);
  background-color: var(--color_gold_1);
  box-shadow: 0 1px 6px var(--color_dark_1);
  border: none;
  margin: auto auto 0;
}



@keyframes underline-blinker-1 {
  0% {
    text-decoration-color: var(--color_green_1);
    -webkit-text-decoration-color: var(--color_green_1);
  }
  100% {
    text-decoration-color: var(--color_white_1);
    -webkit-text-decoration-color: var(--color_white_1);
  }
}

#sc_totalPrice.blinker {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-color: var(--color_green_1);
  -webkit-text-decoration-color: var(--color_green_1);
  text-decoration-thickness: 2px;
  -webkit-text-decoration-thickness: 2px;
  cursor: pointer;
  animation: underline-blinker-1 1s ease-in-out 0s infinite alternate;
}

#sc_submit {
  text-align: center;
  display: none;
  font-weight: bold;
  background-color: var(--color_green_1);
  color: var(--color_gold_1);
  padding: 9px 18px;
  border-radius: 9px;
  box-shadow: 0 1px 6px var(--color_dark_1);
  cursor: pointer;
  transition: box-shadow 0.2s;
}

#sc_footer > div#payment-info {
  display: none;
  line-height: 1.7;
  font-family: 'Iran Sans';
  padding: 0px 13px 10px;
}

#sc_footer > div#payment-info.en {
  line-height: 1.8;
  font-family: Helvetica, Arial, sans-serif;
}

#payment-info > div > .card-number {
  display: inline-block;
  direction: ltr;
  font-size: 16px;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-color: var(--color_green_1);
  -webkit-text-decoration-color: var(--color_green_1);
  text-decoration-thickness: 2px;
  -webkit-text-decoration-thickness: 2px;
  cursor: pointer;
  animation: underline-blinker-1 1s ease-in-out 0s infinite alternate;
}

.copied-alert {
  pointer-events: none;
  width: max-content;
  text-align: center;
  animation: none;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
  background-color: var(--color_white_1);
  color: var(--color_green_1);
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 13px;
  line-height: 1.6;
  word-spacing: -0.5px;
  padding: 6px 9px;
  transform: translate(100%, -100%);
  border-radius: 15px 15px 15px 0px;
  box-shadow: 0 1px 15px -5px var(--color_dark_1);
}

.copied-alert.en {
  font-family: Helvetica, Arial, sans-serif;
  right: unset;
  left: 1px;
  word-spacing: 0;
  transform: translate(-100%, -100%);
  border-radius: 15px 15px 0px 15px;
}

.scrollMenu_01 {
  position: absolute;
  box-sizing: border-box;
  top: 192px;
  left: 0px;
  width: 100px;
  height: 100vh;
  height: 100dvh; /* at WWDC22, Apple presented new units such as svh, lvh, dvh, etc. */
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 0;
  box-shadow: 6.5px 6.5px 14px -11.5px var(--color_gold_1);
}

.scrollMenu_02 {
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  left: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 22px 0;
  overflow: hidden auto;
  overscroll-behavior: contain;
  text-align:center;
  transition: left 0.6s ease;
}

.scrollMenu_02_hide {
  left: 100%;
}

.scrollMenu_03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: -100%;
  text-align:center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: left 0.6s ease;
}

.scrollMenu_03 > ul {
  list-style-type: none;
  box-sizing: border-box;
  padding: 22px 0 0;
  margin: 0;
  overflow: hidden auto;
  overscroll-behavior: contain;
}

.scrollMenu_03_show {
  left: 0%;
}
  
.menutab_01 {
  font-family: 'Iran Sans Bold';
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  width: 80px;
  padding: 0 2px;
  margin: 5px auto;
  text-decoration: none;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  background: none;
  line-height: 1.6;
  transition: background-color 0.4s ease-out;
}

.menutab_01.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.menutab_01 a {
  text-decoration: none;
  color: var(--color_white_1);
}

.menutab_01 a div {
  padding: 13px 0px 9px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  /*background-color: green;*/ /* for debuging */
}

#menutab_contactUs_banner {
  font-family: 'Iran Sans Bold';
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 36px auto 0;
  color: var(--color_white_1);
  line-height: 1;
}

#menutab_contactUs_banner.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.menutab_section_banner {
  font-family: 'Iran Sans Bold';
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 45px auto 18px;
  color: var(--color_white_1);
  line-height: 1;
}

.menutab_04 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 27px auto;
  color: var(--color_white_1);
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}

.menutab_04 * {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#developer-link-from-ham-menu {
  color: var(--color_white_1);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin: 21px auto 12px;
}

#developer-link-from-ham-menu > a,
#developer-link-from-ham-menu > a:hover,
#developer-link-from-ham-menu > a:visited {
  color: var(--color_gold_1);
  font-size: 14px;
}

#sc_submit:active {
  transition: box-shadow 0.2s;
  box-shadow: none;
}

@media (hover: hover) {
  .menutab_01:hover {
    padding: 0;
    border: 1px solid var(--color_white_1);
  }
  .food_header:hover {
	  background-color: var(--color_green_1);
  }
  .cafe_header:hover {
	  background-color: var(--color_green_1);
  }
  .menutab_01:hover a div {
    padding: 12px 0px 8px;
	/*background-color: red;
    transition: background-color 0.4s ease-out;*/ /* for debuging */
  }
  .menutab_05:hover {
    transition: background-color 0.4s ease-out;
    background-color: var(--color_green_1);
  }
  #sc_submit:hover {
    transition: box-shadow 0.2s;
    box-shadow: none;
  }
}

.menutab_02 {
  padding: 0;
  border: 1px solid var(--color_white_1);
  background-color: var(--color_green_1);
}

.food_header.menutab_02 {
  background-color: var(--color_green_1);
}

.menutab_02 a div {
  padding: 12px 0px 8px;
  /*transition: padding 0s ease-out 0.4s;
  background-color: red;
  transition: 0.4s ease-out background-color;*/ /* for debuging */
}

img.menutab_03 {
  height: 48px;
  border-radius: 50%;
  pointer-events: none;
}

.menulist_01 {
  width: calc(100% - 100px);
  padding: 40px 0 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 0;
}

.listBanner_01 {
  /* position: sticky;
  top: -33px;
  z-index: 1; */
  box-sizing: border-box;
  /* background-color: var(--color_gold_1); */
  background-image: linear-gradient(30deg, var(--color_gold_1) 10%, var(--color_gold_2) 100%);
  border-radius: 9px;
  color: var(--color_green_1);
  font-family: 'Iran Sans Bold';
  font-size: 18px;
  word-spacing: 1px;
  font-weight: normal;
  width: calc(100% - 36px);
  /* height: 78px; */
  padding: 18px 0 0;
  margin: 0 auto 14px;
  box-shadow: 0 0px 9px 0px var(--color_dark_1);
}

.listBanner_01 > *:last-child {
  margin-bottom: 21px;
}

.listBanner_02 {
  /* position: sticky;
  top: 0px; */
  margin: 0;
  padding: 6px 0 0;
  line-height: 30px;
  font-size: inherit;
  font-weight: inherit;
}

.listBanner_01 > p {
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 13px;
  margin: 9px 15px 21px;
  padding: 0 12px;
  line-height: 1.9;
  text-align: center;
  word-spacing: -1px;
}

.listBanner_01 > p.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 9px 15px 21px;
  padding: 0 12px;
  line-height: 1.5;
  text-align: center;
}

.listBanner_02.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  word-spacing: auto;
  font-weight: bold;
}

.itemContainer_01 {
  /*position: sticky;
  top: 28px;*/
  direction: rtl;
  width: min(calc(100% - 36px), 290px); /* was 500px auto */
  height: max-content;
  box-sizing: border-box;
  text-align: center;
  margin: 14px; /* was 27px auto */
  padding: 15px;
  border-collapse: collapse;
  border-radius: 18px;
  box-shadow: 0px 0px 14px -5px var(--color_gold_1);
  z-index: 0;
  transform-origin: center 0%;
  transition: opacity 0.4s ease-out 0s;
}

.backDrop_1 {
  background-color: rgba(0,0,0,0.28);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); /*following values can be entered to combine, separate with a space: grayscale(x%) brightness(x%) contrast(x%) drop-shadow() hue-rotate(xdeg) invert(x%) sepia(x%) saturate(x%) opacity(x%), last one applies to other filters*/
}

.txtAlgR {
  text-align: right;
}

.txtAlgL {
  text-align: left;
}

.txtAlgC {
  text-align: center;
}

.itemInfo_01 {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.itemInfo_01 > .item-selection {
  margin: 0; 
  padding: 0;
}

.no-photo.itemInfo_01 > .item-selection {
  width: max(80px, calc(100% - 103px));
}

.itemContainer_01 > .item-selection, #selected-item-fullscreen-container .item-selection {
  margin: 18px 0 0;
  padding: 15px 0 0;
}

.itemContainer_01 > .item-selection {
  border-top: 1px solid var(--color_white_1);
}

#selected-item-fullscreen-container .item-selection {
  border-top: 1px solid var(--color_green_1);
}

.item-selection-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color_white_1);
  text-align: center;
}

.itemInfo_01 > .item-selection > .item-selection-header {
  max-width: 96px;
  margin: 0 0 9px;
}

.no-photo.itemInfo_01 > .item-selection > .item-selection-header {
  max-width: unset;
}

.itemContainer_01 > .item-selection > .item-selection-header {
  margin: 0 0 10px;
}

#selected-item-fullscreen-container .item-selection-header {
  margin: 0 0 9px;
  color: var(--color_green_1);
}

.item-selection-header.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.additive-select {
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -1px;
  max-width: 94px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  color: var(--color_green_1);
  background-color: var(--color_white_1);
}

.additive-select.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.no-photo .additive-select {
  max-width: 100%;
}

.item-price-and-counter-container {
  direction: ltr;
  margin: 0;
  padding: 0;
}

.itemInfo_01 > .item-selection > .item-price-and-counter-container {
  text-align: center;
}

.itemContainer_01 > .item-selection > .item-price-and-counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* for media */

.itemTitle_01 {
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  word-spacing: 1px;
  /*vertical-align: middle;*/ /*works when line-height is set in something other than x times, e.g. will not work with 1.8 */
  padding: 0;
  margin: -4px auto 9px;
  color: var(--color_white_1);
}

.itemTitle_01.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
  word-spacing: 0px;
}

.itemDescribe_01 {
  position: relative;
  max-height: 48px;
  overflow: hidden;
  font-family: 'Iran Sans';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  word-spacing: -0.5px;
  color: #eeeeee;
  line-height: 2;
  text-align: justify;
  /*text-align-last: center;*/ /*not needed, also doesn't work in Safari*/
  text-justify: inter-word;
  padding: 0;
  margin: -3px 0 12px;
}

.itemDescribe_01.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7143;
  word-spacing: 0px;
}

.read-more-1 {
  display: none;
  position: absolute;
  bottom: 1px;
  left: 0px;
  cursor: pointer;
  line-height: 1.8333;
  border-radius: 12px 0 0 12px;
  padding: 0 30px 0 6px;
  background-image: linear-gradient(-90deg, transparent, #eeeeee 24px);
  color: var(--color_green_1);
}

.itemDescribe_01.en > .read-more-1 {
  line-height: 1.5714;
  left: unset;
  right: 0px;
  padding: 0 6px 0 30px;
  border-radius: 0 12px 12px 0;
  background-image: linear-gradient(90deg, transparent, #eeeeee 24px);
}

.itemTitle_02 {
  height: 60px;
}

.itemTitle_03 {
  height: 80px; /*108px to get the price to the bottom*/
}

.item-image-wrapper {
  position: relative;
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
  /*max-width: 115px;*/
}

.no-photo .item-image-wrapper {
  flex-grow: unset;
  max-width: 91px;
}

.item-image {
  width: 100%;
  display: block;
  border-radius: 15px;
  pointer-events: none;
}

.no-photo .item-image-wrapper .item-image {
  border-radius: 9px;
}

.multi-image-icon {
  display: block;
  width: 19px;
  pointer-events: none;
  position: absolute; top: 9px; right: 9px;
  filter: drop-shadow(0 0 3px #727272);
  -webkit-filter: drop-shadow(0 0 3px #727272);
}

.item-counter-container {
  direction: ltr;
  position: relative;
  width: max-content;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: var(--color_green_1);
  border: 1px solid var(--color_white_1);
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

#selected-item-fullscreen-variants .item-counter-container, .sc_item_container .item-counter-container {
  border: 1px solid var(--color_green_1);
}

.itemInfo_01 > .item-selection > .item-price-and-counter-container > .item-counter-container {
  margin: 0 auto 0;
}

.item-counter-container.en {
  margin: 0 5px 0 0;
}

.item-counter-quantity {
  font-family: 'Iran Sans';
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  height: 23px;
  width: 28px;
  color: var(--color_white_1);
  margin: 0;
  padding: 5px 0px 0px;
}

.item-counter-button {
  font-family: 'Iran Sans';
  font-size: 23px;
  box-sizing: border-box;
  height: 23px;
  width: 25px;
  line-height: 1;
  background-color: var(--color_white_1);
  color: var(--color_green_1);
  cursor: pointer;
}

.item-counter-button.reduce {
  border-radius: 15px 5px 5px 15px;
}

.item-counter-button.add {
  border-radius: 5px 15px 15px 5px;
  padding: 2px 0 0;
}

.item-price-tag {
  direction: ltr;
  font-family: 'Iran Sans';
  font-size: 18px;
  width: max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--color_white_1);
  display: flex;
  justify-content: flex-start; /* possible values: flex-start | flex-end | center | space-between | space-around | space-evenly */
  /*border: 1px solid red;*/
  align-items: center;
}

.itemInfo_01 > .item-selection > .item-price-and-counter-container > .item-price-tag {
  margin: 0 auto 9px;
}

#selected-item-fullscreen-container .item-price-and-counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}

#selected-item-fullscreen-container .item-price-tag {
  color: var(--color_green_1);
}

.item-price-tag.en {
  font-size: 19px;
}

img.tomanSign_01 {
  height: 19px;
  padding: 0;
  margin: 0 2px 0 0;
}

.item-price-value {
  line-height: 1;
  font-weight: normal;
  margin: 0;
  padding: 4px 0 0;
}

.noBoxShadow {
  box-shadow: 0 0 0 var(--color_gold_1);
}

.footer_01 {
  position: relative;
  width: calc(100% - 100px);
  margin: 18px 0 45px;
  z-index: 1;
}

.footer_02 {
  display: flex;
  justify-content: space-evenly;
  width: min(calc(100% - 36px), 360px);
  margin: 36px auto;
  padding: 18px 0;
  /* background-color: var(--color_green_1); */
  border-radius: 18px;
  box-shadow: 0px 0px 14px -5px var(--color_gold_1);
}

.footer_03 {
  direction: ltr;
  font-family: arial;
  font-size: 13px;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: var(--color_white_1);
  text-shadow: 1px 1px 1px var(--color_green_1);
}

.hr_02 {
  width: min(calc(100% - 36px), 400px);
  margin: 0 auto 36px;
  border: 1.5px inset var(--color_gold_1);
}

#change-language-suggestion-tooltip {
  direction: ltr;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: var(--color_white_1);
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  height: 33px; 
  width: calc(100% - 100px);
  position: fixed;
  bottom: -33px;
}

#change-language-suggestion-tooltip.show {
  bottom: 0px;
  transition: bottom 0.7s ease-out;
}

#change-language-suggestion-tooltip.hide {
  bottom: -33px;
}

#change-language-suggestion-tooltip a,
#change-language-suggestion-tooltip a:hover,
#change-language-suggestion-tooltip a:visited {
  color: var(--color_gold_1);
}

.contactButton_1 {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
}

.contactButton_2 {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
}

.contactLink_01 {
  color: var(--color_orange_1);
}

.contactLink_01:hover {
  color: var(--color_orange_1);
}

.contactLink_01:visited {
  color: var(--color_orange_1);
}


#selected-item-fullscreen-container {
  background-image: linear-gradient(var(--color_white_1) 0%, var(--color_gold_2) 70%, var(--color_white_1) 100%);
  box-sizing: border-box;
  padding: 18px 9px;
  overflow: hidden auto;
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  right: 0px;
  z-index: 4;
  display: none;
  transition: top 0.7s ease-in-out 0s;
  pointer-events: none;
}

#selected-item-fullscreen-container.show {
  top: 0%;
  pointer-events: auto;
}

#selected-item-fullscreen-wrapper {
  width: min(100%, 450px);
  margin: 0 auto;
}

#selected-item-fullscreen-container-close-button {
  width: fit-content;
  position: sticky;
  top: 0px;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0px 1px 4px var(--color_dark_1);
  margin: 0 0 1px;
  padding: 2px 6px 1px;
  font-family: arial;
  font-size: 24px;
  line-height: 1;
  background-color: var(--color_gold_2);
  color: var(--color_green_1);
  cursor: pointer;
  transform: scale(0);
  transition: transform 0.4s ease-in-out 0.3s;
}

#selected-item-fullscreen-container.show #selected-item-fullscreen-container-close-button {
  transform: none;
}

#selected-item-fullscreen-image {
  direction: ltr;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  width: 100%;
  /* aspect-ratio: 1/1; */
  margin: 0px auto 18px;
  /* border: 1px solid var(--color_gold_2); */
  border-radius: 15px;
  transform: scale(0.3);
  transform-origin: 50% 0%;
  transition: transform 0.7s ease-in-out 0s;
}

#selected-item-fullscreen-container.show #selected-item-fullscreen-image {
  transform: none;
}

#selected-item-fullscreen-title {
  color: var(--color_green_1);
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  word-spacing: +1px;
  margin: 0px auto 9px;
  text-align: center;
}

#selected-item-fullscreen-title.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

#selected-item-fullscreen-description {
  color: var(--color_green_1);
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8;
  margin: 0px auto 18px;
}

#selected-item-fullscreen-description.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
}


@font-face {
  font-family: 'Iran Sans Bold';
  src: url('/assets/Iran-Sans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iran Sans';
  src: url('/assets/Iran-Sans-Regular.ttf') format('truetype'),
       url('/assets/Iran-Sans-Web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}