html {
  scroll-behavior: smooth;
}

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

body * {
  -webkit-tap-highlight-color: transparent;
}

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

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

#feedback-button > 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 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0%) scale(0.1);
  border-radius: 15px;
  width: min(90%,610px);
  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;
  margin: 0 0 15px;
  padding: 6px;
  line-height: 1.8;
  font-weight: normal;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  resize: none;
  outline: none; /* important for :focus*/
}

#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;
  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%;
}

.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;
  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%);
  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';
  line-height: 1.8;
  font-size: 18px;
  margin: 0 auto 18px;
}

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

#introGuideText {
  font-family: 'Iran Sans';
  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: auto;
  border-radius: 36px;
  border: none;
  margin: auto auto 0;
}

#gyro-sensor-permission-explain {
  box-sizing: border-box;
  direction: rtl;
  z-index: 9;
  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;
}

#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-user-drag: none;
  -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;
}

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

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

#topHeader_1 > div:nth-child(2) > a {
  display: block;
  width: fit-content;
  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;
}

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

#counter_on_sm_button {
  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;
  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);
  z-index: 3;
  overflow: hidden;
  display: none;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  transition: right 0.6s ease;
}

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

#sm_header {
  line-height: 1;
}

#sm_header_2 {
  font-family: 'Iran Sans Bold';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.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;
  cursor: pointer;
}

#sc_list {
  font-family: 'Iran Sans';
  font-size: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  word-spacing: -0.5px;
}

#sc_list.en {
  direction: ltr;
  word-spacing: normal;
}

.sc_orderedSC {
  width: 100%;
  margin: 18px 0 36px
}

.sc_subBanner {
  font-family: 'Iran Sans Bold';
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  margin: 0 13px;
  word-spacing: 0.5px;
}

.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;
  flex-grow: 1;
}

.sc_item_container {
  line-height: 1;
  margin: 0 13px 0;
  padding: 18px 9px;
}

.sc_item_title {
  direction: rtl;
  font-size: 13px;
  line-height: 1.6;
}

.sc_item_title.en bdo {
  direction: rtl;
  font-size: 13px;
}

.sc_item_title.en,
.sc_item_title:not(.en) bdo {
  direction: ltr;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-size: 15px;
}

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

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

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

#side-menu-order-note,
#side-menu-feedback-note {
  height: auto;
  max-height: 124px; /* 191 for 7 lines */
  display: none;
  font-family: 'Iran Sans';
  font-size: 13px;
  line-height: 1.7;
  width: -webkit-fill-available;
  margin: 13px 13px 0;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 9px;
  resize: none;
  outline: none; /* important for :focus*/
}

#side-menu-feedback-note {
  height: 36px;
  margin: 13px;
  cursor: text;
}

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

#sc_footer {
  box-sizing: border-box;
}

#sc_footer > div:not(#side-menu-feedback-note) {
  font-family: 'Iran Sans';
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 13px 13px;
}

#sc_footer > div:last-child > .buttons {
  padding-bottom: 8px;
}

#sc_footer > div > .buttons {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 13px;
}

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

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

#notifier-wrapper {
  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;
}

#notifier-wrapper.show {
  pointer-events: auto;
  transition: opacity 0.3s ease-in 0s;
  opacity: 1;
}

#notifier {
  font-family: 'Iran Sans';
  font-size: 14px;
  line-height: 1.9;
  padding: 24px 21px 36px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%);
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
}

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

#notifier-wrapper.show #notifier {
  transition: transform 0.4s ease-out 0s;
  transform: translate(50%, 0%);
}

#notifier > p {
  margin: 0 0 18px;
}

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

#notifier-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#notifier.en #notifier-buttons-wrapper {
  flex-direction: row-reverse;
}

#notifier-buttons-wrapper > button {
  cursor: pointer;
  font-family: 'Iran Sans';
  font-size: 16px;
  line-height: 40px;
  padding: 0px 24px;
  touch-action: auto;
  border-radius: 36px;
  border: none;
  margin: 0;
}

#notifier.en #notifier-buttons-wrapper > button {
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
}

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

