﻿@charset "UTF-8";
/* @extend */
.farashop__mega-menu {
  background-color: #f54221;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.farashop__mega-menu .mega-menu__root .mega-menu__level__1.active > a {
  background-color: #fff;
  color: #f54221;
  box-shadow: none;
}
.farashop__mega-menu .mega-menu__root .mega-menu__next-level {
  background-color: #fff;
  color: #262626;
  top: 39px;
  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: #0094ff;
}
.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;
}

/*@import "_modules/_sidebar-menu.scss";*/
/* @extend */
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Regular.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Medium.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Heavy.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Heavy.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Bold.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Bold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Black.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-DemiBold.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-DemiBold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Thin.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Thin.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-Light.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-Light.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "IRANYekan";
  src: url("/fonts/IRANYekan/IRANYekanXFaNum-UltraLight.ttf") format("truetype"), url("/fonts/IRANYekan/Webfonts/Woff/IRANYekanXFaNum-UltraLight.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "IconFont";
  src: url("/fonts/IconFont/IconFont.eot") format("embedded-opentype"), url("/fonts/IconFont/IconFont.ttf") format("truetype"), url("/fonts/IconFont/IconFont.woff") format("woff");
  font-weight: normal;
}
html,
body,
form {
  min-height: 100%;
  height: auto;
}

body {
  font-family: IRANYekan, tahoma !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
  color: #262626;
  direction: rtl !important;
}

/* confirmed by mr. Asghari */
@media (min-width: 1360px) {
  .container {
    width: 1350px !important;
  }
}
.section-container {
  background-color: #fff;
  border: 15px;
  margin-top: 10px;
  border-radius: 15px;
  padding: 25px 0;
}
.section-container.content-bottom {
  box-shadow: 0px 30px 40px 0px rgba(243, 243, 243, 0.3803921569);
}
.section-container.icons-pane {
  box-shadow: 0px 0px 10px 10px #f3f3f3;
  margin-top: 25px;
  padding: 15px 0;
}
.section-container.icons-pane .container__no-title {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section-container.icons-pane {
    padding: 25px 0;
  }
  .section-container.icons-pane .container__no-title {
    margin-bottom: 15px !important;
  }
}
.section-container.cpl-one {
  background-color: unset;
}
.section-container.cpl-two {
  padding: 0;
}
.section-container.dynamic-column-section {
  padding: 10px 0;
}

.farashop__body {
  background-color: #fff;
}

header {
  margin-bottom: 20px;
}

