﻿@charset "UTF-8";
@font-face {
  font-family: "IRANSans";
  src: url("/fonts/IRANSans/webFonts/fonts/eot/IRANSansWeb.eot") format("embedded-opentype"), url("/fonts/IRANSans/webFonts/fonts/ttf/IRANSansWeb.ttf") format("truetype"), url("/fonts/IRANSans/webFonts/fonts/woff2/IRANSansWeb.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: "IranSans";
  src: url("/fonts/IRANSans/webFonts/fonts/eot/IRANSansWeb_Bold.eot") format("embedded-opentype"), url("/fonts/IRANSans/webFonts/fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"), url("/fonts/IRANSans/webFonts/fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "IranSans";
  src: url("/fonts/IRANSans/webFonts/fonts/eot/IRANSansWeb_Black.eot") format("embedded-opentype"), url("/fonts/IRANSans/webFonts/fonts/ttf/IRANSansWeb_Black.ttf") format("truetype"), url("/fonts/IRANSans/webFonts/fonts/woff2/IRANSansWeb_Black.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "IranSansBold";
  src: url("/fonts/IRANSans/webFonts/fonts/eot/IRANSansWeb_Bold.eot") format("embedded-opentype"), url("/fonts/IRANSans/webFonts/fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"), url("/fonts/IRANSans/webFonts/fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "IranSansMedium";
  src: url("/fonts/IRANSans/webFonts/fonts/eot/IRANSansWeb_Medium.eot") format("embedded-opentype"), url("/fonts/IRANSans/webFonts/fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype"), url("/fonts/IRANSans/webFonts/fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2");
  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");
}
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* Following media queries are based on Bootstrap 3.x breakpoints */
/* Following media queries are based on Bootstrap 3.x breakpoints */
body {
  font-family: IRANSans, tahoma;
  font-size: 14px;
  background-image: url("/Portals/_default/Skins/FaraShop/images/bg.jpg");
  background-repeat: no-repeat;
  line-height: 22px;
  background-position: center top;
  background-color: #fff;
}

.farashop__body {
  min-height: 100%;
  margin-bottom: -234px;
}
.farashop__body:after {
  content: "";
  display: block;
  height: 234px;
}
.farashop__body ul,
.farashop__body ol {
  margin: 0;
}
.farashop__body ul.no-padding,
.farashop__body ol.no-padding {
  padding: 0;
}
.farashop__body .header__top {
  background-color: #424242;
  color: #fff;
  min-height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.farashop__body .header__top a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .farashop__body .header__top .header__profile {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.farashop__body .header__top .profile__username {
  color: #f73637;
}
.farashop__body .header__top .profile__username i {
  color: #fff;
  margin-left: 4px;
}
.farashop__body .header__top .navbar {
  margin-bottom: 0 !important;
  min-height: 28px !important;
  border: 0 none;
}
.farashop__body .header__top .navbar a {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 28px !important;
}
.farashop__body .header__top .navbar .navbar-collapse {
  padding-right: 0;
}
.farashop__body .header__top .navbar li {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .farashop__body .header__middle {
    padding-bottom: 10px;
  }
}
.farashop__body .header__middle h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .farashop__body .header__middle h1 img {
    margin: auto;
  }
}
.farashop__body .header__middle .current-date-time {
  margin-top: 8px;
}
.farashop__body .header__bottom {
  background-color: #424242;
  color: #fff;
}
.farashop__body .header__bottom .header__search-box {
  margin-top: 6px;
}
.farashop__body .header__bottom .btn-show-basket {
  float: left;
  margin-top: 8px;
  position: relative;
  width: 150px;
}
.farashop__body .header__bottom .btn-show-basket:before {
  border-radius: 0;
  display: block;
  float: left;
  height: 44px;
  line-height: 44px;
  position: static;
  text-align: right;
  text-indent: 14px;
  width: 100%;
  font-size: 30px;
}
.farashop__body .header__bottom .btn-show-basket:after {
  content: "سبد خرید";
  font-family: IRANSans, tahoma;
  color: #fff;
  font-size: 18px;
  left: 14px;
  position: absolute;
  top: 10px;
}
.farashop__body .header__bottom .basket-preview-wrap .report {
  right: 0;
}

.farashop__footer {
  background-color: #fff;
  color: #000;
  height: auto;
  margin-top: 20px;
}
.farashop__footer .footer__logo-copyright {
  color: black;
  font-size: 11px;
  letter-spacing: -1px;
  margin: 20px 0 30px;
  box-shadow: -1px 0 0 white;
}
@media screen and (max-width: 767px) {
  .farashop__footer .footer__logo-copyright {
    border-left: 0 none;
    box-shadow: none;
  }
}
.farashop__footer .footer__logo-copyright a {
  color: black;
}
.farashop__footer .footer__contact-info i {
  margin-left: 4px;
  color: black;
}
.farashop__footer .footer__contact-info i.fa-phone + span {
  display: inline-block;
  direction: ltr;
}
.farashop__footer .footer__contact-info > div {
  margin-right: 44px;
}
.farashop__footer .footer__social {
  padding-top: 20px;
}
.farashop__footer .footer__social ul {
  text-align: center;
}
.farashop__footer .footer__social li {
  display: inline-block;
  margin: 2px 0;
}
.farashop__footer .footer__social li:nth-child(1) > a {
  background-color: #7c5641;
}
.farashop__footer .footer__social li:nth-child(2) > a {
  background-color: #0274b3;
}
.farashop__footer .footer__social li:nth-child(3) > a {
  background-color: #dc4a38;
}
.farashop__footer .footer__social li:nth-child(4) > a {
  background-color: #00b6f1;
}
.farashop__footer .footer__social li:nth-child(5) > a {
  background-color: #3765a3;
}
.farashop__footer .footer__social li > a {
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.farashop__footer .footer__social li > a:hover, .farashop__footer .footer__social li > a:focus {
  text-decoration: none;
}

header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus {
  background-color: rgb(53.25, 53.25, 53.25);
}
header .dropdown-menu {
  padding: 0;
  background-color: #424242;
}
header .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  color: #fff;
}
header .navbar-toggle {
  padding: 5px 0;
}
header .navbar-toggle .icon-bar {
  background-color: #fff;
}
header .navbar-nav > li > a {
  font-size: 12px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 26px;
}
header .navbar.navbar-header {
  margin-bottom: 0;
  min-height: 28px;
}

.farashop .btn-show-aside {
  right: auto;
  left: 0;
  top: 45px;
}

/* Following media queries are based on Bootstrap 3.x breakpoints */
/* Following media queries are based on Bootstrap 3.x breakpoints */
body, html, form {
  height: 100%;
}

a {
  outline: 0 none !important;
}
a:hover, a:focus {
  outline: 0 none !important;
}

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

.farashop select {
  padding: 0 12px !important;
}
.farashop sub, .farashop sup {
  font-size: 85% !important;
}
.farashop input[type=radio] + label {
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.farashop fieldset {
  margin-bottom: 10px;
}
.farashop fieldset legend {
  font-size: 16px;
  padding-bottom: 6px;
  color: #777;
}
.farashop fieldset.farashop__popup {
  margin-top: 20px;
}
.farashop .fsh-container.fsh-container__right-pane > h2 {
  background-color: #2B66A2;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 5px;
  text-indent: 6px;
}
.farashop .fsh-container.fsh-container__right-pane > h2 + div {
  margin-right: 20px;
}
.farashop .fsh-container.fsh-container__content-pane .Head {
  margin: 0;
  border-bottom: 1px solid #b7da09;
  padding-bottom: 8px;
  position: relative;
  top: 1px;
}
.farashop .fsh-container.fsh-container__content-pane > h2 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 15px;
  line-height: 27px;
  margin-top: 0px;
  color: #000;
  font-weight: bold;
  margin-bottom: 38px;
}
.farashop .fsh-container.fsh-container__content-pane > h2 > span {
  margin: 0;
  padding-bottom: 5px;
}
.farashop .fsh-container.fsh-container__content-pane-colorful {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .farashop .fsh-container.fsh-container__content-pane-colorful {
    padding: 30px 5px;
  }
}
.farashop .fsh-container.fsh-container__content-pane-colorful .Head {
  margin: 0;
  padding-bottom: 8px;
}
.farashop .fsh-container.fsh-container__content-pane-colorful > h3, .farashop .fsh-container.fsh-container__content-pane-colorful h1, .farashop .fsh-container.fsh-container__content-pane-colorful .heading-el {
  font-size: 18px;
  line-height: 27px;
  margin-top: 0px;
  color: #5461a7;
  font-weight: bold;
}
.farashop .fsh-container.fsh-container__content-pane-colorful > h3 > span, .farashop .fsh-container.fsh-container__content-pane-colorful h1 > span, .farashop .fsh-container.fsh-container__content-pane-colorful .heading-el > span {
  margin: 0;
  padding-bottom: 5px;
}
.farashop .fsh-container.fsh-container__content-pane-colorful .heading-el {
  margin-right: 26px;
}
.farashop .fsh-container.fsh-container__footer-pane > h2 {
  font-size: 15px;
  font-weight: 100;
  color: #000;
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
  box-shadow: 0 1px 0 white;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.farashop .fsh-container.fsh-container__footer-pane > h2 > span {
  margin-bottom: 0;
}
.farashop .content-pane-center__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.farashop .content-pane-center__container hr {
  width: calc(50% - 10px);
  border-top-color: #ddd;
}
.farashop .content-pane-center__container h2 {
  width: 240px;
  color: #5461a7;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .farashop .content-pane-center__container h2 {
    font-size: 14px;
  }
}
.farashop .farashop__container.container__footer-pane > span, .farashop .farashop__container.container__footer-pane > h2 {
  display: block;
  margin-bottom: 15px;
  color: #5461a7;
}
.farashop .farashop__container.container__footer-pane > span:before, .farashop .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: #b7da09;
}
.farashop .farashop__container.container__footer-pane > span .Head, .farashop .farashop__container.container__footer-pane > h2 .Head {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "IranSansBold";
  font-size: 15px;
}
.farashop .farashop__container.container__footer-pane .head {
  font-size: 13px;
}
.farashop .rotate-y {
  -moz-transition: transform linear 0.4s;
  -o-transition: transform linear 0.4s;
  -webkit-transition: transform linear 0.4s;
  transition: transform linear 0.4s;
}
.farashop .rotate-y:hover {
  -moz-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  transform: rotatey(360deg);
}
.farashop .btn-show-aside {
  background-color: #009688;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 50px;
  right: 0;
  line-height: 50px;
  position: fixed;
  text-align: center;
  top: 28px;
  width: 50px;
  z-index: 997;
}
.farashop .btn-show-aside:hover {
  background-color: rgb(0, 119.4, 108.256);
}
@media screen and (max-width: 1023px) {
  .farashop .btn-show-aside {
    display: block;
  }
}
.farashop .breadcrumb {
  margin: 0px 0 15px;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 5px;
}
.farashop .breadcrumb a {
  position: relative;
  color: #666666;
  font-size: 13px;
}
.farashop .breadcrumb a:hover, .farashop .breadcrumb a:focus {
  text-decoration: none;
  color: #2B66A2;
}
.farashop .breadcrumb > li span {
  color: #9e9e9e;
}
.farashop .breadcrumb > li:first-child a {
  font-size: 16px;
  top: 0;
}
.farashop .breadcrumb > li:first-child a:before {
  color: #b7da09;
}
.farashop .breadcrumb > li:last-child a {
  color: #000;
}
.farashop .breadcrumb > li:last-child a:hover, .farashop .breadcrumb > li:last-child a:focus {
  color: #b7da09;
}
.farashop .breadcrumb > li:last-child a span {
  color: #000;
}
.farashop .pagination a {
  height: 28px;
  line-height: 14px;
}
.farashop .pagination a i {
  position: relative;
  top: 1px;
}
.farashop .fsh-btn {
  background-color: #3791EC;
  color: #fff !important;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #3791EC;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}
.farashop .fsh-btn:hover, .farashop .fsh-btn:focus {
  background-color: #1c76d1;
  border-color: #1c76d1;
  text-decoration: none;
}
.farashop .fsh-btn[disabled=disabled] {
  background-color: #72ccff;
  border-color: #72ccff;
  cursor: no-drop;
}
.farashop .form-row {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .farashop .form-row .fsh-label {
    margin-bottom: 10px;
  }
}
.farashop .fsh-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.farashop .no-padding {
  padding: 0;
}
.farashop .fsh-radio-list {
  margin: 0;
  padding: 0;
}
.farashop .fsh-radio-list input + label {
  margin: 0 4px 0 14px;
  position: relative;
  top: -3px;
  cursor: pointer;
  display: inline;
}
.farashop .captcha i {
  cursor: pointer;
  font-size: 24px;
  position: relative;
  top: 4px;
  right: 4px;
  color: #999;
}
.farashop .captcha i:hover {
  color: #111;
}
.farashop input.date, .farashop input.timer {
  width: 200px !important;
  text-align: center;
}
.farashop .label-wrap {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .farashop .label-wrap {
    margin-bottom: 10px;
  }
}
.farashop .dir-rtl {
  direction: rtl !important;
}
.farashop .dir-ltr {
  direction: ltr !important;
}
.farashop .btn-clear-date {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}
.farashop .table {
  font-size: 12px;
}
.farashop .table td, .farashop .table th {
  text-align: center;
}
.farashop .table .buttons-col a {
  font-size: 18px;
  margin-right: 6px;
}
.farashop .table .buttons-col a:first-of-type {
  margin-right: 0;
}
.farashop .table .buttons-col a:hover {
  text-decoration: none;
}
.farashop .slick-slide {
  height: auto !important;
}
.farashop .no-radius {
  border-radius: 0 !important;
}
.farashop .farashop__vertical-align__middle {
  display: flex;
  align-items: center;
}

.fsh-page-preload {
  background-color: #f0f0f0;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.fsh-page-preload.active {
  display: block;
}
.fsh-page-preload > div {
  width: 70px;
  height: 70px;
  margin: -35px auto -35px -35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #0096d5;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  animation: cssload-spin 575ms infinite linear;
}

.loading-wrap {
  display: none;
  bottom: 3px;
  left: 50%;
  margin: 0 0 0 -8px;
  position: absolute;
}
.loading-wrap .loading-wheel {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #353537;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  animation: cssload-spin 575ms infinite linear;
}

.ajax-error-notify {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 193, 7, 0.9);
  color: #000;
  right: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  direction: ltr;
  line-height: 60px;
  z-index: 99999;
}
.ajax-error-notify.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ajax-error-notify i {
  margin-left: 6px;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.datepicker-plot-area {
  z-index: 9999;
}
.datepicker-plot-area * {
  font-family: IRANSans, Tahoma !important;
}
.datepicker-plot-area * .header-row {
  position: relative;
  top: -10px;
}
.datepicker-plot-area * .header-row div {
  color: #858585 !important;
}
.datepicker-plot-area * .datepicker-header .btn-next {
  float: right !important;
}
.datepicker-plot-area * .datepicker-header .btn-prev {
  float: left !important;
}
.datepicker-plot-area * .datepicker-header .btn-switch {
  float: right !important;
}
.datepicker-plot-area * .datepicker-time-view input {
  min-width: 90%;
}

.slick-loading .slick-list {
  background: #fff url("/DesktopModules/FaraShop/assets/css/vendors/img/ajax-loader.gif") center center no-repeat;
}

body.rtl .jconfirm-box {
  direction: rtl;
}

.fsh-category-menu-wrap ul {
  list-style: none;
}
.fsh-category-menu-wrap ul ul {
  display: none;
}

.farashop__mega-menu {
  box-shadow: none;
  color: #000;
  display: none;
  background-color: rgba(182, 217, 9, 0.8);
}
@media only screen and (max-width: 768px) {
  .farashop__mega-menu {
    display: block;
  }
}
.farashop__mega-menu > .container {
  width: unset;
  padding: 0px;
  margin: 0 10px;
  font-weight: bold;
}
.farashop__mega-menu a {
  line-height: 49px;
  color: #000;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  border-bottom: 2px solid #d60000;
  background-color: transparent;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a.mega-menu__arrow:after {
  color: #000;
  left: 7px;
  top: 2px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  padding: 0 20px 0 20px;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  color: #000;
  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: #d60000;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level {
  border-bottom: 1px solid #ddd;
}
.farashop__mega-menu .mega-menu__root ul.mega-menu__next-level > li.active > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

body {
  font-family: IRANSans, tahoma;
  font-size: 14px;
  line-height: 22px;
  background-position: center top;
  background-color: #fff;
}

.btn-back {
  right: 10px !important;
  left: unset !important;
}

*:hover, *:focus {
  outline: 0 none;
}

@media (min-width: 1200px) {
  .container {
    width: 1356px;
    max-width: 1366px;
  }
}

@media (max-width: 479px) {
  .farashop__body.skin-1-col header .farashop__header {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .farashop__body.skin-1-col header .farashop__header {
    padding-top: 10px;
  }
}
.farashop__body header.farashop__header {
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 999;
}
.farashop__body header.farashop__header .row {
  margin: 0;
}
.farashop__body header.farashop__header .header__top {
  background-color: #fff;
  color: #efefef;
  min-height: 35px;
}
@media (max-width: 479px) {
  .farashop__body header.farashop__header .header__top {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .farashop__body header.farashop__header .header__top {
    padding-bottom: 7px;
  }
}
.farashop__body header.farashop__header .header__top .toggle-sidebar {
  font-size: 29px;
  position: relative;
  top: 7px;
  cursor: pointer;
  color: #b7da09;
  background-color: #fff;
  padding: 8px 11px;
  border-radius: 5px;
  border: 1px solid #b7da09;
}
.farashop__body header.farashop__header .header__top > .row > div[class*=col-] {
  padding: 0px;
}
@media (max-width: 992px) {
  .farashop__body header.farashop__header .header__top > .row > div[class*=col-]:nth-child(2) {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}
.farashop__body header.farashop__header .header__top > .row > div[class*=col-]:last-child {
  position: relative;
  height: 90px;
  padding-top: 35px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .farashop__body header.farashop__header .header__top > .row > div[class*=col-]:last-child {
    height: initial;
    padding-top: 22px;
  }
}
.farashop__body header.farashop__header .header__top .logo {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .farashop__body header.farashop__header .header__top .logo {
    padding-top: 5px;
    text-align: left;
  }
}
.farashop__body header.farashop__header .header__top .logo > a {
  display: block;
}
@media (max-width: 992px) {
  .farashop__body header.farashop__header .header__top .logo > a {
    text-align: center;
  }
  .farashop__body header.farashop__header .header__top .logo > a img {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}
.farashop__body header.farashop__header .header__top nav > ul > li:first-child a {
  padding-right: 0;
}
.farashop__body header.farashop__header .header__top nav > ul > li:first-child a:before {
  content: "\f015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 18px;
  color: #f70617;
}
.farashop__body header.farashop__header .header__top nav > ul > li:first-child a:hover {
  background-color: transparent !important;
}
.farashop__body header.farashop__header .header__top nav > ul > li:first-child a:hover:before {
  color: #fff;
}
.farashop__body header.farashop__header .header__top nav > ul > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.farashop__body header.farashop__header .header__top nav > ul > li > a:hover, .farashop__body header.farashop__header .header__top nav > ul > li > afocus {
  background-color: #60e8dc;
}
.farashop__body header.farashop__header .header__top nav > ul a {
  color: inherit;
}
.farashop__body header.farashop__header .header__top nav > ul a:hover, .farashop__body header.farashop__header .header__top nav > ul afocus {
  background-color: #60e8dc;
}
.farashop__body header.farashop__header .header__top #dnn_HeaderTopPane ul {
  justify-content: flex-start;
  direction: ltr;
  min-height: 35px;
}
.farashop__body header.farashop__header .header__top #dnn_HeaderTopPane ul em {
  font-size: 17px;
  color: #60e8dc;
  margin-right: 5px;
}
.farashop__body header.farashop__header .header__top #dnn_HeaderTopPane ul li:first-child {
  position: relative;
  margin-right: 16px;
}
.farashop__body header.farashop__header .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;
}
.farashop__body header.farashop__header .header__bottom {
  margin-bottom: 25px;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}
.farashop__body header.farashop__header .header__bottom .header__navbar {
  min-width: 60%;
}
.farashop__body header.farashop__header .header__bottom .social_pane {
  margin-bottom: 10px;
}
.farashop__body header.farashop__header .header__bottom .social_pane .social-link-container {
  display: flex;
  align-items: center;
}
.farashop__body header.farashop__header .header__bottom .social_pane .instagram-link {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .farashop__body header.farashop__header .header__bottom .social_pane .instagram-link {
    margin-right: 13px;
  }
}
.farashop__body header.farashop__header .header__bottom .social_pane .instagram-link i {
  font-size: 44px;
}
.farashop__body header.farashop__header .header__bottom .contact-us_pane i {
  margin-right: 5px;
}
.farashop__body header.farashop__header .header__bottom .phone-icon-sp:before {
  content: "\e09e";
  font-size: 17px;
  color: #424750;
  font-family: "IconFont";
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.farashop__body header.farashop__header .header__bottom > .row div[class*=col-] {
  padding: 0px;
}
.farashop__body header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane {
  width: 51%;
  float: right;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  position: relative;
  bottom: 4px;
}
.farashop__body header.farashop__header .header__bottom > .row > div:last-child .contact-us_pane p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.farashop__body header.farashop__header .header__bottom > .row > div:last-child .social_pane {
  width: 40%;
  float: right;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  margin-right: 9%;
}
.farashop__body header.farashop__header .header__bottom > .row > div:last-child .social_pane .sociallinks ul li {
  margin-left: 5px;
  width: 26px;
  height: 20px;
  line-height: 20px;
}
.farashop__body header.farashop__header .header__bottom > .row > div:last-child .social_pane .sociallinks ul li i {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}
.farashop__body header.farashop__header .header__bottom .toggle-sidebar {
  display: none;
}
.farashop__body header.farashop__header .header__bottom #dnn_ProductGroupMenu_pnlMegaMenu {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.farashop__body header.farashop__header.fixed .header__top {
  position: fixed;
  width: 300px;
  z-index: 2;
  top: 5px;
  left: 178px;
  min-height: 0;
  padding: 0;
}
.farashop__body header.farashop__header.fixed .header__top .headerTopLogo, .farashop__body header.farashop__header.fixed .header__top .HeaderTopSearchBox, .farashop__body header.farashop__header.fixed .header__top .second-logo-desktop, .farashop__body header.farashop__header.fixed .header__top .toggle-basket, .farashop__body header.farashop__header.fixed .header__top .Authentication-T1_container {
  display: none;
}
.farashop__body header.farashop__header.fixed .header__top .HeaderTopItems {
  height: unset !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.farashop__body header.farashop__header.fixed .header__top > div > div:nth-child(3) {
  display: block !important;
  float: left;
  width: 100%;
}
.farashop__body header.farashop__header.fixed .header__top > div > div:nth-child(3) .header__search-box {
  margin-top: 0;
  margin-bottom: 0;
}
.farashop__body header.farashop__header.fixed .header__bottom {
  position: fixed;
  height: 51px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
  top: 0px;
  right: 0;
  padding: 5px 15px;
  /*#dnn_ProductGroupMenu_pnlMegaMenu {
      top: 51px;
  }*/
}
.farashop__body header.farashop__header.fixed .header__bottom .social_pane {
  display: none !important;
}
.farashop__body .products-list-wrap .slick-dots {
  bottom: -23px;
}
.farashop__body .ArticlePaneOne, .farashop__body .ArticlePaneTwo, .farashop__body .ArticlePaneThree {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.farashop__body .ArticlePaneOne {
  margin-top: 41px;
}
@media (max-width: 992px) {
  .farashop__body .ArticlePaneOne {
    margin-top: 24px;
  }
}

.servicesPane {
  background-color: #fff;
  border-radius: 10px;
  margin: 22px auto;
  padding: 28px 22px 20px 22px;
}
@media (max-width: 992px) {
  .servicesPane {
    margin: 0 auto;
  }
}

.Call-Service__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
}
.Call-Service__item .Call-Service__title p {
  color: #5461a7;
  font-size: 20px;
  font-family: "IranSansMedium";
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 37px;
}
.Call-Service__item .Call-Service__phone {
  color: #b7da09;
  font-size: 30px;
  font-family: "IranSansMedium";
  margin-bottom: 28px;
}
.Call-Service__item .Call-Service__description {
  color: #787878;
  text-align: justify;
  text-align-last: center;
  line-height: 29px;
  height: 87px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .LoginPanel {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .LoginPanel {
    width: 100%;
    padding-right: 0;
  }
}

.farashop__footer {
  background-color: #fff;
  color: #000;
  margin-top: 20px;
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .farashop__footer {
    padding: 17px 20px;
  }
}
.farashop__footer .footer__logo-copyright {
  color: black;
  font-size: 11px;
  letter-spacing: -1px;
  margin: 0px 0 30px;
}
.farashop__footer .footer__logo-copyright a {
  color: black;
}
.farashop__footer .footer__logo-copyright .footer__logo {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 23px;
}
@media (max-width: 992px) {
  .farashop__footer .footer__logo-copyright .footer__logo {
    padding-bottom: 21px;
    margin-bottom: 17px;
  }
  .farashop__footer .footer__logo-copyright .footer__logo img {
    margin: 0 auto;
  }
}
.farashop__footer .footer__logo-copyright .about-us-pane p {
  font-size: 15px;
  line-height: 1.7;
}
.farashop__footer .footer__copyright, .farashop__footer .footer__faratech {
  font-size: 11px;
  color: #959595;
  margin-top: 12px;
  line-height: 22px;
}
.farashop__footer .footer__faratech {
  margin-top: 0px;
}
.farashop__footer .footer__faratech a {
  color: #959595;
}

.home-4-boxes {
  margin: 50px 0;
}
.home-4-boxes .row {
  border: 1px solid #ddd;
  min-height: 60px;
  margin: 0;
}
.home-4-boxes .row > div {
  position: relative;
}
.home-4-boxes .row > div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 40px;
  background: #ccc;
}
.home-4-boxes .row > div:last-child:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .home-4-boxes .row > div:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-4-boxes .row > div:after {
    display: none;
  }
}
.home-4-boxes .row > div em {
  float: right;
  color: #b0b0b0;
  font-size: 34px;
  line-height: 58px;
  margin: auto;
}
.home-4-boxes .row > div em + div {
  float: right;
  line-height: 1px;
  margin-right: 10px;
}
.home-4-boxes .row > div em + div > div {
  margin: 19px 0 0;
}
.home-4-boxes .row > div em + div > div:first-child {
  color: red;
  font-size: 14px;
}

.home-brands a {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.home-brands a img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-brands a {
    margin-bottom: 10px;
  }
}
.home-brands + div {
  margin: 15px 0;
}
.home-brands + div a {
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid #f0f0f0;
}

.right-banners {
  margin-top: 35px;
}
.right-banners img {
  margin: auto;
  display: block;
}

.farashop__home-box__header {
  border: 2px solid #ddd;
  padding: 3px 12px;
  border-radius: 2px;
  margin: 15px 0 8px;
}

.basket-preview-wrap header {
  margin: 0;
}

.product-image h2 {
  z-index: 1 !important;
}
