﻿@charset "UTF-8";
body.rtl .body__container,
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 5px;
}
body.rtl .sidebar__box .sidebar__container .main-menu .fa {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 99;
}
body.rtl .sidebar__box .sidebar__container .main-menu a {
  text-align: right;
}

.body__container {
  transition: all ease 400ms;
  overflow: hidden;
  /*    &.position--right {
      &.open {
          transform: translate3d(-300px,0,0);
      }
  }

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

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

.farashop__mega-menu {
  box-shadow: none;
  color: #2c2c2c;
  background-color: #383838;
}
.farashop__mega-menu a {
  line-height: 40px;
  font-size: 14px !important;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 {
  color: #fff;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: #f8931f;
  color: #fff;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #d30303;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  top: 40px;
  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: #9a1c1f;
}
.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 a {
  color: #000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #000;
  /*  background-color: lighten($color__theme--special, 12%);*/
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before {
  border-color: transparent transparent #f8931f transparent;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after {
  background-color: #f8931f;
}

@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");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 100;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Thin.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Thin.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-UltraLight.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Light.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Light.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Medium.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Medium.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 600;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-DemiBold.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 800;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-ExtraBold.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Black.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Bold.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  src: url("/Fonts/IRANYekan/woff/IRANYekanX-Regular.woff") format("woff"), url("/Fonts/IRANYekan/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
body, html, form {
  height: 100%;
}

body {
  font-family: IRANYekanX, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: -15px;
  margin-right: -15px;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 30px;
}

body.rtl {
  direction: rtl !important;
}

.farashop__body {
  padding-bottom: 0;
}

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

.skin__home > header .header-banner p, .skin__col-1 > header .header-banner p, .skin__col-2 > header .header-banner p {
  margin: 0px;
  padding: 0px;
}

.header__top {
  min-height: 28px;
  border-bottom: 1px solid #ccc;
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top .header__profile {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
}
.header__top .header__profile .profile__username {
  color: #d70303;
}
.header__top .header__profile a {
  color: #333;
}
.header__top nav > ul {
  height: 25px;
}
.header__top nav > ul > li {
  border-right: 2px solid #9d9d9d;
  line-height: 10px;
}
.header__top nav > ul > li:first-child {
  border-right: 0;
}
.header__top nav > ul > li:first-child a {
  padding: 0 0 0 10px;
}
.header__top nav > ul > li > a {
  padding: 0 13px;
  font-size: 13px;
  color: #000;
}
.header__top nav > ul > li > a .fa-angle-down {
  margin-right: 5px;
}
.header__top nav > ul > li > a:hover, .header__top nav > ul > li > afocus {
  color: #d30303;
}
.header__top nav > ul li ul li {
  line-height: 25px;
}
.header__top nav > ul li ul li a {
  color: #fff;
  font-size: 12px;
}
.header__top nav > ul li ul li a:hover {
  background-color: #f8931f;
}
.header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  padding-right: 5px;
  transform: translateY(2px);
}
.header__top #dnn_HeaderTopPane ul em:before {
  color: #d30303 !important;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin: 0 15px;
  transform: translateY(4px);
}
.header__top .fa-phone:before {
  color: unset !important;
  margin-right: 3px;
}

.header__middle {
  color: inherit;
  padding-bottom: 5px;
  padding-top: 5px;
}
.header__middle .logo img {
  display: inline-block;
}
@media (max-width: 767px) {
  .header__middle .logo img {
    max-height: 75px;
    float: left;
  }
}
.header__middle .toggle-basket {
  margin-top: 20px;
  border: 1px solid #c3c3c3;
  height: 44px;
  border-radius: 5px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div a {
  color: #f8931f;
  font-size: 12px;
  font-weight: bold;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #f8931f;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 20px;
  position: relative !important;
  color: #f8931f;
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #Body .stuck .header__auth {
    margin-top: 13px;
  }
  #Body .stuck .header__auth a:before {
    display: none;
  }
}
.header__bottom {
  position: relative;
  z-index: 9;
}
.header__bottom .toggle-sidebar {
  display: none;
}

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

