﻿@charset "UTF-8";
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  height: 100%;
  /*    &.open {
      overflow-y: hidden;
  }

  &.position--right {
      &.open {
          transform: translate3d(-300px,0,0);
      }
  }

  &.position--left {
      &.open {
          transform: translate3d(300px,0,0);
      }
  }*/
}

.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;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: center;
}
.sidebar__box .sidebar__container {
  position: fixed;
  width: 300px;
  height: 100.5%;
  top: 0;
  padding: 0 15px;
  overflow-y: hidden;
  overflow: auto;
  z-index: 11;
  transition: all ease 400ms;
}
.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 {
  background-color: white;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #d93323;
}
.sidebar__box .sidebar__container .farashop__product-group-menu {
  border: unset;
  padding-top: 10px;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle {
  border-right: unset;
  background-color: transparent;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #424750;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle.wi-menu__open {
  background-color: unset;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle.wi-menu__open > a {
  color: #d8582b;
}
.sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle.wi-menu__open:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #f70617;
}
.sidebar__box .sidebar__container .farashop__product-group-menu.wi-menu__mobile ul {
  background-color: #f0f0f1;
}
.sidebar__box .sidebar__container .farashop__product-group-menu li a {
  font-size: 13px !important;
  border: unset;
}
.sidebar__box .sidebar__container .farashop__product-group-menu li:before {
  display: none;
}
.sidebar__box .sidebar__container .farashop__product-group-menu li.wi-menu__open {
  background-color: unset;
}
.sidebar__box .sidebar__container .farashop__product-group-menu li.wi-menu__open > a {
  color: #d8582b;
}
.sidebar__box .sidebar__container .logo {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.sidebar__box .sidebar__container .logo img {
  display: block;
  padding: 10px;
  text-align: right;
}
.sidebar__box .sidebar__container .main-menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.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: 13px;
  padding: 0px 15px 0 0;
  line-height: 40px;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sidebar__box .sidebar__container .main-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.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 a .fa-angle-down {
  padding: 10px;
}
.sidebar__box .sidebar__container .main-menu > li {
  transition: all 300ms;
  transform: translateY(50px);
  backface-visibility: hidden;
  opacity: 0;
  /*    &:nth-child(1) {
      display: none;
  }

  &:nth-child(2) {
      a:after {
          content: 'خانه' !important;
          position: relative;
      }
  }*/
}
.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;
  width: 0%;
  top: 0;
  z-index: 0;
  background: transparent;
  height: 100%;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background-color: rgba(96, 96, 96, 0.15);
  margin-right: 15px;
  margin-left: 0;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
}

body.ltr .sidebar__box .sidebar__container .after, body.ltr .sidebar__box .sidebar__container .before {
  left: initial;
  right: 0;
}
body.ltr .sidebar__box .sidebar__container .after {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
body.ltr .sidebar__box .sidebar__container.open {
  transform: translate3d(0, 0, 0);
}
body.ltr .sidebar__box .sidebar__container .farashop__product-group-menu:before {
  content: "Product Categories";
  right: initial;
  left: 13px;
}
body.ltr .sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle {
  right: 0;
}
body.ltr .sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.ltr .sidebar__box .sidebar__container .farashop__product-group-menu .wi-menu__triangle.wi-menu__open:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
body.ltr .sidebar__box .sidebar__container .logo img {
  text-align: left;
}
body.ltr .sidebar__box .sidebar__container .main-menu a {
  padding: 0 0 0 15px;
}
body.ltr .sidebar__box .sidebar__container .main-menu > li:nth-child(2) a:after {
  display: none;
}
body.ltr .sidebar__box .sidebar__container .main-menu ul {
  margin-left: 15px;
  margin-right: 0;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
.farashop__mega-menu {
  box-shadow: none;
  color: #F5F5F5;
  background-color: #f7f7f7;
  text-align: right;
}
.farashop__mega-menu > .container {
  width: unset;
  padding: 0px;
}
.farashop__mega-menu a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root {
  background-color: #3a5b40;
  text-align: center;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
  min-width: 100px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  color: #fff;
  line-height: 73px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px 0 25px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a img {
  display: none;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: transparent;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #d3c617;
  left: 10px;
  top: 0;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: initial;
  background-color: #ddd;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table {
  background-color: #fff;
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: #ee3135;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: rgb(18.2953020134, 28.7046979866, 20.1879194631);
}
body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  left: initial;
  right: 7px;
}
body.ltr .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  padding: 0 20px 0 10px;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		5.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Sep 01, 2017
*	Website:		             http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Black.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Medium.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb.eot");
  src: url("/fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("/fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb.woff") format("woff"), url("/fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		5.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Sep 01, 2017
*	Website:		             http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot");
  src: url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
  font-family: "IconFont";
  src: url("/fonts/IconFont/IconFont.eot") format("embedded-opentype"), url("/fonts/IconFont/IconFont.ttf") format("truetype"), url("/fonts/IconFont/IconFont.woff") format("woff");
}
html[lang=fa-IR] .formatted-number {
  font-family: IRANSans;
}

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

body {
  font-family: "IRANSans", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ebebeb;
  position: relative;
}
body.dnnEditState.popUp .farashop__footer, body.dnnEditState.popUp .farashop__header, body.dnnEditState.popUp .farashop__dashboard-link {
  display: none;
}
body .content-pane--home {
  padding-top: 40px;
  padding-bottom: 50px;
}
body .main-content {
  background: #ebebeb;
  padding-top: 30px;
}
body .BottomContent {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}
body #farashop__checkout {
  padding: 0 15px;
}
@media (max-width: 479px) {
  body #farashop__checkout {
    padding: 0;
  }
}
body .farashop__body > #container .content-pane {
  float: unset;
}
body .farashop__body .pajinatify {
  padding: 5px 8px;
  background: white;
  width: max-content;
  border-radius: 8px;
  border: none;
  margin-right: auto;
}
body .farashop__body .pajinatify:empty {
  visibility: hidden;
}
body .farashop__body .pajinatify > span {
  border: none;
  border-radius: 8px;
}
body .farashop__body .pajinatify > span.pajinatify__current {
  background-color: #222222;
}
body .farashop__body .pajinatify > span.pajinatify__arrow:before {
  border-color: #d8582b;
  width: 6px;
  height: 6px;
  left: 55%;
  margin-top: -3px;
}
body .farashop__body .farashop__box.product-list {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0px #dfdfdf;
}
body .farashop__body .farashop__box.product-list .box__header .box__header-contents {
  width: 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;
  padding: 0 10px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  padding: 0 5px;
  margin-bottom: 10px;
}
body .farashop {
  min-height: 300px;
}
body .lg-outer {
  direction: rtl;
}
body .section-banner {
  position: relative;
}
body .section-banner__show-all {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #d93323;
  height: 30px;
  width: 170px;
  color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 15px #fff;
  font-size: 14px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6);
  transition: 300ms;
}
body .section-banner__show-all:hover {
  transform: translateY(-2px);
  background: rgb(222.7083333333, 69.5535714286, 54.7916666667);
  box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
@media (max-width: 479px) {
  body .section-banner__show-all {
    top: 5px;
    right: 5px;
    font-size: 12px;
    height: 22px;
    width: 100px;
  }
}
body .article__container ul li {
  list-style: initial;
  list-style-position: inside;
}

body.rtl .LoginPanel .toggle-password {
  background: transparent;
  color: #000;
  padding: 10px 12px 10px 24px;
  top: 3px;
  cursor: pointer;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
}

.fixed-enamad {
  position: fixed;
  left: 5px;
  bottom: 20px;
  z-index: 900;
  width: 110px;
}

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

header.farashop__header {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  header.farashop__header {
    margin-bottom: 10px;
  }
}
header.farashop__header .header__menu {
  background-color: #d8582b;
}
header.farashop__header .header__menu .header--top {
  display: inline-flex;
  justify-content: flex-end;
}
header.farashop__header .header__menu .header--top .social--header {
  border-right: 2px solid #454545;
  border-left: 2px solid #454545;
  padding: 0 15px;
  margin-left: 15px;
}
header.farashop__header .header__top {
  background-color: #f2ffeb;
  color: #F5F5F5;
  min-height: 35px;
  padding: 0 15px;
}
header.farashop__header .header__top .row > div[class*=col-] {
  padding: 0;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .row > div[class*=col-] {
    padding: 0 5px;
  }
}
header.farashop__header .header__top .row > div[class*=col-]:last-child {
  padding-top: 30px;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .row > div[class*=col-]:last-child {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  header.farashop__header .header__top .row > div[class*=col-] .header__search-box {
    padding-top: 20px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
header.farashop__header .header__top .logo {
  padding: 0 10px 0 0;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .logo {
    padding: 0;
    text-align: left;
  }
}
header.farashop__header .header__top .logo > a {
  display: block;
}
@media (max-width: 992px) {
  header.farashop__header .header__top .logo > a img {
    max-width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}
header.farashop__header .header__top nav > ul > li:first-child a {
  padding-right: 0;
  /* &:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: FontAwesome;
      font-size: 18px;
      color: #f70617;
  }*/
}
header.farashop__header .header__top nav > ul > li:first-child a:hover {
  background-color: transparent !important;
}
header.farashop__header .header__top nav > ul > li:first-child a:hover:before {
  color: #fff;
}
header.farashop__header .header__top nav > ul > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
header.farashop__header .header__top nav > ul > li > a:hover, header.farashop__header .header__top nav > ul > li > afocus {
  background-color: #d8582b;
}
header.farashop__header .header__top nav > ul a {
  color: inherit;
}
header.farashop__header .header__top nav > ul a:hover, header.farashop__header .header__top nav > ul afocus {
  background-color: #d8582b;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #d8582b;
  margin-right: 5px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgb(192.275, 255, 158.5);
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}
header.farashop__header .header__top .auth-basket__container {
  display: flex;
  flex-direction: row-reverse;
}
header.farashop__header .header__top .basket-text {
  display: none;
  padding-top: 4px;
  color: #333;
  font-size: 13px;
}
header.farashop__header .header__top .basket-text::before {
  content: "سبد خرید";
  display: block;
  color: #565656;
  font-weight: 500;
}
@media (min-width: 1024px) {
  header.farashop__header .header__top .basket-text {
    display: block;
  }
}
header.farashop__header .header__top .login-text {
  display: flex;
  color: #565656;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 992px) {
  header.farashop__header .header__top .login-text {
    width: 130px;
  }
}
@media (max-width: 768px) {
  header.farashop__header .header__top .login-text a {
    font-size: 0 !important;
  }
}
header.farashop__header .header__top .login-text::after {
  content: "";
  display: block;
  height: 31px;
  border: 1px solid #e4e4e4;
  border-width: 0 0 0 1px;
}
@media (max-width: 991px) {
  header.farashop__header .header__top .login-text::after {
    left: 2px;
  }
}
header.farashop__header .header__top .Authentication-T1_container.active > .row .user-profile__container > ul > li > a {
  font-family: inherit;
}
header.farashop__header .header__top .Authentication-T1_container.active .login-text {
  opacity: 0;
}
header.farashop__header .header__bottom {
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #3a5b40;
}
header.farashop__header.fixed .header__bottom {
  padding: 10px 15px;
  position: fixed;
  height: 51px;
  z-index: 99;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
  top: 0px;
  padding: 10px 15px;
  right: 0;
  left: 0;
}
header.farashop__header.fixed .header__bottom #dnn_ProductGroupMenu_pnlMegaMenu {
  top: 51px;
}

@media (min-width: 990px) {
  .header__bottom .farashop__product-group-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__bottom .farashop__product-group-menu li {
    min-width: 130px;
    text-align: center;
  }
  .header__bottom .farashop__product-group-menu li img {
    display: block;
    margin: 0 auto;
  }
  .header__bottom .farashop__product-group-menu li .wi-menu__triangle {
    background-color: #3a5b40 !important;
  }
  .header__bottom .farashop__product-group-menu li .wi-menu__triangle:before {
    border-color: #fff !important;
  }
  .header__bottom .farashop__product-group-menu > li {
    border-right: 1px solid rgba(255, 255, 255, 0.1882352941);
    border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
  }
  .header__bottom .farashop__product-group-menu > li > a {
    border-bottom: none !important;
    padding: 0 0 0 20px;
    line-height: 73px;
  }
  .header__bottom .farashop__product-group-menu > li:before {
    display: none !important;
  }
  .header__bottom .farashop__product-group-menu > li a {
    background-color: #3a5b40 !important;
    color: #fff !important;
  }
  .header__bottom .farashop__product-group-menu > li ul {
    width: 210px !important;
  }
  .header__bottom .farashop__product-group-menu > li > ul {
    top: 100% !important;
    right: 0 !important;
  }
  .header__bottom .farashop__product-group-menu > li > ul li:hover {
    background-color: #d8582b;
  }
  .header__bottom .farashop__product-group-menu > li > ul li:hover > a {
    background-color: #d8582b !important;
  }
  .header__bottom .farashop__product-group-menu > li > ul li:hover > .wi-menu__triangle {
    background-color: #d8582b !important;
  }
  .header__bottom .farashop__product-group-menu > li > .wi-menu__triangle {
    top: 20%;
    background-color: transparent !important;
    width: 20px;
  }
  .header__bottom .farashop__product-group-menu > li > .wi-menu__triangle:before {
    border-top: 1px solid #d3c617;
    border-right: 1px solid #d3c617 !important;
    border-bottom: none !important;
  }
}
.wi-menu.wi-menu__theme-default > li:before {
  border-right: 1px solid #2c2c2e;
  border-bottom: 1px solid #2c2c2e;
}

.wi-menu.wi-menu__mobile .wi-menu__triangle.wi-menu__open:before {
  border-color: #2c2c2e;
}

section.live-slider-cn .row {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  section.live-slider-cn .pane__slider {
    padding: 0 !important;
  }
}
section.live-slider-cn .pane__slider .ls-v5 {
  position: relative;
}
section.live-slider-cn .pane__slider .ls-v5 .ls-nav-prev, section.live-slider-cn .pane__slider .ls-v5 .ls-nav-next {
  background-image: none;
}
section.live-slider-cn .pane__slider .ls-v5 .ls-nav-prev::before, section.live-slider-cn .pane__slider .ls-v5 .ls-nav-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-top: 3px solid #b6b6b4;
  top: 50%;
  transform: translateY(-50%);
}
section.live-slider-cn .pane__slider .ls-v5 .ls-nav-prev::before {
  left: 20px;
  border-left: 3px solid #b6b6b4;
  transform: translateY(-50%) rotate(-45deg);
}
section.live-slider-cn .pane__slider .ls-v5 .ls-nav-next::before {
  right: 20px;
  border-right: 3px solid #b6b6b4;
  transform: translateY(-50%) rotate(45deg);
}
section.live-slider-cn .ls-container {
  overflow: hidden;
  /* border-radius: 20px;*/
}

body.rtl .LoginPanel {
  width: 300px;
  padding: 0;
  margin: 0 auto;
  float: unset;
}
body.rtl .LoginPanel .dnnLoginService .dnnFormItem:nth-child(3) span.dnnFormLabel, body.rtl .LoginPanel .dnnLoginService .dnnFormItem:nth-child(4) span.dnnFormLabel, body.rtl .LoginPanel .dnnLoginService .dnnFormItem:nth-child(5) span.dnnFormLabel {
  display: none;
}
body.rtl .LoginPanel .dnnLabel {
  display: block;
  float: unset;
  width: unset;
  margin: 0;
  text-align: right;
}
body.rtl .LoginPanel .toggle-password {
  background: transparent;
  color: #000;
  padding: 10px 12px 10px 24px;
  top: 3px;
  cursor: pointer;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.3);
}

.farashop__footer {
  height: auto;
  background-color: #f2ffeb;
  color: #636363;
  padding-bottom: 0;
  margin-top: 20px;
}
.farashop__footer .footer__phone-number {
  position: relative;
}
.farashop__footer .footer__phone-number i {
  position: absolute;
  left: 39px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #01acb4;
  border-radius: 50% 50% 0 50%;
  font-size: 28px;
  bottom: -5px;
}
@media (min-width: 1200px) {
  .farashop__footer .footer__bottom .copyright-texts * {
    text-align: center;
  }
}
.farashop__footer .phone-icon-sp:before {
  content: "\e09e";
  font-size: 17px;
  color: #35a0d9;
  font-family: "IconFont";
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.farashop__footer .footer__divider {
  margin: 25px 0;
  height: 1px;
  background: #ddd;
}
.farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item {
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item img {
    width: 50px;
  }
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item a {
    font-size: 13px;
  }
  .farashop__footer .footer__textIcon-wrapper .superlink__text-icon-slider .text-icon-slider__item div {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .farashop__footer .footer__textIcon-wrapper .slick-prev {
    right: -15px;
    border: none;
  }
  .farashop__footer .footer__textIcon-wrapper .slick-next {
    left: -15px;
    border: none;
  }
}
.farashop__footer .footer__top {
  padding-bottom: 25px;
  padding-top: 20px;
}
.farashop__footer .footer__logo-copyright {
  font-size: 12px;
  word-spacing: -1px;
  color: #757575;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
.farashop__footer .footer__bottom {
  padding: 0px 70px 0 0;
  clear: both;
  float: right;
  margin-top: -5px;
}
@media (max-width: 479px) {
  .farashop__footer .footer__bottom {
    margin-top: 10px;
  }
}
.farashop__footer .footer__bottom .copyright-texts * {
  color: #848484;
  font-weight: 500;
  font-size: 12px;
}
.farashop__footer .footer__bottom > div {
  max-width: 1366px;
  margin: 0 auto;
}
.farashop__footer .footer__bottom > div > div {
  padding: 0px;
  text-align: right;
}
.farashop__footer .footer__bottom .footer__copyright > span {
  font-size: 11px;
  font-weight: 500;
  color: #000;
}
.farashop__footer .footer__bottom .footer__faratech {
  display: inline-block;
  width: 100%;
}
.farashop__footer .footer__logo-container .DnnModule:first-child {
  margin-top: 10px;
}
.farashop__footer .footer-left-pane-cn .row > div {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .farashop__footer .footer-left-pane-cn .row > div {
    padding: 15px;
    text-align: center;
  }
  .farashop__footer .footer-left-pane-cn .row > div .farashop__container.container__footer-pane > span {
    margin-bottom: 10px;
  }
}
.farashop__footer .footer-left-pane-cn .footerLeftPane .farashop__container.container__footer-pane > span {
  margin-bottom: 0;
}

.content-order {
  display: inline-block;
  width: 100%;
  padding: 30px 5px;
}
.content-order .container__content-pane {
  padding: 0 !important;
}
.content-order hr {
  width: 100%;
  height: 1px;
  margin: 0 0 45px;
  background-color: #ccc;
  border: none;
}

.pane__top-banner {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .pane__top-banner p {
    margin-bottom: 0;
  }
}

.sidebar__box .wi-menu {
  border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
  .pane__top-banner.col-xs-6 {
    padding: 0 5px 0 10px;
  }
}

.pane__top-banner img {
  border-radius: 15px;
}

@media (min-width: 992px) {
  .slider_container > div:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .slider_container > div:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .slider_container > div:last-child {
    padding: 0 5px;
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .slider_container > div:last-child {
    margin-top: 4px;
  }
  .slider_container > div:last-child > div:first-child {
    padding-left: 2px;
  }
  .slider_container > div:last-child > div:last-child {
    padding-right: 2px;
  }
}

.skin__product-page .header__bottom {
  margin-bottom: 0 !important;
}

.stuck {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-color: rgba(58, 91, 64, 0.5);
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #F5F5F5;
}
.stuck .header__auth a {
  /*color: #000 !important;*/
}
.stuck .header__auth a:before {
  color: #f70617 !important;
}
.stuck .logo {
  max-width: 130px;
}

.farashop__box {
  background: white;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .farashop__box {
    padding: 30px 10px;
  }
}
.farashop__box > .box__header {
  display: flex;
  align-items: center;
  border-right: 2px solid #d8582b;
  margin-bottom: 14px;
}
.farashop__box > .box__header > div {
  font-weight: bold;
  font-size: 15px;
}
.farashop__box > .box__header > div > div:first-child {
  font-weight: bold;
  font-family: "IRANSans";
}
.farashop__box > .box__header > div 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;
}

.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;
  font-family: IRANSans;
}
.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: #3a5b40; /* $color__theme--secodary*/
}
.farashop__breadcrumb li:first-child a:before {
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #d8582b; /* $color__theme--three*/
  font-family: fontawesome;
}
.farashop__breadcrumb li:last-child a {
  color: #aaa;
}

.widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  color: black;
  background: white;
  padding: 20px 35px;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #efefef;
}
.widget__show-more > div:first-child {
  padding-bottom: 30px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  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: 34px;
  line-height: 32px;
  color: #fff;
  background: #3a5b40;
  padding: 0 30px 0 20px;
  font-weight: 600;
  border-radius: 17px;
}
.widget__show-more > .toggle:after {
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  right: 3px;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f068";
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
  margin-top: 0;
  color: #d8582b;
  font-size: 22px;
  font-weight: 600;
}
.farashop__container.container__content-pane__right-line > span {
  position: relative;
}
.farashop__container.container__content-pane__right-line > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background-color: #d6dadd;
  transform: translateY(-50%);
}
.farashop__container.container__content-pane__right-line > span > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background-color: #ebebeb;
  z-index: 1;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 20px;
}
.farashop__container.container__footer-pane > span .Head,
.farashop__container.container__footer-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  font-family: "IRANSans";
  font-size: 16px;
  color: #395941;
}
.farashop__container.container__footer-pane > span:before,
.farashop__container.container__footer-pane > h2:before {
  content: "\e21f";
  font-family: "IconFont";
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 7px;
  margin-left: 4px;
  color: #d8582b;
}
.farashop__container.container__foot-pane .head {
  font-size: 13px;
}
.farashop__container.container__foot-pane > h2 {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.farashop__container.container__foot-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  font-family: "IRANSans";
  font-size: 13px;
  color: #838383;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #d8582b;
  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: #d8582b;
  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;
}

