@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSansWeb-FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSansWeb-FaNum-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSansWeb-FaNum-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --it-ff-body: "IRANSans", Tahoma, sans-serif;
  --it-ff-heading: "IRANSans", Tahoma, sans-serif;
}

html,
body {
  direction: rtl;
  text-align: right;
}

/* پنجره تبلیغاتی قالب آماده، هنگام ورود هدر فروشگاه را می‌پوشاند. */
.subscribe-popup {
  display: none !important;
}

button,
input,
textarea,
select {
  font-family: "IRANSans", Tahoma, sans-serif;
}

.it-header-top-contact a,
.it-header-top-login a {
  color: #6a6d7a;
}

.it-header-top-contact i,
.it-header-top-login i {
  margin-left: 7px;
  margin-right: 0;
}

.it-header-top-text {
  text-align: center;
}

.behbodbartar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.behbodbartar-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 50%;
}

.behbodbartar-brand span {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.behbodbartar-brand strong {
  color: var(--it-theme-1);
  font-size: 21px;
  font-weight: 700;
}

.behbodbartar-brand small {
  color: var(--it-theme-2);
  font-size: 11px;
  margin-top: 3px;
}

.it-header-main-menu > nav > ul {
  justify-content: center;
}

.it-header-main-menu > nav > ul > li {
  margin-left: 28px;
  margin-right: 0;
}

.it-header-main-menu > nav > ul > li:last-child {
  margin-left: 0;
}

.it-header-main-menu .submenu {
  right: 0;
  left: auto;
  text-align: right;
}

.it-header-search-box input {
  padding: 0 48px 0 20px;
  text-align: right;
}

.it-header-search-icon {
  right: 18px;
  left: auto;
}

.it-header-shop.ml-30 {
  margin-left: 0 !important;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .behbodbartar-brand img {
    width: 54px;
    height: 54px;
  }

  .behbodbartar-brand strong {
    font-size: 17px;
  }
}