.farashop__footer {
  height: auto;
  background-color: #383838;
  min-height: 234px;
  margin-top: 0px;
}
.farashop__footer .footer__top {
  background-color: #313131;
  min-height: 40px;
  line-height: 40px;
  font-size: 1.05em;
  padding: 10px 0;
  color: #fff;
}
@media (max-width: 991px) {
  .farashop__footer .footer__top {
    text-align: center;
  }
}
.farashop__footer .footer__top [class*=col-] em {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
  color: #dee6e8;
}
.farashop__footer .footer__top [class*=col-] em:before {
  color: #fff;
}
.farashop__footer .footer__top [class*=col-] p {
  margin-bottom: 0;
}
.farashop__footer .footer__top [class*=col-] .Normal {
  direction: ltr;
}
.farashop__footer .footer__top [class*=col-] a {
  color: #fff;
}
.farashop__footer .footer__top [class*=col-]:nth-child(1) .Normal {
  direction: rtl;
}
.farashop__footer .footer__logo-copyright {
  color: #6b6a6a;
  font-size: 12px;
  word-spacing: -1px;
  padding-top: 15px;
}
.farashop__footer .footer__logo-copyright img {
  max-width: 90%;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}
@media (max-width: 767px) {
  .farashop__footer .footer__logo-copyright {
    text-align: center;
  }
}
.farashop__footer .footer__logo-copyright .footer__logo {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__logo-copyright .footer__logo img {
    margin: auto;
  }
}
.farashop__footer .footer__logo-copyright .copyright-texts, .farashop__footer .footer__logo-copyright .copyright-texts * {
  color: rgba(255, 255, 255, 0.2);
}
.farashop__footer #dnn_FooterBottomPane_3 {
  margin-bottom: 5px;
}
.farashop__footer .footer__brands {
  border-top: 1px solid #6d6968;
  border-bottom: 1px solid #6d6968;
  margin: 20px 0 0px;
  padding: 15px 0;
}
.farashop__footer .footer__faratech {
  font-size: 12px;
}
.farashop__footer .footer__faratech a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__faratech {
    text-align: center;
  }
}

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

.stuck {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #2c2c2c;
}
.stuck .logo {
  width: 175px;
}

.farashop__box .box__header {
  margin-bottom: 25px;
  min-height: 43px;
  line-height: 3;
}
.farashop__box .box__header .product-title-hr__with-img {
  border: 2px solid #dcdcdc;
  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: #dcdcdc;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div {
  color: #2c2c2c;
  display: flex;
  align-items: center;
  min-height: 42px;
  justify-content: start;
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div span {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  border-bottom: 1px solid #d9b033;
  padding: 0 16px;
  font-weight: bold;
  font-family: "IRANSans";
  padding-bottom: 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .farashop__box .box__header [class*=col-]:nth-child(1) > div span {
    font-size: 12px;
  }
}
.farashop__box .box__header [class*=col-]:nth-child(1) > div i {
  margin: 0 15px;
  font-size: 24px;
  display: inline-block;
  color: #f8931f;
}
.farashop__box .box__header .no-icon span {
  display: block !important;
  text-align: center;
  width: 100%;
}

.farashop__breadcrumb {
  font-size: 11px;
  color: #111;
  margin-bottom: 10px;
}
.farashop__breadcrumb .breadcrumb {
  background-color: #fff;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: inherit;
  font-weight: 600;
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li:first-child a {
  font-size: 1.9em;
}
.farashop__breadcrumb li:first-child a:hover, .farashop__breadcrumb li:first-child a:focus {
  text-decoration: none;
  color: #f8931f;
}
.farashop__breadcrumb li:last-child {
  color: #f8931f;
}

.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: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 #efefef;
}
.widget__show-more > div:first-child {
  padding-bottom: 30px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  line-height: 140px;
  text-align: center;
  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: 60px;
  line-height: 60px;
  color: #f8931f;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #f8931f;
  font-size: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
  margin-left: 10px;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .farashop__container.container__footer-pane {
    text-align: center;
  }
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 25px;
  color: #f8931f;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .farashop__container.container__footer-pane > span,
  .farashop__container.container__footer-pane > h2 {
    font-size: 22px;
  }
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #f8931f;
  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: #f8931f;
  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;
}

#dnn_FooterBottomPane_3 .farashop__container.container__footer-pane {
  margin-top: 30px;
}
#dnn_FooterBottomPane_3 .farashop__container.container__footer-pane > span:first-child {
  margin-bottom: 5px;
}

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

