﻿@charset "UTF-8";
body.rtl .jconfirm,
body.rtl .sidebar__container {
  direction: rtl;
}
body.rtl .sidebar__box .sidebar__container {
  padding: 0 15px;
}
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;
}

.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 {
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 15;
}
.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 .logo-mob {
  display: block;
  text-align: center;
}

.sidebar__box .sidebar__container {
  background-color: white;
}
.sidebar__box .sidebar__container .sidebar__close {
  color: #aa0000;
}
.sidebar__box .sidebar__container .farashop__product-group-menu {
  border: unset;
  padding-top: 10px;
}
.sidebar__box .sidebar__container .farashop__product-group-menu:before {
  content: "دسته بندی کالا";
  position: relative;
  top: 0;
  right: 13px;
  font-weight: 700;
}
.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:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.sidebar__box .sidebar__container .farashop__product-group-menu.wi-menu__mobile ul {
  background-color: #f0f0f1;
}
@media (max-width: 768px) {
  .sidebar__box .sidebar__container .farashop__product-group-menu li {
    border-bottom: 1px solid #eee;
  }
  .sidebar__box .sidebar__container .farashop__product-group-menu li:last-child {
    border-bottom: 0;
  }
  .sidebar__box .sidebar__container .farashop__product-group-menu li > ul li {
    border-bottom: 1px solid #d3d3d3;
  }
}
.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 .logo {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sidebar__box .sidebar__container .logo img {
  display: block;
  padding: 10px;
  text-align: right;
}
.sidebar__box .sidebar__container .main-menu {
  padding: 10px 0;
  border-top: 1px solid #4d5056;
  margin-top: 10px;
}
.sidebar__box .sidebar__container .main-menu .fa-caret-down {
  transition: all 200ms;
  margin: 0px 5px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 12px;
}
.sidebar__box .sidebar__container .main-menu .fa-caret-down.angle-up {
  transform: rotateZ(180deg);
}
.sidebar__box .sidebar__container .main-menu a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 0px 15px;
  line-height: 40px;
  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 {
  background-color: #f7f7f7;
}
.sidebar__box .sidebar__container .main-menu ul {
  display: none;
  background: #f7f7f7 !important;
  margin-right: 5px;
  margin-left: 0;
}
.sidebar__box .sidebar__container.open .main-menu > li {
  transform: translateY(0) !important;
  opacity: 1;
  border-bottom: 1px solid #eeeeee;
}

body.rtl .fa-remove:before, body.rtl .fa-close:before, body.rtl .fa-times:before {
  padding: 5px;
  color: red;
  font-size: 18px;
}
body.rtl .sidebar__box .sidebar__close {
  text-align: left;
}

body.ltr .fa-remove:before, body.ltr .fa-close:before, body.ltr .fa-times:before {
  content: "\f060";
}
body.ltr .sidebar__box .sidebar__close {
  text-align: right;
  padding: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
.farashop__mega-menu {
  background-color: #ecf0f1;
  box-shadow: none;
}
.farashop__mega-menu > .container {
  padding: 0;
}
.farashop__mega-menu a {
  line-height: 49px;
  color: #000;
  font-weight: 600;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: white;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #008cc9;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 a {
  position: relative;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 a::before {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 12px;
  top: 15px;
  position: absolute;
  left: 0;
  z-index: 99;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  color: #111;
  top: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.farashop__mega-menu .mega-menu__root .mega-menu__table ul li:first-child a {
  color: rgb(0, 104.4776119403, 150);
}
.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: #E73D3E;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:before {
  border-color: transparent transparent #E73D3E transparent;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a:after {
  background-color: #E73D3E;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum_UltraLight.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum_UltraLight.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum_UltraLight.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum_UltraLight.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum_Light.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum_Light.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum_Light.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum_Light.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum_Medium.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum_Medium.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum_Medium.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum_Medium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum_Bold.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum_Bold.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum_Bold.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum_Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/Farsi_numerals/eot/IRANSansWebFaNum_Black.eot") format("embedded-opentype"), url("/fonts/IRANSans/Farsi_numerals/ttf/IRANSansWebFaNum_Black.ttf") format("truetype"), url("/fonts/IRANSans/Farsi_numerals/woff/IRANSansWebFaNum_Black.woff") format("woff"), url("/fonts/IRANSans/Farsi_numerals/woff2/IRANSansWebFaNum_Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@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");
}
body.rtl {
  font-family: "IRANSans" !important;
}

body {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ecf0f1;
  position: relative;
}
body .farashop {
  min-height: 300px;
}
body .lg-container.lg-show.lg-show-in {
  direction: ltr !important;
}

body.no-scroll {
  overflow: hidden !important;
}

body.rtl .body__container {
  direction: rtl;
}

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

header.farashop__header {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}
header.farashop__header .header__top {
  background-color: #008cc9;
  color: #F5F5F5;
  min-height: 25px;
}
header.farashop__header .header__top nav {
  padding: 0;
}
header.farashop__header .header__top nav > ul > li:hover, header.farashop__header .header__top nav > ul > lifocus {
  background-color: #008cc9;
}
header.farashop__header .header__top nav > ul > li:hover > a, header.farashop__header .header__top nav > ul > lifocus > a {
  color: #fff;
}
header.farashop__header .header__top nav > ul > li:hover > a span, header.farashop__header .header__top nav > ul > lifocus > a span {
  transform: rotateX(180deg);
}
header.farashop__header .header__top nav > ul > li:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
}
header.farashop__header .header__top nav > ul > li > a {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
}
header.farashop__header .header__top nav > ul > li > a span {
  margin-right: 15px;
  transition: transform 0.3s ease;
}
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: #008cc9;
}
header.farashop__header .header__top .head-top-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
header.farashop__header .header__middle {
  padding: 0 10px;
}
header.farashop__header .header__middle > div {
  padding: 0;
}
@media (max-width: 767px) {
  header.farashop__header .header__middle > div {
    text-align: right;
  }
}
header.farashop__header .header__middle > div .header__search-box-wrapper {
  width: 90%;
}
header.farashop__header .header__middle .logo {
  height: 95px;
  line-height: 95px;
}
header.farashop__header .header__middle .header__middle--left {
  height: 88px;
  padding: 0;
  line-height: 84px;
}
@media (max-width: 767px) {
  header.farashop__header .header__middle .header__middle--left {
    height: 70px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  header.farashop__header .header__middle .header__search-container {
    height: 74px;
    display: flex;
    align-items: center;
  }
  header.farashop__header .header__middle .header__search-container .header__search-box {
    padding: 0;
    width: 100%;
  }
}
header.farashop__header .header__bottom {
  transition: all 0.2s ease-in-out;
  background: #ecf0f1;
  min-height: 63px;
  box-shadow: 2px 8px 0px -8px #d2d2d2;
  border-bottom: 1px solid #fff;
}
header.farashop__header .header__bottom .product-group-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 15px;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
  padding: 10px 10px 10px 0;
}
@media (max-width: 767px) {
  header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn {
    padding: 0;
  }
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > span {
  font-size: 14px;
  font-weight: 600;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > span:before {
  content: "دسته بندی ها";
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > span i {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > div {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 14;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > div.active {
  display: inline-block;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > div .close-btn {
  position: absolute;
  font-size: 24px;
  color: red;
  top: 10px;
  left: 15%;
  z-index: 100;
}
header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > div .product-group-menu__overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
header.farashop__header .header__bottom .product-group-menu > nav {
  position: relative;
  width: 50%;
}
header.farashop__header .header__bottom .product-group-menu > nav::before {
  position: absolute;
  top: 10px;
  right: -10px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #d6d7db;
}
header.farashop__header.fixed .header__bottom {
  position: fixed;
  min-height: 46px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  top: 0;
  right: 0;
  left: 0;
  padding: 0 15px;
}
header.farashop__header.fixed .header__bottom .product-group-menu {
  gap: 25px;
}
header.farashop__header.fixed .header__bottom .product-group-menu .product-group-menu__toggle-btn {
  padding: 0 10px;
}
header.farashop__header.fixed .header__bottom .product-group-menu .product-group-menu__toggle-btn > div .product-group-menu__overlay {
  position: fixed;
}
header.farashop__header.fixed .header__bottom .product-group-menu a {
  background-color: #fff !important;
}
header.farashop__header.fixed .header__bottom .product-group-menu > nav {
  position: relative;
}
header.farashop__header.fixed .header__bottom .product-group-menu > nav::before {
  height: 30px;
  top: 5px;
}
header.farashop__header.fixed .header__bottom .product-group-menu > nav .main-menu li > a {
  padding: 10px 15px;
}

.farashop__footer {
  height: auto;
  background-color: #fff;
  color: #000;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .farashop__footer {
    margin-top: 10px;
  }
}
.farashop__footer .footer__divider {
  margin: 25px 0;
  height: 1px;
  background: #ddd;
}
.farashop__footer .superlink__text-icon-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.farashop__footer .superlink__text-icon-slider .text-icon-slider__item {
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .farashop__footer .superlink__text-icon-slider .text-icon-slider__item img {
    width: 50px;
  }
  .farashop__footer .superlink__text-icon-slider .text-icon-slider__item a {
    font-size: 13px;
  }
  .farashop__footer .superlink__text-icon-slider .text-icon-slider__item div {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .farashop__footer .slick-prev {
    right: -15px;
    border: none;
  }
  .farashop__footer .slick-next {
    left: -15px;
    border: none;
  }
}
.farashop__footer .footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.farashop__footer .footer__container .footer__top {
  text-align: right;
  padding-top: 30px;
}
.farashop__footer .footer__container .footer__top .superlink__text-icon-slider .text-icon-slider__item a {
  max-width: 100% !important;
  color: #018cc7 !important;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__container .footer__top {
    flex-direction: column;
  }
  .farashop__footer .footer__container .footer__top .js__superlink__text-icon-slider {
    justify-content: center;
    flex-wrap: wrap;
  }
  .farashop__footer .footer__container .footer__top .js__superlink__text-icon-slider .text-icon-slider__item {
    min-width: 150px;
    border-left: 0;
    margin-bottom: 10px;
  }
}
.farashop__footer .footer__container .footer__bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .farashop__footer .footer__container .footer__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.farashop__footer .footer-bottom-right__pane {
  font-size: 12px;
  word-spacing: -1px;
  color: #757575;
}
.farashop__footer .footer-bottom-right__pane a {
  color: inherit;
}
.farashop__footer .footer-copyright__container {
  padding: 5px 15px;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}
.farashop__footer .footer-copyright__container a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.farashop__footer .footer-copyright__container a:hover {
  color: #008cc9;
}

.farashop__box {
  background: white;
  padding: 30px;
  margin-top: 25px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .farashop__box {
    padding: 20px 10px;
  }
}
.farashop__box > .box__header {
  height: 30px;
  display: flex;
  align-items: center;
  border-right: 2px solid #008cc9;
  padding-right: 20px;
  margin-bottom: 15px;
}

.farashop__breadcrumb {
  font-size: 12px;
  color: #000;
  background: white;
  padding: 0 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .farashop__breadcrumb {
    padding: 0 5px;
  }
}
.farashop__breadcrumb ol {
  padding-right: 0;
  background-color: transparent;
}
.farashop__breadcrumb a {
  font-size: 12px;
  color: #282828;
  font-weight: 600;
}
@media (max-width: 768px) {
  .farashop__breadcrumb a {
    font-size: 11px;
  }
}
.farashop__breadcrumb i {
  font-size: 14px;
}
.farashop__breadcrumb li {
  height: 25px;
  display: inline-flex;
  align-items: center;
}
.farashop__breadcrumb li:before {
  color: #bbb !important;
  padding: 0 10px !important;
}
@media (max-width: 768px) {
  .farashop__breadcrumb li:before {
    padding: 0 5px !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: #008cc9;
}
.farashop__breadcrumb li:first-child a:before {
  font-size: 20px;
  top: 2px;
  position: relative;
  color: #008cc9;
  font-family: fontawesome;
}
.farashop__breadcrumb li:last-child a {
  color: #9b9b9b;
}

.farashop__container > span,
.farashop__container h2 {
  display: block;
}
.farashop__container.container__footer-pane .head {
  font-size: 13px;
}
.farashop__container.container__footer-pane > span,
.farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 15px;
  color: #000 !important;
}
.farashop__container.container__footer-pane > span:before,
.farashop__container.container__footer-pane > h2:before {
  content: "\e21f";
  font-family: "IconFont";
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  top: 7px;
  margin-left: 4px;
  color: #018cc7;
}
.farashop__container.container__footer-pane > span .Head,
.farashop__container.container__footer-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 1400px) {
  .farashop__container.container__footer-pane > span .Head,
  .farashop__container.container__footer-pane > h2 .Head {
    font-size: 15px;
  }
}
.farashop__container.container__right-pane > span,
.farashop__container.container__right-pane > h2 {
  border: 1px solid #ccc;
  border-top: 2px solid #008cc9;
  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: #008cc9;
  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: 19px;
  cursor: pointer;
  color: #000;
}

@media (max-width: 767px) {
  .farashop__breadcrumb {
    margin-bottom: 10px;
  }
  .js-toggle-top {
    display: block;
    position: absolute;
    left: -10px;
    top: 26px;
    color: white;
    font-size: 0;
    padding: 0 7px;
    border: 1px solid #008cc9;
    background: #018cc7;
    border-radius: 50%;
    z-index: 10;
  }
  .js-toggle-top:after {
    content: "\f106";
    color: #008cc9;
    font-family: FontAwesome;
    font-size: 18px;
  }
  #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: #008cc9;
  }
  #Body .header__middle .logo {
    height: 65px;
    line-height: 70px;
    text-align: left;
    margin: 2px 0;
  }
  #Body .header__middle .logo a img {
    max-width: 60%;
    height: auto !important;
  }
  #Body .header__search-box {
    margin: 14px 0 0px 0;
  }
  #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .container__footer-pane .sociallinks {
    text-align: center;
  }
  #Body .farashop__footer .footer__bottom .col-md-3 {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .section--two .section-two__pane {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section--four .section-four__pane {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section--six .section-six__pane {
    padding: 0;
  }
}