.container__heading--center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .container__heading--center {
    padding: 20px 0;
  }
}
.container__heading--center:after, .container__heading--center:before {
  content: "";
  height: 2px;
  flex-basis: 100%;
  background-color: #d6d6d6;
}
.container__heading--center h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  margin: 0 15px;
}

.FooterLeftPane_4 .farashop__container.container__footer-pane > span .Head {
  color: #4e3fe4 !important;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  top: 19px;
  cursor: pointer;
  color: #000;
}

.top-content-pane {
  background: #fff;
}
.top-content-pane > div {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-content-pane > div {
    padding: 5px 0;
    margin: 0;
  }
}

.Newssection .container__content-pane {
  margin: 15px;
}

.Newssection .DnnModule {
  background-color: #fff;
  border-radius: 7px;
}

.Newssection .DnnModule-FaraSuperLinks {
  background-color: transparent;
}

.farashop .container__content-pane > span, .farashop .container__content-pane-login > span {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  display: block;
  border: none !important;
}

.farashop .container__content-pane-login > span {
  width: 80%;
  margin: 20px auto 15px;
}

.farashop .container__content-pane > span:after, .farashop .container__content-pane-login > span:after {
  content: "";
  position: absolute;
  background-color: #d9e3e8;
  height: 1px;
  width: 95%;
  top: 100%;
  margin-right: 10px;
  right: -11px;
}