#sc_submit, #sc_waiter_call {
  text-align: center;
  font-family: 'Iran Sans Bold';
  font-size: 15px;
  line-height: 1.7;
  padding: 6px 18px 5px;
  border-radius: 24px;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

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

#payment-info {
  display: none;
  line-height: 1.7;
  font-family: 'Iran Sans';
  padding: 0px 13px 13px !important;
}

#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-thickness: 2px;
  -webkit-text-decoration-thickness: 2px;
  cursor: pointer;
  animation: underline-blinker-1 1s ease-in-out 0s infinite alternate;
}

.tooltip-1 {
  font-family: 'Iran Sans';
  pointer-events: none;
  width: max-content;
  text-align: center;
  animation: none;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
  font-size: 13px;
  padding: 6px 9px;
  line-height: 1.6;
}

.tooltip-1.en {
  font-family: Helvetica, Arial, sans-serif;
}

#payment-info .tooltip-1, #sc_totalPriceDiv .tooltip-1 {
  position: absolute;
  top: 3px;
  right: 1px;
  border-radius: 15px 15px 15px 0px;
  transform: translate(100%, -100%);
}

#payment-info .tooltip-1.en, #sc_totalPriceDiv .tooltip-1.en {
  right: unset;
  left: 1px;
  border-radius: 15px 15px 0px 15px;
  transform: translate(-100%, -100%);
}

#side-menu-button-tooltip {
  font-size: 14px;
  padding: 9px 12px;
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 15px 15px 0px 15px;
  transform: translate(-100%, -100%) scale(0.3);
  transform-origin: 100% 100%;
  transition: opacity 0.3s ease-in 0s, transform 0.5s cubic-bezier(0.42, 1.22, 0.55, 1.74) 0s, top 0.9s ease, border-radius 0.9s ease;
}

#side-menu-button-tooltip.shown {
  transform: translate(-100%, -100%) scale(1);
}

#side_menu_button.top #side-menu-button-tooltip {
  top: 98px;
  border-radius: 15px 0px 15px 15px;
  transform-origin: 100% 0%;
}

#side_menu_button.top #side-menu-button-tooltip.en {
  font-size: 15px;
  top: 77px;
}

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

.scrollMenu_01.fixed {
  position: fixed;
  top: 0;
}

.scrollMenu_02 {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  transition: left 0.6s ease;
  overflow: hidden auto;
  overscroll-behavior: contain;
}

.scrollMenu_02 > ul {
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 0;
}

.scrollMenu_02.no-icon > ul {
  margin: 0;
}

.scrollMenu_02 > ul:first-of-type {margin-top: 0;}

.scrollMenu_02 > ul:last-of-type {margin-bottom: 0;}

.scrollMenu_02.no-icon {
  padding: 1px 0;
}

.scrollMenu_01.sm-open .scrollMenu_02 {
  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: 18px 0 0;
  margin: 0;
  overflow: hidden auto;
  overscroll-behavior: contain;
}

.scrollMenu_01.sm-open .scrollMenu_03 {
  left: 0%;
}
  
.menu-tab {
  font-family: 'Iran Sans Bold';
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  width: 80px;
  padding: 0 1px;
  border: 1px solid transparent;
  margin: 2px auto;
  text-decoration: none;
  border-radius: 18px;
  cursor: pointer;
  background: none;
  line-height: 1.6;
  word-spacing: 1px;
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
}

.menu-tab:not(.en) bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.menu-tab:first-of-type {
  margin-top: 0;
}

.menu-tab:last-of-type {
  margin-bottom: 0;
}

.scrollMenu_02.no-icon .menu-tab {
  margin: 0;
  padding: 0 2px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
}

.menu-tab.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  word-spacing: normal;
}

.menu-tab.en bdo {
  direction: rtl;
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  word-spacing: 1px;
}

.menu-tab > * {
  display: block;
  text-decoration: none;
  padding: 12px 0px 8px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

.scrollMenu_02.no-icon .menu-tab {
  border-radius: 18px 0 0 18px;
}

.scrollMenu_02.no-icon .menu-tab > * {
  padding: 13px 0px 11px;
}

.scrollMenu_02.no-icon .menu-tab:not(.highlight) > * {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}

#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;
  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;
  line-height: 1;
}

