﻿@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%;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.position--right.open {
  transform: translate3d(-300px, 0, 0);
}
.body__container.position--left.open {
  transform: translate3d(300px, 0, 0);
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  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: 9999;
}
.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;
}
.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: #fff;
  display: block;
  font-size: 12pt;
  padding: 7px 15px;
  font-weight: 400;
  transition: all 200ms;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.sidebar__box .sidebar__container .main-menu a:hover i.fa {
  color: #000;
}
@media (max-width: 769px) {
  .sidebar__box .sidebar__container .main-menu a:hover i.fa:before {
    color: #d4021c;
  }
}
.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;
  width: 0%;
  top: 0;
  z-index: 0;
  background: transparent;
  height: 100%;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background: transparent !important;
  margin-right: 40px;
}
@media (max-width: 769px) {
  .sidebar__box .sidebar__container .main-menu li.has-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar__box .sidebar__container .main-menu li.has-child > a i {
    z-index: 999;
  }
  .sidebar__box .sidebar__container .main-menu li.has-child > a i:before {
    content: "\f196";
  }
  .sidebar__box .sidebar__container .main-menu li.has-child > a i.opend-minus:before {
    content: "\f147";
  }
}

/* @extend */
@font-face {
  font-family: "vazir";
  src: url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.eot") format("embedded-opentype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.ttf") format("truetype"), url("/DesktopModules/FaraShop/assets/fonts/vazir/Vazir.woff") format("woff");
}
@font-face {
  font-family: "fontello";
  src: url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.eot");
  src: url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.eot") format("embedded-opentype"), url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.woff2") format("woff2"), url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.woff") format("woff"), url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.ttf") format("truetype"), url("/Portals/_default/skins/rodiba/Fonts/fontello/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: vazir, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F7F7F7;
}
body.page__search-result .product-list, body.page__advanced-filtering .product-list, body.page__product-list .product-list {
  margin-left: auto;
  margin-right: auto;
}
body.page__search-result .product-list article, body.page__advanced-filtering .product-list article, body.page__product-list .product-list article {
  margin-bottom: 5px;
}

img {
  display: inline-block;
  height: auto;
}

.header__top {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  min-height: 35px;
}
.header__top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__top nav > ul > li:first-child a {
  padding-right: 0;
}
.header__top nav > ul > li:first-child a:before {
  content: "\f015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 20px;
}
.header__top nav > ul > li > a {
  padding: 4px 10px;
  font-size: 13px;
}
.header__top nav > ul > li > a:hover, .header__top nav > ul > li > afocus {
  color: #DF2025;
}
.header__top nav > ul a {
  color: inherit;
}
.header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
.header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #DF2025;
}
.header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
.header__top #dnn_HeaderTopPane ul li:first-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgb(216.75, 216.75, 216.75);
  display: block;
  position: absolute;
  right: -9px;
  top: 2px;
}

.header__middle {
  background-color: transparent;
  color: inherit;
  background-image: url("/Portals/_default/Skins/FaraShop/assets/img/pt-top.png");
  background-repeat: repeat-x;
  background-position: top center;
}
.header__middle .logo img {
  display: inline-block;
}
.header__middle .toggle-basket {
  margin-top: 28px;
  border: 1px solid #ddd;
  height: 46px;
}
.header__middle .header__auth {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  line-height: 1.3;
}
.header__middle .header__auth > div {
  display: block;
  text-align: center;
}
.header__middle .header__auth > div:first-child {
  margin-left: 30px;
}
.header__middle .header__auth > div:first-child > a:before {
  content: "\f023";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div:last-child > a:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  position: absolute;
}
.header__middle .header__auth > div a {
  color: inherit;
  font-size: 12px;
}
.header__middle .header__auth > div a:hover, .header__middle .header__auth > div a:focus {
  text-decoration: none;
  color: #DF2025;
}
.header__middle .header__auth > div a:before {
  display: block;
  font-size: 18px;
  position: relative !important;
  color: #DF2025;
}

.header__bottom {
  margin-bottom: 30px;
}
.header__bottom .toggle-sidebar {
  display: none;
}

.farashop__footer {
  height: auto;
  background-color: #383838;
  color: #efefef;
  min-height: 234px;
  margin-top: 30px;
}
.farashop__footer .footer__top {
  background-color: #DF2025;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.05em;
  border-bottom: 1px solid #613765;
}
.farashop__footer .footer__top [class*=col-] em {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.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: #777;
  font-size: 12px;
  word-spacing: -1px;
}
.farashop__footer .footer__logo-copyright a {
  color: inherit;
}

.stuck {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
  background-color: rgba(44, 44, 44, 0.9);
}
.stuck .toggle-basket,
.stuck .header__auth {
  margin-top: 2px;
}
.stuck .header__search-box {
  margin-top: 3px;
}
.stuck .header__auth {
  color: #F5F5F5;
}
.stuck .logo {
  width: 75px;
}