.farashop .container__content-pane > span > span, .farashop .container__content-pane-login > span > span {
  position: relative;
  border-bottom: 1px solid #3a5b40;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
  z-index: 1;
}

.farashop .container__content-pane {
  padding: 15px;
  background: #fff;
}

.skin__home > .container {
  padding: 0 10px;
}

#dnn_FooterBottomPane_3 .container__footer-pane > span {
  margin-bottom: 10px;
  margin-top: 20px;
}

#Body .under-construction {
  width: auto !important;
}

.footerLeftPane > div:nth-child(2) {
  margin-top: 15px;
}

.DnnModule-FaraShopCustomProductList {
  position: relative;
}

.overlay-page {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay-page.overlay-login {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  width: 100%;
}
.overlay-page.overlay-basket {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  width: 100%;
}

.js-toggle-top {
  display: none;
}

.skin__inside #container {
  max-width: 1366px;
  margin: 0 auto;
}

.advanced-filtering .wi-select > span {
  z-index: unset;
}
.advanced-filtering .wi-select:after {
  z-index: unset;
}

.personalBarContainer ~ farashop__body {
  background-color: #f00;
}
.personalBarContainer ~ farashop__body #dnn_ProductGroupMenu_pnlMegaMenu {
  top: 166px;
}

.content-pane__container {
  border-radius: 7px;
  padding: 20px;
  margin-top: 10px;
  min-height: 40vh;
}