.menutab_04 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 27px auto;
  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 {
  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 {
  font-size: 14px;
}

#sc_submit:active {
  box-shadow: none;
}

.menu-tab .icon {
  display: block;
  margin: 0 auto 8px;
  height: 45px;
  border-radius: 50%;
  pointer-events: none;
}

.scrollMenu_02.no-icon .menu-tab .icon {
  display: none;
}

.menulist_01 {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 210px 14px 0px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 0;
}

.menulist_01:first-of-type {
  padding-top: 31px;
}

.menulist_01:last-of-type {
  padding-bottom: 270px;
}

.listBanner_01 {
  /* position: sticky;
  top: -33px;
  z-index: 1; */
  box-sizing: border-box;
  border-radius: 18px;
  font-family: 'Iran Sans Bold';
  font-size: 18px;
  word-spacing: 2px;
  font-weight: normal;
  width: 100%;
  /* height: 78px; */
  padding: 18px 0 0;
  margin: 0;
}

.listBanner_01 > h2 {
  /* position: sticky;
  top: 0px; */
  margin: 0 12px 0;
  padding: 0;
  line-height: 30px;
  font-size: inherit;
  font-weight: inherit;
}

.listBanner_01:not(.en) > h2 bdo {
  direction: ltr;
  font-size: 17px;
  font-weight: bold;
}

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

.listBanner_01:not(.en) > p bdo {
  direction: ltr;
  font-size: 14px;
}

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

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

.listBanner_01.en > h2 bdo {
  direction: rtl;
  font-family: 'Iran Sans Bold';
  font-size: 17px;
  word-spacing: 2px;
  font-weight: normal;
}

.listBanner_01.en > p {
  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;
  word-spacing: normal;
}

.listBanner_01.en > p bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -1px;
}

.itemContainer_01 {
  /*position: sticky;
  top: 28px;*/
  position: relative;
  overflow: hidden;
  direction: rtl;
  width: 100%;
  max-width: 313px;
  height: max-content;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding: 12px;
  border-collapse: collapse;
  border-radius: 16px;
  z-index: 0;
  transform-origin: center 0%;
  transition: opacity 0.4s ease-out 0s;
  cursor: pointer;
}

@media screen and (min-width: 736px) and (max-width: 1023px) {
  .itemContainer_01 {
    width: calc(50% - 7px);
  }
}

@media screen and (min-width: 1024px) {
  .itemContainer_01 {
    width: 289px;
  }
}

.txtAlgR {
  text-align: right;
}

.txtAlgL {
  text-align: left;
}

.txtAlgC {
  text-align: center;
}

.item-photo-and-variant {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item-photo-and-variant.en {
  flex-direction: row-reverse;
}

.item-photo-and-variant > .item-variant {
  margin: 0; 
  padding: 0;
  min-width: 110px;
  max-width: 141px;
  flex-shrink: 0;
}

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

.itemContainer_01 > .item-variant,
#selected-item-fullscreen-container .item-variant {
  margin: 13px 0 0;
  padding: 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

#selected-item-fullscreen-container .item-variant:last-child {
  padding-bottom: 13px;
}

.item-variant-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 13px;
  word-spacing: -1px;
  line-height: 1.7;
  text-align: right;
}

.item-photo-and-variant > .item-variant > .item-variant-header {
  margin: 0 0 9px;
  max-width: 110px;
}

.no-photo.item-photo-and-variant > .item-variant > .item-variant-header {
  max-width: unset;
}

.itemContainer_01 > .item-variant > .item-variant-header {
  margin: 0;
  justify-content: flex-start;
}

#selected-item-fullscreen-container .item-variant-header {
  margin: 0;
  justify-content: flex-start;
}

#selected-item-fullscreen-table {
  overflow: auto hidden;
  overscroll-behavior: none;
  margin-top: 21px;
}

#selected-item-fullscreen-table.en {
  direction: ltr;
}

.item-table {
  width: max-content;
  border: 1px solid;
  border-collapse: collapse;
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -1px;
}

.item-table > tr > * {
  width: max-content;
  border: 1px solid;
  line-height: 30px;
  padding: 0 9px;
  text-align: right;
  word-spacing: -1px;
}