.toggle-sidebar {
  font-size: 36px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  color: #d90303;
}

@media (max-width: 767px) {
  #Body .header__top .header__auth {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 100px;
    z-index: 99;
  }
  #Body .header__top .header__auth > div {
    height: 35px;
    line-height: 2.4;
  }
  #Body .header__top .header__auth > div a {
    color: inherit;
    font-size: 0px;
  }
  #Body .header__top .header__auth > div a:hover, #Body .header__top .header__auth > div a:focus {
    text-decoration: none;
    color: #f8931f;
  }
  #Body .header__top .header__auth > div:first-child {
    margin-left: 25px;
  }
  #Body .header__top .header__auth > div:first-child > a {
    display: block;
  }
  #Body .header__top .header__auth > div:first-child > a:before {
    content: "\f023";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
  }
  #Body .header__top .header__auth > div:first-child > a:before {
    font-size: 20px;
    color: #f8931f;
  }
  #Body .header__top .header__auth > div:last-child > a {
    display: block;
  }
  #Body .header__top .header__auth > div:last-child > a:before {
    content: "\f007";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: FontAwesome;
    position: absolute;
  }
  #Body .header__top .header__auth > div:last-child > a:before {
    font-size: 20px;
    color: #f8931f;
  }
  #Body .header__search-box {
    margin: 15px 0 0 0 !important;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck .header__search-box {
    margin: 5px 0;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #Body .stuck > .container > .row > div:nth-child(3) input {
    font-size: 10px;
  }
  #Body .stuck .toggle-basket {
    margin: 5px 0 0;
  }
  #Body .stuck .logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box,
  #Body .header__auth-pc {
    margin: 0 0 15px;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .stuck > .container > .row > div:first-child {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(2) {
    width: 33.333%;
  }
  #Body .stuck > .container > .row > div:nth-child(2) .toggle-basket:after {
    display: none;
  }
  #Body .stuck > .container > .row > div:nth-child(3) {
    width: 65.33%;
    padding-right: 0px;
  }
  #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;
  }
}
.skin__col-1 {
  padding-bottom: 30px;
}
.skin__col-1 .farashop__header {
  margin-bottom: 5px;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .skin__col-1 .farashop__header {
    margin-bottom: 0;
    z-index: 9;
  }
}
.skin__col-1 .farashop__container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .skin__col-1 .farashop__container {
    margin-top: 0;
  }
}

.skin__col-2 {
  padding-bottom: 30px;
}
.skin__col-2 .farashop__header {
  margin-bottom: 5px;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .skin__col-2 .farashop__header {
    margin-bottom: 0;
    z-index: 9;
  }
}
.skin__col-2 .farashop__container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}

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