.skin__inside--container header.farashop__header .header__bottom {
  margin-bottom: 0px;
}
.skin__inside--container .slider--content {
  margin: 15px auto;
}

.skin__inside .breadcrumb {
  padding: 5px 0 5px 15px;
  background-color: transparent !important;
}
.skin__inside .slider--content {
  margin: 15px auto;
}
@media (max-width: 1199px) {
  .skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item {
    width: 12%;
  }
}
@media (max-width: 991px) {
  .skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item {
    width: 12%;
  }
}
.skin__inside .DnnModule-FaraShopFaraShopUserProfile ul.tabify__theme-ugly + ul > li:last-child .content__show-scores .circle-box__item:last-child {
  display: none;
}

.img-right-box {
  text-align: center;
  min-height: 435px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.img-right-box img {
  border-radius: 10px;
}

.padding0 {
  padding: 0;
}

html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
  border-radius: 10px !important;
}

.dnnc .cityName {
  display: none;
}

.toggle-admin-menu {
  top: 45px !important;
}

.checkout-panel input[type=radio]:checked::before {
  background-color: #d8582b !important;
}
.checkout-panel .btn {
  background-color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}

.checkout-panel__title {
  color: #d8582b !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.farashop__checkout button:hover, .farashop__checkout button:focus, .farashop__checkout button:active, .farashop__checkout button:hover:active, .farashop__checkout button:focus:active,
.farashop__checkout input[type=submit]:hover,
.farashop__checkout input[type=submit]:focus,
.farashop__checkout input[type=submit]:active,
.farashop__checkout input[type=submit]:hover:active,
.farashop__checkout input[type=submit]:focus:active {
  border: 1px solid rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #d8582b !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #d8582b !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #d8582b !important;
}

.user-address__addbtn a {
  background-color: #d8582b !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
  color: white;
  border: 1px solid rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}

.farashop__custom-login .btn-one-time-password {
  background: white !important;
  border-color: #d8582b !important;
  color: #d8582b !important;
}
.farashop__custom-login .btn-one-time-password:hover {
  color: white !important;
  background-color: #d8582b !important;
}

.fs-auth__form .btn-edit-mobile {
  color: #fff !important;
  border: 1px solid #d8582b !important;
}
.fs-auth__form .btn-edit-mobile:hover {
  background-color: #d8582b !important;
}

/******* purchase procedure styles *******/
.checkout-panel input[type=radio]:checked::before {
  background-color: #d8582b !important;
}
.checkout-panel .btn {
  background-color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.checkout-panel .btn:hover {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}

.checkout-panel__title {
  color: #d8582b !important;
}

.farashop__checkout button,
.farashop__checkout input[type=submit] {
  background-color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.farashop__checkout button:hover, .farashop__checkout button:focus, .farashop__checkout button:active, .farashop__checkout button:hover:active, .farashop__checkout button:focus:active,
.farashop__checkout input[type=submit]:hover,
.farashop__checkout input[type=submit]:focus,
.farashop__checkout input[type=submit]:active,
.farashop__checkout input[type=submit]:hover:active,
.farashop__checkout input[type=submit]:focus:active {
  border: 1px solid rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}
.farashop__checkout .checkout__rules-checkbox > i {
  color: #d8582b !important;
}
.farashop__checkout.checkout__default > div:first-child > div.step__active:before {
  background-color: #d8582b !important;
}
.farashop__checkout.checkout__default .checkout__arrows button {
  background-color: white !important;
  color: #d8582b !important;
  border: 1px solid #d8582b !important;
}
.farashop__checkout.checkout__default .checkout__arrows button:hover {
  color: white !important;
  background-color: #d8582b !important;
}

.user-address__addbtn a {
  background-color: #d8582b !important;
}
.user-address__addbtn a:hover {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}
.user-address__addbtn a:focus {
  background-color: rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
  color: white;
  border: 1px solid rgb(220.7545816733, 108.3593625498, 68.8454183267) !important;
}

.farashop__custom-login .btn-one-time-password {
  background: white !important;
  border-color: #d8582b !important;
  color: #d8582b !important;
}
.farashop__custom-login .btn-one-time-password:hover {
  color: white !important;
  background-color: #d8582b !important;
}

.fs-auth__form .btn-edit-mobile {
  border: 1px solid #d8582b !important;
}
.fs-auth__form .btn-edit-mobile:hover {
  background-color: #d8582b !important;
}

/*********** BODY LTR ************/
body.ltr {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width: 992px) {
  body.ltr .content-pane > div .box__body .slick-slider {
    padding-left: initial;
    padding-right: 15px;
  }
}
body.ltr header.farashop__header .header__top {
  background-color: #f2ffeb;
  color: #F5F5F5;
  min-height: 35px;
  padding-bottom: 0;
}
body.ltr header.farashop__header .header__top > .row > div[class*=col-]:last-child {
  padding-left: 10px;
  padding-right: 2px;
}
@media (max-width: 992px) {
  body.ltr header.farashop__header .header__top > .row > div[class*=col-]:last-child {
    padding-right: 15px;
  }
}
body.ltr header.farashop__header .header__top .logo {
  padding: 15px 0 20px 10px;
}
@media (max-width: 992px) {
  body.ltr header.farashop__header .header__top .logo {
    text-align: right;
  }
}
body.ltr header.farashop__header .header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: rtl;
}
body.ltr header.farashop__header .header__top #dnn_HeaderTopPane ul em {
  margin-right: initial;
  margin-left: 5px;
}
body.ltr header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child {
  margin-right: initial;
  margin-left: 16px;
}
body.ltr header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child:after {
  right: initial;
  left: -9px;
}
body.ltr header.farashop__header .header__top .basket-text {
  float: right;
  padding-top: 5px;
}
body.ltr header.farashop__header .header__top .basket-text::before {
  content: "Basket";
}
body.ltr header.farashop__header .header__top .login-text {
  float: right;
  top: -3px;
  left: initial;
  right: -70px;
}
body.ltr header.farashop__header .header__top .login-text::after {
  left: initial;
  right: -10px;
}
@media (max-width: 991px) {
  body.ltr header.farashop__header .header__top .login-text::after {
    left: initial;
    right: 2px;
  }
}
body.ltr header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane {
  float: left;
}
body.ltr header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane::before {
  right: initial;
  left: -7px;
}
body.ltr header.farashop__header .header__bottom > .row > div:last-child .social_pane {
  float: left;
  margin-right: initial;
  margin-left: 15%;
}
@media (min-width: 992px) and (max-width: 1279px) {
  body.ltr header.farashop__header .header__bottom > .row > div:last-child .social_pane {
    margin-right: initial;
    margin-left: 0;
  }
}
body.ltr header.farashop__header .header__bottom > .row > div:last-child .social_pane::before {
  right: initial;
  left: 0;
}
body.ltr header.farashop__header .header__bottom > .row > div:last-child .social_pane .sociallinks ul li {
  margin-left: initial;
  margin-right: 5px;
}
body.ltr .dashboard__nav .logo {
  left: initial;
  right: 0;
}
body.ltr .content-order .aboutUs img {
  border-radius: 60px 60px 60px 0;
}
body.ltr .skin__inside .breadcrumb {
  padding: 5px 15px 5px 0;
}
body.ltr .widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  color: black;
  background: white;
  padding: 20px 35px;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #efefef;
}
body.ltr .widget__show-more > div:first-child {
  padding-bottom: 30px;
}
body.ltr .widget__show-more > .toggle:before {
  content: "Read more ";
  padding: 0 20px 0 30px;
}
body.ltr .widget__show-more > .toggle:after {
  margin-right: initial;
  margin-left: 10px;
  right: initial;
  left: 3px;
}
body.ltr .widget__show-more > .toggle.active:before {
  content: "Show less";
}
body.ltr .widget__show-more > .toggle.active:after {
  content: "\f068";
}
body.ltr .farashop .container__content-pane > span:after, body.ltr .farashop .container__content-pane-login > span:after {
  margin-right: initial;
  margin-left: 10px;
  right: initial;
  left: -11px;
}
body.ltr .farashop__box .box__header {
  border-right: none;
  border-left: 3px solid #3a5b40;
}
body.ltr .farashop__checkout .checkout__arrows button:first-child::before, body.ltr .farashop__checkout .checkout__arrows button:last-child::after {
  display: inline-block;
  transform: scale(-1);
}
body.ltr .js__login-container .js__btn-login-back {
  transform: scale(-1);
}
@media (max-width: 479px) {
  body.ltr .js-toggle-top {
    left: initial;
    right: 6px;
  }
  body.ltr .js-toggle-top::before {
    content: "Back to top";
  }
  body.ltr .js-toggle-top:after {
    margin-right: initial;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .wi-menu.wi-menu__theme-default a {
    font-size: 12px !important;
  }
  .farashop__breadcrumb {
    margin-bottom: 10px;
  }
  .content-pane__container {
    padding: 5px 0;
  }
  .js-toggle-top {
    display: block !important;
    position: absolute;
    left: 6px;
    color: #a1a3a8;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    top: -25px;
  }
  .js-toggle-top::before {
    content: "بازگشت به بالا";
  }
  .js-toggle-top:after {
    content: "\f106";
    color: #a1a3a8;
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 10px;
  }
  #Body .header__top .header__auth {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #Body .header__top .header__auth > div {
    height: 35px;
    line-height: 2.4;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 20px;
  }
  #Body .header__top .header__auth > div a {
    color: inherit;
    font-size: 12px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #d8582b;
  }
  #Body .header__middle .logo {
    height: 65px;
    line-height: 70px;
    text-align: left;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #Body .container__footer-pane .sociallinks {
    text-align: center;
  }
  #Body .farashop__footer .footer__bottom > div, #Body .farashop__footer .footer__bottom > div * {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  #Body {
    /*    #cboxLoadedContent {
        height: 100vh !important;
    }*/
  }
  #Body .header__search-box,
  #Body .header__auth-pc {
    margin: 5px 0 5px;
  }
  #Body .header__search-box {
    width: 100%;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #Body .header__middle .logo {
    text-align: left;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck .header__auth,
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
  #Body .farashop__box .box__header [class*=col-]:nth-child(1) > div i {
    margin-right: 15px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container {
    align-items: baseline;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__discount--text {
    font-size: 40px;
    position: relative;
    top: 10px;
    right: 5px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:first-child {
    font-size: 30px;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container > ul > li:last-child {
    font-size: 15px;
    line-height: 0.2;
  }
  #Body .dynamic-columns .dynamic-columns__container .dynamic-columns__item .item__content .item__discount__container .item__title {
    font-size: 13px;
    bottom: 0;
    line-height: 2;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1600px;
  }
  header .container-fluid {
    max-width: initial;
  }
}
.list-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 425px;
  text-align: left;
}
.list-banner img {
  border-radius: 15px;
}
.list-banner p {
  margin: 0;
}
@media (max-width: 1366px) {
  .list-banner {
    height: 355px;
  }
  .list-banner img {
    max-height: 170px;
  }
}
@media (max-width: 479px) {
  .list-banner {
    text-align: center;
    height: auto;
    flex-direction: row;
  }
  .list-banner img {
    height: auto !important;
    padding: 7px 2px;
    margin-bottom: 0;
  }
}

.headContact {
  text-align: left;
  color: #fff;
  font-size: 15px;
  padding-top: 5px;
  margin-bottom: 0;
}
.headContact i {
  padding-right: 5px;
}
.headContact i::before {
  content: "\e09e";
  font-size: 17px;
  color: #ff0708;
  font-family: "IconFont";
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.link--checkout {
  text-align: center;
  margin-bottom: 30px;
}
.link--checkout a {
  background: #d8582b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 10px;
}

@media (min-width: 1420px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}
@media (max-width: 479px) {
  .floatify.floatify__right .floatify__input, .floatify.floatify__right.floatify__active .floatify__input {
    padding-right: 35px !important;
  }
}
