@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/woff/IRANSansXFaNum-Light.woff") format("woff"), url("/fonts/woff2/IRANSansXFaNum-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/woff/IRANSansXFaNum-Medium.woff") format("woff"), url("/fonts/woff2/IRANSansXFaNum-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/woff/IRANSansXFaNum-Bold.woff") format("woff"), url("/fonts/woff2/IRANSansXFaNum-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/woff/IRANSansXFaNum-Regular.woff") format("woff"), url("/fonts/woff2/IRANSansXFaNum-Regular.woff2") format("woff2");
  font-display: swap;
}
html > * {
  font-family: IRANSansX, serif !important;
}

button {
  font-family: IRANSansX, serif !important;
}

body {
  overflow-x: hidden;
  direction: rtl;
  color: #434343;
  background-color: #ffffff;
  text-align: right;
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  scrollbar-width: none; /* Firefox 64 */
  scrollbar-height: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */
}
body::-webkit-scrollbar { /** WebKit */
  display: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

hr {
  height: 1px;
  text-decoration: none;
  border: none;
  background-color: #e1e1e1;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
#loading-box {
  display: flex;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  align-items: center;
  justify-content: center;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.loading-img {
  display: block;
  width: 14vw;
  height: 14vw;
  animation: rotate 4s linear infinite;
}

.hr-dark {
  background-color: gray;
}

.bold {
  font-weight: 600;
}

.h1 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.2em;
}

.h3 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

.h4 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
}

.t4 {
  font-size: 0.8em;
}

.t3 {
  font-size: 0.9em;
  line-height: 1.5em;
}

.t2 {
  font-size: 1.1em;
}

.t1 {
  font-size: 1.2em;
}

.pink {
  color: #ee3d78;
}

.center-split {
  display: flex;
  justify-content: flex-start;
}

.center-split > * {
  width: 50%;
}