.header__middle {
  background-color: #fff;
  margin-bottom: 7px;
  position: relative;
  z-index: 9999;
}
.header__middle.header--fixed {
  width: 100%;
  position: fixed;
  top: -50px;
  padding-top: 0px;
  z-index: 99999;
}
@media only screen and (max-width: 469px) {
  .header__middle.header--fixed {
    height: 70px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .header__middle.header--fixed {
    height: 80px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1279px) {
  .header__middle.header--fixed {
    height: 90px;
    padding-top: 8px;
  }
}
.header__middle .header__middle--container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 90px;
}
@media (max-width: 768px) {
  .header__middle .header__middle--container {
    height: 70px;
  }
}
.header__middle .header__right {
  display: flex;
  align-items: center;
  width: 39%;
}
.header__middle .header__right .seachBox__container {
  flex-grow: 1;
  margin-top: 21px;
}
.header__middle .header__right .header__login {
  margin-right: 60px;
}
.header__middle .header__right .header__login .header__profile {
  font-size: 12px;
  box-shadow: 0 10px 20px 0px rgba(35, 46, 160, 0.5019607843);
  color: #fff;
  background-color: #232ea0;
  text-decoration: none;
  width: max-content;
}
.header__middle .header__right .header__login .header__profile a {
  color: #fff;
  z-index: 99999;
}
.header__middle .header__right .header__login .header__profile:hover {
  box-shadow: 0 20px 40px 0px rgba(35, 46, 160, 0.6196078431);
}
@media (max-width: 1199px) {
  .header__middle .header__right .header__login .header__profile {
    width: 18px;
    min-width: initial;
    max-height: initial;
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    box-shadow: none;
  }
  .header__middle .header__right .header__login .header__profile i::after {
    content: none;
  }
  .header__middle .header__right .header__login .header__profile i svg {
    width: 18px;
    height: auto;
  }
  .header__middle .header__right .header__login .header__profile i svg path {
    fill: #969696;
  }
  .header__middle .header__right .header__login .header__profile > div {
    display: none;
  }
  .header__middle .header__right .header__login .header__profile:hover {
    transform: none;
    box-shadow: none;
  }
  .header__middle .header__right .header__login .header__profile:hover i {
    transform: none;
  }
}
.header__middle .header__right .header__login .header__exit {
  background: url("/Portals/0/Images/exit.png") no-repeat center;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .header__middle .header__right .header__login .header__exit {
    width: 18px;
    min-width: initial;
    height: initial;
    max-height: initial;
    border: none;
    background-image: none;
    background-color: transparent;
    transition: visibility 400ms, opacity 400ms, transform 400ms;
  }
}
.header__middle .header__left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__middle .header__left {
    margin-left: 10px;
  }
}
.header__middle .header__left .header__circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 51px;
  height: 51px;
  background-color: #f0f0f0;
  border: 3px solid #f0f0f0;
  border-radius: 100vw;
  transition: border-color 600ms;
  cursor: pointer;
}
.header__middle .header__left .header__circle-btn:hover {
  border-color: #dc3b4a;
}
.header__middle .header__left .header-phone-btn.header__circle-btn {
  position: relative;
  direction: ltr;
  max-width: 320px;
  transition: border-color 600ms;
}
.header__middle .header__left .header-phone-btn.header__circle-btn > i {
  display: flex;
  position: absolute;
  width: 46px;
  height: 100%;
  left: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1000ms;
}
.header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane {
  width: 0;
  text-align: center;
  transition: width 1000ms;
}
@media (max-width: 768px) {
  .header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane {
    margin-top: 4px;
    margin-left: 9px;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane .farashop__container.container__no-title {
    margin-bottom: 0 !important;
  }
}
.header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane > div {
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 150ms;
}
.header__middle .header__left .header-phone-btn.header__circle-btn.active {
  /*> i {
              transform: rotate(90deg);
              transition: transform 300ms;
          }*/
}
.header__middle .header__left .header-phone-btn.header__circle-btn.active .contact-info-pane {
  width: 316px;
  text-align: center;
  transition: width 300ms;
}
.header__middle .header__left .header-phone-btn.header__circle-btn.active .contact-info-pane > div {
  opacity: 1;
}
@media (min-width: 1200px) {
  .header__middle .header__left .header-phone-btn.header__circle-btn .mobile-phone {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__middle .header__left .header-phone-btn.header__circle-btn {
    max-width: initial;
    min-width: initial;
    height: initial;
    background-color: transparent;
    border: none;
    border-radius: initial;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn > i {
    display: none;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane {
    width: initial;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .contact-info-pane > div {
    opacity: 1;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .mobile-phone i svg {
    width: 18px;
    height: auto;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .mobile-phone i svg path {
    fill: #969696;
  }
  .header__middle .header__left .header-phone-btn.header__circle-btn .desktop-phone {
    display: none;
  }
}
.header__middle .logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 15px;
  border-top: 3px solid #dc3b4a;
}
@media (max-width: 768px) {
  .header__middle .logo-container img {
    width: 130px;
  }
}
.header__middle .header__icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 32px;
  height: 38px;
}
.header__middle .header__icons .fa {
  color: #232ea0;
}
.header__middle .header__icons .fa-heart {
  font-size: 32px;
  display: block;
  margin-left: 15px;
}
.header__middle .header__icons .fa-heart:hover, .header__middle .header__icons .fa-heart:focus {
  text-decoration: none;
}

.header__bottom .header__bottom--container {
  box-shadow: 0px 0px 10px 10px #f3f3f3;
  background-color: #fff;
  border-radius: 15px;
}
.header__bottom .header__bottom-search {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.neon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  max-height: 51px;
  padding: 18px 10px;
  border-radius: 100vw;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  transition: transform 400ms, box-shadow 400ms;
  cursor: pointer;
  height: 50px;
}
.neon-btn i {
  display: flex;
  align-items: center;
  transition: transform 600ms;
}
.neon-btn i::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.17);
}
.neon-btn div {
  transition: transform 600ms;
}
.neon-btn:hover {
  transform: translateY(-5px);
}
@media (min-width: 1199px) {
  .neon-btn:hover i, .neon-btn:hover div {
    transform: translateY(-4px);
  }
}

.stuck {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.stuck .header__middle,
.stuck .header__bottom {
  background-color: rgba(0, 0, 0, 0.7);
}
.stuck .header__middle .header__icons {
  margin-top: 16px;
}
.stuck .header__middle .header__icons .fa {
  color: #fff;
}
.stuck .header__middle .header__icons .toggle-basket:before {
  background-color: #fff;
  border-color: #fff;
}
.stuck .header__middle .header__icons .toggle-basket span {
  color: #fff;
}
.stuck .header__middle #dnn_LOGO_imgLogo {
  height: 70px;
}
.stuck .header__bottom .farashop__mega-menu {
  background-color: transparent;
}

.slider-container {
  margin-top: 15px;
}

.farashop__footer {
  color: #6c6c6c;
  padding-top: 10px;
  margin-top: 0;
}
.farashop__footer .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .farashop__footer .footer__top {
    flex-wrap: wrap;
  }
}
.farashop__footer .footer__top .footer__about-us p {
  line-height: 1.8;
}
.farashop__footer .footer__top .footer__enamad .footer__namads {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.farashop__footer .footer__top .footer__enamad img {
  width: 100% !important;
  height: auto !important;
  max-width: unset;
}
.farashop__footer .footer__middle .footer__contacts {
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .farashop__footer .footer__middle .footer__contacts {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .farashop__footer .footer__middle .footer__contact {
    margin-top: 20px;
  }
}
.farashop__footer .footer__middle .footer__contact p:first-child {
  color: #232ea0;
}
.farashop__footer .footer__logo {
  display: inline-block;
  margin: 10px 0 5px;
}
.farashop__footer .footer__contact-info {
  list-style: none;
}
.farashop__footer .footer__contact-info li {
  display: block;
  margin-bottom: 10px;
}
.farashop__footer .footer__contact-info li .fa {
  color: #262626;
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  text-align: center;
  width: 16px;
}

.farashop__breadcrumb ol {
  background-color: transparent;
  margin-bottom: 20px;
  padding: 0;
}
.farashop__breadcrumb ol a {
  color: inherit;
}
.farashop__breadcrumb ol li {
  color: #868686;
}
.farashop__breadcrumb ol li + li:before {
  content: "/";
  color: #868686;
  padding: 0 8px;
}
.farashop__breadcrumb ol li:first-child > a:before {
  color: #dc3b4a;
  font-size: 16px;
}
.farashop__breadcrumb ol li:last-child {
  color: #dc3b4a;
}

.footer__bottom {
  color: #6d6d6d;
  margin-top: 30px;
}
.footer__bottom .copyright-footer {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__bottom .copyright-footer {
    text-align: center;
  }
}
.footer__bottom .copyright-footer p {
  display: inline;
}
.footer__bottom a {
  color: inherit;
}
.footer__bottom a:focus, .footer__bottom a:hover {
  color: #262626;
  text-decoration: none;
}

.farashop__container.container__no-title.no-title__small-margin {
  margin-bottom: 20px;
}
.farashop__container.container__footer-pane .footer-pane__title {
  color: #232ea0;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .farashop__container.container__footer-pane .footer-pane__title {
    margin-top: 26px;
  }
}
.farashop__container.container__content-pane > span,
.farashop__container.container__content-pane > h2, .farashop__container.container__content-pane h1 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #232ea0;
  position: relative;
}
.farashop__container.container__content-pane > span:before,
.farashop__container.container__content-pane > h2:before, .farashop__container.container__content-pane h1:before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  background-color: #dc3b4a;
}
.farashop__container.container__content-pane > span span,
.farashop__container.container__content-pane > h2 span, .farashop__container.container__content-pane h1 span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.DnnModule > a {
  display: none;
}

.content-pane {
  margin-top: 20px;
}

.search-results__seo-heading {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  color: inherit;
}
.search-results__seo-heading:hover, .search-results__seo-heading:focus {
  text-decoration: none;
  color: #232ea0;
}
.search-results__seo-heading h1 {
  margin: 0;
  font-size: 1.6em;
}

.widget__show-more {
  margin-bottom: 15px;
  padding: 0 15px;
  background-color: white;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.widget__show-more h1, .widget__show-more h2, .widget__show-more h3 {
  font-size: 14px !important;
  color: rgb(0, 176, 240) !important;
  margin: 13px 0px !important;
}
.widget__show-more p {
  text-align: justify;
  line-height: 25px !important;
}
.widget__show-more > .toggle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.widget__show-more > .toggle:before {
  content: "نمایش بیشتر";
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #232ea0;
}
.widget__show-more > .toggle:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  color: #232ea0;
  font-size: 20px;
  transform: rotate(-90deg);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: bold;
}
.widget__show-more > .toggle.active {
  background: none;
  filter: none;
}
.widget__show-more > .toggle.active:before {
  content: "نمایش کمتر";
}
.widget__show-more > .toggle.active:after {
  content: "\f105";
}
.widget__show-more .advanced-filtering__description h1 {
  font-size: 20px;
}

@media (max-width: 767px) {
  #Body header {
    margin-bottom: 0;
  }
  #Body header .header__top {
    background-color: #232ea0;
    color: #fff;
  }
  #Body header .header__top a:hover, #Body header .header__top a:focus {
    color: #eee;
  }
  #Body header .header__top nav {
    display: none;
  }
  #Body header .header__top .header__icons > div {
    margin-left: 15px;
  }
  #Body header .header__top .header__icons > div:after {
    left: -10px;
  }
  #Body header .header__top .header__icons > div:first-child {
    display: none;
  }
  #Body header .header__top .header__icons > div:last-child {
    margin-left: 0;
  }
  #Body header .header__top .header__icons i {
    display: none;
  }
  #Body header .header__top .toggle-sidebar {
    font-size: 26px;
    cursor: pointer;
    border: 1px solid #eee;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    position: relative;
    top: 4px;
  }
  #Body header .header__middle {
    background-color: #fff;
  }
  #Body header .header__middle .header__icons {
    margin: 10px 0;
  }
  #Body .farashop__container.container__right-pane, #Body .farashop__container.container__content-pane, #Body .farashop__container.container__no-title {
    margin-bottom: 15px;
  }
  #Body .farashop__container.container__no-title.no-title__small-margin {
    margin-bottom: 15px;
  }
  #Body .farashop__container.container__content-pane > span,
  #Body .farashop__container.container__content-pane > h2 {
    margin-bottom: 15px;
  }
  #Body .farashop__footer .footer__bottom {
    margin-top: 15px;
  }
  #Body .farashop__footer .footer__bottom .text-left {
    text-align: right;
  }
  #Body .farashop__footer .container__no-title {
    margin-bottom: 20px;
  }
  #Body .stuck #dnn_LOGO_hypLogo {
    display: none;
  }
  #Body .stuck .header__middle {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #Body.waypoint__stuck .header__top .toggle-sidebar {
    position: fixed;
    z-index: 1000;
    top: 13px;
  }
}
.top--banner .farashop__container.container__no-title {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #Body header .header__top {
    background-color: #232ea0;
    color: #fff;
  }
  #Body header .header__top a:hover, #Body header .header__top a:focus {
    color: #eee;
  }
  #Body header .header__top nav {
    display: none;
  }
  #Body header .header__top .header__icons > div {
    margin-left: 15px;
  }
  #Body header .header__top .header__icons > div:after {
    left: -10px;
  }
  #Body header .header__top .header__icons > div:first-child {
    display: none;
  }
  #Body header .header__top .header__icons > div:last-child {
    margin-left: 0;
  }
  #Body header .header__top .header__icons i {
    display: none;
  }
  #Body header .header__top .toggle-sidebar {
    font-size: 26px;
    cursor: pointer;
    border: 1px solid #eee;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    position: relative;
    top: 4px;
  }
  #Body .stuck #dnn_LOGO_hypLogo {
    display: none;
  }
  #Body .stuck .header__icons {
    margin: 16px 0;
  }
  #Body .stuck .header__middle {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #Body.waypoint__stuck .header__top .toggle-sidebar {
    position: fixed;
    z-index: 1000;
    top: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Body header .header__top .header__icons i {
    display: none;
  }
  #Body .farashop__mega-menu .mega-menu__root .mega-menu__level__1 > a {
    font-size: 13px;
    font-weight: normal;
    padding: 0 18px;
  }
}
.checkout-panel, .basket {
  border: 1px solid #e9e8e8;
}