.item-table > tr > *:not(.en) bdo {
  direction: ltr;
  font-size: 15px;
}

.item-table > tr > *.en {
  direction: ltr;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  word-spacing: normal;
}

.item-table > tr > *.en bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -1px;
}

.item-variant-header.en {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
}

.item-variant-header:not(.en) bdo {
  direction: ltr;
  font-size: 15px;
}

.item-variant-header.en bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 13px;
}

.additive-select {
  font-family: 'Iran Sans';
  font-size: 13px;
  word-spacing: -1px;
  max-width: 108px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
}

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

.item-photo-and-variant > .item-variant > .item-price-and-counter-container {
  text-align: center;
}

.itemContainer_01 > .item-variant > .item-price-and-counter-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.itemContainer_01 > .item-variant > .item-price-and-counter-container.en {
  flex-direction: unset;
}

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

.item-photo-and-variant > .item-description-wrapper,
.item-photo-and-variant > .item-variant .item-description-wrapper {
  width: 110px;
  max-height: 154px;
  position: relative;
  overflow: hidden;
  font-family: 'Iran Sans';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  word-spacing: -0.5px;
  line-height: 22px;
  text-align: right;
}

.item-photo-and-variant > .item-variant .item-description-wrapper.m:not(:last-child) {
  max-height: 88px;
  margin-bottom: 18px;
}

.item-description {
  margin: 0;
}

.item-description-wrapper:not(.en) bdo,
.item-info:not(.en) .item-description bdo {
  direction: ltr;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  word-spacing: normal;
}

.item-description-wrapper.en bdo,
.item-info.en .item-description bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-size: 12px;
  word-spacing: normal;
  word-spacing: -0.5px;
}

.item-info.en,
.item-photo-and-variant > .item-description-wrapper.en {
  text-align: left;
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  word-spacing: 0px;
}

.itemContainer_01.one-line > .item-info {
  margin: 0;
}

.itemContainer_01.one-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.itemContainer_01.one-line > .item-variant {
  flex-grow: 1;
}

.itemContainer_01.one-line > .item-variant > .item-price-and-counter-container {
  justify-content: flex-end;
  gap: 6px;
}

/* .itemContainer_01.one-line > .item-variant .item-price-tag {
  margin: 0 auto;
} */

.info-overflow > .item-info {
  clip-path: polygon(0% 0%, 100% 0%, 100% 44px, 52px 44px, 52px 22px, 0% 22px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 44px, 52px 44px, 52px 22px, 0% 22px);
}

.info-overflow > .item-info.en {
  clip-path: polygon(0% 0%, 100% 0%, 100% 22px, calc(100% - 52px) 22px, calc(100% - 52px) 44px, 0% 44px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 22px, calc(100% - 52px) 22px, calc(100% - 52px) 44px, 0% 44px);
}

.info-overflow > .item-photo-and-variant > .item-description-wrapper > .item-description {
  clip-path: polygon(0% 0%, 100% 0%, 100% 154px, 52px 154px, 52px 132px, 0% 132px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 154px, 52px 154px, 52px 132px, 0% 132px);
}

.info-overflow > .item-photo-and-variant > .item-description-wrapper.en > .item-description {
  clip-path: polygon(0% 0%, 100% 0%, 100% 132px, calc(100% - 52px) 132px, calc(100% - 52px) 154px, 0% 154px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 132px, calc(100% - 52px) 132px, calc(100% - 52px) 154px, 0% 154px);
}

.info-overflow > .item-photo-and-variant > .item-variant > .item-description-wrapper > .item-description {
  clip-path: polygon(0% 0%, 100% 0%, 100% 88px, 52px 88px, 52px 66px, 0% 66px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 88px, 52px 88px, 52px 66px, 0% 66px);
}

.info-overflow > .item-photo-and-variant > .item-variant > .item-description-wrapper.en > .item-description {
  clip-path: polygon(0% 0%, 100% 0%, 100% 66px, calc(100% - 52px) 66px, calc(100% - 52px) 88px, 0% 88px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 66px, calc(100% - 52px) 66px, calc(100% - 52px) 88px, 0% 88px);
}

.item-info > * {
  display: inline;
  unicode-bidi: unset;
}