.m-w-1 {
  margin-left: 3vw;
  margin-right: 3vw;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-1 {
  margin-top: 3vw;
}

.m-t-2 {
  margin-top: 4.5vw;
}

.m-t-3 {
  margin-top: 6vw;
}

.m-t-4 {
  margin-top: 14vw;
}

.p-1 {
  padding: 3vw;
}

.p-w-1 {
  padding-left: 3vw;
  padding-right: 3vw;
}

.p-h-half {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.p-h-1 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.m-h-2 {
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.img16 {
  width: 3vw;
  height: 3vw;
}

.img32 {
  width: 7vw;
  height: 7vw;
}

.color-gold {
  color: #ee3d78;
}

.color-gray-1 {
  color: #A9B6AD;
}

.bg-gray-1 {
  background-color: #F1F1F1;
}

.bg-gray-2 {
  background-color: #dee2e6;
}

.full-width {
  width: 100%;
}

.x-scroll {
  width: 100%;
  height: fit-content;
  overflow-x: auto;
}

.side-padding {
  padding: 0 2vw 0 3vw;
  height: fit-content;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}

.flex-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.ltr {
  direction: ltr;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.title-box-1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.title-box-1 > .right {
  flex: 1;
  display: block;
  text-align: left;
  height: 1.3em;
}

.title-box-1 > .left {
  display: block;
  height: 1.3em;
}

.border-bottom {
  border-bottom: 2px solid #b1b1b1;
}

.border-bottom-slim {
  border-bottom: 1px solid #b1b1b1;
}

.product-linear-list {
  display: flex;
  flex-direction: row;
  width: fit-content;
}

.head-bar {
  position: fixed;
  top: 0;
  padding: 0;
  left: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 11vw;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  z-index: 5;
}

.head-bar > .left {
  direction: ltr;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  flex: 1;
}

.head-bar > .center {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  flex: 1;
  text-align: center;
}

.head-bar > .center > * {
  display: block;
}

.head-bar > .right {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  flex: 1;
}

.head-search {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/images/flaticon-mobile/icon-app-search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2vw;
}

.head-shop-bag {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/images/flaticon-mobile/icon-shopping-bag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2vw;
  position: relative;
}

.head-shop-bag > .count {
  display: none;
  position: absolute;
  right: -3vw;
  top: -2vw;
  width: 5vw;
  height: 5vw;
  font-size: 2.8vw;
  font-weight: bolder;
  background-color: #ee3d78;
  color: white;
  text-align: center;
  line-height: 5vw;
  border-radius: 3vw;
}

.head-menu {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/images/flaticon-mobile/icon-menu.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2vw;
}

.head-profile {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/images/flaticon/icon-login.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2vw;
}

.head-back {
  height: 6.5vw;
  width: 6.5vw;
  background-image: url("/images/application/ar_icon_app-21.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 2vw;
  z-index: 12;
}

.head-space {
  display: block;
  width: 100vw;
  height: 0;
  margin: 11vw;
}

.head-bar-2 {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  height: 10vw;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  padding: 0 2vw;
  font-size: 4vw;
  line-height: 10vw;
}

.head-bar-2 > .left {
  display: block;
  width: 50vw;
  text-align: center;
  border-bottom: 2px solid transparent;
  color: gray;
}

.head-bar-2 > .left.active {
  border-bottom: 2px solid black;
  color: black;
  font-weight: bold;
}

.head-bar-2 > .right {
  display: block;
  width: 50vw;
  text-align: center;
  border-bottom: 2px solid transparent;
  color: gray;
}

.head-bar-2 > .right.active {
  border-bottom: 2px solid black;
  color: black;
  font-weight: bold;
}

.head-bar-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 10vw;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
  padding: 0 2vw;
  font-size: 4vw;
}

.head-bar-3 > * {
  width: 33%;
  height: 7vw;
  text-align: center;
  line-height: 7vw;
}

.head-bar-3 :nth-child(2) {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.space-for-footer {
  height: 16vw;
}

.main-logo {
  height: 90%;
  width: 25vw;
}

.footer-bar {
  background-color: black;
  position: fixed;
  bottom: -100px;
  padding-bottom: 100px;
  z-index: 10;
  width: 100%;
  height: 15vw;
  display: flex;
  justify-content: space-between;
  color: #e1e1e1;
}

.footer-bar > a {
  width: 18vw;
  height: 100%;
  display: block;
  text-align: center;
}

.footer-bar > a > img {
  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
  filter: invert(100%);
  height: 6vw;
  width: 6vw;
  margin-top: 2vw;
}

.footer-bar > a > div {
  margin-top: 1vw;
  font-size: 0.9em;
}

.cursor-pointer {
  cursor: pointer;
}

.main-title {
  width: fit-content;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 6.5vw;
  padding: 0 1.5vw 1.5vw 3vw;
  border-bottom: 2px solid #ee3d78;
}

.header-sub-page {
  position: fixed;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 6vw;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: row;
  align-items: stretch;
  background-color: white;
  z-index: 10;
}

.header-sub-page > div {
  flex: 1;
  padding: 0 2vw;
  line-height: 12vw;
  white-space: nowrap;
}

#vertical-menu {
  position: fixed;
  left: 0;
  top: 10vw;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: stretch;
  z-index: 2;
}

#vertical-menu > .left-side {
  flex: 2;
  height: 90%;
  background-color: #2f2f2f;
  opacity: 1;
  filter: blur(0px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

#vertical-menu > .left-side > * > a {
  font-size: 2.9vw;
  padding: 2vw 8vw 2vw 0;
  width: 100%;
  height: 3vw;
  display: flex;
  align-items: center;
  color: #e3e3e3;
  font-weight: 400;
}

#vertical-menu > .left-side > div > b {
  border-top: 1px solid #7b7b7b;
  font-size: 3.2vw;
  font-weight: 600;
  padding: 3vw 4vw 3vw 0;
  width: 100%;
  height: 5vw;
  display: flex;
  align-items: center;
  color: #f5f5f5;
}

#vertical-menu > .right-side {
  flex: 1;
  height: 100%;
  opacity: 0.9;
  background-color: #444;
  -webkit-box-shadow: inset -35px 0px 21px -16px #2f2f2f;
  box-shadow: inset -35px 0px 21px -16px #2f2f2f;
}

#fullPageSearch {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: white;
}
#fullPageSearch .search-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2vw;
}
#fullPageSearch .search-bar input {
  width: 80vw;
  height: 7vw;
  background: white;
  border-radius: 1.5vw;
  border: 1px solid #f3f3f3;
  color: #292929;
  direction: rtl;
  margin: 2vw 5vw;
  font-size: 3vw;
  font-family: IRANSansX;
  font-size: 3.2vw;
  padding: 2vw 4vw;
}
#fullPageSearch .search-bar img {
  height: 4vw;
}
#fullPageSearch #SearchResult {
  width: 90vw;
  margin: 0 5vw;
}

#modal-install-app {
  display: none;
  position: fixed;
  top: 30vw;
  left: 1vw;
  right: 1vw;
  width: 98vw;
  height: 55vw;
  background-color: white;
  border-radius: 4vw;
  padding: 7vw 0 3vw;
  text-align: center;
  z-index: 50;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.2);
}
#modal-install-app .close-btn {
  position: absolute;
  left: 3vw;
  top: 3vw;
}

.certificate {
  width: 95%;
  height: 30vw;
  padding: 1vw;
  display: flex;
  justify-content: space-around;
}

#enamad {
  width: 28vw !important;
  height: 28vw !important;
  display: block !important;
  border-radius: 4vw;
  background-color: white;
  text-align: center;
  padding: 0 !important;
}

#rgvjjxlzoeukrgvjwlaoesgt {
  width: 28vw !important;
  height: 28vw !important;
  display: block;
  border-radius: 4vw;
  background-color: white;
  text-align: center;
}

#AuL7c3bJoXeBemHwIP7o {
  width: 100%;
  height: 100%;
}

.image-over {
  transform: rotate(45deg);
  height: 75%;
  width: 75%;
  left: 0;
}