/* colors */
/*
0 2px 2px #1a1a1a
1px #af9433 solid
1px #B5B5B5 solid
1px #e1e1e1 solid
1px #e2e2e2 solid
1px solid #cacece
1px solid #dee2e6
1px solid #e1e1e1
2px solid #000000
2px solid #434343
2px solid #af9433
 solid #ccc 1px
*/
@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;
}

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  direction: rtl;
  line-height: 1vw;
  color: #434343;
  background-color: #ffffff;
  font-family: IRANSansX, serif !important;
}

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

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

button {
  font-family: IRANSansX, serif;
  cursor: pointer;
}

span {
  display: inline-block;
}

img {
  min-height: 10px;
}

.main-logo {
  width: 11vw;
  margin: 0.5vw 0;
  height: fit-content;
}

.top-link {
  position: fixed;
  right: 2vw;
  bottom: -4vw;
  width: 4vw;
  height: 4vw;
  padding: 0;
  margin: 0;
}

.top-link > img {
  width: 100%;
  height: 100%;
}

.color-white-7 {
  color: #E1E1E1;
}

.color-white {
  color: #FFFFFF;
}

.color-gold {
  color: #b40024;
}

.color-gray-700 {
  color: #464646;
}

.h3 {
  font-size: 1.8vw;
  font-weight: bolder;
  line-height: 3.6vw;
}

.h4 {
  font-size: 1.3vw;
  font-weight: bolder;
  line-height: 2.6vw;
}

.h5 {
  font-size: 1.2vw;
  font-weight: bolder;
  line-height: 2.4vw;
}

.h6 {
  font-size: 1.1vw;
  font-weight: bolder;
  line-height: 2.2vw;
}

.h7 {
  font-size: 1vw;
  font-weight: bolder;
  line-height: 2vw;
}

.h8 {
  font-size: 0.9vw;
  font-weight: bolder;
  line-height: 1.8vw;
}

.h9 {
  font-size: 0.8vw;
  font-weight: bolder;
  line-height: 1.6;
}

.t1 {
  font-size: 1.6vw;
  line-height: 1.5vw;
}

.t2 {
  font-size: 1.1vw;
  line-height: 2.2vw;
}

.t3 {
  font-size: 1vw;
  line-height: 2vw;
}

.t4 {
  font-size: 0.9vw;
  line-height: 1.8vw;
}

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

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

.img64 {
  width: 2vw;
  height: 2vw;
}

.img75 {
  width: 2.5vw;
  height: 2.5vw;
}

.img128 {
  width: 4vw;
  height: 4vw;
}

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

.full-width {
  width: 100% !important;
}

.bg-black {
  background-color: #000;
}

.bg-lightgray {
  background-color: #F2F2F2;
}

.bg-white {
  background-color: #fff;
}

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

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

.text-right {
  text-align: right !important;
}

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