.itemTitle_01 {
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  word-spacing: 1.5px;
  /*vertical-align: middle;*/ /*works when line-height is set in something other than x times, e.g. will not work with 1.8 */
  margin: 0 1px 0 0;
}

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

.itemTitle_01:not(.en) bdo {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  word-spacing: normal;
}

.itemTitle_01.en bdo {
  direction: rtl;
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 14px;
  word-spacing: 1.5px;
}

.item-info > span:nth-child(2) {
  letter-spacing: 15px;
}

.read-more-1 {
  box-sizing: border-box;
  border: unset;
  font-family: 'Iran Sans';
  font-size: 12px;
  display: none;
  position: absolute;
  top: 31.6px;
  left: 12px;
  cursor: pointer;
  line-height: 20px;
  text-decoration: underline;
}

.read-more-1.en {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  left: unset;
  right: 15px;
}

.item-description-wrapper > .read-more-1 {
  top: unset;
  line-height: 22px;
  bottom: 0px;
  left: 0px;
}

.item-description-wrapper > .read-more-1.en {
  top: unset;
  left: unset;
  right: 0px;
}

.info-overflow .read-more-1 {
  display: unset;
}

.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: calc(100% - 120px);
  border-radius: 15px;
}

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

.item-counter-container {
  direction: ltr;
  position: relative;
  width: max-content;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.item-photo-and-variant > .item-variant > .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;
  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;
  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,
.item-price-tag-before {
  direction: ltr;
  font-family: 'Iran Sans';
  font-size: 16px;
  width: max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  text-align: center;
  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;
}

.item-photo-and-variant > .item-variant > .item-price-and-counter-container > .item-price-tag,
.item-photo-and-variant > .item-variant > .item-price-and-counter-container > .item-price-tag-before {
  margin: 0 auto 6px;
}

#selected-item-fullscreen-container .item-price-and-counter-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  flex-grow: 1;
  gap: 6px;
}

#selected-item-fullscreen-container .item-price-and-counter-container.en {
  flex-direction: row;
}

.item-price-tag.en,
.item-price-tag-before.en {
  font-size: 17px;
}

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

.item-price-value,
.item-price-before,
.discount-announce {
  position: relative;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  padding: 4px 0 0;
}

.discount-announce {
  font-size: 13px;
  padding: 4px 6px 1px;
  border-radius: 10px;
  margin: 0 0 0 5px;
}

.item-price-tag-before.en > .discount-announce {
  font-size: 14px;
}

.item-price-before {
  /* text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-thickness: 1px; */
}

.item-price-before:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 36%;
  border-top: 2px solid;
  border-color: inherit;
  transform: rotate(-10deg);
}

.noBoxShadow {
  box-shadow: unset;
}

.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;
  border-radius: 18px;
}

.footer_03 {
  direction: ltr;
  font-family: arial;
  font-size: 13px;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

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

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

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

#selected-item-fullscreen-container {
  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%;
  margin: 0 0 1px;
  padding: 2px 6px 1px;
  font-family: arial;
  font-size: 24px;
  line-height: 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-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;
}

.fullscreen-item-photo {
  transition: filter 0.7s ease-in, -webkit-filter 0.7s ease-in;
}

.fullscreen-item-photo.blur {
  filter: blur(12px);
  -webkit-filter: blur(12px);
}

#selected-item-fullscreen-title {
  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 bdo {
  direction: rtl;
  font-family: 'Iran Sans Bold';
  font-weight: normal;
  font-size: 16px;
  word-spacing: 1px;
}

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

#selected-item-fullscreen-title:not(.en) bdo {
  direction: ltr;
  font-size: 15px;
}

#selected-item-fullscreen-description {
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8;
  margin: 0px auto 9px;
  text-align: justify;
  word-spacing: -1px;
}

#selected-item-fullscreen-description.en bdo {
  direction: rtl;
  font-family: 'Iran Sans';
  font-weight: normal;
  font-size: 14px;
  word-spacing: -1px;
}

#selected-item-fullscreen-description.en {
  direction: ltr;
  line-height: 1.6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  word-spacing: normal;
}

#selected-item-fullscreen-description:not(.en) bdo {
  direction: ltr;
  font-size: 14px;
}


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