.section--eight {
  margin: 60px 0 50px;
}
@media (max-width: 768px) {
  .section--eight {
    margin: 0 0 10px;
  }
}
.section--eight__news-pane > div {
  background: white;
  padding: 25px;
  border-radius: 15px;
}
.section--eight__news-pane > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #Body .header__search-box,
  #Body .header__auth-pc {
    margin: 0 0 15px;
  }
  #Body .header__search-box {
    width: 100%;
  }
  #Body .header__middle .logo {
    margin-top: 20px;
  }
}
.farashop .container__content-pane > span {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 20px;
  display: block;
  border: none !important;
}

.farashop .container__content-pane > span:after {
  content: "";
  position: absolute;
  background-color: #d9e3e8;
  height: 1px;
  width: 95%;
  top: 31px;
  margin-right: 10px;
  right: -11px;
}
@media (max-width: 768px) {
  .farashop .container__content-pane > span:after {
    width: 75%;
  }
}

.farashop .container__content-pane > span > span {
  border-bottom: 1px solid #008cc9;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}

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

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

.cpl__simple-template .slick-prev:before, .cpl__simple-template .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  line-height: 1;
  color: #008cc9;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl__simple-template .slick-prev, .cpl__simple-template .slick-next {
  width: 25px;
  height: 40px;
  top: 50%;
  z-index: 10;
}
.cpl__simple-template .slick-prev:before {
  content: "\f0d9";
}
.cpl__simple-template .slick-prev {
  left: -25px;
  right: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-prev {
    left: -3px;
    border-radius: 0 10px 10px 0;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next {
  right: -25px;
  left: auto;
}
@media (max-width: 767px) {
  .cpl__simple-template .slick-next {
    right: -3px;
    border-radius: 10px 0 0 10px;
    width: 30px;
    background: #eee;
  }
}
.cpl__simple-template .slick-next:before {
  content: "\f0da";
}

.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%;
}

@media (max-width: 992px) {
  .LoginPanel {
    width: 100% !important;
    padding-right: 0px !important;
    float: left !important;
    padding-left: 0 !important;
  }
}
.js-toggle-top {
  display: none;
}

.content-pane__container {
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
  border-radius: 15px;
}

.padd-0 {
  padding: 0;
}

@media (max-width: 767px) {
  .padd-xs-0 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .dnnSendPasswordContent {
    width: 90% !important;
    max-width: 100%;
  }
  .dnnSendPasswordContent .dnnFormItem {
    width: 100% !important;
    display: inline-flex !important;
  }
  .dnnSendPassword .dnnActions {
    text-align: center !important;
  }
  .dnnSendPassword .dnnActions li {
    float: unset !important;
  }
}
.skin__home .icon-slider {
  margin: 40px 0 5px !important;
}
@media (max-width: 767px) {
  .skin__home .icon-slider {
    margin-top: 0 !important;
  }
}

.mobile-fixed-navbar {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 65px;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 25px 5px #ccc;
  font-size: 12px;
  z-index: 10;
}
.mobile-fixed-navbar .mobile-fixed-navbar__btn, .mobile-fixed-navbar .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.mobile-fixed-navbar .mobile-fixed-navbar__icon {
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login::before, .mobile-fixed-navbar .mobile-fixed-navbar__user::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/default/profile.webp");
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login span, .mobile-fixed-navbar .mobile-fixed-navbar__user span {
  display: none;
}
.mobile-fixed-navbar .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/default/category.webp");
}
.mobile-fixed-navbar .product-group-trigger.active .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/active/category.webp");
}
.mobile-fixed-navbar .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/default/bag-2.webp");
}
.mobile-fixed-navbar .basket-trigger.active .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/active/bag-2.webp");
}
.mobile-fixed-navbar .contact-us__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/default/call-calling.webp");
}
.mobile-fixed-navbar .home-page__icon {
  background-image: url("/Portals/_default/Skins/Farashop/assets/img/mobile-fixed-navbar/default/home.webp");
}
.mobile-fixed-navbar .mobile-fixed-navbar-contact-us__name:before {
  content: "پشتیبانی";
}
.mobile-fixed-navbar .mobile-fixed-navbar-product-group__name:before {
  content: "دسته بندی ها";
}
.mobile-fixed-navbar .mobile-fixed-navbar-basket__name:before {
  content: "سبد خرید";
}
.mobile-fixed-navbar .mobile-fixed-navbar-home-page__name:before {
  content: "خانه";
}

