﻿@charset "UTF-8";
/* Following media queries are based on Bootstrap 3.x breakpoints */
@font-face {
  font-family: "farayekan";
  src: url("/Portals/_default/Skins/3100/Assets/fonts/IranSANS/IRANSansWeb.eot");
  src: url("/Portals/_default/Skins/3100/Assets/fonts/IranSANS/IRANSansWeb.ttf?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/3100/Assets/fonts/IranSANS/IRANSansWeb.ttf") format("truetype"), url("/Portals/_default/Skins/3100/Assets/fonts/IranSANS/IRANSansWeb.woff") format("woff"), url("/Portals/_default/Skins/3100/Assets/fonts/IranSANS/IRANSansWeb.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "IranSansFarsiNum";
  src: url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/webFonts/fonts/eot/IRANSansWebFaNum.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/IRANSansFaNum.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/Farsi_numerals/webFonts/fonts/woff/IRANSansWebFaNum.woff") format("woff");
  font-display: swap;
}
html[lang=fa-IR] .formatted-number {
  font-family: "IranSansFarsiNum";
}

html[lang=ar-SA] .formatted-number {
  font-family: "IranSansFarsiNum";
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
body,
html {
  height: 100%;
  direction: rtl;
  font-family: "farayekan";
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ff5100;
}

.dir--ltr {
  direction: ltr;
}

.dir--rtl {
  direction: rtl;
}

.tooltip-inner {
  background-color: #ff5100;
  font-family: "farayekan";
}

.tooltip.bottom .tooltip-arrow {
  font-family: "farayekan";
  border-bottom-color: #ff5100 !important;
}

.tooltip.top .tooltip-arrow {
  font-family: "farayekan";
  border-top-color: #ff5100 !important;
}

.tooltip.left .tooltip-arrow {
  font-family: "farayekan";
  border-left-color: #ff5100 !important;
}

.tooltip.right .tooltip-arrow {
  font-family: "farayekan";
  border-right-color: #ff5100 !important;
}

.control-panel-button {
  position: fixed;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
.loader__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.loader__container > .site__logo__loader img {
  position: absolute;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  height: auto;
}
.loader__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background: #ff5100;
  z-index: -1;
  -moz-transition: top 0.5s linear 1s;
  -o-transition: top 0.5s linear 1s;
  -webkit-transition: top 0.5s linear 1s;
  transition: top 0.5s linear 1s;
}
.loader__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background: #ff5100;
  z-index: -1;
  -moz-transition: bottom 0.5s linear 1s;
  -o-transition: bottom 0.5s linear 1s;
  -webkit-transition: bottom 0.5s linear 1s;
  transition: bottom 0.5s linear 1s;
}
.loader__container.done:before {
  top: -51%;
}
.loader__container.done:after {
  bottom: -51%;
}

.loader__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.loader__progress .progress__item {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.loader__progress .progress__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -3px;
  margin-left: 0;
  width: 54px;
  height: 45px;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  border-top-right-radius: 100%;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader__progress.float .progress__item:before {
  border-top-width: 2px;
  margin-top: 0;
  height: 50px;
}
.loader__progress.float.shadow:before {
  border-top-width: 2px;
  margin-top: -41px;
  height: 50px;
}
.loader__progress.shadow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 12px;
  width: 54px;
  height: 45px;
  border-top: solid 10px rgba(249.9, 249.9, 249.9, 0.1);
  border-right: solid 10px rgba(249.9, 249.9, 249.9, 0.1);
  border-top-right-radius: 100%;
  z-index: -1;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader__progress.shadow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  color: rgba(249.9, 249.9, 249.9, 0.1);
  text-align: center;
  line-height: 100px;
  border: 2px solid rgba(249.9, 249.9, 249.9, 0.1);
  border-radius: 50%;
  margin: -40px 0 0 -40px;
  z-index: -1;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.loader__progress.done .progress__item {
  opacity: 0;
  -webkit-animation: done 1s;
  animation: done 1s;
  -moz-transition: opacity 0.3s linear 1s;
  -o-transition: opacity 0.3s linear 1s;
  -webkit-transition: opacity 0.3s linear 1s;
  transition: opacity 0.3s linear 1s;
}
.loader__progress.done .progress__item:before {
  display: none;
}
.loader__progress.done:before {
  display: none;
}
.loader__progress.done:after {
  opacity: 0;
  -webkit-animation: done 1s;
  animation: done 1s;
  -moz-transition: opacity 0.15s linear 1s;
  -o-transition: opacity 0.15s linear 1s;
  -webkit-transition: opacity 0.15s linear 1s;
  transition: opacity 0.15s linear 1s;
}

@-webkit-keyframes done {
  10% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Following media queries are based on Bootstrap 3.x breakpoints */
.farashop__mega-menu {
  box-shadow: none;
  color: #efefef;
  background-color: #ff5100;
}
.farashop__mega-menu a {
  line-height: unset !important;
}
.farashop__mega-menu .mega-menu__root {
  display: flex;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  display: inline-block;
  height: 75px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active {
  background-color: rgb(255, 122.76, 61.2);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background: none;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #fff;
  top: unset;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  width: 130px;
  text-align: center;
  font-size: 13px;
  color: #dedede;
  font-weight: 600;
  padding: 0 10px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 ul.mega-menu__next-level {
  top: 75px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  top: 75px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.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: #ff5100;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table a {
  line-height: 30px !important;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: none;
  background: #f36f21;
  color: white;
  justify-content: center;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level.active {
  display: flex;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level a {
  padding: 16px 30px !important;
  color: #fff;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: rgb(237.6538461538, 96.3461538462, 12.8461538462);
}
/* Following media queries are based on Bootstrap 3.x breakpoints */
.slider__holder {
  /*max-height: 650px;*/
  min-height: 60px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 469px) {
  .slider__holder {
    /* padding-top: 70px;*/
    height: auto;
    min-height: auto;
  }
}
.slider__holder img {
  width: 100%;
}

.site__logo img {
  margin: 0;
}
@media only screen and (max-width: 469px) {
  .site__logo img {
    float: left;
    height: 70px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .site__logo img {
    float: left;
    height: 70px;
  }
}

.sidebar__open {
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 7px;
  border-radius: 4px;
  position: absolute;
  top: 14px;
  right: 17px;
}

.navbar__top__holder {
  background: rgba(210, 210, 210, 0.8) url(/Portals/0/header-pt.png) repeat;
  border-bottom: 1px solid #BBBBBB;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
@media only screen and (max-width: 469px) {
  .navbar__top__holder {
    position: fixed;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .navbar__top__holder {
    position: fixed;
  }
}
.navbar__top__holder.navbar--fixed {
  top: -70px;
  position: fixed;
}
.navbar__top__holder.navbar--fixed .nav__utilities {
  display: none;
}
.navbar__top__holder.navbar--fixed .site__logo img {
  margin: 6px 0;
  height: 55px;
}
.navbar__top__holder.navbar--fixed .nav__sitemap {
  margin-top: 8px;
}

.nav__utilities {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.nav__utilities a {
  color: #fff;
  text-decoration: none;
}
.nav__utilities > li {
  display: inline-block;
  vertical-align: top;
}

.nav__sitemap {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.nav__sitemap .main-menu a {
  color: #fff;
  font-family: "farayekan";
  padding: 14px 20px;
}
.nav__sitemap .main-menu a:hover {
  color: #fff;
  background-color: #ff5100;
}
.nav__sitemap .main-menu > li.has-child:hover {
  background-color: #ff5100;
}
.nav__sitemap .main-menu li > ul {
  color: #fff;
  background-color: #ff5100;
}

.login__box {
  display: inline-block;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 20px;
  vertical-align: bottom;
}
.login__box i {
  color: #fff;
  margin-top: 2px;
}

.shop__header__searchbox {
  display: inline-block;
  color: #fff;
  background-color: #ff5100;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 20px;
  vertical-align: bottom;
}
.shop__header__searchbox input[type=search] {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  margin-top: -2px;
  padding-right: 0;
  color: white;
}
.shop__header__searchbox i {
  color: #fff;
}
.shop__header__searchbox .loading-wrap {
  left: 120px;
  position: absolute;
  top: 16px;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1023px) {
  .shop__header__searchbox .loading-wrap {
    left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .shop__header__searchbox .loading-wrap {
    left: 64px;
  }
}
.shop__header__searchbox .search-box__btn-search {
  background-color: #ff5100;
  color: #fff;
  padding: 0;
  margin: 0;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .shop__header__searchbox .search-box__btn-search {
    text-align: center;
  }
}
.shop__header__searchbox .search-box__btn-search i {
  font-size: 15px;
  position: relative;
  right: 0;
}
.shop__header__searchbox .search-box__btn-search span {
  font-size: 17px;
  position: relative;
  right: 0;
  top: -3px;
  display: none;
}
.shop__header__searchbox .search-box__search-result {
  overflow: hidden;
  position: absolute;
  right: -8px;
  top: 6px;
  z-index: 9999;
}
.shop__header__searchbox .search-box__search-result ul {
  background-color: rgba(255, 255, 255, 0.96);
  list-style: none;
  border: 2px solid #ff5100;
  max-height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border-radius: 5px;
  margin: 0;
}
.shop__header__searchbox .search-box__search-result ul > li {
  margin: 2px 0;
  border-bottom: 1px dashed #ddd;
}
.shop__header__searchbox .search-box__search-result ul > li:last-child {
  margin: 0;
  border-bottom: 0 none;
}
.shop__header__searchbox .search-box__search-result ul > li.btn-close {
  position: absolute;
  top: 0;
  left: 4px;
  cursor: pointer;
  font-size: 14px;
  z-index: 99;
}
.shop__header__searchbox .search-box__search-result ul > li.not-found {
  padding: 10px;
  text-align: center;
}
.shop__header__searchbox .search-box__search-result ul > li.not-found > i {
  margin-left: 6px;
}
.shop__header__searchbox .search-box__search-result ul > li > .btn {
  color: #fff;
}
.shop__header__searchbox .search-box__search-result ul > li h2 {
  margin: 0;
}
.shop__header__searchbox .search-box__search-result ul > li h2 a {
  font-size: 14px;
  color: #000;
  display: block;
  text-align: right;
  margin: 13px 0;
}
.shop__header__searchbox .search-box__search-result ul > li h2 small {
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 13px 0;
}
.shop__header__searchbox .search-box__search-result ul > li img {
  margin-right: 6px;
}

.language__box {
  display: inline-block;
  text-align: center;
  background-color: #ff5100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 20px;
  vertical-align: bottom;
  color: #fff;
}
.language__box ul {
  margin-top: -5px;
  display: inline-block;
}
.language__box ul li {
  display: inline-block;
  margin-left: 10px;
}
.language__box ul li a {
  color: #fff;
}
.language__box ul li a img {
  margin-right: 5px;
}
.language__box i {
  color: #fff;
}

.btn-group.open .dropdown-toggle,
.dropdown-toggle:active {
  box-shadow: none;
  webkit-box-shadow: none;
}

.nav__utilities .search__box {
  display: inline-block;
  background-color: #ff5100;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 25px;
  height: 20px;
  color: #343434;
}
.nav__utilities .search__box i {
  color: #fff;
  margin-top: 1px;
}
.nav__utilities .search__box .trigger {
  width: 25px;
  display: inline-block;
  float: left;
}
.nav__utilities .search__box input[type=text] {
  float: right;
  display: none;
  border: none;
  font-family: tahoma;
  padding: 4px;
  border-radius: 2px;
  margin-top: -5px;
  margin-left: 5px;
}
@media only screen and (max-width: 469px) {
  .nav__utilities .search__box input[type=text] {
    width: 170px;
  }
}

.farashop__header > .js__sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header__top {
  height: 40px;
  min-height: 24px;
  padding-top: 4px;
  background-color: #313131;
  color: #efefef;
}
@media (max-width: 768px) {
  .header__top {
    height: unset;
  }
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  height: 30px;
  align-items: center;
  /*&:before {
      content: "";
      display: inline-block;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: FontAwesome;
      font-size: 20px;
      position: absolute;
      right: -10px;
      top: 1px;
      color: #fff;
  }*/
}
.header__top nav > ul {
  position: relative;
}
.header__top nav > ul > li > ul {
  right: 5px;
}
.header__top nav > ul > li a {
  background-color: #313131;
  padding: 10px 35px;
  font-size: 14px;
}
.header__top nav > ul > li a:hover, .header__top nav > ul > li afocus {
  color: #ff5100;
}
.header__top nav > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 0px 20px 0px 20px;
  margin-right: 10px;
}
.header__top nav > ul > li > a::before, .header__top nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 13px;
  width: 1px;
  background-color: grey;
  top: 3px;
}
.header__top nav > ul > li > a::after {
  right: unset;
  left: 0;
}
.header__top nav > ul > li > a .caret {
  position: relative;
  font-size: 20px;
  border-width: 5px;
  right: 10px;
}
.header__top nav > ul a {
  color: inherit;
}
.header__top nav .homeIcon {
  font-size: 18px;
}
.header__top #dnn_HeaderTopPane ul {
  display: flex;
  justify-content: flex-start;
  direction: ltr;
  min-height: 30px;
  align-content: center;
}
.header__top #dnn_HeaderTopPane ul li {
  color: #fff;
}
.header__top #dnn_HeaderTopPane ul li em {
  font-size: 17px;
  color: #ff5100;
  padding-right: 5px;
  transition: transform ease 400ms;
}
.header__top #dnn_HeaderTopPane ul li:hover em {
  transform: translateY(-3px);
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #b5b5b5;
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
.header__top .header__auth {
  display: inline-flex;
  justify-content: flex-end;
  padding: 8px 10px;
  margin-top: 0 !important;
  padding-bottom: 2px;
}
@media (max-width: 540px) {
  .header__top .header__auth {
    padding: 8px 0;
  }
}
.header__top .header__auth > div {
  text-align: right;
  position: relative;
  bottom: 2px;
  display: flex;
  align-items: center;
  /* &:first-child {
       margin-left: 20px;

       > a {
           @include icon(lock);
       }
   }

   &:last-child {
       > a {
           @include icon(user);
       }
   }*/
}
.header__top .header__auth > div a {
  color: inherit;
  font-size: 14px;
  padding-right: 24px;
  position: relative;
}
.header__top .header__auth > div a:hover, .header__top .header__auth > div a:focus {
  text-decoration: none;
  color: #ff5100;
}
.header__top .header__auth > div a:before {
  font-size: 18px;
  right: 0;
  top: -2px;
  margin-left: 10px;
  color: #ff5100;
}
.header__top #dnn_HeaderTopPane {
  float: left;
}
.header__top .menu-trigger__link {
  padding-right: 30px;
}

.toggle-basket.active-button + div {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.basketPreview__button1 {
  position: fixed;
  bottom: 25px;
  z-index: 999;
  left: 30px;
  transition: 0.5s;
}
.basketPreview__button1::before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 36px;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  display: inline-block;
  width: 65px;
  text-align: center;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  border-radius: 50%;
  position: relative;
  bottom: 4px;
  background-color: #ff5100;
  color: #fff;
  transform: rotate(0deg);
}
@media only screen and (max-width: 469px) {
  .basketPreview__button1 {
    bottom: 5px;
    left: 5px;
  }
  .basketPreview__button1::before {
    font-size: 26px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.basketPreview__button1.active {
  transform: scale(0.7);
  bottom: 15px;
  left: 20px;
}
.basketPreview__button1.active::before {
  content: "\f00d";
}

.SkinMain-MultiColumn .header__middle {
  margin-top: 80px;
}

.header__middle {
  background-color: #fff;
  color: inherit;
  padding: 5px 0;
  margin-top: 80px;
}
.header__middle .logo img {
  display: inline-block;
}
.header__middle .toggle-basket {
  height: 40px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
  /* &:first-child {
       margin-left: 30px;

       > a {
           @include icon(lock);
       }
   }

   &:last-child {
       > a {
           @include icon(user);
       }
   }*/
}
.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: #ff5100;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 20px;
  position: relative !important;
  color: #ff5100;
  margin-bottom: 5px;
}
.header__middle .row > div:first-child {
  /* height: 100px;*/
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .header__middle .row > div:first-child {
    height: 50px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header__middle .row > div:first-child {
    justify-content: center;
    padding-top: 2px;
  }
}
.header__middle .header__logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .header__middle .header__logo {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header__middle .header__logo {
    justify-content: center;
  }
}
.header__middle .header__basket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
}
@media (max-width: 500px) {
  .header__middle .header__basket {
    height: 80px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__middle .header__basket {
    justify-content: center;
  }
}

.header__bottom {
  background-color: #ff5100;
  height: 75px;
}
.header__bottom.stuck {
  top: 30px;
  z-index: 1150;
}
.header__bottom div {
  height: 75px;
}
.header__bottom .toggle-sidebar {
  display: none;
}
.header__bottom nav {
  height: 75px;
}
.header__bottom nav .mega-menu__root {
  height: 75px;
}
.header__bottom nav .mega-menu__root li {
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.header__bottom nav .mega-menu__root img {
  position: relative;
  margin: auto;
  display: block;
  top: 5px;
  margin-bottom: 10px;
}
.header__bottom nav .mega-menu__root a {
  line-height: unset !important;
}
@media (min-width: 990px) {
  .header__bottom nav .mega-menu__root {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.header__bottom nav .mega-menu__root img {
  position: relative;
  margin: auto;
  display: block;
  top: 5px;
  margin-bottom: 10px;
}

.section__top {
  background-color: #fff;
  padding: 25px 0 !important;
}

.section__undercover {
  background-color: #E9EEF4;
  padding: 25px 0 !important;
}

.section__middle {
  background-color: #ebebeb;
  padding: 25px 0 !important;
}

.section__bottom {
  background-color: #fff;
  padding: 25px 0 !important;
  margin-bottom: 30px;
  overflow-x: hidden;
}

.section__shop {
  margin-top: 150px;
}
@media only screen and (max-width: 469px) {
  .section__shop {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .section__shop {
    margin-top: 85px;
  }
}

.tripple__container {
  margin-top: 30px;
}

.footer {
  position: relative !important;
  right: initial !important;
  left: initial !important;
  bottom: initial !important;
  padding: 20px 0 5px !important;
  color: #fff;
  background-color: #313131 !important;
  border: none !important;
  font-size: 13px;
  text-align: left;
  /*   .copyright {
      line-height: 15px;
      vertical-align: bottom;
      margin-top: 15px;
      font-size: 12px;
      text-align: right;

      @include mobile() {
          margin-bottom: 30px;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
      }

      @include tablet() {
          margin-bottom: 30px;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
      }

      @include tablet-vertical() {
          margin-bottom: 30px;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
          width: 100%;
          display: block;
      }

      a {
          color: $base__forecolor;
      }
  }*/
}
@media only screen and (max-width: 469px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .footer {
    text-align: center;
  }
}
.footer .footer__copyright-container {
  color: #525252;
  font-size: 13px;
  font-weight: bold;
  word-spacing: -1px;
  margin: 40px 0;
  margin-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
  padding-top: 5px;
  line-height: 24px;
  text-align: right;
}
.footer .footer__copyright-container a {
  color: #525252;
}
.footer .social__list {
  list-style: none;
}
@media only screen and (max-width: 469px) {
  .footer .social__list {
    text-align: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .footer .social__list {
    text-align: center;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .footer .social__list {
    text-align: center;
  }
}
.footer .social__list li {
  display: inline-block;
  margin-right: 3px;
}
.footer .social__list li a {
  background-color: #005eae;
  display: inline-block;
  color: #fff;
  width: 31px;
  text-align: center;
  border-radius: 50px;
  height: 31px;
  padding: 7px;
}
.footer .social__list li a i {
  font-size: 16px;
}

#dnn_FooterBottomPane_5 {
  padding: 0;
}

.icon-call {
  color: #fff;
  margin-top: 10px;
}
.icon-call i {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50% 50% 0 50%;
  background: #ff5100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
}

.btn-suggest {
  background: #ff5100;
  padding: 10px 10px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  margin: 10px auto;
}
.btn-suggest a {
  text-decoration: none;
}

.search__container {
  position: absolute;
  right: auto;
  left: 10px;
  border-radius: 13px;
  padding: 3px 7px;
  z-index: 10;
  color: #0096d9;
  top: 35%;
  width: 40%;
}
.search__container .dnnSearchBoxClearText, .search__container .searchSkinObjectPreview, .search__container a[id*=cmdSearch] {
  display: none;
}
.search__container .search-toggle {
  margin: 0 -5px 0 4px;
  color: #0068a7;
  text-decoration: none;
}
.search__container .search-toggle i {
  font-size: 14px;
  vertical-align: middle;
  /* font-weight: bold; */
  width: 13px;
}
.search__container .searchInputContainer {
  margin: 0;
}
.search__container input[type=text] {
  background: none;
  border: none;
  vertical-align: middle;
  width: 100px;
  outline: none;
}

.search__container .search-module__container .search__box {
  display: flex;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  height: 24px;
  padding: 18px 0 0 0;
  position: relative;
  float: left;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  width: 35%;
  flex-direction: row-reverse;
}
.search__container .search-module__container .search__box a i {
  float: left;
  font-size: 19px;
}
.search__container .search-module__container .search__box a {
  color: #e0a626;
}

.search-module__container {
  border: 2px solid rgba(252, 252, 252, 0.4);
  padding: 2px 5px;
  z-index: 10;
  color: white;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 10px;
  height: 32px;
  width: 30px;
}
.search-module__container i {
  color: #00904c;
}
.search-module__container ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.search-module__container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.search-module__container ::placeholder {
  color: #fff;
}
.search-module__container .dnnSearchBoxClearText, .search-module__container .searchSkinObjectPreview, .search-module__container a[id*=cmdSearch] {
  display: none;
}
.search-module__container .search-toggle {
  position: absolute;
  left: -8px;
  top: 0px;
  padding: 3px 15px;
}
.search-module__container .searchInputContainer {
  margin: 0;
}
.search-module__container input[type=text] {
  background: none;
  border: none;
  vertical-align: middle;
  outline: none;
}

.serach-open {
  width: 190px !important;
}

.sidebar__box .sidebar__container {
  /*  background-color: rgba(0,27,14, 1) !important;*/
  padding-top: 34px;
}
.sidebar__box .sidebar__container .search__box {
  position: relative;
  overflow: hidden;
}
.sidebar__box .sidebar__container .search__box .searchInputContainer {
  display: block !important;
}
.sidebar__box .sidebar__container .search__box input {
  width: 90%;
  margin: 15px auto 0;
  display: block;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 2px 5px;
  direction: rtl;
  outline: none;
  height: 40px;
}
.sidebar__box .sidebar__container .search__box .trigger {
  position: absolute;
  left: 25px;
  top: 23px;
  z-index: 9;
}
.sidebar__box .sidebar__container .search-module__container {
  border: 1px solid rgba(252, 252, 252, 0.5);
  border-radius: 3px;
  padding: 4px 5px;
  z-index: 10;
  color: white;
  margin: 5px 10px;
  position: relative;
}
@media (max-width: 768px) {
  .sidebar__box .sidebar__container .search-module__container {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
.sidebar__box .sidebar__container .search-module__container i {
  color: #fff;
}
.sidebar__box .sidebar__container .search-module__container ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.sidebar__box .sidebar__container .search-module__container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.sidebar__box .sidebar__container .search-module__container ::placeholder {
  color: #fff;
}
.sidebar__box .sidebar__container .search-module__container .dnnSearchBoxClearText, .sidebar__box .sidebar__container .search-module__container .searchSkinObjectPreview, .sidebar__box .sidebar__container .search-module__container a[id*=cmdSearch] {
  display: none;
}
.sidebar__box .sidebar__container .search-module__container .search-toggle {
  position: absolute;
  left: 0px;
  top: 1px;
  padding: 5px 15px;
}
.sidebar__box .sidebar__container .search-module__container .searchInputContainer {
  margin: 0;
}
.sidebar__box .sidebar__container .search-module__container input[type=text] {
  background: none;
  border: none;
  vertical-align: middle;
  outline: none;
}

.dnnEditState .slider__holder {
  margin-top: 90px;
}
.dnnEditState .farashop__header > .js__sticky {
  position: relative;
  z-index: 9;
}
.dnnEditState .header__top {
  height: auto !important;
}

.customers__container .slick-list {
  width: 95%;
  margin: 0 auto;
}

.rtl .dnnSearchBox > input[type=text], .rtl .dnnSearchBox > input[type=text]:focus {
  right: 32px !important;
}

/*style-newsite*/
.middleMain {
  background-image: url("/Portals/0/img/pattern.jpg");
  background-repeat: repeat;
  padding-bottom: 20px;
}

.part-tag {
  background: #e1e2e6;
  padding: 10px 0 40px;
}
.part-tag .Head {
  font-size: 17px;
  font-weight: bold;
}

.product-list__title {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list__title > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  padding-right: 25px;
}
.product-list__title > div:first-child img {
  height: 40px;
  margin-left: 20px;
}
.product-list__title > div:last-child {
  width: calc(100% - 320px);
}
.product-list__title > div:last-child .product-title-hr__with-img {
  border: 2px solid #656565;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
  justify-self: flex-start;
  margin-left: auto;
  margin-top: 30px;
  width: 100%;
  background-color: #656565;
}

.product-title__with-img {
  display: inline-block;
  font-size: 18px;
  border: 4px solid #656565;
  border-radius: 32px;
  padding: 10px 10px;
  color: #f37022;
  font-weight: 600;
  margin-right: 5px;
  width: 180px;
  text-align: center;
}

.product-title__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-title__mobile .product-title__mobile img {
  position: absolute;
  bottom: 13px;
  right: 10%;
}

.secrtion-about {
  border-top: 3px solid #dedede;
  padding-top: 40px;
  margin-top: 40px;
}
.secrtion-about .pic-about img {
  border-radius: 50px 50px 0 50px;
}

.skin__col-1 {
  background-image: url(/Portals/0/img/pattern.jpg);
  background-repeat: repeat;
  padding-bottom: 20px;
}

.widget__show-more {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
  background-color: white;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  margin-top: 10px;
  padding-bottom: 46px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  line-height: 102px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.widget__show-more > .toggle:before {
  content: "نمایش بیشتر";
  display: inline-block;
  height: 52px;
  line-height: 47px;
  color: #ff5100;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #ff5100;
  font-size: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}

.product-page__description {
  background: #fff;
}
.product-page__description .box__header {
  border-bottom: 1px solid rgba(180, 180, 180, 0.3411764706);
}
.product-page__description .box__header .col-sm-2 div {
  padding: 15px;
  border-bottom: 4px solid #ff5100;
}
.product-page__description .box__header i {
  color: #ff5100;
}

.nivo-lightbox-wrap .hidden-content {
  display: block;
}

.special-order__form .js__fake-fileupload {
  border-radius: 7px !important;
}
.special-order__form input.btn-info {
  border-radius: 7px !important;
}

.DnnModule-FaraShopUserProfile .alert-info {
  background-color: #ff7a3d !important;
  color: #fff;
}

.panel-info > .panel-heading {
  background-color: #ff7a3d !important;
}

input[type=radio] {
  accent-color: #ff5100 !important;
}

.farashop__checkout button, .farashop__checkout input[type=submit] {
  color: #fff !important;
  background-color: #ff5100 !important;
  border: 1px solid #ff5100 !important;
}

.farashop__checkout, .submitted-order-info {
  background-color: #f7f7f7;
  padding: 30px;
}

.submit-inquiry-btn-cn {
  display: inline-block;
}
.submit-inquiry-btn-cn p {
  margin: 0;
}
.submit-inquiry-btn-cn .submit-inquiry-btn {
  display: inline-block;
  padding: 5px 20px;
  background-color: #ff5100;
  border-radius: 5px;
  border: none;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .submit-inquiry-btn-cn .submit-inquiry-btn {
    padding: 5px 10px;
  }
}

@media (min-width: 1200px) {
  .mega-menu__root {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .container__footer-pane h2 {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .xs-center {
    text-align: center !important;
  }
}

.farashop__custom-login input, .farashop__custom-login button {
  border-radius: 5px !important;
}
.farashop__custom-login .btn-one-time-password {
  color: #fff !important;
}
.farashop__custom-login .login-step-2 > div:nth-child(3).row.flex {
  flex-direction: column;
}

@media (min-width: 992px) {
  .fs-auth {
    width: 30% !important;
  }
}

.postalpayment__container img {
  margin-left: 8px;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
.body__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  /*overflow-y: hidden;*/
  /*&.position--right {
      &.open {
          -webkit-transform: translate3d(-70%,0,0);
          -ms-transform: translate3d(-70%,0,0);
          -moz-transform: translate3d(-70%,0,0);
          -o-transform: translate3d(-70%,0,0);
          transform: translate3d(-70%,0,0);
      }
  }

  &.position--left {
      &.open {
          -webkit-transform: translate3d(70%,0,0);
          -ms-transform: translate3d(70%,0,0);
          -moz-transform: translate3d(70%,0,0);
          -o-transform: translate3d(70%,0,0);
          transform: translate3d(70%,0,0);
      }
  }*/
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  position: absolute;
  top: -6px;
  right: 2px;
  font-size: 25px;
  padding: 10px;
  color: #fff;
}
.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 70%;
  top: 0;
  background-color: #ff5100;
  z-index: 100;
  /*&.position--right {
      right: 0;
      -webkit-transform: translate3d(100%,0,0);
      -ms-transform: translate3d(100%,0,0);
      -moz-transform: translate3d(100%,0,0);
      -o-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
  }

  &.position--left {
      left: 0;
      -webkit-transform: translate3d(-100%,0,0);
      -ms-transform: translate3d(-100%,0,0);
      -moz-transform: translate3d(-100%,0,0);
      -o-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
  }*/
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.sidebar__box .sidebar__container.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
body[rtl=false] .container__content .container__heading {
  border-bottom: 2px solid #bfbfbf;
  margin-bottom: 5px;
}
body[rtl=false] .container__content .container__heading h2 {
  font-size: 20px;
  text-align: left;
}
body[rtl=false] .container__content .container__heading:after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  border: 2px solid #ff5100;
  margin-top: -4px;
  left: 15px;
}

body[rtl=true] .container__content .container__heading {
  border-bottom: 2px solid #bfbfbf;
  margin-bottom: 20px;
}
body[rtl=true] .container__content .container__heading h1 {
  font-size: 20px;
  text-align: right;
  margin-bottom: 20px;
}
body[rtl=true] .container__content .container__heading h2 {
  font-size: 20px;
  text-align: right;
}
body[rtl=true] .container__content .container__heading:before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  border: 2px solid #ff5100;
  margin-top: 40px;
}
body[rtl=true] .container__content .container__footer-pane h2 {
  color: #ff5100;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
body[rtl=true] .container__content .container__heading-center {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 30px 0 25px;
}
body[rtl=true] .container__content .container__heading-center:after, body[rtl=true] .container__content .container__heading-center:before {
  content: "";
  height: 3px;
  flex-basis: 100%;
  background-color: #dedede;
}
body[rtl=true] .container__content .container__heading-center h2 {
  font-size: 24px;
  display: inline-block;
  white-space: nowrap;
  color: #ff5100;
  margin: 0 15px;
  font-weight: bold;
}

.container__content__withback {
  margin-top: 10px;
}
@media only screen and (max-width: 469px) {
  .container__content__withback {
    margin-bottom: 20px;
  }
}
.container__content__withback .container__heading {
  margin-bottom: 5px;
  background-color: #ff5100;
  padding: 10px 8px;
}
.container__content__withback .container__heading h2 {
  color: #fff;
  font-size: 17px;
  margin: 0;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
.sidebar__container {
  padding: 0 5px;
}
.sidebar__container .login__box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  display: inline-block;
}
.sidebar__container .login__box span {
  display: inline-block !important;
}
.sidebar__container .site__logo {
  margin: 20px auto;
  width: 75%;
  float: none;
  margin-top: 60px;
  height: auto;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .site__logo {
    width: auto;
  }
}
.sidebar__container .logo {
  text-align: center;
  margin-bottom: 15px;
}
.sidebar__container .searchbox {
  width: 90%;
  display: block;
  margin: auto;
  border: none;
  padding: 8px 5px;
  border-radius: 6px;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .searchbox {
    width: 70%;
  }
}
.sidebar__container .language__box {
  margin: auto;
  text-align: center;
  display: block;
  margin: 10px 0;
}
.sidebar__container .main-menu {
  margin: 10px 15px;
}
.sidebar__container .main-menu li.has-child ul {
  display: none;
  list-style: none;
  margin-right: 5px;
  color: #fff;
}
.sidebar__container .main-menu li.has-child ul li {
  list-style: none;
  list-style-position: inside;
  color: #fff;
}
.sidebar__container .main-menu a {
  color: #000 !important;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.sidebar__container .main-menu i {
  color: #fff;
}
.sidebar__container .main-menu .caret {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.sidebar__container .main-menu .caret.caret-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
body {
  background: white !important;
}

.icon-slider-cn .icon-slider div.item a.icon {
  background-color: #ff5100;
}
.icon-slider-cn > span:hover {
  color: #ff5100;
}

.icons__section--bgcolor, .panel-items .item-panel .circle-item {
  background-color: #ff5100 !important;
}

.icons__section--forcolor, .panel-items .item-panel div.item-title a, .icon-slider-next:hover, .icon-slider-prev:hover {
  background-color: #fff !important;
}

.section__about--forecolor, .section-about .about-texts .about-title {
  color: #ff5100 !important;
  font-family: "farayekan" !important;
}

.product-image img {
  height: auto;
}

.btn {
  background-color: #ff5100 !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 8px 30px !important;
}

.farafeedbackform-cn .form-control {
  background-color: #F2F2F2 !important;
  border: none !important;
  border-radius: 0 !important;
}
.farafeedbackform-cn .textarea--border-radius, .farafeedbackform-cn .input--border-radius {
  border-radius: 4px !important;
}
.farafeedbackform-cn .btn--border-radius {
  border-radius: 7px !important;
}
@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .farafeedbackform-cn {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 469px) {
  .farafeedbackform-cn {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .DnnModule-DNN_Survey a:last-child {
    margin-top: 10px;
  }
}
iframe.frame__map {
  border: 1px solid #A0A0A0 !important;
  padding: 5px;
}

.custom-menu {
  padding: 20px !important;
}
.custom-menu li a {
  color: black;
}
.custom-menu > li {
  border: none !important;
}
.custom-menu > li:after {
  border: none !important;
}
.custom-menu > li > a:before {
  content: "\f111" !important;
  font-family: "FontAwesome";
  border: none !important;
  margin: 4px;
  display: inline-block;
  width: auto !important;
  height: auto !important;
  color: #ff5100;
  font-size: 7px;
}

body[rtl=false] .farafeedbackform-cn .form-control,
body[rtl=false] .tripple__container {
  text-align: left;
  direction: ltr;
}

.language__holder {
  background-color: #ff5100;
}
.language__holder ul {
  margin-top: -3px !important;
}

.footer .social__list li:nth-child(1) a {
  background-color: #5B82D1;
}
.footer .social__list li:nth-child(2) a {
  background-color: #765134;
}
.footer .social__list li:nth-child(3) a {
  background-color: #238BC8;
}
.footer .social__list li:nth-child(4) a {
  background-color: #9233C1;
}
.footer .social__list li:nth-child(5) a {
  background-color: #47AE09;
}
.footer .social__list li:nth-child(6) a {
  background-color: #EB43A3;
}

.fara-copyright__container {
  line-height: 8px;
  margin-top: 6px;
}

.section__middle .row {
  margin: 0px !important;
}

a.fixed-whatsapp-icon {
  position: fixed;
  bottom: 48px;
  right: 19px;
  background-color: #4ab200;
  color: #fff;
  padding: 10px 20px;
  z-index: 999;
  font-size: 15px;
  border-radius: 30px;
}
a.fixed-whatsapp-icon i {
  font-size: 19px;
}
a.fixed-whatsapp-icon:hover {
  color: #fff;
  text-decoration: none;
}

.fara-copyright__container p {
  line-height: 20px;
}

.product-box__item {
  direction: rtl;
  display: inline-block;
  margin: 0 auto 2px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 10px 15px 15px;
  position: relative;
  font-size: 12px;
  overflow: hidden;
}

.product-box__item:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.product-box__item .product-box__compare-label,
.product-box__item .product-box__discount-label,
.product-box__item .product-box__hidden {
  display: none;
}

.product-box__item .product-box__prices,
.product-box__item .product-box__prices > div,
.product-box__item .product-box__prices > del {
  visibility: hidden;
}

.product-box__item .product-box__compare-label {
  left: 2px;
  position: absolute;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding: 0 4px;
}

.product-box__item .product-box__compare-label label {
  top: -4px;
}

.product-box__item .product-box__compare-label input {
  margin-left: 2px;
  top: -1px;
}

.product-box__item .product-box__compare-label label,
.product-box__item .product-box__compare-label input {
  cursor: pointer;
  position: relative;
}

.product-box__item > a {
  display: block;
  margin: 0 10px;
}

.product-box__item .product-box__title {
  line-height: 1.4;
  font-size: 14px;
  height: 42px;
  margin: 10px 0 4px;
  overflow: hidden;
  text-align: center;
  color: #3CA200;
}

.product-box__item .product-box__title a {
  color: inherit;
}

.product-box__item p {
  height: 34px;
  overflow: hidden;
  margin: 0;
}

.product-box__item p + div:after {
  content: "";
  display: table;
  clear: both;
}

/*.product-box__item p + div > div:nth-child(1) {
    float: right;
    min-height: 40px;
}

.product-box__item p + div > div:nth-child(2) {
    clear: both;
    float: right;
}

.product-box__item p + div > div:nth-child(3) {
    float: left;
    margin-top: -17px;
}*/
.product-box__item p + div > .part-right {
  display: flex;
  justify-content: end;
}
.product-box__item p + div > .part-right .product-box__button {
  width: 20%;
}
.product-box__item p + div > .part-right .product-box__prices {
  width: 80%;
}

.product-box__item .product-box__button i,
.product-box__item .product-box__button a {
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 36px;
  padding: 6px 0;
}

.product-box__item .product-box__button a:hover, .product-box__item .product-box__button a:focus {
  text-decoration: none;
}

.product-box__item .product-box__tag {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  height: 66px;
  padding-top: 39px;
  position: absolute;
  right: -41px;
  text-align: center;
  top: -12px;
  transform: rotate(45deg);
  width: 124px;
}

.product-box__item.new-price .product-box__prices {
  visibility: visible;
}

.product-box__item.new-price .product-box__prices > div {
  visibility: visible;
  font-size: 16px;
  color: #ff5100;
  margin-top: -4px;
}

.product-box__item.old-price .product-box__prices {
  visibility: visible;
}

.product-box__item.old-price .product-box__prices > del {
  visibility: visible;
  font-size: 14px;
  color: #999;
}

.product-box__item.compare .product-box__compare-label label:before {
  content: "مقایسه";
  display: inline-block;
}

.product-box__item.compare .product-box__compare-label.checked {
  display: block;
}

.product-box__item.mouse-in .product-box__compare-label {
  display: block;
}

.product-box__item.available .product-box__status {
  color: #3CA200;
  position: relative;
  top: 2px;
}

.product-box__item.available .product-box__status:before {
  content: "وضعیت:";
  display: inline-block;
  margin-left: 4px;
  color: #111;
}

.product-box__item.available .product-box__button i,
.product-box__item.available .product-box__button a {
  background-color: #3CA200;
  cursor: pointer;
  transform: scale(-1, 1);
  padding-right: 2px;
}

.product-box__item.available .product-box__button i:hover, .product-box__item.available .product-box__button i:focus,
.product-box__item.available .product-box__button a:hover,
.product-box__item.available .product-box__button a:focus {
  background-color: #318300;
}

.product-box__item.special-order .product-box__status {
  color: #ff733f;
}

.product-box__item.special-order .product-box__button a {
  background-color: #ff733f;
  cursor: pointer;
  transform: scale(-1, 1);
}

.product-box__item.special-order .product-box__button a:hover, .product-box__item.special-order .product-box__button a:focus {
  background-color: #ff5d20;
}

.product-box__item.contact-us .product-box__status {
  color: #0096D5;
}

.product-box__item.contact-us .product-box__button a {
  background-color: #0096D5;
  cursor: pointer;
  transform: scale(-1, 1);
}

.product-box__item.contact-us .product-box__button a:hover, .product-box__item.contact-us .product-box__button a:focus {
  background-color: #0080b6;
}

.product-box__item.coming-soon .product-box__status {
  color: #0096D5;
}

.product-box__item.coming-soon .product-box__button i {
  background-color: #0096D5;
}

.product-box__item.unavailable .product-box__status {
  color: #ff5100;
}

.product-box__item.unavailable .product-box__button i {
  background-color: #ff5100;
}

.product-box__item.discontinued .product-box__status {
  color: #999;
}

.product-box__item.discontinued .product-box__button i {
  background-color: #999;
}

.product-list .slick-arrow {
  cursor: pointer;
  background-color: #f37022 !important;
  height: 40px !important;
  width: 40px !important;
  z-index: 2;
  margin-top: -20px;
  line-height: 1;
  position: absolute;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50% !important;
  -webkit-appearance: button;
  top: 45% !important;
}
@media (max-width: 768px) {
  .product-list .slick-arrow {
    top: 45%;
  }
}
.product-list .slick-arrow:before {
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 56%;
  margin-top: -7px;
}
.product-list .slick-prev {
  left: -15px;
  right: auto !important;
}
@media (max-width: 768px) {
  .product-list .slick-prev {
    left: 0 !important;
  }
}
.product-list .slick-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -6px;
}
@media (min-width: 768px) {
  .product-list .slick-next {
    right: -15px;
    left: unset !important;
  }
}
@media (max-width: 768px) {
  .product-list .slick-next {
    right: 0 !important;
    left: unset !important;
  }
}
.product-list .slick-next:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -10px;
}

main .section__shop .product-list .slick-arrow {
  top: -20px;
}

.header__auth {
  display: flex;
  flex-direction: row-reverse;
}
.header__auth div:last-child {
  display: inline-block;
  color: #fff;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 20px;
  vertical-align: bottom;
  margin-left: 8px;
}
.header__auth div:last-child a {
  padding-right: 24px !important;
  background-color: transparent !important;
}

#cboxClose:before, #cboxClose:after {
  background-color: #fff;
}

.paralex__container {
  padding: 30px 0;
}
