﻿@charset "UTF-8";
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 5px;
}
body.rtl .sidebar__box .sidebar__container .main-menu {
  border-top: 1px solid #09028c;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:first-child {
  height: 47px;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:first-child > a {
  display: block;
}
body.rtl .sidebar__box .sidebar__container .main-menu > li:first-child a:after {
  content: "\f015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 15px !important;
  color: #ff8b24;
}
@media (max-width: 991px) {
  body.rtl .sidebar__box .sidebar__container .main-menu > li:first-child a:after {
    display: none;
  }
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  height: 100%;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.open.position--right {
  transform: translate3d(-300px, 0, 0);
}
.body__container.open.position--left {
  transform: translate3d(300px, 0, 0);
}

.sidebar__box {
  padding: 0 12px;
}
.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: center;
}
.sidebar__box .sidebar__container {
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 2000000003;
  background-color: white;
}
.sidebar__box .sidebar__container .after,
.sidebar__box .sidebar__container .before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.sidebar__box .sidebar__container .before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  filter: blur(50px);
}
.sidebar__box .sidebar__container .after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.sidebar__box .sidebar__container.open .main-menu > li a {
  font-size: 15px;
}
.sidebar__box .sidebar__container.open .main-menu > li a .fa {
  float: left;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #aa0000;
}
.sidebar__box .sidebar__container .logo {
  display: block;
}
.sidebar__box .sidebar__container .logo img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.sidebar__box .sidebar__container .main-menu .angle {
  transition: all 200ms;
  margin: 0px 5px;
  vertical-align: middle;
}
.sidebar__box .sidebar__container .main-menu .angle.angle-up {
  transform: rotateZ(180deg);
}
.sidebar__box .sidebar__container .main-menu a {
  color: #000;
  display: block;
  font-size: 9pt;
  padding: 7px 15px;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.sidebar__box .sidebar__container .main-menu a:hover i.fa {
  color: #000;
}
.sidebar__box .sidebar__container .main-menu a img {
  max-width: 32px;
  margin: 0 5px;
}
.sidebar__box .sidebar__container .main-menu a i.fa {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  margin: 0 5px;
  font-size: 17pt;
  text-align: center;
}
.sidebar__box .sidebar__container .main-menu > li {
  transition: all 300ms;
  transform: translateY(50px);
  backface-visibility: hidden;
  opacity: 0;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(1) {
  transition-delay: 400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(2) {
  transition-delay: 500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(3) {
  transition-delay: 600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(4) {
  transition-delay: 700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(5) {
  transition-delay: 800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(6) {
  transition-delay: 900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(7) {
  transition-delay: 1000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(8) {
  transition-delay: 1100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(9) {
  transition-delay: 1200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(10) {
  transition-delay: 1300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(11) {
  transition-delay: 1400ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(12) {
  transition-delay: 1500ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(13) {
  transition-delay: 1600ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(14) {
  transition-delay: 1700ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(15) {
  transition-delay: 1800ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(16) {
  transition-delay: 1900ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(17) {
  transition-delay: 2000ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(18) {
  transition-delay: 2100ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(19) {
  transition-delay: 2200ms !important;
}
.sidebar__box .sidebar__container .main-menu > li:nth-child(20) {
  transition-delay: 2300ms !important;
}
.sidebar__box .sidebar__container .main-menu > li > a {
  position: relative;
}
.sidebar__box .sidebar__container .main-menu > li > a:hover:after {
  width: 90%;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar__box .sidebar__container .main-menu > li > a:after {
  transition: all 300ms;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  z-index: 0;
  background: transparent;
  height: 100%;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background: transparent !important;
  margin-right: 40px;
}

.farashop__mega-menu {
  box-shadow: none;
  color: #2c2c2c;
  background-color: #100a9e;
}
.farashop__mega-menu a {
  line-height: 25px;
  font-weight: 500;
  font-size: 16px !important;
}
.farashop__mega-menu .container-fluid {
  padding: 0;
}
.farashop__mega-menu .container {
  max-width: 100%;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  color: #d2d2e8;
  border-left: 2px solid #7d4952;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #ed8707;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: #ec8707;
  color: #0f0a9e;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a.mega-menu__arrow:after {
  color: #0f0a9e;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  top: 65px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level .js__div {
  top: 50px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #ed8707;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  width: 80%;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before {
  border-color: transparent transparent #ed8707 transparent;
  bottom: -12px;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after {
  background-color: #ed8707;
  bottom: -14px;
}

body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  border-left: none;
  border-right: 2px solid #7d4952;
}
body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after, body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > span.mega-menu__arrow:after {
  right: 8px;
  left: initial;
}
body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  left: 0;
  right: initial;
}
body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__table {
  background-position: bottom right;
}
body.ltr .farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after, body.ltr .farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > span:after {
  left: 0;
  right: initial;
}
body.ltr .farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before, body.ltr .farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > span:before {
  right: initial;
  left: 50%;
  margin-right: initial;
  margin-right: -6px;
}
body.ltr .farashop__mega-menu .mega-menu__root.mobile a + i, body.ltr .farashop__mega-menu .mega-menu__root.mobile span + i {
  right: 0;
  left: initial;
}
body.ltr .farashop__mega-menu .mega-menu__root.mobile .mega-menu__table .mega-menu__tr .mega-menu__td > ul > li > a, body.ltr .farashop__mega-menu .mega-menu__root.mobile .mega-menu__table .mega-menu__tr .mega-menu__td > ul > li > span {
  padding: 0 0 0 10px;
}

@font-face {
  font-family: "IconFont";
  font-display: swap;
  src: url("/fonts/IconFont/IconFont.eot") format("embedded-opentype"), url("/fonts/IconFont/IconFont.ttf") format("truetype"), url("/fonts/IconFont/IconFont.woff") format("woff");
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum;-Thin.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum;-Thin.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum;-ExtraLight.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum;-ExtraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Light.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Medium.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Semibold.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Semibold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-ExtraBold.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-ExtraBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Black.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Black.woff") format("woff");
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Bold.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Kalameh/02- Farsi_Numerals/WebFonts/fonts/woff2/KalamehWebFaNum-Regular.woff2") format("woff2"), url("../sass/fonts/woff/KalamehWebFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
body {
  font-family: KalamehWebFaNum, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body.noscroll {
  overflow: hidden !important;
  height: 100%;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: -15px;
  margin-right: -15px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 30px;
}
body .ContentBottom > div .box__body,
body .ContentPane > div .box__body {
  border-radius: 20px;
  box-shadow: -0.26px 0.1px 10px 0px rgba(68, 69, 69, 0.67);
}
body .ContentBottom > div .box__body .slick-slider,
body .ContentPane > div .box__body .slick-slider {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body .ContentBottom > div .box__body,
  body .ContentPane > div .box__body {
    padding: 0 15px;
    box-shadow: none;
  }
  body .ContentBottom > div .box__body .col-md-9,
  body .ContentPane > div .box__body .col-md-9 {
    padding: 0 2px;
  }
  body .ContentBottom > div .box__body .slick-slider,
  body .ContentPane > div .box__body .slick-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

p em:before {
  color: unset !important;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid rgba(197, 197, 197, 0.7215686275);
}

.widget__show-more {
  position: relative;
  padding: 20px 35px;
  color: black;
  background: white;
  border-radius: 13px;
  box-shadow: 0 0 10px 0 #efefef;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  line-height: 140px;
  text-align: right;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.widget__show-more > .toggle:before {
  content: " بیشتر بخوانید";
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  color: #fff;
  background: #ed8707;
  border-radius: 17px;
  line-height: 30px;
  font-weight: 500;
}
.widget__show-more > .toggle:after {
  content: "\f067";
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 20px;
  margin-right: 10px;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 16px;
  font-family: FontAwesome;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}

.farashop__body {
  padding-bottom: 0;
}
.farashop__body .widget__show-more {
  position: relative;
  padding: 0 15px;
  margin-bottom: 15px;
  background-color: white;
  transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  overflow: hidden;
  overflow-wrap: break-word;
}

.header__top {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  line-height: 30px;
}
.header__top .col-md-2 {
  padding: 0;
}
.header__top ul {
  list-style: none;
  align-items: center;
  justify-content: start;
  background: #fff;
}
.header__top ul.main-menu {
  width: 100%;
}
.header__top .head-top-left {
  text-align: right;
  min-height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
}
.header__top .head-top-left p {
  margin: 0;
  padding: 5px 0;
}
.header__top .head-top-left p:after {
  content: "";
  width: 17px;
  height: 20px;
  display: inline-block;
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/icon-order.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px;
}
.header__top .head-top-left a:hover, .header__top .head-top-left a:focus {
  text-decoration: none !important;
}
.header__top .padd--right {
  padding-right: 0;
}
.header__top .padd--left {
  padding-left: 0;
}
.header__top .header__profile {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.header__top .header__profile a {
  color: #fff;
}
.header__top .header__profile .profile__username {
  color: #f73637;
}
.header__top nav > ul > li {
  height: 30px;
  line-height: 22px;
  position: relative;
}
.header__top nav > ul > li:not(:first-child):before {
  content: "";
  height: 25px;
  width: 2px;
  background: #f5c383;
  position: absolute;
  right: -2px;
  top: 0;
}
.header__top nav > ul > li:nth-child(1) a {
  padding: 0;
}
.header__top nav > ul > li:nth-child(2):before {
  display: none;
}
.header__top nav > ul > li > a {
  padding: 0 15px 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #221ba2;
}
.header__top nav > ul > li > a .fa-angle-down {
  margin-right: 5px;
}
.header__top nav > ul > li > a:hover, .header__top nav > ul > li > afocus {
  color: #ed8707;
}
.header__top nav > ul li ul li a {
  color: #fff;
  font-size: 12px;
}
.header__top nav > ul li ul li a:hover {
  background-color: #ed8707;
}
.header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  padding-right: 5px;
  transform: translateY(2px);
}
.header__top #dnn_HeaderTopPane ul em:before {
  color: #d30303 !important;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin: 0 15px;
  transform: translateY(4px);
}
.header__top .fa-phone:before {
  color: unset !important;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .header__top {
    margin: 0;
    color: #000;
  }
  .header__top .header__auth {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 100px;
    z-index: 99;
  }
  .header__top .header__auth > div {
    height: 35px;
    line-height: 2.4;
  }
  .header__top .header__auth > div a {
    color: inherit;
    font-size: 0px;
  }
  .header__top .header__auth > div a:hover, .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #ed8707;
  }
  .header__top .header__auth > div:first-child {
    margin-left: 25px;
  }
  .header__top .header__auth > div:first-child > a {
    display: block;
  }
  .header__top .header__auth > div:first-child > a:before {
    content: "\f023";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
  }
  .header__top .header__auth > div:first-child > a:before {
    font-size: 20px;
    color: #ed8707;
  }
  .header__top .header__auth > div:last-child > a {
    display: block;
  }
  .header__top .header__auth > div:last-child > a:before {
    content: "\f007";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
  }
  .header__top .header__auth > div:last-child > a:before {
    font-size: 20px;
    color: #ed8707;
  }
}

.header__middle {
  color: inherit;
  padding-top: 5px;
  padding-bottom: 10px;
}
.header__middle .logo img {
  display: inline-block;
  max-width: 90%;
}
.header__middle .toggle-basket {
  margin-top: 5px;
}
.header__middle .toggle-basket:after {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/icon-basket.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__middle .toggle-basket.active-button + div {
  bottom: 90px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.header__middle .Authentication-T1_container > .row > div:nth-child(2) a:after {
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/icon-user.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__middle .header__auth {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div a {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #ed8707;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 20px;
  position: relative !important;
  color: #ed8707;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header__middle {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header__middle .logo {
    text-align: left;
  }
  .header__middle .logo img {
    width: 80%;
  }
}

.header__middle--left {
  display: flex;
  justify-content: center;
  height: 80px;
  z-index: 9;
  padding: 0;
}
.header__middle--left > div:first-child {
  width: 60%;
}
.header__middle--left > div:last-child {
  width: 40%;
}
@media (max-width: 768px) {
  .header__middle--left {
    height: 60px;
  }
  .header__middle--left > div:last-child {
    width: 50%;
  }
}

.header__bottom {
  position: relative;
  z-index: 1;
  min-height: 65px;
  line-height: 65px;
  background-color: #100a9e;
}
.header__bottom .row {
  display: flex;
  margin: 0;
}
.header__bottom .row > div:last-child {
  width: 90%;
}
.header__bottom .itme-menu-fix {
  padding: 0 2px;
  line-height: 65px;
}
.header__bottom .itme-menu-fix a {
  background-color: #ec8707;
  color: #0f0a9e;
  cursor: none;
  font-weight: 900;
  font-size: 16px;
  padding: 1px 15px;
  min-width: 95px;
}
.header__bottom .itme-menu-fix a:before {
  content: "محصولات";
}
.header__bottom .itme-menu-fix a:hover {
  text-decoration: none;
}

.pane__slider img {
  border-radius: 10px !important;
  border: 1px solid #c0c0c0;
}
@media (max-width: 767px) {
  .pane__slider {
    margin-top: 5px;
  }
}

.top-content-pane {
  margin-top: 30px;
  margin-bottom: 30px;
}

.stuck {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1200;
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #2c2c2c;
}
.stuck .logo {
  width: 175px;
}
@media (max-width: 767px) {
  .stuck .header__search-box {
    margin: 15px 0 2px 0;
  }
  .stuck > .container > .row > div:first-child {
    display: none;
  }
  .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  .stuck > .container > .row > div:nth-child(3) input {
    font-size: 10px;
  }
  .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  .stuck .logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stuck > .container > .row > div:first-child {
    display: none;
  }
  .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  .stuck .header__search-box, .stuck .header__auth {
    margin: 0 0 15px;
  }
  .stuck .header__auth {
    margin-top: 13px;
  }
  .stuck .header__auth a:before {
    display: none;
  }
  .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  .stuck .logo {
    display: none;
  }
}

.farashop__box {
  background: white;
  padding: 30px;
  margin-top: 10px;
  border-radius: 10px;
}
.farashop__box > .box__header {
  border-inline-start: 3px solid #ed8707;
  margin-bottom: 14px;
}
.farashop__box > .box__header > .row {
  font-weight: bold;
  font-size: 16px;
}
.farashop__box > .box__header > .row > div:first-child {
  font-weight: bold;
}
.farashop__box > .box__header > .row span {
  color: #000;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div {
  color: #000;
  display: flex;
  align-items: center;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div span {
  display: inline-block;
}
.farashop__box > .box__header [class*=col-]:nth-child(1) > div i {
  margin: 0 30px 0 15px;
  font-size: 24px;
  display: inline-block;
  color: #f70617;
}
.farashop__box > .box__header .no-icon span {
  display: block !important;
  width: 100%;
}
.farashop__box .widget__show-more {
  margin-top: 10px;
  padding: 0;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
}

.farashop__breadcrumb {
  font-size: 12px;
  color: #000;
  background: white;
  padding: 0 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.farashop__breadcrumb ol {
  padding-right: 0;
  background-color: transparent;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li {
  height: 25px;
  display: inline-flex;
  align-items: center;
}
.farashop__breadcrumb li:before {
  color: #bbb !important;
}
.farashop__breadcrumb li:first-child a {
  font-size: 1.9em;
  margin-left: 5px;
}
.farashop__breadcrumb li:first-child a:hover, .farashop__breadcrumb li:first-child a:focus {
  text-decoration: none;
  color: #ed8707;
}
.farashop__breadcrumb li:first-child a:before {
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #ed8707;
  font-family: fontawesome;
}

.advanced-filtering .farashop__breadcrumb {
  margin-bottom: 12px;
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane {
  margin-top: 15px;
}
.farashop__container.container__footer-pane .head {
  font-size: 13px;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 15px;
  color: #000;
}
.farashop__container.container__footer-pane > span:before,
.farashop__container.container__footer-pane > h2:before {
  content: "\e21f";
  font-family: "IconFont";
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  top: 3px;
  margin-left: 4px;
  color: #ed8707;
  vertical-align: bottom;
}
.farashop__container.container__footer-pane .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #ed8707;
  background-color: #FBFBFB;
  padding-right: 15px;
  border-radius: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: flex;
  align-items: center;
}
.farashop__container.container__right-pane > span > span,
.farashop__container.container__right-pane > h2 > span {
  display: inline-block;
  margin-top: 6px;
}
.farashop__container.container__right-pane > span:before,
.farashop__container.container__right-pane > h2:before {
  background-color: #ed8707;
  width: 44px;
  height: 44px;
  line-height: 44px;
  content: "\f100";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-right: -16px;
  margin-left: 10px;
  text-align: center;
}
.farashop__container.container__right-pane > span + div,
.farashop__container.container__right-pane > h2 + div {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
@media (max-width: 767px) {
  .farashop__container.container__no-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
}

.rodiba-inner__container {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.rodiba-inner__container .head-contents__container span {
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  margin-right: 10px;
  display: block;
  border-right: 3px solid #ed8707;
  line-height: 2;
  margin-bottom: 20px;
}
.rodiba-inner__container .module-content {
  padding-top: 15px;
}
.rodiba-inner__container .container__heading .Head {
  margin-top: 10px;
  border-bottom: 2px solid #cbc1bf;
  margin-bottom: 0;
}
.rodiba-inner__container .container__heading h2 {
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}

.container__content {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}
.container__content .container__heading--center {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .container__content .container__heading--center {
    padding: 20px 0;
  }
}
.container__content .container__heading--center:after, .container__content .container__heading--center:before {
  content: "";
  height: 2px;
  flex-basis: 100%;
  background-color: #9e9e9e;
}
.container__content .container__heading--center h2 {
  font-size: 22px;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 15px;
  font-weight: 500;
  background: #ed8707;
  padding: 10px 80px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .container__content .container__heading--center h2 {
    padding: 10px 0;
    font-size: 18px;
    margin: 0 5px;
    min-width: 310px;
    white-space: normal;
    line-height: 1.5;
  }
}
.container__content .container__heading--center h2 span {
  margin-bottom: 0 !important;
}

.farashop .farashop__container.container__content-pane {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 10px;
}
.farashop .farashop__container.container__content-pane > h2 {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  margin-bottom: 15px;
}
.farashop .farashop__container.container__content-pane > h2 > span {
  border-bottom: 2px solid #ed8707;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.farashop .farashop__container.container__content-pane > span {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  display: block;
  border: none !important;
}
.farashop .farashop__container.container__content-pane > span:after {
  content: "";
  position: absolute;
  background-color: #d9e3e8;
  height: 1px;
  width: 95%;
  top: 100%;
  margin-right: 10px;
  right: -11px;
}
.farashop .farashop__container.container__content-pane > span > span {
  border-bottom: 2px solid #ed8707;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.farashop__footer {
  height: auto;
  background-color: #fff;
  border-top: 1px solid #ccc;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}
.farashop__footer .footer__logo-container {
  text-align: center;
}
.farashop__footer .footer__logo-container img {
  width: 80%;
  margin: 20px auto 0;
}
.farashop__footer .footer__logo-container .DnnModule:last-child {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .farashop__footer .copyright-texts, .farashop__footer .copyright-texts * {
    text-align: center !important;
  }
}
.farashop__footer .footer__logo-copyright {
  color: #6b6a6a;
  font-size: 12px;
  word-spacing: -1px;
  padding-top: 15px;
}
.farashop__footer .footer__logo-copyright img {
  max-width: 90%;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
.farashop__footer .footer__logo-copyright .footer__logo {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__logo-copyright .footer__logo img {
    margin: auto;
  }
}
.farashop__footer .footer__logo-copyright .copyright-texts, .farashop__footer .footer__logo-copyright .copyright-texts * {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .farashop__footer .footer__logo-copyright {
    text-align: center;
  }
}
.farashop__footer .footer__divider {
  margin: 25px 0 0;
  height: 1px;
  background: #ddd;
}
.farashop__footer .footer__bottom {
  padding: 5px 0;
  margin-top: 15px;
  background: #120a9e;
}
.farashop__footer .copyrightFooter {
  background: #000;
  margin-top: 15px;
  padding: 15px;
}
@media (max-width: 768px) {
  .farashop__footer .copyrightFooter .copyright-texts, .farashop__footer .copyrightFooter .copyright-texts * {
    text-align: center;
  }
}
.farashop__footer #dnn_FooterBottomPane_3 {
  margin-bottom: 5px;
}
.farashop__footer #dnn_FooterBottomPane_3 .farashop__container.container__footer-pane {
  margin-top: 30px;
}
.farashop__footer #dnn_FooterBottomPane_3 .farashop__container.container__footer-pane > span:first-child {
  margin-bottom: 5px;
}
.farashop__footer .footer__brands {
  border-top: 1px solid #6d6968;
  border-bottom: 1px solid #6d6968;
  margin: 20px 0 0px;
  padding: 15px 0;
}
.farashop__footer .footer__faratech {
  font-size: 12px;
}
.farashop__footer .footer__faratech a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__faratech {
    text-align: center;
  }
}
.farashop__footer .phone-icon-sp:before {
  content: "\e09e";
  font-size: 17px;
  color: #fe8400;
  font-family: "IconFont";
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.footer-top__content {
  text-align: left;
}
@media (max-width: 991px) {
  .footer-top__content {
    text-align: center;
  }
}

.skin__home > header,
.skin__col-1 > header,
.skin__col-2 > header,
.skin__container-1 > header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.skin__home > header .header-banner p,
.skin__col-1 > header .header-banner p,
.skin__col-2 > header .header-banner p,
.skin__container-1 > header .header-banner p {
  margin: 0px;
  padding: 0px;
}

.skin__col-1 {
  min-height: 85vh;
  background-color: #f4f4f4;
}
.skin__col-1 .farashop__container {
  padding: 15px;
}
.skin__col-1 #container {
  height: 100%;
}

.skin__col-2 {
  background-color: #f4f4f4;
}
.skin__col-2 #container-content {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.skin__col-2 .farashop__container {
  padding: 15px;
}

.skin__container-1 {
  background-color: #f4f4f4;
}
.skin__container-1 #container {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  top: 2px;
  cursor: pointer;
  color: #09028c;
}

.farashop__checkout .checkout__rules-checkbox {
  text-align: left;
  float: unset !important;
}

.farashop__login-register .farashop__form > hr {
  display: none;
}
.farashop__login-register .farashop__form > .js__legal-info {
  display: none;
}
.farashop__login-register .farashop__form > fieldset > legend {
  display: none;
}

.sticky_toolbar_footer {
  display: none;
}
@media (max-width: 991px) {
  .sticky_toolbar_footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
  }
  .sticky_toolbar_footer svg {
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
}

@media (max-width: 768px) {
  .banner-pane {
    display: flex;
    justify-content: space-around;
  }
}

.wi-menu.wi-menu__theme-default > li:before {
  border-right: 1px solid #2c2c2e;
  border-bottom: 1px solid #2c2c2e;
}
@media (max-width: 991px) {
  .wi-menu.wi-menu__theme-default a > img {
    display: none;
  }
}
.wi-menu.wi-menu__mobile .wi-menu__triangle.wi-menu__open:before {
  border-color: #2c2c2e;
}

.dnnFormItem > label.dnnFormLabel,
.dnnFormItem > span.dnnFormLabel {
  width: unset !important;
}

.dnnLabel {
  width: unset !important;
}

.tabify.tabify__theme-flat > li.tabify__active:before {
  bottom: -5px !important;
}
.tabify.tabify__theme-flat > li.tabify__active:after {
  bottom: -11px !important;
}

.leftPane {
  margin-top: 30px;
}
.leftPane img {
  border-radius: 10px !important;
  border: 1px solid #c0c0c0;
  width: 100% !important;
}

.enamadIcon {
  border-radius: 10px;
  background: #fff;
  margin: 5px;
  width: 128px;
}
.enamadIcon img {
  border-radius: 10px;
}

.customer-list .icon-slider .slick-nav {
  color: #494949;
}

.product-list__title {
  margin-top: 30px;
  display: flex;
}
.product-list__title > div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-right: 10px;
}
.product-list__title > div:first-child img {
  height: 40px;
  margin-left: 10px;
}
.product-list__title > div:last-child {
  width: calc(100% - 320px);
}

.cpl__simple-template .js__product-list {
  position: relative;
}
.cpl__simple-template .js__product-list:before {
  content: "";
  height: 2px;
  width: 100%;
  border: 1px dashed;
  border-color: #3e38a4;
  display: block;
  position: absolute;
  top: 50%;
}
.cpl__simple-template .slick-prev:before, .cpl__simple-template .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #ed8707;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl__simple-template .slick-prev, .cpl__simple-template .slick-next {
  width: 19px;
  height: 40px;
  top: 45%;
  z-index: 99;
  background-color: white;
}
.cpl__simple-template .slick-prev:before {
  content: "\f0da";
}
.cpl__simple-template .slick-prev {
  right: -20px;
  left: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-prev {
    right: -3px;
    border-radius: 10px 0 0 10px;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next {
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-next {
    left: -3px;
    border-radius: 0 10px 10px 0;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next:before {
  content: "\f0d9";
}

.m-top10 {
  margin-top: 10px;
}

.nivo-lightbox-inline .hidden-content {
  display: block !important;
}

@media (max-width: 991px) {
  .toolbar_mobile {
    display: flex;
    flex-wrap: nowrap;
    padding: 4px 0 8px 0;
    position: relative;
  }
  .toolbar_mobile::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_mobile::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_col {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .toolbar_col.is_middle .toolbar_item {
    position: absolute;
    top: -39px;
    right: calc(50% - 28px);
    background-color: #42a73c;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 58px;
    border: 2px solid #fff;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
  }
  .toolbar_col.is_middle .toolbar_item i {
    font-size: 22px;
  }
  .toolbar_col.is_middle .toolbar_item.el_addtocart {
    background-color: #23bf53;
    color: #fff;
  }
  .toolbar_col.is_middle .toolbar_item.el_addtocart.disable {
    background-color: #eef0f3;
    color: #444;
  }
  .toolbar_item {
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    line-height: 40px;
    color: #444;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .toolbar_item.is_logged_in:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4caf50;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .elm_t-cart .toolbar_item {
    position: relative;
  }
  .elm_t-cart .toolbar_item #toolbox_cart {
    background-color: #0ec32d;
    top: 12px;
    left: 28px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    font-display: swap;
    border-radius: 6px 6px 6px 0;
  }
  .elm_t-cart.is_middle .toolbar_item #toolbox_cart {
    width: 19px;
    height: 19px;
    border-radius: 28px;
    left: -4px;
    top: -2px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1500px;
  }
}
body.ltr .farashop__breadcrumb {
  padding: 0 10px;
}
body.ltr .farashop__breadcrumb ol {
  padding-left: 0;
}
body.ltr .cpl__simple-template .slick-prev {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  body.ltr .cpl__simple-template .slick-prev {
    right: initial;
    left: -3px;
  }
}
body.ltr .cpl__simple-template .slick-next {
  right: -20px;
  left: auto;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  body.ltr .cpl__simple-template .slick-next {
    left: initial;
    right: -3px;
  }
}
body.ltr .goftino-wakeup {
  right: initial !important;
  left: 20px !important;
  z-index: 2 !important;
}

html[lang=en-US] body {
  font-family: Arial !important;
}
html[lang=en-US] .header__bottom .itme-menu-fix a:before {
  content: "Products";
}
@media (max-width: 767px) {
  html[lang=en-US] .wi-menu.wi-menu__theme-default > li:before {
    transform: rotate(323deg);
    left: 3px;
    top: 17px;
  }
  html[lang=en-US] .wi-menu .wi-menu__triangle {
    right: 5px;
    border-left: 1px solid #ddd;
  }
  html[lang=en-US] .wi-menu .wi-menu__triangle:before {
    transform: rotate(318deg);
  }
  html[lang=en-US] .sidebar__box .sidebar__container .main-menu > li > a .fa {
    float: right;
  }
}

html[lang=ar-SA] .header__bottom .itme-menu-fix a:before {
  content: "منتجات";
}