.farashop__box .box__header {
  background-color: #fff;
  border-bottom: 1px solid #d3031d;
  margin-bottom: 25px;
  min-height: 45px;
  line-height: 1.5;
}

ul.pagination li a {
  color: #000;
}
ul.pagination li.active a {
  color: #fff;
  background-color: #535355;
  border-color: #535355;
}

.breadcrumb--shop {
  background: #2e3138;
}

.farashop__breadcrumb {
  font-size: 11px;
  color: #999;
  font-weight: bold;
}
.farashop__breadcrumb .breadcrumb {
  padding: 8px 0px;
}
@media (max-width: 576px) {
  .farashop__breadcrumb .breadcrumb {
    overflow-x: scroll;
    display: flex;
    align-items: center;
  }
}
.farashop__breadcrumb .breadcrumb > li {
  vertical-align: middle;
}
.farashop__breadcrumb a {
  font-size: inherit;
  color: #5f636e;
}
@media (max-width: 576px) {
  .farashop__breadcrumb a {
    white-space: nowrap;
  }
}
.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: #DF2025;
}
.farashop__breadcrumb li:last-child a {
  color: #f8f7f5;
}

.widget__show-more {
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
  padding-bottom: 50px;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  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 );
}
@media (max-width: 480px) {
  .widget__show-more > .toggle {
    right: 5px;
  }
}
.widget__show-more > .toggle:before {
  content: " بیشتر بخوانید";
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #DF2025;
  padding: 0 30px;
  font-weight: 500;
  border-radius: 17px;
}
.widget__show-more > .toggle:after {
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  position: absolute;
  top: 0px;
  right: 0;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f068";
}

.product-list__content {
  position: relative;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #c7c7c7;
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__no-title {
  margin-bottom: 30px;
}
.farashop__container.container__footer-pane {
  margin-top: 20px;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 25px;
}
.farashop__container.container__footer-pane > span:before,
.farashop__container.container__footer-pane > h2:before {
  content: "\f192";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  top: 3px;
  margin-left: 4px;
  color: #DF2025;
}
.farashop__container.container__content-pane > span,
.farashop__container.container__content-pane > h2 {
  border: 1px solid #ccc;
  background-color: #fefefe;
  padding-right: 15px;
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #DF2025;
  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: #DF2025;
  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;
}

.toggle-sidebar {
  font-size: 26px;
  position: relative;
  top: 6px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #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: #DF2025;
  }
  #Body .header__search-box {
    margin: 0 0 15px 0;
  }
  #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;
  }
}
@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.waypoint__down .toggle-sidebar {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15px;
  }
  #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;
  }
}
.section.section--footer {
  padding: 25px 0 0 !important;
  background: #fff;
}
@media (max-width: 480px) {
  .section.section--footer {
    padding: 25px 0 15px !important;
  }
}

.contentMain.opening {
  display: block !important;
  opacity: 1;
  position: fixed;
  inset: 0;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}

[class^=icon-alock]:before, [class*=" icon-alock"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
}

.icon-alockicon-basket:before {
  content: "\e800";
}

/* '' */
.icon-alocklogo-about:before {
  content: "\e801";
}

/* '' */
.icon-alockicon-search:before {
  content: "\e802";
}

/* '' */
.icon-alockicon-support:before {
  content: "\e803";
}

/* '' */
.icon-alockicon-user:before {
  content: "\e804";
}

/* '' */
.icon-alock001:before {
  content: "\e815";
}

/* '' */
.icon-alock002:before {
  content: "\e816";
}

/* '' */
.icon-alock003:before {
  content: "\e817";
}

/* '' */
.icon-alock004:before {
  content: "\e818";
}

/* '' */
.icon-alock005:before {
  content: "\e819";
}

/* '' */
.icon-alock006:before {
  content: "\e81a";
}

/* '' */
.icon-alock007:before {
  content: "\e81b";
}

/* '' */
.icon-alock008:before {
  content: "\e81c";
}

/* '' */
.icon-alock009:before {
  content: "\e81d";
}

/* '' */
.icon-alock010:before {
  content: "\e81e";
}

/* '' */
.icon-alock011:before {
  content: "\e81f";
}

/* '' */
.icon-alock012:before {
  content: "\e820";
}

/* '' */
.icon-alock013:before {
  content: "\e821";
}

/* '' */
.icon-alock014:before {
  content: "\e822";
}

/* '' */
.icon-alock015:before {
  content: "\e823";
}

/* '' */
.icon-alock016:before {
  content: "\e824";
}

/* '' */
.icon-alock017:before {
  content: "\e825";
}

/* '' */