.language-selector__container {
  text-align: center;
}

@media (min-width: 992px) {
  html[lang=en-us] .product-group-menu__toggle-btn > span:before {
    content: "Categories" !important;
  }
}
html[lang=en-us] .mobile-fixed-navbar .mobile-fixed-navbar-contact-us__name:before {
  content: "Contact us";
}
html[lang=en-us] .mobile-fixed-navbar .mobile-fixed-navbar-product-group__name:before {
  content: "Categories";
}
html[lang=en-us] .mobile-fixed-navbar .mobile-fixed-navbar-basket__name:before {
  content: "Basket";
}
html[lang=en-us] .mobile-fixed-navbar .mobile-fixed-navbar-home-page__name:before {
  content: "Home";
}

@media (min-width: 992px) {
  html[lang=ar-sa] .product-group-menu__toggle-btn > span:before {
    content: "فئات" !important;
  }
}
html[lang=ar-sa] .mobile-fixed-navbar .mobile-fixed-navbar-contact-us__name:before {
  content: "اتصل بنا";
}
html[lang=ar-sa] .mobile-fixed-navbar .mobile-fixed-navbar-product-group__name:before {
  content: "فئات";
}
html[lang=ar-sa] .mobile-fixed-navbar .mobile-fixed-navbar-basket__name:before {
  content: "عربة التسوق";
}
html[lang=ar-sa] .mobile-fixed-navbar .mobile-fixed-navbar-home-page__name:before {
  content: "بیت";
}