.raychat_frame {
  bottom: 55px !important;
}

.superlinkmanager__holder .btn-back {
  left: 50px;
}

.DNNAligncenter {
  text-align: right;
}

body.dnnEditState {
  /*#moduleActions-4802 > ul {
      top: 150px !important;
      left: unset !important; 
      right: 130px;
  }*/
}
body.dnnEditState #moduleActions-4801 > ul {
  top: 65px !important;
  /*left: 60px !important;*/
}
body.dnnEditState .header__middle {
  z-index: unset;
}

#farashop__search-result .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#farashop__search-result .product-list .swiper-slide {
  width: 245px;
  margin: 5px 15px;
}

.icon__fixed {
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  display: flex;
  z-index: 99;
  flex-direction: row-reverse;
}
.icon__fixed .icon__container {
  background-color: #232ea0;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 100%;
}
.icon__fixed .icon__container i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #fff;
  line-height: 68px;
}
.icon__fixed .text__container {
  background-color: #232ea0;
  border-radius: 20px 5px 20px 5px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  margin-left: 9px;
  height: 57px;
  padding: 10px;
  margin-top: 5px;
}
.icon__fixed .text__container:before {
  content: "سفارش خرید از شرکت شاپ9";
  display: block;
}
.icon__fixed .text__container:after {
  content: "همین حالا سفارش دهید";
  display: block;
}