@media (max-width: 767px) {
  .header__top {
    display: none;
  }
  .header__middle .toggle-basket {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .header__middle .toggle-basket:after {
    display: none;
  }
  .product-page__prices {
    padding: 0 10px;
  }
  .product-page__product-btn {
    padding: 0 10px;
  }
}
.farashop__body .widget__show-more {
  margin-bottom: 15px;
  padding: 0 15px;
  background-color: white;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  overflow-wrap: break-word;
}
.farashop__body .widget__show-more > div:first-child {
  /*   padding-bottom: 90px;*/
}

.farashop .farashop__container.container__default-pane > span .Head {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .farashop .farashop__container.container__default-pane > span .Head {
    font-size: 18px;
  }
}

.farashop .farashop__container.container__content-pane > h2,
.farashop .farashop__container.container__content-pane > span {
  border-bottom: 1px solid #d0d0d0;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.farashop .farashop__container.container__content-pane > h2 > span,
.farashop .farashop__container.container__content-pane > span > span {
  display: inline-block;
  padding-bottom: 10px;
  position: absolute;
  top: -40px;
  color: #f8931f;
  font-weight: bold;
  right: 45%;
  font-size: 30px;
  z-index: 10;
}

.farashop .farashop__container.container__content-pane {
  padding-top: 15px;
}

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

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

.sticky_toolbar_footer {
  display: none;
}

@media (max-width: 992px) {
  .sticky_toolbar_footer {
    display: block;
  }
  .wi-menu.wi-menu__theme-default a > img {
    display: none;
  }
  .sticky_toolbar_footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
  }
  .toolbar_mobile {
    display: flex;
    flex-wrap: nowrap;
    padding: 4px 0 8px 0;
    position: relative;
  }
  .toolbar_mobile:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .toolbar_mobile:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: calc(50% - 215px);
    background-color: #fff;
    box-shadow: 0 -5px 5px -4px rgba(0, 0, 0, 0.1);
  }
  .sticky_toolbar_footer svg {
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
  .toolbar_col {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .toolbar_item {
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    line-height: 40px;
    color: #444;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .toolbar_col.is_middle .toolbar_item {
    position: absolute;
    top: -39px;
    right: calc(50% - 28px);
    background-color: #42a73c;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    line-height: 58px;
    border: 2px solid #fff;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
  }
  .toolbar_col.is_middle .toolbar_item i {
    font-size: 22px;
  }
  .toolbar_item.is_logged_in:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #4caf50;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .toolbar_col.is_middle .toolbar_item.el_addtocart {
    background-color: #23bf53;
    color: #fff;
  }
  .toolbar_item.el_addtocart.disable {
    background-color: #eef0f3;
    color: #444;
  }
  .elm_t-cart .toolbar_item {
    position: relative;
  }
  .elm_t-cart .toolbar_item #toolbox_cart {
    background-color: #0ec32d;
    top: 12px;
    left: 28px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    font-family: IRANSansnum;
    font-display: swap;
    border-radius: 6px 6px 6px 0;
  }
  .elm_t-cart.is_middle .toolbar_item #toolbox_cart {
    width: 19px;
    height: 19px;
    border-radius: 28px;
    left: -4px;
    top: -2px;
    line-height: 18px;
  }
}
.rodiba-inner__container {
  background-color: #fff;
  padding: 15px;
}
.rodiba-inner__container .module-content {
  padding-top: 15px;
}

.rodiba-inner__container .container__heading .Head {
  margin-top: 10px;
  border-bottom: 2px solid #cbc1bf;
  margin-bottom: 0;
}

.rodiba-inner__container .container__heading h2 {
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 2px solid #CCC;
}

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

.skin__col-1 {
  min-height: 85vh;
}

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

.wi-menu.wi-menu__theme-default > li:before {
  border-right: 1px solid #2c2c2e;
  border-bottom: 1px solid #2c2c2e;
}

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

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

.dnnLabel {
  width: unset !important;
}

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

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

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

.comment__sending__container .form-group input {
  text-align: right !important;
}

@media (max-width: 768px) {
  body .ContentBottom > div .box__body .slick-slider {
    padding-left: 7px;
    padding-right: 7px;
  }
}
body.ltr .comment__sending__container .form-group input {
  text-align: left !important;
}