.logo-mob {
  display: none;
}

@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: 160px;
    text-align: right;
  }
  .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: transparent !important;
  }
  .header__bottom .farashop__product-group-menu li .wi-menu__triangle:before {
    border-color: #008cc9 !important;
  }
  .header__bottom .farashop__product-group-menu > li > a {
    border-bottom: none !important;
    padding: 10px 0 12px;
  }
  .header__bottom .farashop__product-group-menu > li:before {
    display: none !important;
  }
  .header__bottom .farashop__product-group-menu > li a {
    background-color: #ecf0f1 !important;
    color: #000 !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 {
    opacity: 0.9;
  }
  .header__bottom .farashop__product-group-menu > li > .wi-menu__triangle {
    top: 30%;
    background-color: transparent !important;
    width: 23px;
    height: 20px;
  }
  .header__bottom .farashop__product-group-menu > li > .wi-menu__triangle:before {
    border-top: 1px solid #008cc9;
    border-right: 1px solid #008cc9 !important;
    border-bottom: none !important;
  }
}
.headTop {
  padding: 5px 0;
}
.headTop p {
  margin: 0;
}
@media (max-width: 767px) {
  .headTop {
    padding: 5px 15px;
  }
  .headTop .farashop__container.container__no-title {
    margin-bottom: 0 !important;
  }
}