.rtl {
  text-align: right;
  direction: rtl;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-1 {
  padding: 1vw;
}

.padding-h-1 {
  padding: 1vw 0;
}

.padding-w-1 {
  padding: 0 1vw;
}

.padding-w-2 {
  padding: 0 2vw;
}

.padding-r-1 {
  padding-right: 2vw;
}

.padding-r-5 {
  padding-right: 10vw;
}

.padding-l-1 {
  padding-left: 2vw;
}

.padding-l-5 {
  padding-left: 10vw;
}

.margin-h-1 {
  margin: 1vw 0;
}

.margin-h-2 {
  margin: 2vw 0;
}

.margin-zero {
  margin: 0;
}

.margin-t-half {
  margin-top: 0.3vw;
}

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

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

.margin-t-2 {
  margin-top: 2.5vw;
}

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

.margin-w-half {
  margin: 0 0.3vw;
}

.margin-w-1 {
  margin: 0 1vw;
}

.margin-w-2 {
  margin: 0 2vw;
}

.border-right {
  border-right: 0.1vw solid #434343;
}

.border-left {
  border-left: 0.1vw solid #434343;
}

.border {
  border: 0.1vw solid #dee2e6;
}

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

.inline-left {
  width: 100%;
  display: flex;
}

.inline-right {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-page {
  width: 100%;
  height: fit-content;
  display: flex;
  padding: 1vw 0;
  justify-content: space-around;
}

.footer-page > div {
  width: 15vw;
}

.upper-footer {
  width: 85vw;
  margin-right: 2.5vw;
  height: fit-content;
  display: flex;
}

.upper-footer > a {
  width: 19vw;
  display: block;
}

@media (max-aspect-ratio: 16/9) {
  .side-padding {
    width: 95vw;
    margin-right: 1.75vw;
    overflow: hidden;
    display: block;
  }
}
@media (min-aspect-ratio: 6/4) {
  .side-padding {
    width: 85vw;
    padding: 0 7.5vw;
    height: fit-content;
    overflow: hidden;
    display: block;
  }
}
.navigation-bar {
  display: block;
  height: 2vw;
  padding: 1.5vw 8vw 0.5vw 0;
  background-color: #f1f1f1;
  font-size: 0.9vw;
  font-weight: bold;
  color: #a1a1a1;
  line-height: 1vw;
}

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

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

.center-split-55-45 {
  display: flex;
}

.center-split-55-45 > *:first-child {
  width: 55%;
}

.center-split-55-45 > *:last-child {
  width: 45%;
}

.center-split-45-55 {
  display: flex;
}

.center-split-45-55 > *:first-child {
  width: 45%;
}

.center-split-45-55 > *:last-child {
  width: 55%;
}

.center-split-40-60 {
  display: flex;
}

.center-split-40-60 > *:first-child {
  width: 40%;
}

.center-split-40-60 > *:last-child {
  width: 60%;
}

.center-split-30-70 {
  display: flex;
}

.center-split-30-70 > *:first-child {
  width: 30%;
}

.center-split-30-70 > *:last-child {
  width: 70%;
}

.center-split-20-80 {
  display: flex;
}

.center-split-20-80 > *:first-child {
  max-width: 79%;
  display: block;
}

.center-split-20-80 > *:last-child {
  max-width: 20%;
  display: block;
}

.center-split-70-30 {
  display: flex;
}

.center-split-70-30 > *:first-child {
  width: 70%;
}

.center-split-70-30 > *:last-child {
  width: 30%;
}

.main-title {
  width: fit-content;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 2.3vw;
  padding: 0 0.5vw 0.5vw 1vw;
  border-bottom: 2px solid #b40024;
}

.menu {
  display: flex;
  flex-direction: row;
  width: 83%;
  margin: 0 7% 0 21%;
  height: 3.5vw;
}

.menu > ul {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-start;
  height: 2vw;
  margin: 0.7vw 0 0 0;
  padding: 0;
  width: 92%;
}

.menu > ul > li {
  line-height: 2vw;
  list-style: none;
}

.menu > ul > li:hover {
  color: #b40024 !important;
}

.menu > span {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 4%;
  height: 2vw;
  margin-top: 0.5vw;
}

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

.menu-shopping-bag > .count {
  display: none;
  position: absolute;
  right: -0.5vw;
  top: -0.5vw;
  width: 1.5vw;
  height: 1.5vw;
  font-size: 0.7vw;
  font-weight: bolder;
  background-color: #b40024;
  color: white;
  text-align: center;
  line-height: 1.3vw;
  border-radius: 1vw;
}

.bg-transparent {
  direction: ltr;
  position: absolute;
  top: 8vw;
  width: 100%;
  height: 1000%;
  background-color: black;
  opacity: 70%;
  z-index: 100;
}

.mega-menu {
  position: absolute;
  right: 5vw;
  top: 7.9vw;
  width: 90%;
  background-color: white;
  z-index: 1000;
  padding: 0;
  display: block;
}

.mega-menu-head {
  background-color: #eee;
  min-height: 4vw;
  color: #212529;
  border-bottom: 2px solid #b40024;
  display: flex;
  padding: 0 1vw;
  margin-top: 0;
  position: relative;
}

.mega-menu-head > li {
  display: block;
  width: 11.1%;
  line-height: 1.5vw;
  margin: auto 0;
  font-weight: bold;
  font-size: 0.9vw;
  list-style: none;
  transition: 0.3s;
}

.mega-menu-head > li:hover {
  color: #b40024;
}

.mega-menu-body {
  display: flex;
  padding: 0 1vw;
}

.mega-menu-h-scroll {
  max-height: 25vw;
  overflow-y: auto;
  /*margin: -1vw 0 0 0;*/
}

.mega-menu-body > ul {
  display: block;
  width: 11.1%;
  font-size: 0.9vw;
  padding: 0;
  /*margin: -1vw 0 0 0 ;*/
}

.mega-menu-body > ul > li {
  list-style: none;
  line-height: 2vw;
  transition: 0.3s;
}

.mega-menu-body > ul > li:hover {
  color: #b40024;
}

.display-hide {
  display: none !important;
  visibility: hidden !important;
}

.cursor-pointer {
  cursor: pointer;
}

.error-list {
  width: 100%;
  direction: rtl;
  text-align: right;
}

.error-list > ul {
  margin: 0;
  padding: 0;
}

.error-list > ul > li {
  font-size: 0.9vw;
  color: #961929;
}

.prd-list {
  display: block;
  margin-bottom: 0.4vw;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.prd-list > .product-box {
  display: flex;
  column-gap: 0.7vw;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */
  padding-top: 0.5vw;
}
.prd-list > .product-box::-webkit-scrollbar { /** WebKit */
  display: none;
}

.pro-more {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.pro-more:first-child {
  background-image: url("/images/flaticon/icon-left-mark.svg");
}

.pro-more:last-child {
  background-image: url("/images/flaticon/icon-right-mark.svg");
}

.menu-search-btn {
  position: relative;
}

.menu-search-btn > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.menu-search-btn > .search-box {
  position: absolute;
  left: 3vw;
  top: 0;
  height: 2.2vw;
  width: 0;
  font-size: 1vw;
  text-decoration: none;
  border: none;
  padding: 0.3vw 0;
  margin: 0;
  border-bottom: 2px solid #dee2e6;
  outline: none;
  z-index: 1;
  transition: 0.2s;
}

.menu-search-btn > .search-box:focus {
  border-bottom-color: #c1c9d0;
  outline: none;
}

.menu-search-btn > .fast-search-result-box {
  display: none;
  background-color: white;
  border-radius: 1vw;
  z-index: 5;
  position: absolute;
  top: 4vw;
  left: 0;
  width: 24vw;
  height: fit-content;
  min-height: 11vw;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.26);
}

#AuL7c3bJoXeBemHwIP7o {
  width: 8vw;
  height: 8vw;
  margin-left: 2vw;
  cursor: pointer;
}

#rgvjjxlzoeukrgvjwlaoesgt {
  width: 8vw;
  height: 8vw;
  margin-left: 2vw;
  cursor: pointer;
}