.section--nine .section-one__pane > div {
  background: white;
  padding: 10px 25px 0;
  border-radius: 15px;
}

.container__right-pane {
  margin-top: 15px;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* @extend */
body.ltr fs-auth__form .floatify i {
  right: 15px;
}
body.ltr nav .main-menu li a span {
  margin-left: 5px;
  margin-right: inherit;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu {
  transform: translateX(-100%);
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item.active a {
  transform: translateX(7px) !important;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-category-item a img, body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__main-categories .vip-menu__main-categories .vip-menu__main-category-item span img {
  margin-left: inherit;
  margin-right: 10px;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div a {
  text-align: left;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div .list__items {
  flex-direction: row-reverse;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div.no-items {
  flex-direction: row-reverse;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .farashop__mega-menu .vip-menu .vip-menu__sub-categories .vip-menu__sub-category-item .sub-category-item__column .category-item__list > div.no-items img {
  margin-left: inherit;
  margin-right: 10px;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn {
  padding: 10px 0 10px 10px;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > div .close-btn {
  right: 10px;
  left: inherit;
}
body.ltr header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn > span i {
  margin-left: 10px;
  margin-right: inherit;
}
body.ltr header.farashop__header .header__bottom .product-group-menu nav:before {
  left: -10px;
  right: inherit;
}
body.ltr .farashop .container__content-pane > span:after {
  right: inherit;
  left: -11px;
}
body.ltr .floatify .floatify__input::placeholder {
  text-align: left;
}
body.ltr header.farashop__header .header__middle > div {
  text-align: right !important;
}

@media (max-width: 768px) {
  body.ltr .header__middle .logo {
    text-align: left !important;
  }
  body.ltr header.farashop__header .header__bottom .product-group-menu .product-group-menu__toggle-btn {
    padding: 0;
  }
}
